﻿div.container {

    
    border: 1px solid gray;
    text-align:right;
    direction: rtl;
    font-family:"B Nazanin";
}

header {
    padding: 1em;
    color: white;
    background-image:url('images/header.png');
    background-position:center;
    background-repeat:no-repeat;
    clear: right;
    text-align: center;
    direction: rtl;
    font-family:"B Nazanin";
    height:70px;
     
}
 footer {
    padding: 1em;
    color: white;
    background-image:url('images/footer.png');
    background-position:center;
    background-repeat:no-repeat;
    clear: right;
    text-align: center;
    direction: rtl;
    font-family:"B Nazanin";
    font-size:medium;
    height:30px;
}

nav {
height:430px;
width:100%;
    float: right;
    max-width: 160px;
    margin: 0;
    padding: 1em;
    text-align:right;
    direction: rtl;
    font-family:"B Nazanin";
    background-color:#FFF0E1;
}

nav ul {
    list-style-type: none;
    padding: 0;
    text-align:center;
    direction: rtl;
    font-family:"B Nazanin";
    font-weight:bold;

}
   
nav ul a {
    text-decoration: none;
    text-align:center;
    direction: rtl;
    font-family:"B Nazanin";
    font-weight:bold;
  
}

article {
    margin-right: 170px;
    border-right: 1px solid gray;
    padding: 1em;
    overflow: hidden;
    text-align:right;
    direction: rtl;
    font-family:"B Nazanin";
    height: 430px;
    overflow:auto;
    background-color:#FFF0E1;

}
.pos_login {
	text-align: left;
	direction: rtl;
}

.vertical-menu {
    width: 160px; /* Set a width if you like */
    
    
}

.vertical-menu a {
    border-radius: 15px;
    background-color:#6E4F92; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 8px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    margin-bottom:5px;
    color:white;
    
    
}

.vertical-menu a:hover {
    background-color:#C5ACE3; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color:#6600CC; /* Add a green color to the "active/current" link */
    color: white;
}
.vertical-menu2 {
    width: 160px; /* Set a width if you like */
    
    
}

.vertical-menu2 a {
    border-radius: 15px;
    background-color:#C0C0C0; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 8px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    margin-bottom:5px;
    color:black;
    
    
}

.vertical-menu2 a:hover {
    background-color:#C0C0C0; /* Dark grey background on mouse-over */
}

.vertical-menu2 a.active {
    background-color:#C0C0C0; /* Add a green color to the "active/current" link */
    color: black;
}

.mod_login_1 {
	direction: rtl;
	font-size: small;
	font-family: "B Nazanin";
}
.photo-style {
	border-style: solid;
	border-width: 1px;
	border-radius: 45px;
	background-color:white;

    width: 55px;
    height: 55px; 
}
.mod_login_2 {
	font-family: "B Nazanin";
	direction: rtl;
	color: #FFFFFF;
}
.mod_login_3 {
	text-decoration: none;
}
.mod_login_4 {
	color: #FFFFFF;
}

