@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/content/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/content/fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/content/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/content/fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/content/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/content/fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('/content/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/content/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/content/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('/content/fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('/content/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/content/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/content/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/content/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-size: 12px;
    max-width: 10000px;
    background: #F5F5F5;
    min-width: 960px;
    width: 100%;
    font-family: IRANSans, Roboto;
    text-rendering: optimizeLegibility; /* 2 */
    -webkit-font-smoothing: antialiased; /* 3 */
    -moz-osx-font-smoothing: grayscale; /* 4 */
}



p {
    font-feature-settings: "kern" 1; /* 5 */
    font-kerning: normal; /* 5 */
    hyphens: auto; /* 6 */
}


.fullwidth, body#bp-default #wp-admin-bar .padder {
    width: 100% !important;
    max-width: 10000px !important;
    min-width: 960px;
    margin: 0 auto;
    clear: both;
    float: left;
}

h2 {
    font-size: 24px;
    font-weight: 300;
    color: #03A9F4;
    margin: 30px 0 0 0;
}

.form-group {
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: -10px;
}

.control-label {
    font-size: 16px;
    font-weight: 400;
    right: 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: right top;
    transition: 240ms;
}

.form-group.focused .control-label {
    opacity: 1;
    transform: scale(0.75);
    color: #03A9F4 !important;
}

.form-control {
    align-self: flex-end;
}

    .form-control::-webkit-input-placeholder {
        color: transparent;
        transition: 240ms;
    }

    .form-control:focus::-webkit-input-placeholder {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

#textbox {
    width: 50%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 50%;
    position: absolute;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

    #textbox.register {
        margin-left: 0;
    }

.toplam.register {
    margin-left: 100%;
}

.toplam {
    width: 200%;
    height: 100%;
    position: relative;
    left: 0;
    left: -100%;
}

.left {
    width: 50%;
    height: 100%;
    background: #2C3034;
    left: 0;
    position: absolute;
    overflow: auto;
}

.right {
    width: 50%;
    height: 100%;
    background: #F9F9F9;
    right: 0;
    position: absolute;
    overflow: auto;
}

.ic {
    width: 250px;
    margin: 0 auto;
    top: 20px;
    position: absolute;
    left: 50%;
    margin-left: -125px;
}

.left .ic {
    margin-bottom: 70px;
}

.right .ic {
    margin-bottom: 30px;
    margin-top: 30px;
}

.ic p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #757575;
    margin-bottom: 25px;
}


form#girisyap input {
    border-bottom: 1px solid #cdcdcd;
    color: #959595;
    font-size: 14px;
    width: 100%;
    resize: none;
    max-height: 20px;
    outline: 0;
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
    margin-top: 20px !important;
    background: none;
    border-top: 0;
    overflow: hidden;
    transition: border .2s;
    text-align: right;
}

#girisyap .form-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#girisyap h2 {
    font-size: 28px;
    font-weight: 400;
    color: #0BAFBF;
    line-height: 35px;
}

#girisyap .soninpt {
    margin-bottom: 30px;
}

.left form#girisyap input {
    border-bottom: 1px solid #45494C;
}

.left .control-label {
    color: #fff;
    direction: rtl;
}

.left .yarim {
    width: 46% !important;
    float: left;
    margin-right: 8%;
}

.left .sn {
    margin-right: 0;
}

#CaptchaImage {
    float: right;
}

.captcha a {
    text-decoration: none;
    color: #959595;
}

.validation-summary-errors {
    margin-top: -20px;
}

    .validation-summary-errors ul li {
        direction: rtl;
        list-style: square;
        text-align: right;
        color: red;
    }

form#girisyap .girisbtn {
    width: auto;
    float: right;
    background: #03A9F4;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0 !important;
    line-height: 16px;
    font-family: IRANSans, Roboto;
    text-transform: uppercase;
    max-height: 36px;
    height: 36px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
    transition-duration: 0.25s;
    transition-property: background-color,box-shadow;
    border: 0;
}

    form#girisyap .girisbtn:hover {
        background: #0288D1;
        box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
    }

#moveleft, #moveright {
    width: auto;
    float: right;
    background: none;
    padding: 10px 16px;
    font-family: IRANSans, Roboto;
    font-size: 14px;
    color: #03A9F4;
    font-weight: 600;
    margin: 0 10px !important;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    max-height: 36px;
    height: 36px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    transition-duration: 0.25s;
    transition-property: background-color;
    border: 0;
    outline: 0;
}

    #moveleft:hover {
        background: #eee;
    }

    #moveright:hover {
        background: #363A3D;
    }

#fback {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -9999;
}

.girisback {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #03A9F4 url(../images/signup.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.kayitback {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #03A9F4 url(../images/login.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

p, h1, h2, h3, h4, h5, h6 {
    direction: rtl;
}

input[type=text] {
    direction: ltr;
    text-align: left;
}

input.btn-default {
    background-color: green;
    padding: 10px;
    border: none;
    color: white;
    box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.3);
}

    input.btn-default:hover {
        box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.3);
    }

.fullback {
    direction: rtl;
    position: absolute;
    overflow: auto;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fcfcfc;
    background-size: cover;
    background-position: 50% 50%;
}

    .fullback .logo {
        margin: 60px auto 20px auto;
    }

#fullback_message {
    direction: rtl;
    display: inline-block;
    border: 1px solid #ddd;
    background: #f5f5f5;
    text-align: center;
    margin: 0 auto;
    /*margin-top: calc((100vh - 480px) / 2);*/
    border-radius: 5px;
    padding: 30px;
    font-size: 16px;
    color: #06497b;
}

    #fullback_message a {
        color: #2ebcfd;
    }

        #fullback_message a:hover {
            color: #1fb7fd;
        }

/* -------------------------------------------------------------------------------------------------
    FOOTER
------------------------------------------------------------------------------------------------- */

footer {
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 0 30px;
    color: #06497b;
    background: rgba( 255, 255, 255, .95);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: right;
    font-size: 13px;
    box-shadow: -1px -1px 3px 0 rgba( 80, 80, 80, .2);
    box-sizing: border-box;
}

    footer p.left {
        width: 50%;
        padding: 5px 0;
        margin: 0;
        vertical-align: top;
        text-align: left;
        background-color: white;
        padding-left: 10px;
    }

    footer p.right {
        width: 50%;
        padding: 5px 0;
        margin: 0;
        vertical-align: top;
        padding-right: 10px;
    }

    footer a {
        color: #06497b;
        text-decoration: none;
        font-size: xx-small;
    }

/* -------------------------------------------------------------------------------------------------
    MODAL
------------------------------------------------------------------------------------------------- */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    text-align: right;
    direction: rtl;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #0288D1;
    color: white;
}

.modal-header h2{
    text-align:center;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #0288D1;
    color: white;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* -------------------------------------------------------------------------------------------------
    MEDIA QUERIES
------------------------------------------------------------------------------------------------- */

@media screen and (max-width:600px) {
    footer {
        height: auto;
        text-align: center;
    }

        footer p {
            text-align: center;
        }

    #fullback_message {
        margin: 0 20px;
        /*margin-top: calc((100vh - 460px) / 2);*/
    }
}

@media screen and (max-height: 580px) {
    footer {
        display: none;
        z-index: -10000;
    }
}
