/* CSS file for line.iums881.ir */

@font-face {
  font-family: 'Nassim';
  font-style: normal;
  font-weight: normal;
  src: url('http://iums881.ir/wordpress/wp-content/themes/twentyfifteen-child/Nassim.eot');
  src: local('Nassim Arabic'),
    url('http://iums881.ir/wordpress/wp-content/themes/twentyfifteen-child/Nassim.woff') format('woff'),
    url('http://iums881.ir/wordpress/wp-content/themes/twentyfifteen-child/Nassim.ttf') format('truetype');
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Nassim", Arial, Tahoma, sans-serif;
}
  
:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Nassim", Arial, Tahoma, sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Nassim", Arial, Tahoma, sans-serif;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Nassim", Arial, Tahoma, sans-serif;
}
/* -------------------- */
body {
  direction: rtl;
  background-color: #F1F1F1;
  font-family: "Nassim", Arial, Tahoma, sans-serif;
  min-width:341px;
}

table {
  width: 100%;
  text-align: right;
}

img {
  max-width: 100%;
}

p {
  font-size: 80%;
}

.main {
  background-color: #FFFFFF;
  margin-top: 12%;
  margin-left: 10%;
  margin-right: 25%;
  width: 60%;
  padding: 25px;
}

.title {
  text-align: center;
}

.error,
.required {
  color: #FF0000;
}

.form_item {
  disply: block;
  float: right;
  width:100px;
}

.copyright {
  color:#3f4143;
  font-family:verdana;
  font-size:7pt;
  margin:10px 0 0;
  padding-top:30px;
  text-align:center;
  margin-right: 15%;
  width: 85%;
  bottom: 0;
}
/* -------------------- */
ul.navmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 15%;
  min-width: 150px;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed;
  overflow: auto; 
  background-color: #5f5f5f;
}

ul.navmenu li a {
  display: block;
  color: #f1f1f1;
  padding: 14px 16px;
  text-decoration: none;
}

ul.navmenu li a:hover {
  background-color: #060606;
  color: #ffffff;
}

ul.navmenu li.icon {
  display: none;
}

ul.navmenu li.home_button {
  background-image: url('home.png');
  background-repeat:no-repeat;
  background-position: 50% 46%;
  color:transparent;
  display: none;
}

@media screen and (max-width:667px) {
  ul.navmenu {
    width: 100%;
    height: auto;
  }
  ul.navmenu li {
    display: none;
  }
  ul.navmenu li.home_button {
    float: right;
    display: inline-block;
	width:50px !important;
  }
  ul.navmenu li.icon {
    float: left;
    display: inline-block;
	width:50px !important;
  }
  .main, .copyright {
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width:667px) {
  ul.navmenu.responsive {
    position: relative;
  }
  ul.navmenu.responsive li.icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  ul.navmenu.responsive li.home_button {
    display: none;
  }
  ul.navmenu.responsive li {
    float: none;
    display: inline;
  }
  ul.navmenu.responsive li a {
    display: block;
    text-align: right;
  }
}