﻿/*start font*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../font/iranSans/eot/IRANSansWeb.eot');
    src: url('../font/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../font/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: BIRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../font/iranSans/eot/IRANSansWeb_Medium.eot');
    src: url('../font/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../font/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

html, body {
    font-family: IRANSans;
    color: #737780;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.title {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
}

    .title:before {
        content: '';
        position: absolute;
        width: 430px;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 1px dotted #1d1f24;
    }

    .title:after {
        content: '';
        position: absolute;
        width: 58px;
        height: 100%;
        bottom: -1.5px;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 3px solid #1d1f24;
    }

    .title h1 {
        font-size: 15pt;
        font-family: BIRANSans;
        color: #45474c;
    }

    .title span {
        font-size: 10.5pt;
    }

.pagecontent {
    width: 430px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

    .pagecontent:after, .clear::after {
        clear: both;
        display: block;
        content: '';
    }

.pagebtm {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    color: #8a8f99;
}

    .pagebtm span {
        font-size: 12pt;
        display: inline-block;
        background: #fff;
        position: relative;
        top: -13.5px;
        direction: ltr;
    }

    .pagebtm p {
        font-size: 7.5pt;
        margin-top: -10px;
        margin-bottom: 0;
    }

form .field-validation-valid {
    color: red;
    font-size: 10pt;
    display: none;
}

form .waitinginput {
    display: none;
    width: auto;
    height: 35px;
    line-height: .5;
    color: black;
    border: 0;
    background: none;
}

.input-field {
    margin: 0;
}

    .input-field input {
        margin: 15px auto;
        height: 30px;
    }

        .input-field input:not([type]):focus:not([readonly]), .input-field input[type=text]:focus:not([readonly]) {
            box-shadow: none;
            border-bottom: 1px solid #bbbbbd;
        }

    .input-field label {
        width: 100%;
        color: #737780;
        font-size: 10.5pt;
        right: 0;
    }

        .input-field label span {
            float: left;
        }

input[type=text]:focus:not([readonly]) + label span {
    opacity: 0;
}

input[type=text]:focus:not([readonly]) + label {
    color: #737780;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.recaptcha {
    margin: 20px auto;
}

    .recaptcha > * {
        width: 304px;
        margin: auto;
    }

    .recaptcha:after {
        clear: both;
        display: block;
        content: '';
    }

.ltr {
    text-align: left;
}

.rtl {
    text-align: right;
}

.btncustom {
    clear: both;
    width: 100%;
    margin: 15px auto 50px;
    border: none;
    border-radius: 5px;
    background: #1d1f24;
    height: 66px;
    color: #fff;
    font-size: 12pt;
    font-family: IRANSans;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1), 0px 35px 30px -15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1), 0px 35px 30px -15px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1), 0px 35px 30px -15px rgba(0,0,0,0.2);
    transition: 0.7s;
}

    .btncustom:hover {
        -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1),0px 20px 20px -15px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1),0px 20px 20px -15px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1)0px 20px 20px -15px rgba(0,0,0,0.2);
    }
/*check2*/
.check2 {
    cursor: pointer;
    color: #737780;
    font-family: 'IRANSans';
    font-size: 9pt;
    margin-top: 50px;
    display: inline-block;
}

    .check2 input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .check2 .lever {
        content: "";
        display: inline-block;
        position: relative;
        width: 28px;
        height: 10px;
        background-color: #939393;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;
        transition: background 0.3s ease;
        vertical-align: middle;
        margin-left: 5px;
        right: 0;
        float: right;
        margin-top: 6px;
    }

        .check2 .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: #fafafa;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
            left: 0;
            top: -3px;
            transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
        }

    .check2 input[type=checkbox]:checked + .lever {
        background-color: #78d571;
    }

        .check2 input[type=checkbox]:checked + .lever:after {
            background-color: #00b82d;
            left: 12px;
        }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(0, 0, 0, 0.08);
}


.link a {
    display: inline-block;
    color: #5c5f66;
    font-size: 9.75pt;
    background: #e8e9eb;
    border-radius: 3px;
    height: 44px;
    width: 49%;
    text-decoration: none;
    text-align: center;
    line-height: 3.3;
    transition: 0.7s;
}

    .link a:hover {
        background: #cfd0d1;
    }

.center label.check2 {
    margin: 20px auto;
}

span.text-danger.field-validation-error, .text-danger {
    color: red !important;
    font-size: 12px;
    font-weight: bold;
}


@media only screen and (max-width: 470px) {
    .pagecontent {
        width: 90%;
    }

        .pagecontent .check2 {
            margin-top: 0;
            display: block;
            clear: both;
        }

        .pagecontent .link a {
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }

    .pagetop .title {
        width: 90%;
        margin: auto;
    }

        .pagetop .title:before {
            width: 100%;
        }
}
