@charset "utf-8";
*{
	margin: auto;
/*	box-sizing: border-box;*/
}
	body {
	background: radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color: #282828;
	background-size: 16px 16px;
	margin: 0px;
}
.container{
	width: 100%;
	background-color: azure;
	padding-left: 0px;
	padding-right: 0px;
}
header{height: 100%;
	background-color: #1d71b8;
	opacity: 0.6;
	margin-top: 5px;
	padding-top: 1px;
	text-align: center;
	position: relative;
	color: red;
}
h1{
	color: azure!important;
	font-size:5vw;
	vertical-align: text-top;
	padding-bottom: 15px;
/*	align-content: center;*/
	
}
.nav-tabs-right {
  text-align:right;
}

.nav-tabs {
  text-align:right;
}

.nav-tabs > li {
	  /*width: 100%;*/
	  display:inline-block;
	  float:none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: auto;
	direction: rtl;
}
/*<!--li {
    display: inline;
}-->*/
li {
    float: right;
	display: inline;
	
	}

a {
    display: block;
    padding: 20px;
	font-size: 1em;
	color: blue;
   /* background-color: #dddddd;*/
	}

h1 a:hover{
	color: white!important;
}

#table1{
	width: 100%;
	direction: rtl;
	
/*	text-decoration: none;	
	padding: 50px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: right;
	width: 100%;
	overflow: auto; */
}
/*#table1 tr {border-bottom-style: groove;}*/
td a {
	/*color: red!important;
	margin: 0px;*/
	padding: 0px;
/*	line-height: 1px;*/
}
.shahrekhabar {
	color: blue!important;
	font-size: 12pt;
	float: inline-flex;
/*	grid-auto-flow: column;*/
/*	margin-top: 10px;*/
	/*overflow: auto;*/
}
.first{
	/*word-wrap: break-word;*/
	padding: 20px;
	width: 100%;
	height: 100%
	border-width: thin;
    border-top-style: groove;
    border-top-color: #4D5FE1;
    /*border-top-width: 7px;*/
}
#titr {
	color: black;
	font-size: 1.5em;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	}

#start ul{
	background-color: #f7af39;
	opacity: 0.8;
	border-radius: 5px;
	
}
#start ul li{
		float: right;
}




/*
#tabs-1{
	
	padding-top: 0px;
}

.tabs-3{
	padding-top: 50px;
	width: 100%;
	overflow: auto; 
	
}
.tabs-3 ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tabs-3 ul li{
	width: 33%;
	float: right;
	border: 1px solid transparent;
	
   }
.tabs-3 ul li a {
    display: block;
    color: blue;
	text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	
	
}
	.tabs-3 ul li:hover{
	background-color: yellow;
	border: 1px solid red;
	border-radius: 30px;
	border: solid aqua;
}*/
footer{height: 50px;
	background-color: #1d71b8;
	opacity: 0.6;
	color: azure;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 0px;
	bottom: 0px;
	position: relative;
	overflow: auto;
}
