﻿body {
    color: #444;
    font-family: "IRANSans_Fa", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
* {
    font-family: "IRANSans_Fa", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif ;
}

[v-cloak] {
    display: none;
}

.btn {
    user-select: none;
    background-repeat: repeat-x;
    background-position: -1px -1px;
    background-size: 110% 110%;
    border-color: rgba(27,31,35,0.2);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    background-image: -webkit-linear-gradient(270deg, #34d058 0%, #28a745 90%);
    background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #269f42 !important;
        background-image: -webkit-linear-gradient(270deg, #2fcb53 0%, #269f42 90%) !important;
        background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%) !important;
        background-position: 0 -0.2em !important;
        border-color: rgba(27,31,35,0.5) !important;
    }

.btn-danger {
    color: #fff;
    background-color: #ec413c;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-success {
        background-color: #ec413c !important;
        background-image: -webkit-linear-gradient(top, #ec413c, #a9312a) !important;
        background-image: linear-gradient(to bottom, #ec413c, #a9312a) !important;
        border-color: rgba(27,31,35,0.5) !important;
    }

.btn-info {
    color: #fff;
    background-color: #3498db;
    background-image: -webkit-linear-gradient(top, #7DBDE8, #3498db);
    background-image: linear-gradient(to bottom, #7DBDE8, #3498db);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-success {
        background-color: #3498db !important;
        background-image: -webkit-linear-gradient(top, #59aee8, #2295e0) !important;
        background-image: linear-gradient(to bottom, #59aee8, #2295e0) !important;
        border-color: rgba(27,31,35,0.5) !important;
    }

.btn-warning {
    color: #fff;
    background-color: #fbb450;
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-success {
        background-color: #fda221 !important;
        background-image: -webkit-linear-gradient(top, #fda221, #ec8b00) !important;
        background-image: linear-gradient(to bottom, #fda221, #ec8b00) !important;
        border-color: rgba(27,31,35,0.5) !important;
    }

.grid-item-container-dashboard .hpanel.horange .panel-body {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.grid-item-container-dashboard .hpanel.horange {
    border-top: 2px solid #34495e;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.grid-item-container-dashboard:nth-child(6n-5) .hpanel.horange {
    border-top-color: #e67e22;
}

.grid-item-container-dashboard:nth-child(6n-4) .hpanel.horange {
    border-top-color: #62cb31;
}

.grid-item-container-dashboard:nth-child(6n-3) .hpanel.horange {
    border-top-color: #c0392b;
}

.grid-item-container-dashboard:nth-child(6n-2) .hpanel.horange {
    border-top-color: #9b59b6;
}

.grid-item-container-dashboard:nth-child(6n-1) .hpanel.horange {
    border-top-color: #3498db;
}

.grid-container-dashboard .hpanel .panel-body {
    background: #f7f9fa;
}

.grid-container-dashboard .hpanel > .panel-footer, .hpanel > .panel-section {
    background: #fff;
    padding: 10px 0 !important;
}

    .grid-container-dashboard .hpanel > .panel-footer .list-group, .hpanel > .panel-section .list-group {
        margin: 0 15px;
    }

.content {
    padding: 15px 30px 40px;
}

.list-group-item {
    padding: 0;
}

.dashboard_list_item {
    padding: 10px 15px;
}

    .dashboard_list_item:hover {
        background-color: #f7f9fa;
    }

.size-11 {
    font-size: 11px !important;
}

.size-12 {
    font-size: 12px !important;
}

.size-13 {
    font-size: 13px !important;
}

.size-14 {
    font-size: 14px !important;
}

.size-15 {
    font-size: 15px !important;
}

.size-16 {
    font-size: 16px !important;
}

.size-17 {
    font-size: 17px !important;
}

.size-18 {
    font-size: 18px !important;
}

.size-19 {
    font-size: 19px !important;
}

.size-20 {
    font-size: 20px !important;
}

.size-25 {
    font-size: 25px !important;
}

.size-30 {
    font-size: 30px !important;
}

.size-40 {
    font-size: 40px !important;
}

.size-50 {
    font-size: 50px !important;
}

.size-60 {
    font-size: 60px !important;
}

.size-70 {
    font-size: 70px !important;
}

.line-height-0 {
    line-height: 0 !important;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

.line-height-50 {
    line-height: 50px !important;
}

.line-height-60 {
    line-height: 60px !important;
}

.line-height-70 {
    line-height: 70px !important;
}

.line-height-80 {
    line-height: 80px !important;
}

.line-height-90 {
    line-height: 90px !important;
}

.line-height-100 {
    line-height: 100px !important;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-6 {
    padding: 6px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-90 {
    padding: 90px !important;
}

.padding-100 {
    padding: 100px !important;
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-top-6 {
    padding-top: 6px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-top-100 {
    padding-top: 100px !important
}

.padding-top-130 {
    padding-top: 130px !important
}

.padding-top-150 {
    padding-top: 150px !important
}

.padding-top-180 {
    padding-top: 180px !important
}

.padding-top-200 {
    padding-top: 200px !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-bottom-100 {
    padding-bottom: 100px !important
}

.padding-bottom-130 {
    padding-bottom: 130px !important
}

.padding-bottom-150 {
    padding-bottom: 150px !important
}

.padding-bottom-180 {
    padding-bottom: 180px !important
}

.padding-bottom-200 {
    padding-bottom: 200px !important
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-left-6 {
    padding-left: 6px !important;
}

.padding-left-8 {
    padding-left: 8px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.padding-left-130 {
    padding-left: 130px !important;
}

.padding-left-150 {
    padding-left: 150px !important;
}

.padding-left-180 {
    padding-left: 180px !important;
}

.padding-left-200 {
    padding-left: 200px !important;
}

.padding-left-250 {
    padding-left: 250px !important;
}

.padding-left-300 {
    padding-left: 300px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-3 {
    padding-right: 3px !important;
}

.padding-right-6 {
    padding-right: 6px !important;
}

.padding-right-8 {
    padding-right: 8px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

.padding-right-100 {
    padding-right: 100px !important;
}

.padding-right-130 {
    padding-right: 130px !important;
}

.padding-right-150 {
    padding-right: 150px !important;
}

.padding-right-180 {
    padding-right: 180px !important;
}

.padding-right-200 {
    padding-right: 200px !important;
}

.padding-right-250 {
    padding-right: 250px !important;
}

.padding-right-300 {
    padding-right: 300px !important;
}

.margin-0 {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-1 {
    margin-top: 1px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.margin-top-6 {
    margin-top: 6px !important;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-130 {
    margin-top: 130px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-top-180 {
    margin-top: 180px !important;
}

.margin-top-200 {
    margin-top: 200px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-1 {
    margin-bottom: 1px !important;
}

.margin-bottom-2 {
    margin-bottom: 2px !important;
}

.margin-bottom-3 {
    margin-bottom: 3px !important;
}

.margin-bottom-6 {
    margin-bottom: 6px !important;
}

.margin-bottom-8 {
    margin-bottom: 8px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-130 {
    margin-bottom: 130px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.margin-bottom-180 {
    margin-bottom: 180px !important;
}

.margin-bottom-200 {
    margin-bottom: 200px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-3 {
    margin-left: 3px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-6 {
    margin-left: 6px !important;
}

.margin-left-8 {
    margin-left: 8px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-left-130 {
    margin-left: 130px !important;
}

.margin-left-150 {
    margin-left: 150px !important;
}

.margin-left-180 {
    margin-left: 180px !important;
}

.margin-left-200 {
    margin-left: 200px !important;
}

.margin-left-250 {
    margin-left: 250px !important;
}

.margin-left-300 {
    margin-left: 300px !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-3 {
    margin-right: 3px !important;
}

.margin-right-6 {
    margin-right: 6px !important;
}

.margin-right-8 {
    margin-right: 8px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.margin-right-130 {
    margin-right: 130px !important;
}

.margin-right-150 {
    margin-right: 150px !important;
}

.margin-right-180 {
    margin-right: 180px !important;
}

.margin-right-200 {
    margin-right: 200px !important;
}

.margin-right-250 {
    margin-right: 250px !important;
}

.margin-right-300 {
    margin-right: 300px !important;
}

.rounded-left {
    border-radius: 4px 0 0 4px !important;
}

.rounded-right {
    border-radius: 0 4px 4px 0 !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.block {
    display: block !important;
}

.block-inline {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

.contact-panel:hover .panel-body {
    animation-name: none;
    -webkit-animation-name: none;
    z-index: 1;
}

.dashboard-list-item:hover {
    color: #337ab7
}

.form-control {
    font-size: inherit;
    background-color: #fafbfc !important;
    border-color: #d0d0d0 !important;
    box-shadow: inset 0 1px 2px rgba(27,31,35,0.075) !important;
}

    .form-control:focus {
        background-color: #fff !important;
        border-color: #3498db !important;
        box-shadow: inset 0 1px 2px rgba(27,31,35,0.075), 0 0 0 0.2em rgba(3,102,214,0.3) !important;
        outline: none;
    }

.select2-container--default .select2-selection--single {
    font-size: inherit;
    background-color: #fafbfc !important;
    border-color: #d0d0d0 !important;
    box-shadow: inset 0 1px 2px rgba(27,31,35,0.075) !important;
    height: 34px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 60% !important;
    }

.hpanel > .panel-heading {
    color: #000;
    font-weight: 500;
}

.control-label {
    font-weight: 500;
}

#side-menu li .nav-second-level li a {
    font-weight: 500;
}

#side-menu li .nav-second-level li ul.nav-third-level li a {
    background-color: #fff;
}

    #side-menu li .nav-second-level li ul.nav-third-level li a:hover {
        background-color: #eee;
    }

.spinner > div {
    background-color: #cd1715;
}

.exir--disabled,
.exir--disabled *,
.item__disabled,
.item__disabled * {
    opacity: 0.6;
    pointer-events: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item__highlighted {
    background: #ffc !important;
}

.nri-body {
    min-height: calc(100vh - 100px);
}

.exir-asterisk-required {
    color: #e74c3c;
}

.mb {
    margin-bottom: 10px;
}

.mt {
    margin-top: 10px;
}

.ml {
    margin-left: 10px;
}

.mr {
    margin-right: 10px;
}

.m {
    margin: 10px;
}

.btn {
    font-weight: normal;
}

.progress_margined {
    margin-left: 35px;
}

.fa_margined {
    margin-top: 3px;
}


.input-group-btn > .btn {
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #d0d0d0 !important;
}

#letter .official-letter-body h1 {
    margin-bottom: 15px;
}

.official-letter-body p {
    line-height: 1.8em;
}

.official-letter-body ul {
    line-height: 1.8em;
}

.footer-logo {
    width: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.site-title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 50px;
}

.btn-exir {
    color: #fff;
    background-color: #11c7c5;
    border-color: #10bfbd;
}

    .btn-exir:hover,
    .btn-exir:focus {
        color: #fff;
        background-color: #0ea5a3;
        border-color: #0c8e8c;
    }

.image-block-bg {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.profile-picture .img-siteLogo {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    width: 90%;
    height: 0;
    padding-top: 90%;
    margin: 0 auto 10px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.15) 0%, rgba(0,0,0,0.02) 100%);
}

@media (min-width: 992px) {
    .table-valigned .goStep .col-md-8 {
        padding-left: 3px;
    }

    .table-valigned .goStep .col-md-4 {
        padding-right: 3px;
    }
}

@media (max-width: 768px) {
    .small-logo {
        display: block;
        float: none;
        text-align: center;
        position: absolute;
        right: 45%;
    }
}

.btn-transparent {
    background: transparent;
    border: none;
}

.flag {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin: auto;
}

.flag-ir {
    background-image: url(../images/flags/ir.png);
}

.flag-en {
    background-image: url(../images/flags/gb.png);
}

canvas {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.strip-grid {
    display: flex;
    flex-wrap: wrap;
}

.strip-grid__item {
    width: 250px;
    margin: 5px 15px;
}

.flex {
    display: flex;
}

.flex__0 {
    flex: 0;
    width: auto;
}

.flex__1 {
    flex: 1;
}

.flex__2 {
    flex: 2;
}

.flex__3 {
    flex: 3;
}

.flex__4 {
    flex: 4;
}

.flex__5 {
    flex: 5;
}

.flex__6 {
    flex: 6;
}

.flex__7 {
    flex: 8;
}

.panel-body h5, .panel-body h4 {
    line-height: 1.6em;
    text-align: right;
}

.form-separator {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 21px;
}

.table-responsive {
    overflow-x: visible;
}



/* ------------index page quickAccess -----------*/


.quickAccess__title__text {
    font-family: "MehdiHeydari";
    text-shadow: 0 0 10px #636060;
}

.quickAccess__wrapper {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.quickAccess__item {
    width: 135px;
    text-align: center;
    margin: 10px 5px;
}

.quickAccess__item__link {
    display: block;
    background-color: #fff;
    border-radius: 10px;
}

.quickAccess__item__link__title {
    font-family: "AJannatLT";
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    min-height: 65px;
    background-color: #0eadb3;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    min-height: 70px;
    transition: all 0.2s ease-in-out;
}

.quickAccess__item__link:hover .quickAccess__item__link__title {
    background-color: #2880b8;
}

.step__wizard.steps.homer-fix {
    margin: -15px -15px 15px;
    border-top: 0;
    border-right: 0;
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 15px;
    overflow: hidden;
}

.step__wizard .step {
    float: right;
    margin-left: 1px;
    padding: 2px;
}

.step__wizard.steps .step {
    border-radius: 0;
    display: inline-block;
    width: 55px;
    float: right;
}

.step__wizard .step, .step.selected {
    cursor: default;
}

.step__wizard.steps .step .step-container {
    position: relative;
    background: #f7f9fa;
    border-radius: 2px;
    padding: 0;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.step__wizard.steps .step .number {
    position: relative;
    background: #e3ebee;
    border-radius: 2px;
    color: #529db7;
    font-family: "iransansdn", Segoe UI;
    font-size: 16px;
    font-weight: 500;
    float: right;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    margin: 0;
    text-align: center;
    z-index: 2;
}

.step__wizard.steps .text {
    border-bottom: 4px solid #e4e5e7;
}

.step__wizard .step .text {
    height: 175px;
    display: block;
    position: relative;
    z-index: 1;
}

.step__wizard.steps .text .text-v {
    position: absolute;
    top: 80px;
    left: -35px;
    width: 120px;
    height: 50px;
    border-radius: 0 !important;
    font-family: IRANsans,tahoma;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    transform: rotate(-90deg);
    z-index: 1000;
}

.step__wizard .text-v table {
    width: 100%;
    height: 100%;
}

    .step__wizard .text-v table tr {
        vertical-align: middle;
    }

.step__wizard.steps .text .text-v table td {
    color: #546c68;
}

.step__wizard .clear {
    clear: both !important;
    float: none !important;
}

.step__wizard.steps .step.complete .text {
    border-bottom-color: #62cb31;
}

.step__wizard.steps .step .number {
    background-color: #3192cb;
    color: #fff;
}

.step__wizard.steps .step .text {
    border-bottom-color: #c0392b;
}

.step__wizard.steps .step.selected .text {
    background-color: #e5e5e5;
}

    .step__wizard.steps .step.selected .text .text-v {
        background-color: #e5e5e5;
        font-weight: 500;
    }    

.dual-listbox__buttons .dual-listbox__button:nth-child(1),
.dual-listbox__buttons .dual-listbox__button:nth-child(2) {
    background-color: #62cb31;
}

.dual-listbox__buttons .dual-listbox__button:nth-child(3),
.dual-listbox__buttons .dual-listbox__button:nth-child(4) {
    background-color: #e74c3c;
}

.dual-listbox .dual-listbox__item.dual-listbox__item--selected {
    background-color: #9b59b6;
    color: #fff;
}

.listboxswap.rtl .source_wrapper,
.listboxswap.rtl .listbox_controls,
.listboxswap.rtl .destination_wrapper {
    font-family: IRANSans !important;
}

.listboxswap .source_wrapper p,
.listboxswap .destination_wrapper p {
    border-radius: 0 !important;
    padding: 10px 10px !important;
}

.listboxswap .source_wrapper p {
    background: #62cb31 !important;
    border-bottom: 1px solid #4ea327 !important;
}

.listboxswap .source_wrapper .listbox_search {
    border-top-color: #4ea327 !important;
}

.listboxswap .destination_wrapper p {
    background: #3498db !important;
    border-bottom: 1px solid #2a7aaf !important;
}

.listboxswap .destination_wrapper .listbox_search {
    border-top-color: #2a7aaf !important;
}

.listboxswap .source_wrapper ul,
.listboxswap .destination_wrapper ul {
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 400;
}

.listboxswap .listbox_controls ul li {
    background-image: none !important;
    border-radius: 3px !important;
    color: #FFFFFF !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    min-width: 100px !important;
    box-shadow: 0 0 0 !important;
}

.listboxswap .listbox_controls ul li.add,
.listboxswap .listbox_controls ul li.addAll {
    background-color: #33cd56 !important;
    border: 1px solid #33cd56 !important;
    transition: all ease-in-out .15s;
}

.listboxswap .listbox_controls ul li.add:hover,
.listboxswap .listbox_controls ul li.add:focus,
.listboxswap .listbox_controls ul li.addAll:hover,
.listboxswap .listbox_controls ul li.addAll:focus {
    background-color: #28a745 !important;
    border: 1px solid #28a745 !important;
}

.listboxswap .listbox_controls ul li.remove,
.listboxswap .listbox_controls ul li.removeAll {
    background-color: #ec413c !important;
    border-color: #ec413c !important;
    transition: all ease-in-out .15s;
}

.listboxswap .listbox_controls ul li.remove:hover,
.listboxswap .listbox_controls ul li.remove:focus,
.listboxswap .listbox_controls ul li.removeAll:hover,
.listboxswap .listbox_controls ul li.removeAll:focus {
    background-color: #bd362f !important;
    border-color: #bd362f !important;
}

.listboxswap .source_wrapper ul li.listbox_option:hover {
    background: #4ea327;
    color: #fff;
}

.listboxswap .destination_wrapper ul li.listbox_option:hover {
    background: #2a7aaf;
    color: #fff;
}

.listboxswap .source_wrapper ul li.listbox_option.selected {
    background: rgba(98, 203, 49, 0.7);
    color: #000;
}

.listboxswap .destination_wrapper ul li.listbox_option.selected {
    background: rgba(52, 152, 219, 0.7);
    color: #fff;
}

.listboxswap.rtl .listbox_controls span.label {
    font-weight: 500 !important;
}

.listboxswap.rtl .listbox_controls .add span.label:after,
.listboxswap.rtl .listbox_controls .add span.label:before,
.listboxswap.rtl .listbox_controls .addAll span.label:after,
.listboxswap.rtl .listbox_controls .addAll span.label:before,
.listboxswap.rtl .listbox_controls .remove span.label:after,
.listboxswap.rtl .listbox_controls .remove span.label:before,
.listboxswap.rtl .listbox_controls .removeAll span.label:after,
.listboxswap.rtl .listbox_controls .removeAll span.label:before {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    
}

.listboxswap.rtl .listbox_controls .add span.label:before {
    content: "" !important;
}

.listboxswap.rtl .listbox_controls .add span.label:after {
    content: "\f104" !important;
    margin-right: 5px;
}

.listboxswap.rtl .listbox_controls .addAll span.label:before {
    content: "" !important;
}

.listboxswap.rtl .listbox_controls .addAll span.label:after {
    content: "\f100" !important;
    margin-right: 5px;
}

.listboxswap.rtl .listbox_controls .remove span.label:before {
    content: "\f105" !important;
    margin-left: 5px;
}

.listboxswap.rtl .listbox_controls .remove span.label:after {
    content: "" !important;
}

.listboxswap.rtl .listbox_controls .removeAll span.label:before {
    content: "\f101" !important;
    margin-left: 5px;
}

.listboxswap.rtl .listbox_controls .removeAll span.label:after {
    content: "" !important;
}

.bootstrap-duallistbox-container .btn-group.buttons {
    display: none !important;
}

.labratorylist {
    box-shadow:0px 0px 2px #ccc;
    border:1px solid #ccc;
}

.labratory {
    align-items: center;
    justify-content:space-between;

}

@media (max-width:767px) {
    .labratory {
        flex-direction:column;
    }

        .labratory .table-responsive {
            margin-bottom:0;
        }
}

.table {
    /*Moeinifar: Please be careful in styling*/
    /*border-collapse: collapse;*/
}

.table-labratory tbody tr {
    cursor:pointer;
}

.table-labratory tbody tr td {
    border-top: 1px solid #ccc !important;
    padding:6px !important;
}


.table-labratory thead tr th {
    border: 1px solid #ccc !important;
}

.margin-bottom-15 {
    margin-bottom:15px !important;
}

@media (max-width:767px) {
    .mt-res-10 {
        margin-top: 10px !important;
    }
}

.table-labratory-success thead tr th {
    background-color: #34db3a !important;
    padding: 6px !important;
}

.table-labratory thead tr th {
    
    padding: 6px !important;
}

.table-labratory {
    min-height: 40px !important;
}

.height-20 {
    height:20px !important;
}

.table-no-hover {
    background-color:#fff !important;
    cursor:default !important;
}


.table-no-hover td {
    background-color: #fff !important;
   
}
.d-flex {
    display:flex
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}

.width-30-percent {
    width: 30% !important;
}
.width-70-percent {
    width: 70% !important;
}