﻿@font-face {
    font-family: IRANSansWeb;
    src: url('~/fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb.woff') format('woff'), url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: IRANSansWeb;
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
}

body, html {
    height: 100%;
    font-family: IRANSansWeb,Arial,Geneva,'Open Sans',sans-serif;
    padding: 0px !important;
    margin: 0px !important;
   /* font-size: 11px;*/
    direction: rtl;
}

.back {
    background: url('../img/bg.png') fixed;
    background-position:top;
    background-size: auto auto;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.center
{
    text-align:center !important;
    max-height:150px;
}

.logo {
    max-height: 50px;
}


.logoTitle1 {
    color: #478fca !important;
    position: relative;
    top: 40px;
}

.logoTitle2 {
    color: #478fca !important;
    position: relative;
    top: 50px;
    /*right:15px;*/
}
.red {
    color: #DD5A43 !important;
}

.blue {
    color: #478FCA !important;
}


.space-6, [class*="vspace-6"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 6px 0 5px;
}

h4, .h4 {
    font-size: 18px;
}


h3, .h3 {
    font-size: 22px;
}

.card-container.card {
    max-width: 350px;
    padding: 25px 25px;
}

.btn {
    font-family:IRANSansWeb;
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */


.panel-heading {
    color: #fff;
    position: relative;
    padding: 15px 15px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #09f;
    border-bottom: 1px solid #09f;
}

.card {
    border-radius: 15px !important;
    border: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.95);
    /*background-color:#fff;*/
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 60px auto 25px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #UserName,
.form-signin #Password,
.form-signin #Captcha {
    direction: rtl;
    height: 34px;
    font-size: 14px;
    font-family: IRANSansWeb;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    background-color: #00bfd6; 
    color:#fff;
    /*background-color: rgb(104, 145, 162);*/
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        /*background-color: rgb(12, 97, 33);*/
        background-color: #fff;
        border: 2px solid #00bfd6;
        color: #00bfd6
    }

.forgot-password {
    color: rgb(104, 145, 162);
    text-decoration:none;
   
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.field-validation-error
{
    color:red;
}

.modal-header {
    border-bottom-color: #f3eded;
    background-color: #00bfd6;
    color: #fff;
    font-size: 14px;
}

.modal-footer {
    border-top-color: #f3eded;
    /*  background-color: #00bfd6;*/
}

.loading-v1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2043;
    position: fixed;
    background: rgba(0, 0, 0, 0.32);
    outline: none !important;
    display: none;
}

    .loading-v1 .box1 {
        width: 200px;
        height: 140px;
        background: #fff;
        position: absolute;
        right: 0;
        left: 0;
        top: 30%;
        margin: auto;
        text-align: center;
        border: 1px solid rgba(0,0,0,.20);
        box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05) !important;
    }

    .loading-v1 #dialog-text {
        color: #ff9900;
        font-size: 13px;
        margin-top: 10px;
        direction: rtl;
    }

.lds-ring {
    display: block;
    position: relative;
    width: 40px;
    height: 80px;
    margin-right: auto;
    /* text-align: center; */
    margin-left: auto;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 22px;
        height: 45px;
        margin: 14px;
        border: 13px solid #ff9900;
        border-radius: 36%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #ff9900 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.ConfirmCode {
    height: 60px !important;
    width: 200px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #dddddd;
    margin-top: 20px;
    letter-spacing: 6px;
}

    .ConfirmCode:active, .ConfirmCode:focus {
        border: 1px solid #c8c8c8 !important;
        box-shadow: none !important;
    }


    .ConfirmCode::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #e9e9e9;
        opacity: 1; /* Firefox */
        font-size: 28px;
    }

    .ConfirmCode:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #e9e9e9;
        font-size: 28px;
    }

    .ConfirmCode::-ms-input-placeholder { /* Microsoft Edge */
        color: #e9e9e9;
        font-size: 28px;
    }

.text-send-confirm-code #timer {
    color: #f00;
    font-size: 16px;
}

.text-send-confirm-code {
    color: #828282;
}

.bold {
    font-weight: 500;
}

.div-ConfirmCode .message-error-keydown {
    position: absolute;
    top: 60px;
    margin-top: 20px;
    font-size: .775rem;
    color: #f93154;
    display: block;
    text-align: center;
    width: 100%;
}

.send-confirm-code {
    display: none;
}

.link-footer-reminder {
    margin-top: 20px;
}


