﻿@font-face {
    font-family: 'WYekan';
    src: url('/Content/fonts/byekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'irannastaliq';
    src: url('/Content/fonts/irannastaliq.ttf') format('truetype');
}

@font-face {
    font-family: 'iransan';
    src: url('/Content/fonts/iransans/ttf/iransansweb(fanum).ttf') format('truetype');
}

@font-face {
    font-family: 'zxfont';
    src: url('/Content/fonts/zxfont/zxfont.woff') format('woff');
}

@font-face {
    font-family: 'BNazanin';
    src: url('/Content/fonts/BNazanin/BNazanin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .login-container .loginbox .loginbox-title {
    font-family: iransan !important;
}
.login-container {
    
    width: 100%;
    margin:0;
    margin-top:3%;
    max-width:100%;
}
    .login-container .loginbox {
        width:100%!important;
    }
    .login-container .logobox {
        width: 100% !important;
        margin-bottom:15px;
        text-align:center;
        height:80px!important;
        display:flex;
        padding:15px;
    }
.logobox h1
{
    font-size:16px;
    font-weight:bolder;
    margin-top:10px;
    margin-right:15px;
}
.logobox img
{
    height:50px;
}

#LoginCaptcha_CaptchaDiv {
    display: flex;
}
.card
{
    min-height:400px;
}
body {
    direction: rtl;
    height: 100%;
    margin: 0;
    top: 0;
    font-family: iransan !important;
    background-color: #f1f0f0;
  
}
.login-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1e4668;
    background-image: url('/img/login-bg.jpg');
}
.logobox,.loginbox
{
    border-radius:4px;
}
.loginbox-submit .btn {
    background-color: #4493c3;
    border-color: #4493c3;
    color: #fff;
}
.expertTable {
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    display: table;
    border-spacing: 0;
    margin-bottom: 0;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.editor-wipe {
    background-color: white;
    border: 1px solid white;
    margin-right: 15px;
}

.field-validation-error {
    color: red;
}

input[type="number"] {
    /*-moz-appearance: textfield;*/
}
/*#region Notifications*/
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    left: -0.3em;
    top: -0.5em;
    float: left;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        zoom: 1;
        filter: alpha(opacity=40);
        -webkit-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4;
    }
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

ul {
    list-style: none;
}

    ul.ui-timepicker-viewport {
        padding-right: 0 !important;
    }

.toast-top-full-width {
    top: 0;
    left: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    left: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    right: 12px;
}

.toast-top-right {
    top: 12px;
    left: 12px;
}

.toast-bottom-right {
    left: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    right: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999
    /*overrides*/
}

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 50px 15px 15px;
        width: 300px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        background-position: 15px center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 12px #999999;
        -moz-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        zoom: 1;
        filter: alpha(opacity=80);
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
    }

    #toast-container > :hover {
        -webkit-box-shadow: 0 0 12px #000000;
        -moz-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        cursor: pointer;
    }

    #toast-container > .toast {
        background-image: none !important;
    }

        #toast-container > .toast:before {
            position: fixed;
            font-family: FontAwesome;
            font-size: 24px;
            line-height: 18px;
            float: right;
            color: #FFF;
            padding-left: 0.5em;
            margin: auto -1.5em auto 0.5em;
        }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-white {
    background-color: #ffffff !important;
}

.toast-snow {
    background-color: #fbfbfb !important;
}

.toast-whitesmoke {
    background-color: #f5f5f5 !important;
}

.toast-seashell {
    background-color: #f3f3f3 !important;
}

.toast-ivory {
    background-color: #eeeeee !important;
}

.toast-platinum {
    background-color: #e5e5e5 !important;
}

.toast-lightgray {
    background-color: #d0d0d0 !important;
}

.toast-gray {
    background-color: #cccccc !important;
}

.toast-darkgray {
    background-color: #999999 !important;
}

.toast-silver {
    background-color: #777777 !important;
}

.toast-sonic-silver {
    background-color: #737373 !important;
}

.toast-storm-cloud {
    background-color: #666666 !important;
}

.toast-lightcarbon {
    background-color: #555555 !important;
}

.toast-carbon {
    background-color: #444444 !important;
}

.toast-slate-gray {
    background-color: #333333 !important;
}

.toast-darkcarbon {
    background-color: #262626 !important;
}

.toast-blue {
    background-color: #5db2ff !important;
}

.toast-info {
    background-color: #57b5e3 !important;
}

.toast-sky {
    background-color: #11a9cc !important;
}

.toast-primary {
    background-color: #4374e0 !important;
}

.toast-blueberry {
    background-color: #6f85bf !important;
}

.toast-palegreen {
    background-color: #a0d468 !important;
}

.toast-success {
    background-color: #53a93f !important;
}

.toast-green {
    background-color: #8cc474 !important;
}

.toast-lightyellow {
    background-color: #f6d52e !important;
}

.toast-yellow {
    background-color: #ffce55 !important;
}

.toast-warning {
    background-color: #f4b400 !important;
}

.toast-gold {
    background-color: #f9b256 !important;
}

.toast-orange {
    background-color: #fb6e52 !important;
}

.toast-lightred {
    background-color: #e46f61 !important;
}

.toast-darkorange {
    background-color: #ed4e2a !important;
}

.toast-red {
    background-color: #df5138 !important;
}

.toast-danger {
    background-color: #d73d32 !important;
}

.toast-pink {
    background-color: #e75b8d !important;
}

.toast-darkpink {
    background-color: #cc324b !important;
}

.toast-magenta {
    background-color: #bc5679 !important;
}

.toast-purple {
    background-color: #7e3794 !important;
}

.toast-maroon {
    background-color: #981b48 !important;
}
/*Responsive Design*/
@media all and (max-width: 239px) {
    #toast-container > div {
        padding: 8px 50px 8px 8px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        left: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 240px) and (max-width: 479px) {
    #toast-container > div {
        padding: 8px 50px 8px 8px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        left: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    #toast-container > div {
        padding: 15px 50px 15px 15px;
        width: 25em;
    }
}

.supports {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    background: url('/img/logo(1).png') center no-repeat;
    background-size: contain;
    height: 70px;
    background-color: #fff;
    border: #2A3F54 2px solid;
}



header .logoSupport {
    height: 60px;
}

.page-body {
    background-color: #fff;
    border: 2px #eee solid;
    margin-top: 50px;
    border-radius: 10px;
    min-height: 90vh;
}

.panel-default > .panel-heading {
    background-color: #2A3F54 !important;
    color: #fff !important;
}

.panel-default {
    border-color: #2A3F54 !important;
}

.regBtn {
    background-color: #5894d0;
    color: #fff !important;
    border-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px !important;
    font-weight: bold !important;
}

footer {
    height: 40px;
    background-color: #2A3F54;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
/*textarea, input[type="text"],select, input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #2A3F54!important;
    border-color: #2A3F54!important;
}*/
body {
    color: #2A3F54 !important;
}

.btn-success {
    color: #fff !important;
    background-color: #49dea8;
    border-color: #49dea8;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.formTitle h4 {
    width: 100%;
    border-bottom: 2px solid #354e68;
    padding-bottom: 10px;
    padding-right: 15px;
    margin-top: -10px;
}

    .formTitle h4 a {
        float: left;
        font-size: 13px !important;
        font-weight: normal !important;
        padding-left: 10px
    }

.loader {
    text-align: center;
    z-index: 1000000000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .loader .col-md-2 {
        top: 20%;
    }

    .loader i {
        font-size: 50px;
    }

img.logo {
    margin-left: 20px;
}

div.service-box {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    div.service-box a {
        width: 100%;
        height: 100%;
    }

    div.service-box img {
        /*width: 60%;*/
        text-align: center;
        height: 70px;
        margin-top: 15px;
        opacity: .6;
    }

    div .service-box .service-inner {
        border: 2px solid #8a8989;
        border-radius: 5px;
        /*box-shadow: 5px 10px #e2dede;*/
    }

.service-box a h2 {
    color: #8a8989;
    font-size: 18px;
    /*line-height: 100px;*/
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 2px solid rgba(0,0,0,0.3);
    padding: 15px;
}

.service-box a h3 {
    color: #8a8989;
    font-size: 14px;
    line-height: 30px;
}

div.service-box:hover .service-inner, div.service-box.selected .service-inner {
    border-color: #354e68;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.6);
}

div.service-box.selected img, div.service-box:hover img {
    opacity: 1;
}

div .service-box:hover a h2, .service-list div.service-box.selcted a h2 {
    color: #354e68;
    text-decoration: none;
}

div.service-box {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.sub-service div.sub-service-box {
    margin-bottom: 15px;
}

    .sub-service div.sub-service-box .sub-service-inner {
        border: 2px solid #e1e1e1;
        border-radius: 5px;
        background-color: #f7f9fa;
        /*box-shadow: 5px 10px #e2dede;*/
    }

.sub-service a {
    display: flex;
}

    .sub-service a h3 {
        color: #424c6e;
        font-size: 16px;
        line-height: 70px;
        text-align: center;
        margin-right: 20px;
        margin-top: unset;
        margin-bottom: unset;
    }

.sub-service div.sub-service-box:hover .sub-service-inner, div.sub-service-box.selected .sub-service-inner {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    border-color: #6790ba;
}

.sub-service div.sub-service-box:hover a h3 {
    color: #354e68;
    text-decoration: none;
}

.sub-service div.sub-service-box img {
    height: 70px;
    width: 25%;
    max-width: 25%;
}

a:hover {
    text-decoration: none;
}

#ServiceSection {
    margin-bottom: 30px;
    margin-top: 50px;
    border-top: 3px dashed #e1e1e1;
    padding-bottom: 30px;
    padding-top: 30px;
}

#ServiceDescriptionSection {
    margin-bottom: 30px;
    margin-top: 50px;
    /*border-top: 3px dashed #e1e1e1;*/
    padding-bottom: 30px;
    padding-top: 30px;
}

.submitSection {
    margin-bottom: 30px;
    /*margin-top:30px;*/
}

.levelsection {
    min-height: 50vh;
}

#nextLevelSection {
    min-height: 80vh;
}

.order-img {
    width: 100%;
    height: auto;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
}

.buttonclose {
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 100;
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .buttonclose:hover, .buttonclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.imageSection {
    margin-top: 20px;
    margin-bottom: 30px;
}

.logoSection select {
    height: 60%;
    margin: auto;
    margin-right: 15px;
    width: 30%;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}

.rd-navbar-nav li.register a {
    border: 1px solid #5894d0;
    border-radius: 4px;
    color: #5894d0 !important;
}

.rd-navbar-nav li a {
    line-height: 50px;
    color: rgb(147, 144, 144);
}

.page-content {
    background-color: #f1f0f0;
}

.page-inner {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin-bottom:50px;
    margin-top: 50px;
}

ul li.rd-navbar-submenu:hover ul.rd-navbar-dropdown {
    opacity: 1;
    visibility: visible;
}

.form-title {
    padding: 15px;
    margin-bottom: 20px;
    border-bottom: 2px dashed rgba(0,0,0,0.4);
}

.pre-next-section {
    height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    /*background-color:#f1f0f0;*/
    z-index:1049;
}

    .pre-next-section .left {
        direction: ltr;
    }

.price-box {
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.3);
    font-weight: bold;
    color: rgba(0,0,0,0.4);
    padding: 10px;
    width: 30%;
    margin: auto;
}

textarea {
    height: auto !important;
}

.optgroup {
    margin-bottom: 20px;
    /*border-bottom: 2px dashed rgba(0,0,0,0.3);*/
    padding: 15px;
}

.table tr:first-child td {
    font-weight: unset;
}

.table th:nth-child(n+2), .table td:nth-child(n+2) {
    padding: 10px;
}

.table, th {
    text-align: right;
}

thead tr th:first-child {
    width: unset;
}

.btn-group {
    margin-left: auto;
    margin-right: auto;
}

    .btn-group .btn {
        font-size: 14px;
        padding: 7px;
        border-width: 1px;
        letter-spacing: unset;
        margin-left: 0;
        float: right;
    }

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
