﻿/**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		5.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Sep 01, 2017
*	Website:		             http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (R6S23)
--------------------------------------------------------------------------------------
*
**/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iransans/eot/IRANSansWeb_Black.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/iransans/woff2/IRANSansWeb_Black.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/iransans/woff/IRANSansWeb_Black.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iransans/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iransans/eot/IRANSansWeb_Bold.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/iransans/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/iransans/woff/IRANSansWeb_Bold.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iransans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iransans/eot/IRANSansWeb_Medium.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/iransans/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/iransans/woff/IRANSansWeb_Medium.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iransans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iransans/eot/IRANSansWeb_Light.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/iransans/woff2/IRANSansWeb_Light.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/iransans/woff/IRANSansWeb_Light.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iransans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/iransans/eot/IRANSansWeb_UltraLight.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/iransans/woff/IRANSansWeb_UltraLight.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iransans/eot/IRANSansWeb.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/iransans/woff2/IRANSansWeb.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/iransans/woff/IRANSansWeb.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iransans/ttf/IRANSansWeb.ttf") format("truetype");
}
body {
    font-family: IRANSans;
    font-size: 16px;
    direction: rtl;
    margin: 0px;
    background-color: #fafafa;
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}
.nav {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #212121;
    z-index: 1001;
    position: fixed;
    right: 0px;
    width: 20%;
    height: 100%;
    box-shadow: 0px 0px 3px 0px #9e9e9e;
    overflow-y: auto;
}

.nav a {
    color: #212121;
}
.nav .item {
    display: inline-block;
    width: 100%;
}
.nav .spc {
    padding: 3px;
    display: inline-block;
}
.nav i {
    vertical-align: -6px;
}

.main {
    padding: 15px;
    box-sizing: border-box;
    width: 80%;
    float: left;
}

input,
textarea,
select,
button {
    font-family: IRANSans;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 16px;
    max-width: 100%;
    outline: none;
}
input:focus {
    box-shadow: 0px 0px 3px 0px #e0e0e0;
}
input[type="text"]:focus {
    box-shadow: 0px 0px 3px 0px #e0e0e0;
}
input[type="password"]:focus {
    box-shadow: 0px 0px 3px 0px #e0e0e0;
}
select:focus {
    box-shadow: 0px 0px 3px 0px #e0e0e0;
}
button,
input[type="button"]:focus,
input[type="submit"]:focus {
    box-shadow: none;
}
.panel input:focus {
    box-shadow: none;
}

textarea:focus {
    box-shadow: 0px 0px 3px 0px #e0e0e0;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    color: #ffffff;
    background-color: #2196f3;
    border-color: #2196f3;
}
input:disabled {
    border-color: #9e9e9e;
    background-color: #9e9e9e;
}
.box {
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #e0e0e0;
    border-radius: 3px;
    display: inline-block;
    margin: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}
img {
    max-width: 100%;
    height: auto;
}
.panel {
    text-align: center;
    width: 100%;
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #212121;
    padding: 5px;
    box-sizing: border-box;
    background: no-repeat;
    background-size: cover;
}
.panel .box {
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
}

.icon {
    width: 256px;
    height: 256px;
    padding: 10px;
}
.m5 {
    margin: 5px;
}
.up .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.users .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.l {
    float: left;
    display: inline;
}
.eb {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.eb .box {
    width: 100%;
    margin: 0px;
}
form {
    display: inline;
}
.gr .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.gr .EFO {
    width: 100%;
}
.gri a:hover {
    font-weight: bold;
}
.qs .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.qs textarea {
    vertical-align: baseline;
}
.fam .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.help .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.gg .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.login {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 50px;
}
.login .box {
    border-bottom: 3px solid #fff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 10px 5px #eee !important;
}

.login .t {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}
.login .err {
    text-align: right;
    font-weight: bold;
    color: #f44336;
}
.cls {
    cursor: pointer;
    font-size: 20px;
    display: inline;
    font-weight: normal;
}
.snav {
    float: left;
    padding: 5px;
    box-shadow: 0px 0px 3px 0px #e0e0e0;
    background-color: #ffffff;
    border-radius: 5px;
}
.snav a:hover {
    font-weight: bold;
}
.wlc {
    padding: 5px;
    box-shadow: 0px 0px 3px 0px #e0e0e0;
    background-color: #ffffff;
    border-radius: 5px;
    float: right;
}
.bl {
    color: #2196f3;
}

.online-vote{
    border-radius: 10px;
    background-color: #ffffffc7;
    margin:20px;
    padding: 20px;
}

.online-vote .header{
    position: relative;
    
}
.online-vote .header .title{
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid #00000040;
}

.online-vote .header .steps{
    position: absolute;
    left:0px;
    top: 0px;
}

.online-vote .header .logo{
    position: absolute;
    right: 0px;
    top:0px;
    max-width:70px;
    max-height:70px;
}

.online-vote .question-body{
    text-align: right;
}

.online-vote .text-center{
    text-align: center;
}

.online-vote .question-options button{
    padding: 10px 20px;
    margin: 10px;
}

.online-vote .question-options textarea{
    width: 100%;
}