html,body{
    font-size:12px;
    margin:0 auto;
    padding: 0;
    font-family: IRANSans-web;
}
.top-header{
    background: #363636;
}
#top-header-right{
    float: right;
}
#top-header-left{
    float: left;
}
header{
    background: #115660;
    padding: 10px;
}
header #header-right{
    background: url(../images/header-logo.png) top right no-repeat;
    height: 99px;
}
header #header-left{
    background: url(../images/header-logo-left.png) top left no-repeat;
    height: 99px;
}
.rf-fixed-header{

}
.fix-heafer .rf-fixed-header{
    position: fixed;
    z-index: 9999;
    top:0px;
    width: 100%;
    transition: 0.4s;
    animation: headerFixAnimation 1s;
}
.fix-heafer-remove .rf-fixed-header{
    top:-120px;
    transition: 0.4s;
    animation: headerFixAnimationRemove 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes headerFixAnimation {from {top:-120px;}to {top:0px;}}
@keyframes headerFixAnimation {from {top:-120px;}to {top:0px;}}
@-webkit-keyframes headerFixAnimationRemove {from {top:0px;}to {top:-120px;}}
@keyframes headerFixAnimationRemove {from {top:0px;}to {top:-120px;}}
.fix-heafer .rf-fixed-header header #header-right,
.fix-heafer .rf-fixed-header header #header-left{
    height: 50px!important;
    background-size: contain;
}
.fix-heafer #main-content{
    margin-top: 169px!important;
}
#top-mainpos{}
#top-mainpos-inner{}
#top-mainright-pos{
    padding: 0 0 0 10px;
}
#top-mainright-inner{
    background: #fff;
    border: 1px solid #ccc;
}
#top-mainleft-pos{
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 10px;
}
#top-mainleft-inner{}
#main-menu{
    background: url(../images/menu.png) top repeat-x;
    height: 50px;
}
@media (max-width: 768px)
{
    #main-menu{
        background: url(../images/menu.png) top repeat;
        height: auto;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}
.navbar, .navbar .container {
    border:none;
    box-shadow: none;
}
.navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top,#ff8a12 0,#ca751e 100%);
    background-image: -o-linear-gradient(top,#ff8a12 0,#ca751e 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff8a12),to(#ca751e));
    background-image: linear-gradient(to bottom,#ff8a12 0,#ca751e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a12', endColorstr='#ca751e', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

#main-content{
    background: url("../images/background.png") top repeat;
    padding: 5px 0;
}
#main-content-inner{}
#top-pos{}
#top-pos-inner{}
#top-right-pos{overflow: hidden;}
#top-right-pos-inner{}
#top-left-2-pos{overflow: hidden;}
#top-left-2-pos-inner{}
#top-left-1-pos{overflow: hidden;}
#top-left-1-pos-inner{}
#top-mainpos{overflow: hidden;}
#top-mainpos-inner{}
#top-mainright-pos{overflow: hidden;}
#top-mainright-inner{}
#top-mainleft-pos{overflow: hidden;}
#top-mainleft-inner{}
#center-pos{overflow: hidden;}
#center-pos-inner{}
#center-right-pos{overflow: hidden;}
#center-right-pos-inner{}
#center-left-pos{overflow: hidden;}
#center-left-pos-inner{}
#tab-pos{overflow: hidden;}
#tab-pos-inner{}
#cols3-pos{}
#cols3-right-pos{overflow: hidden;}
#cols3-center-pos{overflow: hidden;}
#cols3-left-pos{overflow: hidden;}
#cols3-right-pos-inner{}
#cols3-center-pos-inner{}
#cols3-left-pos-inner{}
#right-pos{overflow: hidden;}
#right-pos-inner{}
#top-content-pos{}
#top-content-inner{}
#top-content-2cols-pos{overflow: hidden;}
#top-content-left-pos{overflow: hidden;}
#top-content-left-inner{}
#top-content-right-pos{overflow: hidden;}
#top-content-right-inner{}
#top-content2-pos{overflow: hidden;}
#top-content2-inner{}
.rf-content{
	padding:10px;
	background: #fff;
	border:1px solid #ccc;
	margin: 10px 0;
}
#bottom-center-content-pos{overflow: hidden;}
#bottom-center-content-inner{}
#left-pos{overflow: hidden;}
#left-pos-inner{}
#right-pos{
  float:right;
  width:20%;
}
#right-pos{
  float:right;
  width:20%;
}
.page-content-right{
  float: left;
  width: 79%;
  padding: 10px 0 10px 1%;
}
#left-pos{
  float:left;
  width:20%;
}
.page-content-Left{
  float: right;
  width: 79%;
  padding: 10px 1% 10px 0;
}
.page-content-Left-right{
  float:right;
  width:58%;
  padding: 10px 1%;
}
#right-pos #right-pos-inner, #left-pos  #left-pos-inner{
  padding: 0 5px;
}
@media (min-width: 168px) and (max-width: 768px) {
   	#right-pos{width:100%;}
	.page-content-right{width: 100%;padding: 10px 0 10px 0;}
	#left-pos{width:100%;}
	.page-content-Left{width: 100%;padding: 10px 0 10px 0;}
	.page-content-Left-right{width: 100%;padding: 10px 0 10px 0;}
}
@media (min-width: 769px) and (max-width: 992px) {
    #right-pos{width:25%;}
	.page-content-right{width: 75%;padding: 10px 0 10px 0;}
	#left-pos{width:25%;}
	.page-content-Left{width: 75%;padding: 10px 0 10px 0;}
	.page-content-Left-right{width: 50%;padding: 10px 0 10px 0;}
}
@media (min-width: 993px) and (max-width: 1200px) {
   #right-pos{width:25%;}
	.page-content-right{width: 75%;padding: 10px 0 10px 0;}
	#left-pos{width:25%;}
	.page-content-Left{width: 75%;padding: 10px 0 10px 0;}
	.page-content-Left-right{width: 50%;padding: 10px 0 10px 0;}
}

#top-pos #top-left-1-pos,#top-pos #top-left-2-pos{
  width: 25%;
  float: left;
  /*overflow-x:hidden; */
}
#top-right-pos-inner{
  text-align:right!important;
  direction:rtl!important;
}
#top-content-2cols-pos{
  clear:both;
}
#top-content2-pos{
  clear:both;
  padding: 0 10px;
}
#top-content-2cols-pos #top-content-left-pos{width:50%;float:left;}
#top-content-2cols-pos #top-content-right-pos{width:50%;float:right;}
#cols3-right-pos,#cols3-center-pos,#cols3-left-pos{float:right;width:33%;}
#top-pos #top-right-pos #top-right-pos-inner,
#top-pos #top-left-1-pos #top-left-1-pos-inner,
#top-pos #top-left-2-pos #top-left-2-pos-inner,
#center-pos #center-right-pos #center-right-pos-inner,
#center-pos #center-left-pos #center-left-pos-inner,
#cols3-right-pos #cols3-right-pos-inner,
#cols3-center-pos #cols3-center-pos-inner,
#cols3-left-pos #cols3-left-pos-inner{
  padding: 0 10px;
}
#tab-pos-inner{padding: 10px;}
#bottom-content-pos{}
#bottom-content-pos #bottom-content-pos-inner{ 
	background: #fff;
	padding: 10px;
	border:1px solid #ccc;
	border-radius: 5px;
}
#footer-pos
{
  background-color: #353535;
  padding: 30px 0;
  min-width:1000px;
}
#footer-pos #footer-pos-inner
{
  margin: 0 auto;
  width: 1000px;
}
#copyright-pos
{
  color:#9f9f9f;
  background-color: #f5f5f5;
  padding: 15px 0;
  display: inline-block;
  font-size: 0.7em;
  text-align: center;
  width: 100%;
}
.footer-count-1 .modules-container{
  width:100%;
}
.footer-count-2 .modules-container{
  width:50%;
  float: right;
}
.footer-count-3 .modules-container{
  width:33%;
  float: right;
}
.footer-count-4 .modules-container{
  width:25%;
  float: right;
}
.footer-count-5 .modules-container,
.footer-count-6 .modules-container,
.footer-count-7 .modules-container,
.footer-count-8 .modules-container,
.footer-count-9 .modules-container,
.footer-count-10 .modules-container{
  width:20%;
  float: right;
}
#footer-pos .modules-container h3{
  padding: 15px;
  text-align: right;
  color:#3abfea;
  font-size: 0.9em;
  font-weight: bold;
}
#footer-pos .modules-container .content{
  padding: 0 15px;
  text-align: right;
  color:#A9A9A9;
}
#cols3-pos{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0986b1+0,0d4f89+26,0d4f89+76,0986b1+98 */
	background: rgb(9,134,177); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(9,134,177,1) 0%, rgba(13,79,137,1) 26%, rgba(13,79,137,1) 76%, rgba(9,134,177,1) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,134,177,1)), color-stop(26%,rgba(13,79,137,1)), color-stop(76%,rgba(13,79,137,1)), color-stop(98%,rgba(9,134,177,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0986b1', endColorstr='#0986b1',GradientType=0 ); /* IE6-9 */

}
#cols3-pos a{
  color:#D7EFF9;
}
#bottom-content-pos{
	padding: 10px 0;
}
#bottom-content-pos-inner{}
footer{
    background: #115660;
    padding: 10px 0;
}
footer h3{
    font-size:12px;
    color: #146ea3;
    border-bottom:1px solid #c4cfff;
    padding: 10px 0;
    margin-bottom: 10px;
}
footer .content h3{
    font-size:11px;
    color: #146ea3;
    border-bottom:none;
    padding:5px 0;
}
footer .content{
    font-size:11px;
    color:#588cab;
}
#copyright{
    background: #104c6e url(../images/menu.png) top repeat;
    padding: 10px 0;
}
#top-copyright{
    padding-bottom: 10px;
}
#copyright-rl{
    border: 1px solid #2a4a0b;
    border-radius: 5px;
    padding: 10px;
    background: rgba(34, 58, 10, 0.35);
    color: #fff;
    font-size: 10px;
}
#cols3-pos{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0986b1+0,0d4f89+26,0d4f89+76,0986b1+98 */
background: rgb(9,134,177); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(9,134,177,1) 0%, rgba(13,79,137,1) 26%, rgba(13,79,137,1) 76%, rgba(9,134,177,1) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,134,177,1)), color-stop(26%,rgba(13,79,137,1)), color-stop(76%,rgba(13,79,137,1)), color-stop(98%,rgba(9,134,177,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(9,134,177,1) 0%,rgba(13,79,137,1) 26%,rgba(13,79,137,1) 76%,rgba(9,134,177,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0986b1', endColorstr='#0986b1',GradientType=0 ); /* IE6-9 */

}
#cols3-pos a{
  color:#D7EFF9;
}

/******************************** module style start **************************/
#top-content2-pos .modules-container ,
#top-content-right-pos .modules-container ,
#top-content-left-pos .modules-container ,
#top-content-pos .modules-container ,
#right-pos #right-pos-inner .modules-container ,
#left-pos  #left-pos-inner .modules-container,
#top-content-pos #top-content-inner .modules-container,
#bottom-center-content-pos #bottom-center-content-inner .modules-container{
  margin: 0 0 10px 0;
  /*background: #fff url(../images/bg-modules.png) bottom center no-repeat;
  border-left: 1px solid #dee5e6;
  border-right: 1px solid #dee5e6;
  border-top: 1px solid #dee5e6;*/
  padding:10px 5px 15px;
  porsition:relative;
  line-height:20px;
}
#cols3-right-pos #cols3-right-pos-inner .modules-container,
#cols3-center-pos #cols3-center-pos-inner .modules-container,
#cols3-left-pos #cols3-left-pos-inner .modules-container{
  margin: 0 0 10px 0;
  padding:10px 5px 15px;
  line-height:20px;
  color:#90B1BF;
}
#top-content2-pos .modules-container h3,
#top-content-right-pos .modules-container h3,
#top-content-left-pos .modules-container h3,
#top-content-pos .modules-container h3,
#right-pos #right-pos-inner .modules-container h3,
#left-pos  #left-pos-inner .modules-container h3,
#top-content-pos #top-content-inner .modules-container h3,
#bottom-center-content-pos #bottom-center-content-inner .modules-container h3,
#bottom-center-content-pos #bottom-center-content-inner .modules-container h3,
#cols3-right-pos #cols3-right-pos-inner .modules-container h3,
#cols3-center-pos #cols3-center-pos-inner .modules-container h3,
#cols3-left-pos #cols3-left-pos-inner .modules-container h3{
  font-size: 12px;
  color: #0d4f89;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee5e6;
}
#cols3-right-pos #cols3-right-pos-inner .modules-container h3,
#cols3-center-pos #cols3-center-pos-inner .modules-container h3,
#cols3-left-pos #cols3-left-pos-inner .modules-container h3{
  font-size: 22px;
  color: #D7EFF9;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: 0 3px 2px #0E4769;
  margin-bottom: 10px;
  border-bottom: 1px dashed #2EA4D2;
  box-shadow: 0 2px 0px #14668E;
      font-weight: normal;
}
#right-pos #right-pos-inner .modules-container  ul li a,
#left-pos  #left-pos-inner .modules-container ul li a,
#top-content-pos #top-content-inner .modules-container ul li a,
#bottom-center-content-pos #bottom-center-content-inner .modules-container ul li a{
  color: #D76616;
  font-size: 12px;
  font-weight: bold;
  transition:0.3s;
}
#top-content-pos #top-content-inner  .aidanews2 a{
  color: #D76616;
  font-size: 12px;
  font-weight: bold;
  transition:0.3s;
}
#top-content-pos #top-content-inner  .aidanews2 h1 a{
  font-size: 16px;
}
#top-content-pos #top-content-inner  .aidanews2 .aidanews2_title {
  display: block;
    padding: 5px 10px 3px;
    margin: 0;
}
#right-pos #right-pos-inner .modules-container a:hover,
#left-pos  #left-pos-inner .modules-container a:hover,
#top-content-pos #top-content-inner .modules-container a:hover{
  color: #2CA9BA;
}
.vt_menu_wapper,.vtem_roundedleft,.vtem_roundedcenter,.vtem_roundedright{
  display: inline-block;
}
.vsra-module{
  background: url(../images/bg-news.png) right 5px no-repeat;
  height:75px;
  margin-right: 10px;
  padding-right: 60px;
  font-size: 13px;
  font-weight: bold;
}
.vsra-module .vsra-title{}
.vsra-module .vsra-text a{
  color:#adadad;
  font-weight: normal;
  font-size: 12px;
}
.vsra-module .vsra-text a span{
  float: left;
  color: #ccc;
  direction: rtl;
}
.vsra-module .vsra-text a:hover{
  color:#0d4f89;
}
.vsra-module .vsra-text a:hover span{
  color: #f44118;
}
.slides_container{
  direction: ltr!important;
}
.bt-introtext{
  display: inline;
  direction:rtl;
  font-size: 12px;
  color: #454444;
}
.bt-cs-title{
  background: #00eaff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.bt-cs-title span{
  display: inline-block;
  height:30px;
  background: #0d4f89;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#center-pos #center-right-pos #center-right-pos-inner{
  padding-bottom: 20px;
}
.djslider{
  border:1px solid #ccc;
  padding: 1px;
}
.breadcrumbs{
  background-color: #f6f6f6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 5px 15px;
  font-size: 11px;
  font-weight: bold;
}
.breadcrumbs a{
  color: #0d4f89;
  font-size: 12px;
} 
/***************************** chart page ************************/
.chartpage .services  {
    height: 50px;
    padding: 1px;
    background: url(../images/patern.png) 0 0 repeat;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 3px #d0d0cf;
    box-shadow: 0 1px 3px #d0d0cf;
    margin-top: 6px;
    background-color: #fff;
}
.chartpage .services:hover  {
    height: auto;
    transition: 0.9s;
}

.chartpage .services .content{
    overflow: hidden;
    width: 100%;
    height: 0px;
    transition: 0.9s;
}
.chartpage .services:hover .content{

    width: 100%;
    height:auto;
}

.chartpage .services h3{
    background: #fff url(../images/updn.png) left -2px no-repeat;
    cursor: pointer;
    position: relative;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    padding: 2px 28px 2px 2px;
    margin: 8px;
    transition: 0.9s;
}

.chartpage .services:hover h3{
    background: #c2f193;
    border: 1px solid #a8e26e;
    border-radius: 4px;
    padding: 6px 28px;
}

.chartpage .services ul{
    margin:0;
    padding:0;
}
.chartpage .services ul li{
    float: right;
    display: inline-block;
    list-style:none;
}
.chartpage .services ul li a {
    border: 1px solid #ccc;
    -webkit-border-radius: 30px;
    -moz-border-radius:30px ;
    border-radius: 30px;
    background: #f3f3f3 url(../images/drbullet.png) 90% center no-repeat;
    line-height: 26px;
    font-size: 14px;
    padding: 5px 40px 5px 20px;
    margin: 0 20px 0 0;
    transition: 0.4s;
}

.chartpage .services ul li a:hover {
    border: 1px solid #d6d6d6;
    background: #e2f0f8 url(../images/drbullet.png) 90% center no-repeat;
    color:#981e32;
}
.chartpage .services h2:before, .chartpage .services h3:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/drbullet.png) right center no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
}

.chartpage .services:hover h2:before,.chartpage .services:hover h3:before{
    background: url(../images/drbullet.png) right center no-repeat;
}

/*********/
.chartpage .services2  {
    height: 50px;
    padding: 1px;
    background: url(../images/patern.png) 0 0 repeat;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 3px #d0d0cf;
    box-shadow: 0 1px 3px #d0d0cf;
    margin-top: 6px;
    background-color: #fff;
}
.chartpage .services2:hover  {
    height: auto;
    transition: 0.9s;
}

.chartpage .services2 .content{
    overflow: hidden;
    width: 100%;
    height: 0px;
    transition: 0.9s;
}
.chartpage .services2:hover .content{

    width: 100%;
    height:auto;
}

.chartpage .services2 h3{
    background: #fff url(../images/updn.png) left -2px no-repeat;
    cursor: pointer;
    position: relative;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    padding: 2px 28px 2px 2px;
    margin: 8px;
    transition: 0.9s;
}

.chartpage .services2:hover h3{
    background: #c2f193;
    border: 1px solid #a8e26e;
    border-radius: 4px;
    padding: 6px 28px;
}

.chartpage .services2 ul{
    margin:0;
    padding:0;
}
.chartpage .services2 ul li{
    float: right;
    display: inline-block;
    list-style:none;
}
.chartpage .services2 ul li a {
    border: 1px solid #ccc;
    -webkit-border-radius: 30px;
    -moz-border-radius:30px ;
    border-radius: 30px;
    background: #f3f3f3 url(../images/drbullet.png) 90% center no-repeat;
    line-height: 26px;
    font-size: 14px;
    padding: 5px 40px 5px 20px;
    margin: 0 20px 0 0;
    transition: 0.4s;
}

.chartpage .services2 ul li a:hover {
    border: 1px solid #d6d6d6;
    background: #e2f0f8 url(../images/drbullet.png) 90% center no-repeat;
    color:#981e32;
}
.chartpage .services2 h2:before, .chartpage .services2 h3:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/drbullet.png) right center no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
}

.chartpage .services2:hover h2:before,.chartpage .services2:hover h3:before{
    background: url(../images/drbullet.png) right center no-repeat;
}

.chartpage .blog .item table tr td {
padding: 30px 0 0 0;
}
.chartpage .blog .item table tr:first-child td{
    padding: 2px;
}

.chartpage .blog .item table tr:last-child td{
    padding: 2px;
}
.body .rf-body{
 overflow-y: hidden;
}
.nspArtScroll1{
  direction: ltr;
}
.nspArtPage{

    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 15px;
    text-align: right;
    direction: rtl;
} 
.nspInfo{
  display: none;
}
table.table_nums{width: 100%}
table.table_nums , th , td ,tr {border: 1px solid #bbb;}
table.table_nums th {background: #eee;text-align: center; font-size: 12px;padding: 5px}
table.table_nums tr:nth-child(1) td {background: #ccc;text-align: center; font-size: 14px;padding: 5px}
table.table_nums td {font-size: 12px;padding:1px 5px}
table.table_nums tr:nth-child(odd){background: #eee;}
table.table_nums tr:nth-child(even){background: #fff;}
table.table_nums tr:nth-child(1) {background: #ccc;}
.search_myInput {
    direction: rtl;
    /*background-image: url('https://www.w3schools.com/css/searchicon.png');*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 40px 12px 20px;
    border: 1px solid #ddd;
border-color:green;
    margin-bottom: 12px;
}
#amoozeshitable,#amoozeshitable tbody,#amoozeshitable tbody tr{
width: 100%;
display:block;
border:0px;
}

#amoozeshitable tbody tr td{
border:0px;

width: 19.5%;
display:inline-block;
overflow:hidden;
}
#amoozeshitable img{
width:100%;}