﻿/** Fonts **/
/****************************/
@font-face{
      font-family: 'IRANSansWeb';
      src:
      url('fonts/iransans/IRANSansWeb.woff') format('woff'), /* Pretty Modern Browsers */
      url('fonts/iransans/IRANSansWeb.ttf')  format('truetype'); /* Safari, Android, iOS */
      font-style: normal;
  }
  @font-face{
      font-family: 'IRANSansWeb';
      src:
      url('fonts/iransans/IRANSansWeb_Bold.woff') format('woff'), /* Pretty Modern Browsers */
      url('fonts/iransans/IRANSansWeb_Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
      font-weight: 300;
      font-style: normal;
  }
  @font-face{
      font-family: 'IRANSansWeb';
      src:
      url('fonts/iransans/IRANSansWeb_Light.woff') format('woff'), /* Pretty Modern Browsers */
      url('fonts/iransans/IRANSansWeb_Light.ttf')  format('truetype'); /* Safari, Android, iOS */
      font-weight: 400;
      font-style: normal;
  }
  @font-face{
      font-family: 'IRANSansWeb';
      src:
      url('fonts/iransans/IRANSansWeb_Medium.woff') format('woff'), /* Pretty Modern Browsers */
      url('fonts/iransans/IRANSansWeb_Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
      font-weight: 200;
      font-style: normal;
  }
  @font-face{
      font-family: 'IRANSansWeb';
      src:
      url('fonts/iransans/IRANSansWeb_UltraLight.woff') format('woff'), /* Pretty Modern Browsers */
      url('fonts/iransans/IRANSansWeb_UltraLight.ttf')  format('truetype'); /* Safari, Android, iOS */
      font-weight: 100;
      font-style: normal;
  }
  
  *{
    font-family: 'IRANSansWeb', Tahoma, Arial, helvetica ;
  }
  
/** input button **/
/****************************/
input[type=radio] {
  border: 1px solid #cccccc;;
  padding: 0.5em;
  -webkit-appearance: none;
}

input[type=radio]:checked {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAJnMAAAAACwAAAAAAQABAAACAkQBADs=) no-repeat center center;
  background-size: 11px 11px;
}

.blank input[type=radio]:checked {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAMzm/wAAACwAAAAAAQABAAACAkQBADs=) no-repeat center center;
  background-size: 11px 11px;
}  

input[type=radio]:focus {
  outline-color: transparent;
}

/** button **/
/****************************/

.button {
background-color: #99cc00; /* Green */
border: none;
color: white;
padding: 6px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 11pt;
font-style: bold;
margin: 4px 2px;
-webkit-transition-duration: 0.3s; /* Safari */
transition-duration: 0.3s;
cursor: pointer;
margin-left: 16px;
}

.button1 {
background-color: white; 
color: black; 
border: 2px solid #99cc00;
}

.button1:hover {
background-color: #99cc00;
color: white;
}

/** Popup **/
/****************************/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .overlay:target {
    visibility: hidden;
    opacity: 0;
  }
  .popup {
    margin: 150px auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 2s ease-in-out;
    width: 360px;
  }
  .popup .close {
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all 600ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: #FF9980;
    padding: 0px 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.1);
  }
  .popup .close:hover {
    color: rgb(255, 255, 255);
    background-color: tomato;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }

/** Main Style **/
/****************************/

A:link
     {
        font-family: 'IRANSansWeb', Tahoma, Arial, helvetica ;
        font-size:11pt;
     color: #404040f0;    
     text-decoration: none;
     FONT-WEIGHT:normal;
     text-decoration:none
     }
A:hover 
     {
        font-family: 'IRANSansWeb', Tahoma, Arial, helvetica ;
        font-size:11pt;
     text-decoration: none;
     FONT-WEIGHT:normal;
     text-decoration:none

     }
A:visited 
      {
        font-family: 'IRANSansWeb', Tahoma, Arial, helvetica ;
        font-size:11pt;
     text-decoration: none;
     FONT-WEIGHT:normal;
     text-decoration:none

     }

table.bgc td , .hts1 , .hts2 {
	background: #5cc0de;
	}

.mrq, a:hover{
	color:#5cc0de;
	}

.mrq {
	text-align: center;
    font-family: 'IRANSansWeb', Tahoma, Arial, helvetica ;
	font-size: 10.5pt;
	background-color: #F8F8F8;
	}

.hts2 {
	border: 1px solid #D2D2D2;
	text-align: center;
    font-family: 'IRANSansWeb', Tahoma, Arial, helvetica ;
	font-size: 14px;
	color:#FFFFFF;
	text-align:center;
	width:33%;
	height:30px;
	}