@font-face {
    font-family: iranyekan;
    src: url('/fonts/iranyekanwebregular.eot') format('eot'), url('/fonts/iranyekanwebregular.woff') format('woff'), url('fonts/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanbold;
    src: url('/fonts/iranyekanwebbold.eot') format('eot'), url('/fonts/iranyekanwebbold.woff') format('woff'), url('/fonts/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanboldextra;
    src: url('/fonts/iranyekanwebextrabold.eot') format('eot'), url('/fonts/iranyekanwebextrabold.woff') format('woff'), url('/fonts/iranyekanwebextrabold.ttf') format('truetype');
}


* {
    font-family: iranyekan;
    font-size: 12pt;
    direction: rtl;
}

body {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}

.colorErrorBorder {
    border: 1px solid #EF3E46 !important;
}

.colorError {
    color: #EF3E46 !important;
}

.colorBackMain {
    background-color: #F8F8FB;
}

.colorPrimary {
    color: #8010D2 !important;
}

.colorBorderPrimary {
    border: 1px solid #8010D2 !important;
}

.colorBackPrimary {
    background-color: #8010D2;
}

.colorBackPrimaryLight {
    background-color: rgba(138,29,177, 0.1);
}

.colorBackPrimaryDark {
    background-color: #6B0DAF;
}

.colorSeconday {
    color: #24B86D !important;
}

.colorBorderSeconday {
    border: 1px solid #24B86D !important;
}

.colorBackSeconday {
    background-color: #24B86D;
}

.colorBackThirty {
    background-color: #D2AF3C;
}

.colorBorderThirty {    
    border: 1px solid #D2AF3C !important;
}

.colorBorderGray {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.colorBackWhite {
    background-color: #fff;
}

.colorWhite {
    color: #fff;
}

.colorBackBlue {
    background-color: #42BBFA;
}

.colorBackBlue2 {
    background-color: #5BC6D2;
}

.colorBackGreen {
    background-color: #42B885;
}

.colorBackYellow {
    background-color: #F6A740;
}

.colorBackRed {
    background-color: #EE3567;
}

.colorBackRed2 {
    background-color: #FF6767;
}


.colorBlue {
    color: #42BBFA;
}

.colorBlue2 {
    color: #5BC6D2;
}

.colorGreen {
    color: #42B885;
}

.colorYellow {
    color: #F6A740;
}

.colorRed {
    color: #EE3567;
}

.colorThirty {
    color: #D2AF3C;
}


.colorFillBlue {
    fill: #42BBFA;
}

.colorFillBlue2 {
    fill: #5BC6D2;
}

.colorFillGreen {
    fill: #42B885;
}

.colorFillYellow {
    fill: #F6A740;
}

.colorFillRed {
    fill: #EE3567;
}

.displayNone {
    display: none !important;
    opacity: 0;
}

.displayBlock {
    display: block !important;
    opacity: 1;
}

.displayInlineBlock {
    display: inline-block !important;
}

.textAlignCenter {
    text-align: center !important;
}

.textAlignRight {
    text-align: right !important;
}

.textAlignLeft {
    text-align: left !important;
}

.directionLtr {
    direction: ltr !important;
}

.directionRtl {
    direction: rtl !important;
}

.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.opacityZero {
    opacity: 0 !important;
    height: 0 !important;
    overflow-y: hidden;
}

.opacityOne {
    opacity: 1 !important;
    height: auto !important;
    overflow-y: auto;
}

.directionLtr {
    direction: ltr !important;
}

.verticalMiddle {
    vertical-align: middle;
}

.cursor {
    cursor: pointer;
}


#backLdsRoller {
    position: fixed;
    background: rgba(0,0,0, 0.7);
    z-index: 1000;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#backLdsRoller.show {
    display: block;
}

#backLdsRoller #txtLoading {
    display: block;
    margin: 10px auto;
    width: 150px;
    text-align: center;
    color:#fff ;
}

.lds-roller {
  display: block;
  margin: 300px auto auto auto;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.topmenu {    
    z-index: 100;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: right;
}

.topmenu .logo {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0px 5px;
    width: 65px;
    height: 96px;    
    
}

.topmenu #buttonMenu {    
    vertical-align: top;
    margin: 35px 5px 5px 5px;
    width: 32px;
    height: 32px;    
    cursor: pointer;    
    padding: 2px;       
}

.topmenu #buttonMenu .line1, .topmenu #buttonMenu .line2, .topmenu #buttonMenu .line3 {
    width: 32px;
    height: 5px;    
    margin: 6px 0;
    transition: 0.4s;
}

.topmenu #buttonMenu .line1 {
    margin-top: 2px !important;
}

.changestatusbuttonmenu .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.changestatusbuttonmenu .line2 {
    opacity: 0;
}

.changestatusbuttonmenu .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.topmenu ul {     
     vertical-align: top;
     width: calc(100% - 300px);
     margin: 35px 5px 5px 5px;
     padding: 0;
     list-style-type: none;
     text-align: right;
     max-height: 500px;
     transition: all .3s ease-in-out;
}

.topmenu ul li {     
     vertical-align: top;
     margin: auto 8px;
     padding: 0;
     color: #a1a1a1;
     list-style-type: none;
}

.topmenu ul li a {
     color: #a1a1a1;
     text-decoration: none;
     transition: all .3s ease-in-out;
}

.topmenu ul li a:hover {
     color: #8010D2;
     border-style: solid;
     border-width: 0px 0px 1px 0px;
}

.topmenu ul li a.select {
     color: #8010D2 !important;     
}

.topmenu .search {
    position: absolute;
    top: 20px;
    left: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;    
    padding-top: 1px;
    width: 200px;
    height: 30px;
    border-radius: 10px;    
    
    
}

.topmenu .search input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    margin: 1px;    
    background-color: transparent;
    border: 0;
}

.topmenu .search input[type=text]:focus {    
    outline: none !important;
    border: 0;
    border-color: transparent;
    
}

.topmenu .search img  {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    cursor: pointer;
}

.topmenu .search label  {
    display: block;
    vertical-align: middle;
    margin: 10px 1px 1px 1px;
    font-size: 10pt;
    width: 100%;
    text-align: center;
}

.header {
    display: block;
    margin: 15px auto;
    width: 100%;
    text-align: center;    
    font-size: 20pt;
    font-family: iranyekanboldextra;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 700px) {
    .topmenu #buttonMenu {
        display: inline-block;
    }

    .topmenu ul {
        display: block;
        height: 0;        
        opacity: 0;        
        overflow-y: hidden;
    }

    .topmenu ul li {
        display: block;
    }
}

@media only screen and (min-width: 701px) {
    .topmenu #buttonMenu {
        display: none;
    }

    .topmenu ul {
        display: inline-block;
        height: auto;
        opacity: 1;        
    }

    .topmenu ul li {
        display: inline-block;
    }
}

.showMenu {
    height: 220px !important;
    opacity: 1 !important;    
}@media only screen and (min-width: 701px) {
    .footer {        
        width: 100%;
        min-height: 300px;
        position: relative;
        margin-top: 100px;
    }

    .footer:before {
        content: "";
        position: absolute;
        top: -60px;
        height: 60px;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom right, transparent 49%, #8010D2 50%);
    }

    #footer-content {
        display: block;
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }

    .footer .footermap {
        margin: 15px 50px 15px 15px;
    }

    .footer .information {
        margin-top: 20px;
    }

    .footer .socials {
        text-align: right;
    }

    .footer .socials .explain {
        margin: 10px auto 10px 0px;
        text-align: right;
    }

    .footer .copyright {
        text-align: right;
        width: calc(98% - 240px);
        margin: 0px 15px auto auto;
    }
    
}

@media only screen and (max-width: 700px) {
    .footer {        
        width: 100%;
        min-height: 1000px;             
        margin-top: 100px;        
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }    

    #footer-content {
        display: block;
        width: 100%;
        margin-top: 25px;
        text-align: center;
        padding-top :15px;
    }

    .footer .footermap {
        margin: 15px auto;
    }
    
    .footer .information {
        margin-top: 20px;
    }

    .footer .socials {
        text-align: center;
    }

    .footer .socials .explain {
        margin: 10px auto 5px auto;
        text-align: center;
    }

    .footer .copyright {
        text-align: center;
        width: 98%;
        margin: 15px auto auto auto;
    }

    footer .copyright span, footer .copyright a {
        text-align: center !important;
    }
}

.footer .footermap {
    display: block;    
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 20px;    
}

.footer .information {
    display: block;
    width: 100%;
    color: #fff;
}

.footer .information .col {
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px 5px 5px;
    max-width: 400px;
    width: 100%;        
}

.footer .information .col .title {
    display: block;
    word-wrap:normal;
    max-width: 220px;
    font-size: 16pt;
    border-bottom: 2px solid;
    text-align: right;
}

.footer .information .col .row {
    display: block;
    width: 100%;        
    margin: 15px auto;
    text-align: right;
}

.footer .information .col .row img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 30px;
}

.footer .information .col .row span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    margin-right: 12px;
    text-wrap:none;
    overflow-x: hidden;
    font-size: 11pt;
}

.footer .information .col .imgbox {
    display: inline-block;
    vertical-align: top;
    margin: 10px 2px 2px 2px;
    width: 120px;
    height: 140px;    
    border-radius: 5px;
}

.footer .information .col .imgbox img {
    display: block;
    padding: 5px;
    width: 100px;
    height: 120px;
}

.footer .information .col p {
    display: block;
    width: 100%;
    text-align: right;
}

.footer .information .col .newsletter {
    display: block;
    margin: 10px auto;
    width: 95%;
    height: 50px;
    border-radius: 25px;    

}

.footer .information .col .newsletter input[type=button] {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 40px;
    padding: 8px;
    margin-top: 5px;
    border-radius: 25px;
    background-color: #fff;    
    border: 0;
}

.footer .information .col .newsletter input[type=text] {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 170px);
    height: 35px;
    padding: 2px;
    margin-top: 5px;   
    background-color: transparent;
    border: 0;
    border-left: 1px solid #fff !important;
    color: #fff;    
    text-align: center;
}
.footer .information .col .newsletter input[type=text]:focus {
    outline: none !important;
}

.footer .information .col .newsletter input[type=text]::placeholder {
    color: #a9a9a9;
}


.footer .information .col .newsletter img {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 30px;
    margin: 10px 5px 5px 5px;    
}

.footer .socials {
    display: block;
    width: 98%;
    margin: 5px auto auto auto;       
    color: #fff;
}

.footer .socials .explain {
    display: block;    
    width: 260px;    
}

.footer .socials .icons {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    text-align: center;
}

.footer .socials .icons a {
    display: inline-block;
    vertical-align: top;
    margin: 2px 10px;
    width: 20px;
    height: 20px;
    text-decoration: none;
}

.footer .socials .icons a img {
    display: block;        
    width: 20px;
    height: 20px;    
}

.footer .socials .line {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 270px);
    min-width: 240px;
    height: 2px;
    margin-top: 10px;
    text-align: left;    
}

.footer .copyright {
    display: block;        
    color: #fff;
    padding-bottom: 25px;    
}

.footer .copyright a {
    display: inline-block;
    vertical-align: top;
    width: 49%;    
    min-width: 250px;
    text-align: right;
    color: #fff;
    text-decoration: none; 
    font-size: 10pt;
}

.footer .copyright span {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-width: 250px;
    text-align: left;     
    font-size: 10pt;
}






.form {    
    display: block;
    margin: 15px auto;
    width: 80%;
    border: 1px solid #cfcfcf;    
    border-radius: 5px;
    padding: 5px 40px 15px 40px;    

}

.msgform {
    display: block;
    margin: 15px auto;
    width: 80%;    
    border-radius: 5px;
    padding: 20px;
}

.form .titr {
    display: block;
    font-weight: bold;      
}

.form .level {
    position: relative;
    display: block;
    margin: 5px auto;
    width: 100%;
    height: 45px;
    border: 1px solid #cfcfcf;    
    border-radius: 25px;
    text-align: right;
}

.form .level span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;    
    height: 39px;
    border: 0;    
    border-radius: 25px;    
    color: #fff;
    text-align: center;
    font-size: 16pt;
    padding-top: 6px;
    transition: all .3s ease-in-out;
}

.form .colart {
    vertical-align: top;
    width: 49%;
    min-width: 300px;    
}

.form .picart {
    display: block;
    max-width: 500px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 500px) {
    .form .picart {
        display: none !important;
    }
}

.form .step {
    transition: all .3s ease-in-out;
}

.form .row {
    display: block;
    margin: 20px auto 5px auto;
    width: 100%;  
    text-align: right;      
}

@media only screen and (max-width: 1000px) {
    .form .row90 {
        width: 84%;
    }
}

@media only screen and (min-width: 1001px) {
    .form .row90 {
        width: 92%;
    }
}

.form .row input[type=text], .form .row input[type=password], .form .row textarea, .form .row select {
    display: block;        
    margin-top: 5px;    
    border: 1px solid #cfcfcf;    
    border-radius: 5px;
    padding: 5px;    
    text-align: right;
}

.form .row input[type=text], .form .row input[type=password] {
    width: 96%;
}

.form .row textarea {    
    width: 97%;
    height: 100px;    
}

.form .row select {
    width: 97%;
     -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url('/imagesite/icons/arrow_down.png') 5px 12px no-repeat;
}

.form .row input[type=text]:focus, .form .row input[type=password]:focus, .form .row textarea:focus, .form .row select:focus {    
    outline: none !important;           
}

.form .row .searchIRNational {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}

.form .rowInline {
    display: inline-block !important;
    width: 45% !important;
    min-width: 320px;
}

.form .rowInline2 {
    display: inline-block !important;    
    width: 32% !important;
    min-width: 100px;
}

.form .rowbox {
    display: inline-block !important;  
    width: 45% !important;
    margin: 0px !important;
    min-width: 320px !important;             
}

@media only screen and (max-width: 1000px) {
    .form .rowbox .lbl {
        font-size: 10pt !important;
    }
}

.form .rowbox input[type=text] {
    width: 92% !important;
    margin-right: 0px !important;
}

.form .rowbox select {
    width: 90% !important;
    margin-right: 0px !important;
}

.form .picstudent {
    cursor: pointer;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 10px auto;
}

.form .lblBelowText {
    margin: 10px auto;
}

.form .row .link {
    vertical-align: top;
    margin: 15px;    
    color: #000;    
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.form .row .link:hover {
    color: #8010D2;
     border-style: solid;
     border-width: 0px 0px 1px 0px;
}

.form .seperate {
    margin: 10px auto;
    width: 200px;
    height: 8px;
    background-color: #464646;
}

.form input[type=file] {
    -webkit-appearance:none;     
    position:absolute;
    top:0; 
    left:0;
    opacity:0; 
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form .buttonSingle {
    display: inline-block;
    margin: 40px 10px 10px 10px;
    width: 240px;
    height: 60px;
    border: 0;
    border-radius: 30px;    
    text-align: center;
    font-size: 18pt;
    color: #fff;    
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.form .buttonSingle:hover {
    box-shadow: rgba(0,0,0,0.3) 5px 5px;
}

.form .buttonSingle:focus {
    outline: none !important;
}

.form .buttonSingle2 {
    width: 85% !important;
    border-radius: 5px;
}

.form .divSingle {    
    width: 80%;
    padding: 20px;
    margin: 20px auto;
    text-align: center;       
    border-radius: 10px;
    font-size: 16pt;
}

.errors {
    display: none;
    margin: 15px auto 5px auto;
    width: 100%;    
    border-radius: 10px;
    background-color: #EF3E46;
}

.errors img {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 32px;
    height: 32px;
}

.errors p {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: calc(100% - 60px);   
    color: #fff;
}

.errors #focusable {
    display: none;
}
