﻿@charset "utf-8";

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

* {
    outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

body {
    font-family: IRANSans !important;
    font-size: 12px;
    padding-right: 0px !important
}

.datepicker-dropdown,
.colorpicker,
.bootstrap-timepicker-widget.dropdown-menu {
    right: auto;
}

.k-textbox,
.login-input {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100% !important;
    /*-webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;*/
}

    .k-textbox:focus {
        background-color: #FFFFFF;
        border: 1px solid #AAAAAA;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #333333;
    }

.k-textbox {
    padding: 0 !important
}

input[type="number"] {
    padding: 3px 12px !important;
}

.fcolor-white {
    color: #fff !important;
}

.fcolor-red {
    color: darkred !important;
}


.k-widget:not(.KGrid) * {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.none-display {
    display: none !important;
}

.bs-bars button {
    margin: 0 2px;
}

.page-title + .col-lg-12,
.page-title + .col-lg-12 .col-lg-6 {
    padding: 0px !important;
}

.radio,
.checkbox {
    margin: 0 0 0 4px !important;
    padding: 0 !important;
    display: inline;
    z-index: 0;
}

    .radio label,
    .checkbox label {
        margin: 0 !important;
        padding: 0 19px 0 0 !important;
    }

#searchHolder {
    cursor: pointer;
}

.user-profile {
    background: #2b2b2b;
    height: 100px;
}

.block-align {
    padding-top: 25px;
    line-height: 1.6;
    margin: 0px;
    font-weight: normal;
}

.text-white {
    color: #fff;
}

.text-orange {
    color: #ff5722;
}

.text-red {
    color: #ed1f1f
}

.text-yellow {
    color: #f5cc0b
}

.text-blues {
    color: #0b74f5
}

.text-magenta {
    color: #a40bf5
}

.text-green {
    color: #12bf30;
}

.text-orange {
    color: #ff5722;
}

.back-red {
    background: #ed1f1f
}

.back-yellow {
    background: #f5cc0b
}

.back-blues {
    background: #0b74f5
}

.back-magenta {
    background: #a40bf5
}

.back-green {
    background: #12bf30;
}


.back-orange {
    background: #f97332de !important;
}

.pointer-cursor {
    cursor: pointer;
}

.info-sms {
    background: #524f4f;
    padding: 6px 11px;
    line-height: 3;
    font-size: 14px;
}

.info-table {
    margin: 0;
    padding: 0px;
    width: 100%;
    text-align: right;
}

    .info-table td {
        color: #fff;
    }

    .info-table tr td:nth-child(3n) {
        text-align: left;
    }

.quick-access {
    background: #2b2b2b;
    height: 242px;
}

.access-item {
    background: #6b6a6a;
    height: 115px;
    padding: 18px;
    margin-top: 4px;
    margin-right: 4px;
}

.no-margin-right {
    margin-right: 0px;
}

.quick-access .info-table a.text-white:hover .access-item {
    background: #524f4f;
}

.nav > li > a:hover { /* color: #ff9616 !important; */
}

.back-yellow {
    background: #fcff13;
}

.icon-contact li {
    padding: 0 15px;
    line-height: 4;
    display: inline;
}

.quick-icon li {
    display: inline-flex;
}

.circle {
    border: 1px solid #ffffff;
    border-radius: 50px;
    height: 40px;
    line-height: 3.7;
    width: 40px;
    text-align: center;
}

footer {
    /* position: fixed; */
    width: 100%;
}

    footer .icon-contact {
        padding-left: 10px;
    }

        footer .icon-contact li {
            padding: 10px 0px;
        }

.circle i {
    font-size: 22px !important;
}

footer a.text-white:hover,
footer i:hover,
footer a.text-white:hover i {
    color: #ff9616 !important;
}

    footer a.text-white:hover .circle {
        border: 1px solid #ff9616;
    }

footer a.text-white {
    color: #fff !important;
}

.text-darkGray {
    color: #737171;
}

.back-gray {
    background: #737171 !important;
}

.card-box hr {
    position: absolute;
    top: 136px;
    z-index: 1;
    border-bottom: 0.1px solid #d2d2d2;
    height: 0px;
    padding: 0;
    margin: 0;
}

.card-box .hrLeft {
    width: 38%;
    left: 1px;
}

.card-box .hrRight {
    width: 36%;
    right: 1px;
}

.textPanel {
    margin-top: 90px;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

button.login-btn {
    height: 38px;
}


.login-input,
.k-textbox {
    background: #f6f6f6 !important;
    color: #737171;
    height: 38px !important;
    font-size: 13px !important;
    margin-bottom: 4px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}


.icon_forget {
    position: absolute;
    top: 30px;
    left: 45%;
    color: #000;
    font-size: 65px;
}

.background-alert {
    background: #484848;
    padding: 16px 20px;
    display: flex;
    border-bottom: 1px solid #8d8d8d;
}

    .background-alert p {
        line-height: 1.8;
        width: 100%;
    }

.color-alert-icon {
    color: #ff841b;
}

.buttonCustome {
    float: left;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #fff;
    width: 117px;
}

.panel-gray {
    background: #dedede !important;
}

.panel {
    border-radius: 10px
}

.panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-l-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.shadow-sm {
    box-shadow: 1px 3px 5px #e3e3e3 !important;
}

.bs-caret {
    color: #ff841b;
}

.dropdown-toggle {
}

.btn.dropdown-toggle.btn-white {
    background: #f1f1f1 !important;
}

.news-items li {
    list-style: none;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    padding: 13px 15px;
}

.panel .panel-body {
    padding: 0px !important;
}

.news-items {
    margin: 0;
    padding: 0;
}

p-b-5 {
    padding-bottom: 5px
}

.panel-heading {
    padding: 18px 0 16px 8px !important;
}

.border-gray {
    height: 38px;
    border: 1px solid #e3e3e3 !important;
}

.news-items li:nth-last-child(1) {
    border: none;
}

.panel-heading.panel-gray.no-padding-right {
    padding-right: 0 !important;
}

.panel-lightGray {
    background: #ebebeb !important;
}


.text-justify {
    text-align: justify;
}

.box-org {
    min-height: 200px;
    padding: 15px;
    line-height: 23px;
    height: auto;
}

.aTag i {
    font-size: 24px;
}

.aTag {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .aTag:hover,
    .aTag:active,
    .aTag:focus {
        color: #ff5722 !important;
    }

.p-t-30 {
    padding-top: 30px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.boxes-center.boxes {
    margin-left: 21px !important;
}

.boxes-center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

.atagBoxes:hover .boxes {
    box-shadow: 1px 0px 39px #c3c3c3 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq-item {
    list-style: none;
    margin: 7px 0;
    padding: 0;
}

    .faq-item li {
        padding: 3px 21px;
    }

    .faq-item a {
        color: #000;
    }

.no-border-radius {
    border-radius: unset !important;
}


.no-border {
    border: none;
}

.faq-side-right .panel-heading {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.faq-side-right h4 {
    font-size: 13px;
}

.text-black {
    color: #000;
}

.faq-sending {
    padding: 16px 20px;
}

.p-5-23 {
    padding: 5px 23px;
}

.m-t-22 {
    margin-top: 22px;
}

.bg-white {
    background: #fff !important;
}

#faq .panel .panel-heading a[data-toggle=collapse].collapsed:before {
    content: '\f055' !important;
    font-size: 72px !important;
    color: #ffffff !important;
    text-shadow: 0 0 34px #dedede;
    width: 26px !important;
}

#faq .panel .panel-heading a[data-toggle=collapse]:before {
    content: '\f068' !important;
    font-size: 62px !important;
    color: #ededed !important;
    width: 38px !important;
}

.popover .dropdown .btn {
    height: auto;
}

.upload-box {
    background: #f1f1f1 !important;
    border: 1px solid #dddcda;
    color: #dbdbdb;
    height: 140px;
    font-size: 97px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
}

    .upload-box i.fa {
        vertical-align: sub;
    }

.text-upload {
    color: #000;
    text-align: center;
    font-size: 14px;
    display: block;
    /* margin-right: 85px; */
}

.user-profile-box {
    background: #fff;
    padding: 25px 10px 0 10px;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 22px #eaeaea;
}

.send-file {
    text-align: center;
    font-size: 15px;
    margin-top: 158px;
}

.box-upload-fields {
    display: block;
    margin-top: 46px;
}

.block-display {
    display: block !important;
}

.inline-table-block {
    display: block;
    margin-top: 83px;
}

.table-xanis thead tr, .table-xanis tfoot tr {
    background: #dedede;
    border: 1px solid #dedede !important;
}

table > thead > tr > th, td {
    vertical-align: middle !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th, .table-bordered {
    border-top: auto;
}

.table-xanis thead th {
    padding: 5px !important;
    height: 50px;
    text-align: center;
    border-left: 1px solid #fff;
}

.table-xanis {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

    .table-xanis tbody tr td {
        border: 1px solid #dedede
    }

    .table-xanis tbody td {
        padding: 8px !important;
    }

    .table-xanis tfoot td {
        padding: 5px 15px !important;
    }

    .table-xanis thead th:last-child {
        border-left: 1px solid #dedede;
    }

.fileInput {
    border: 1px solid #fe5623;
    border-radius: 7px;
}

    .fileInput::-webkit-file-upload-button {
        visibility: hidden;
    }

    .fileInput::before {
        content: 'انتخاب فایل';
        display: inline-block;
        background: #ffdcd4;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        color: #fe5623;
        font-size: 10pt;
    }

    .fileInput:hover::before {
        border-color: #fe5623;
    }

    .fileInput:active::before {
        background: #f3c9bf
    }

.table-xanis tbody tr:nth-child(2n - 2) {
    background: #f1f1f1;
}

.btn-gray {
    border: 1px solid #e3e3e3;
    background: #f6f6f6;
    color: #000 !important;
    width: 100% !important;
    border-radius: 5px;
    font-size: 11px;
}

.modal-footer {
    border-top: none;
    padding: 0 !important;
}

.p-5-10 {
    padding: 5px 10px !important;
}

.p-t-b-9 {
    padding: 9px 0px;
}

.w-150px {
    width: 150px
}

.w-105px {
    width: 105px;
}

.no-margin-top {
    margin-top: 0px;
}

.m-b-7 {
    margin-bottom: 11px;
}

.content-page > .content {
    padding: 0px 0px 0px 0px !important;
    min-height: 700px;
}

.border-1 {
    border: 1px solid #f2f2f2;
    height: 90px;
    padding-top: 1px;
}

tfoot.no-style tr {
    background: transparent;
    border-radius: unset !important;
}

    tfoot.no-style tr td {
        border: 1px solid #dedede;
        width: 158px;
    }


.m-t-60 {
    margin-top: 60px;
}

.m-t-35 {
    margin-top: 35px;
}

#userProfile .box-fields {
    display: block;
    /* margin-top: 16px; */
}

.real_legal {
    display: none;
}

tfoot.no-style td[rowspan='4'] {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: bottom;
    text-align: left;
    padding-left: 0px !important;
}

.responsive-table {
    overflow-x: auto;
    margin-bottom: 10px;
}

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: unset !important;
    border-collapse: collapse !important;
    /* border-radius: initial !important; */
    /* border-top-left-radius: 20px !important; */
    /* border-top-right-radius: 20px !important; */
}

.line-ht-2030 {
    line-height: 2.5;
}

.table-xanis-renewal {
    width: 100%;
    border: 1px solid #dedede;
}

    .table-xanis-renewal td {
        padding: 10px;
        border: 1px solid #dedede;
        text-align: center;
    }

    .table-xanis-renewal th {
        padding: 20px 10px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #dedede;
    }

    .table-xanis-renewal tbody tr:nth-child(1) td:nth-child(1),
    .table-xanis-renewal tbody tr:nth-child(3) td:nth-child(1),
    .table-xanis-renewal tbody tr:nth-child(5) td:nth-child(1),
    .table-xanis-renewal tbody tr:nth-child(7) td:nth-child(1) {
        background: #f5f5f5 !important;
    }

    .table-xanis-renewal th:nth-child(1),
    .table-xanis-renewal td:nth-child(1) {
        text-align: right !important;
    }

    .table-xanis-renewal th:nth-child(2),
    .table-xanis-renewal td:nth-child(2) {
        background: #fefa98;
    }

    .table-xanis-renewal th:nth-child(3),
    .table-xanis-renewal td:nth-child(3) {
        background: #cdffd9;
    }

    .table-xanis-renewal th:nth-child(4),
    .table-xanis-renewal td:nth-child(4) {
        background: #d0effa;
    }

    .table-xanis-renewal th:nth-child(5),
    .table-xanis-renewal td:nth-child(5) {
        background: #ffe5ff;
    }

    .table-xanis-renewal tfoot td {
        padding: 0px !important;
        height: 35px;
    }

.btnTable {
    border: none;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    height: 35px;
}

.btnYellow {
    background: #f6b11a;
    color: #fff;
}

.btnGreen {
    background: #49bf67;
    color: #fff;
}

.btnBlue {
    background: #00acec;
    color: #fff;
}

.btnPink {
    background: #e151e1;
    color: #fff;
}

.fixed-table-container {
    border: 1px solid #ffffff !important;
}

.boder-white {
    border: 1px solid #fff !important;
}

.tarefe::before {
    content: '(';
}

.shAccount::after {
    content: ')';
}

.p-l-5 {
    padding: 0px !important;
    padding-left: 15px !important;
}

@media (max-width: 768px) {
    .boxsize {
        min-width: 100%;
    }

    .selectBox, .newsItem {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .panel-title, .pm-li {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .boxsize {
        min-width: 50%;
    }

    .upload-box-width {
        width: 50% !important;
    }
}

.pull-left.logo {
    position: absolute;
    right: 9px;
}

.pull-right.pName {
    top: 0px;
    position: absolute;
}

.topbar-left {
    position: relative;
}

.loginPanel {
    position: relative;
}

.loginLogo {
    position: relative;
    margin: 1%;
}

.mybadge:before {
    content: '(';
}

.mybadge:after {
    content: ')';
}

.mybadge {
    background-color: unset !important;
    color: #ff5722 !important;
}

.k-grid tr:hover {
    background-color: #ebebeb !important;
}

.k-grid tbody tr:nth-child(2n - 2) {
    background: #f9f7f7 !important;
}

.k-button {
    background-color: #f1f1f1;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #ccc !important;
}

.k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link {
    color: #3c3c3c !important;
    padding: 14px 7px !important;
    font-weight: bold;
}

span.k-widget.k-dropdown.k-header {
    border: 1px solid #ccc;
}


.m-t-26 {
    margin-left: 26px !important
}

div#dashboard-report-range {
    padding-left: 30px;
}

#sidebar-menu ul li {
    white-space: nowrap;
}

td {
    padding: 17px 0 !important;
    text-align: center;
}

th {
    text-align: center !important;
}
a.btn {
    padding: 10px 12px;
    background-color: #c5c5c5;
   
}
a.btn {
    margin: 0 3px;
    color: white !important;
}
a.btn-secondary {
    color: #585858 !important;
}
#toolbars {
    padding-bottom: 60px;
}
.payment-gateway {
    padding-bottom: 10px;
    margin: 10px;
    min-height: 370px;
}