@font-face{font-family:'avinfam';src:url('fonts/YekanWeb-Bold.woff') format('woff');font-weight:normal;font-style:normal}
body {
	padding-top: 0px;
	padding-bottom: 0px;
    font-family: avinfam;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    background-color: #ffffff;
    direction: rtl;
}
#main-container {
    min-height: 750px;
	background-image: url(../images/background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: avinfam;
    font-weight: bold;
    line-height: 20px;
    color: #317eac;
    text-rendering: optimizelegibility;
    direction: rtl;
}
h3 {
    font-size: 24.5px;
    font-family: avinfam;
}
strong {
    font-weight: bold;
    font-family: avinfam;
}

.navbar a > i {
	opacity: 0.5;
}

.navbar a:hover > i {
	opacity: 1;
}

section {
	margin-top: 30px;
}

.subhead {
	padding-bottom: 0;
	margin-bottom: 9px;
}

.subhead h1 {
	font-size: 40px;
}

.subnav {
	margin-bottom: 10px;
	width: 100%;
	height: 36px;
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subnav .nav {
	margin-bottom: 0;
}

.subnav .nav > li > a {
	margin: 0;
	padding-top:    11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}

.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
	border-top-color: #777;
}

.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.subnav .nav > li:last-child > a {
	border-right: 0;
}

.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tooltip-inner {
	max-width: 500px;
}

.hero-unit {
	margin-bottom: 10px;
	text-align: center;
}

.hero-unit h1,
.hero-unit p {
	margin-bottom: 15px;
}

#social {
	display: inline-block;
	margin-top: 45px;
	text-align: center;
}

#gh-star {
	margin-right: 10px;
}

.twitter-follow-button {
	width: 60px !important;
}

.twitter-share-button  {
	margin-right: 15px;
}

.rss-button {
	width: 40px;
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 2px 5px 2px 4px;
}

.icon-rss {
	background: url(../img/rss-icons.png) no-repeat 0 0;
	opacity: .65;
	width: 16px;
}

#ticker {
	margin-bottom: 40px;
}

.about {
	margin-top: 20px;
}

.about > div {
	margin-bottom: 20px;
}

.about h3 {
	margin: 0 0 5px 35px;
}

.about img {
	float: left;
	margin-top: 5px;
	opacity: 0.7;
}

#gallery {
	margin: 45px 0 30px 0;
	padding-right: 20px;
	text-align: center;
}

.thumbnail {
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.05);
}

.thumbnail img {
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.thumbnail .caption {
	color: inherit !important;
}

.thumbnail h3 {
	margin-bottom: 0;
}

.thumbnail .btn-toolbar {
	margin-top: 15px;
	text-align: right;
}

.links {
	margin-bottom: 20px;
}

.links > a {
	margin-right: 10px;
} 

div.one .bsa_it_ad {
	padding: 25px 25px 15px 25px;
}

div.one .bsa_it_p {
	display: none;
}

.bsa {
	float: right;
	max-width: 400px;
	padding: 0;
}


.links {
	margin-bottom: 20px;
}

.links > a {
	margin-right: 10px;
}

@media (max-width: 480px) {

	.hero-unit {
		padding: 20px 20px 0;
		margin: 0 0 20px;
	}

	.hero-unit h1 {
		font-size: 36px;
	}

	.hero-unit iframe {
		margin-right: 0 !important;
	}

	#social {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#social > span {
		display: block;
	}

	.about {
		margin-top: 0;
	}

	.about h3 {
		margin-top: 20px;
	}

	.about p {
		margin-bottom: 0;
	}

	.modal {
		position: fixed !important;
		top: 25% !important;
	}
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

	.hero-unit {
		margin-top: 0;
		padding: 30px;
	}

	.about {
		margin-top: 0;
	}

}

@media (max-width: 767px) {

	body {
		padding-top: 0;
	}

	.subnav {
		position: static;
		top: auto;
		z-index: auto;
		width: auto;
		height: auto;
		background: #fff; /* whole background property since we use a background-image for gradient */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.subnav .nav > li {
		float: none;
	}

	.subnav .nav > li > a {
		border: 0;
	}

	.subnav .nav > li + li > a {
		border-top: 1px solid #e5e5e5;
	}

	.subnav .nav > li:first-child > a,
	.subnav .nav > li:first-child > a:hover {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

	.bsa {
		float: none;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.hero-unit {
		margin-top: 0;
	}

	.thumbnail p {
		font-size: 12px;
	}

	.thumbnail .btn {
		padding: 8px 12px;
		font-size: 12px;
	}
		.top-headr-left{
		width: 100%;
	}

}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
	.subnav-fixed {
		position: fixed;
		top: 20px;
		left: 0;
		right: 0;
		z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
		border-color: #d5d5d5;
		border-width: 0 0 1px; /* drop the border on the fixed edges */
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
	}
	.subnav-fixed .nav {
		width: 938px;
		margin: 0 auto;
		padding: 0 1px;
	}
	.subnav .nav > li:first-child > a,
	.subnav .nav > li:first-child > a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media (min-width: 768px) and (max-width: 979px) {

	/* Remove any padding from the body */
	body {
		padding-top: 0;
	}
	.top-headr-left{
		width: 100%;
	}
	
}

@media (min-width: 1210px) {

	.subnav-fixed .nav {
		width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
	}
}
/*   #PART# FooTable  */
.footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
}

.footable {
  
  width: 100%;
  border: solid #ccc 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
  font-size: 14px;
  color: #444;
  -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75);
}

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

.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: #eee;
}

.footable > tbody > tr:hover {
  background: #e5f3fb;
 /* border:2px solid #70c0e7; */
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.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;
  text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
 background: #FAFBFC;
	background-image:-moz-linear-gradient(center top , #FAFBFC, #E2E5E9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFBFC), to(#E2E5E9));
	
	font-size: 11px;
	padding: 7px 4px;
	text-shadow:1px 1px 1px white;
}

.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: 6px 0 0 0;
}

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

.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.footable-last-column {
  -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;
}
.footable > thead > tr > th > span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  float:right;
  background: url('../img/sorting_sprite.png') no-repeat top left;
}

.footable > thead > tr > th.footable-sortable:hover {
  cursor:pointer;
}

.footable > thead > tr > th.footable-sortable > span {
  
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
  background-position: 0 -16px;
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
  background-position: 0 -32px;
}

/*
style the nav bar
*/

    .navbar-inner {
        background: #104765;
    background: linear-gradient(top, #104765 0%,#104765 100%);
    background: -webkit-linear-gradient(top, #104765 0%,#104765 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#104765), color-stop(100%,#104765));
    background: -moz-linear-gradient(top, #104765 0%, #104765 100%);
    background: -o-linear-gradient(top, #104765 0%,#104765 100%);
    background: -ms-linear-gradient(top, #104765 0%,#104765 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3892b9', endColorstr='#104765',GradientType=0 );
    }
    .navbar .nav > li > a {
    color: #ffffff;
    font-family: avinfam;
    text-shadow: 1px 1px 0 rgb(80, 76, 76);
    }
    .navbar .nav > li:hover > a {
        background-color: #c6d2d8 !important;
    color: #ffffff;
    text-decoration: none;
	color: #585252;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
    background: #104765 !important;
    font-family: avinfam;
    color: #ff8707;
	
    }
    
	
	.navbar .caret {opacity: .6; filter: alpha(opacity=60)}
	/*
	Loading Spinner
	*/

.buttons {
			background: #F1F1F1;
			padding: 0px;
			border: 1px solid #D2D2D2;
			
			
		}


/* ajax box*/
.ajx-box {
	border: 1px solid #D2D2D2;
	border-color:#999;
	background:#fff;
}
.ajx-box-content.inner-content {
	padding:10px
}
.promo-box {
	background:#282828;
	padding:20px 20px 25px 20px;
	text-shadow:0px 1px 0px #000;
	text-align:center;
}
.promo-box h1 {
	text-shadow:0px 1px 0px #000;
}
.txt_color {
	color:#d32809!important;
	font-size:inherit!important;
	font-weight:inherit!important;
	text-transform:inherit!important;
	display:inline!important;
}
.list-separator {
	margin-bottom:10px;
	text-align:center;
}
.list-separator li {
	background:none;
	list-style:none;
	display:inline;
}
.list-separator .separator {
	padding:0 10px;
	color:#aaa;
}
.btn_custom {
	background:#484848;
	padding:10px 40px;
	margin-top:10px;
	font-size:18px;
	color:#fff!important;
	line-height:18px;
	font-weight:600;
	text-shadow:0px 1px 0px #000;
	cursor:pointer;
	border:none;
	width:auto;
	height:auto;
	display:inline-block;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:0 1px 0px 0px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow:0 1px 0px 0px rgba(255,255,255,0.2) inset;
	box-shadow:0 1px 0px 0px rgba(255,255,255,0.2) inset;
}
.mybtn-small,.mybtn-small-color {
	padding:7px 15px 8px 15px;
	font-size:13px;
}
.mybtn-color,.mybtn-small-color {
	background:#d95b44;
}
.mybtn:hover,.mybtn-small:hover {
	background:#d95b44;
}
.show_field{
	text-align: center;
    direction: rtl;
    font-family: avinfam;
    padding: 20px;
}
.form-horizontal .control-label {
    float: right;
    width: 100%;
    padding-top: 5px;
    text-align: right;
    font-family: avinfam;
}
.table thead th{
	font-family:avinfam;
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    direction: rtl;
    font-family: avinfam;
}
.button.blue {
    background-color: #269CE9;
    border-color: #269CE9;
    font-family: avinfam;
}
.button.green {
    background-color: #62c462;
    font-family: avinfam;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #2fa4e7;
    font-family: avinfam;

}
button.btn, input[type="submit"].btn {
    margin-top: -11px;
    height: 30px;
	font-family:avinfam;
}
select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-family: avinfam;
    font-size: 12px;
}
form {
    margin: 0 0 20px;
    font-family: avinfam;
    direction: rtl;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #ffffff;
    background-color: #033c73;
    font-family: avinfam;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3daae9;
    background-image: -moz-linear-gradient(top, #46aeea, #2fa4e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46aeea), to(#2fa4e7));
    background-image: -webkit-linear-gradient(top, #46aeea, #2fa4e7);
    background-image: -o-linear-gradient(top, #46aeea, #2fa4e7);
    background-image: linear-gradient(to bottom, #46aeea, #2fa4e7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46aeea', endColorstr='#ff2fa4e7', GradientType=0);
    border-color: #2fa4e7 #2fa4e7 #157ab5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: avinfam;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
   /* background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-family: avinfam;width: 96%;
	*/
	    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 3px;
    background: #fbfbfb;
    border: none;
    width: 90%;
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #555;
	border: 2px solid #dbdbdb;
    border-radius: 3px;
    font-family: avinfam;
}
.navbar .search-query {
    border: 1px solid #b3b3b3;
    line-height: normal;
    direction: rtl;
    font-family: avinfam;
	    height: 22px;
    width: 100%;
}
.navbar-inner {
    border: 1px solid #104765;
	height: 30px;
}
.btn:first-child {
    font-family: avinfam;
}
.form-horizontal .controls {
	text-align: center;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    border-radius: 0px 5px 5px 0px;
    float: right;
    width: 50px;
    height: 33px;
    line-height: 45px;
}
.form-horizontal .input-prepend{
    width: 100%;
}
.navbar-search {
    margin-left: 10px;
	    position: absolute;
left: 38px;
    top: 55px;
}
.navbar .brand {
    font-family: avinfam;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
	    color: #ef502a;
}
.data{
border: 1px solid #e3e1e1;
margin: 0 auto;
width: 90%;
}
.data .extension{
	padding: 11px;
text-align: center;
font-size: 27px;
border-left: 1px solid #dbdbdb;width: 25%;
}
.data .short{
width: 40%;
padding: 11px;
text-align: center;
font-size: 14px;
border-left: 1px solid #dbdbdb;
}
.data  td{
text-align: center;
}
.data  td a{
font-size: 17px;
}
.block-form input[type="text"]{
    padding: 10px 65px;
    border-radius: 60px;
    border: 1px solid #f0f3f5;
    outline: 0;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 60px;
    font-family: avinfam-normal;
    height: 40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 9px 18px rgba(0,0,0,.08);
    box-shadow: 0 7px 17px rgba(0,0,0,.04);
    background-color: white;
    font-weight: bold;
    text-align: left;
    font-family: avinfam;
    font-size: 17px;
}
.block-form input[type="submit"] {
    border: none;
    background: url(http://www.avinfam.com/sites/all/themes/avinfam/images/icon-40.png) center center no-repeat #62d97b;
    padding: 0;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    height: 54px;
    width: 54px;
    right: 19px;
    top: 3px;
    border: 0;
    outline: 0;
    border-radius: 100%;
    cursor: pointer;
	    margin-top: -116px;
    margin-right: 6px;
}
.carousel-control.left{
	  top: 40%;
    width: 8%;
    margin-top: 0px;
    border: 1px solid #ffffff;
}
.carousel-control.right{
	  top: 40%;
    width: 8%;
    margin-top: 0px;
    border: 1px solid #ffffff;
}
.carousel {
    position: relative;
    margin-top: -30px;
    width: 100%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 11px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: avinfam;
    font-size: 12px;
}
.dropdown-menu>li:hover a {
	background-color:#c6d2d8 !important;
}
.navbar .divider-vertical {
    border-left: 1px solid #cecece;
    border-right: 1px solid #b7b5b5;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #ff3f08;
    border-bottom-color: #ffffff;
}
.help_site{
	background-color: #ddffdd;
    border-right: 6px solid #4CAF50;
	padding: 40px;
	margin-left: 0px;
}
.help_site li{
	border-bottom: 2px dotted #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.form-horizontal{
    box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-top: 0px;
}
.service_box{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
    width: 16%;
    float: right;
    background-color: #f9f9f9;
    padding: 0px;
    margin-left: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 175px;
}
.service_box:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.service_box h2{
	font-size: 15px;
    text-align: center;
    line-height: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
}
.header_services{
font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    padding-bottom: 9px;
    border: 1px solid #e2e2e2;
    padding-top: 6px;
    margin-bottom: 20px;
    background: linear-gradient(#fdfdfd, #f7f7f7);
    margin-top: 16px;
	
	width:100%;float: right;display: block;border-bottom: 1px solid #b3b3b3;
}
.profile_box{
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.2);
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #c7c7c7;
}
.header_help_site{
    padding-bottom: 15px;
    font-size: 25px;
    background-color: #dde7ff;
    border-right: 6px solid #317eb1;
    padding-top: 15px;
    padding-right: 20px;
    overflow: auto;
}
.titlebox {
    border: 1px solid #999;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 25px;
    overflow: hidden;
}
.titlebox h3 {
    background: #29306c;
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-family: avinfam;
    font-size: 20px!important;
    padding: 0 15px;
    font-weight: normal;
	    margin-top: 0px;
}
.enablement-tools .txt {
padding: 20px 10px;
font-family: avinfam;
min-height: 170px;
}
.top-headr{
	    background-color: #082c40;
    height: 45px;
}
.top-headr-left{
padding-left: 3%;
padding-right: 3%;	
}
.top-headr-right{
width:50%;
float:right;
padding-left: 3%;
padding-right: 3%;	
}
.pull-right {
    font-size: 14px;
    margin-top: 4px;
    padding-bottom: 0px;
    background-color: #00aa1a;
    border-radius: 4px;
    padding: 0px;
    height: 28px;
    font-family: avinfam;
    float: left;
    width: 117px;
    text-align: center;
    padding-top: 9px;
	margin-left: 4%;
}
.pull-right:hover {
    font-size: 14px;
    margin-top: 4px;
    padding-bottom: 0px;
    background-color: #00aa1a;
    border-radius: 4px;
    padding: 0px;
    height: 28px;
    font-family: avinfam;
    float: left;
    width: 117px;
    text-align: center;
    padding-top: 9px;
}
.pull-right .nav>li>a:hover {
    font-size: 14px;
    margin-top: 4px;
    padding-bottom: 0px;
    background-color: #00aa1a;
    border-radius: 4px;
    padding: 0px;
    height: 28px;
    font-family: avinfam;
    float: left;
    width: 117px;
    text-align: center;
    padding-top: 9px;
}
.pull-right a{
color: white;
}
.pull-right a:hover{
	background:transparent;
}
.btn-header{
    font-size: 14px;
    margin-top: 4px;
    padding-bottom: 12px;
    background-color: #00aa1a;
    border-radius: 4px;
    text-align: right;
    padding: 8px;
    font-family: avinfam;
    border: none;
	    float: left;
    margin-left: 1%;
}
.btn-header a{
	color: #ffffff;font-size: 15px;font-family: avinfam;font-weight: bold;
}
.drop-down{
position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.table {
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #c7c7c7;
}
.home-latest{
	background-color: #082c40;
    margin-bottom: 0px;
    height: 30px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 20px;
    border-radius: 5px 5px 0px 0px;
    color: white;
}
.home-statbox{
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #c7c7c7;
    text-align: right;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 19px;
    width: 86%;
    margin: 0 auto;
    height: 23px;
}
.home-statbox .linkbox{	
    width: 85%;
    float: right;
}
#spnstat{
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    background: #f07725;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    padding: 0px 15px;
    line-height: 41px;
    border-radius: 20px;
    margin: -11px 4px 0px 0px;
}
div.dataTables_filter label {
    float: left;
    width: 100%;
}
.hexagon {
    width: 50px;
    height: 50px;
    background: #c8c8c8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    text-align: center;
    font-size: 25px;
    margin: 0 auto;
    color: #fff;
    line-height: 2.1;
}
.center {
    text-align: center;
}
.telegram-bg {
    background: #31a9e6;
}
.instagram-bg {
    background: #da77f2;
}
.ticket_table  .ticket_info{
	    direction: rtl;
    text-align: right;
	width: 18%;
}
.ticket_table  .ticket_info .ticket_img{width:100%;text-align:center;}
.ticket_table .ticket_body{
	    direction: rtl;
    text-align: right;
    padding-right: 2%;
}
.ticket_table  .ticket_date{
	text-align:center;
}
.ticket_submit button.btn{
	    height: 30px;
    margin-top: 10px;
}
.ticket_submit{text-align:center;}
.well i[class^="icon-"] {
	vertical-align: unset;
}
.ticket_list .ticket_status{
	float:none;
}