/* Default Styles */
/*@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
    url('../fonts/IRANSansWeb.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('../fonts/IRANSansWeb.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
body {
    font-size: 100%;
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif;
    font-weight: normal;
    color: #333;
    background: #f3f3f3;
}
body {
    font: 14px 'Yekan', 'IRANSans', Tahoma sans-serif;
}
body a {
    font-family: Yekan, IRANSans, Tahoma, sans-serif;
    text-decoration: none !important;
    color: unset;
}
h1, h2, h3, h4, h5, h6, a, span, p, div {
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
a{
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; /* Chrome */
    -moz-transition: all .2s ease-in-out; /* FireFox */
    -o-transition: all .2s ease-in-out; /* Opera */
}
:focus{
    outline: 0;
}
body a:hover, body a:focus {
    color: #ff9f1a;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    position: relative;
    list-style: none;
}
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}
.alert .close {
    float: left;
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: .95;
}
.btn-info.active {
    background-color: #48cfad;
    border-color: #48cfad;
}
.btn-danger.active {
    background-color: #ed5565;
    border-color: #ed5565;
}
.btn-warning.active {
    background-color: #ffce54;
    border-color: #ffce54;
}
.btn-primary.active {
    background-color: #4fc1e9;
    border-color: #4fc1e9;
}
.btn-success.active {
    background-color: #a0d468;
    border-color: #a0d468;
}
.btn.active {
    box-shadow: 0 5px 8px 3px rgba(63, 67, 76, 0.12) !important;
}
/*.fa, .fas, .fal, .far, */.fa:before, .fas:before, .fal:before, .far:before {
    position: relative;
    top: 1px;
}
/* Class Styles */
.iransans {
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif !important;
}
.byekan {
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif !important;
}
.overflow_visible {
    overflow: visible !important;
}
.spc-d1 {
    margin-bottom: 5px;
}
.spc-d {
    margin-bottom: 15px !important;
}
.spc-dd1 {
    margin-bottom: 20px !important;
}
.spc-dd {
    margin-bottom: 30px !important;
}
.spc-ddd {
    margin-bottom: 50px !important;
}
.spc-up {
    margin-top: 15px;
}
.spc-upp {
    margin-top: 30px;
}
.no-space, .no-spc {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.pointer {
    cursor: pointer !important;
}
/* Panel */
.panel, .card, .box, .weather {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
}
.panel-heading {
    background-color: #f7f7f7;
    padding: 0 15px;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
}
.panel-heading-stain.panel-heading-dark {
    background-color: #333;
}
.panel-heading-nowrap {
    white-space: nowrap;
}
.panel-heading-btn-gp {
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    display: inline-block;
}
.panel-heading-btn * {
    vertical-align: middle;
}
.panel-heading-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 1.4;
    padding: 5px 7px;
    background-color: transparent;
    color: #ff9f1a;
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
span.panel-heading-btn {
    cursor: default;
}
.panel-heading-btn-gp .panel-heading-btn {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}
.menu_show {
    display: none;
}
@media(max-width: 590px) {
    .menu_show {
        display: block;
    }
    .menu_show + .panel-heading-btn-gp {
        background-color: #eee;
        padding: 5px;
        z-index: 2;
        top: 50px;
        display: none;
    }
    .menu_show + .panel-heading-btn-gp .panel-heading-btn {
        display: block;
    }
}
.panel-heading-btn i {
    font-size: 26px;
    margin-left: 5px;
    vertical-align: middle;
}
.panel-heading-btn:hover {
    background-color: #ff9f1a;
    color: #f3f3f3;
}
.panel-heading-export {
    position: absolute;
    top: 2px;
    width: auto;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    padding-right: 45px;
}
.panel-heading-export .export_btn {
    display: inline-block;
    background-color: #ffffff;
    color: #333;
    border-radius: 50%;
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 8px;
    padding-right: 2px;
    margin-right: 3px;
    font-size: 12px;
    -webkit-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    left: -100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-heading-export > .export_btn:nth-child(1) {
    -webkit-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) 0s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -moz-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) 0s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -ms-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) 0s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -o-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) 0s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) 0s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
}
.panel-heading-export > .export_btn:nth-child(2) {
    -webkit-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .1s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -moz-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .1s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -ms-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .1s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -o-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .1s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .1s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
}
.panel-heading-export > .export_btn:nth-child(3) {
    -webkit-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .2s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -moz-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .2s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -ms-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .2s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -o-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .2s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .2s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
}
.panel-heading-export > .export_btn:nth-child(4) {
    -webkit-transition:.5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .3s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -moz-transition:.5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .3s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -ms-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .3s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -o-transition:.5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .3s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    transition:.5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .3s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
}
.panel-heading-export > .export_btn:nth-child(5) {
    -webkit-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .4s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -moz-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .4s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -ms-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .4s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -o-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .4s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .4s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    font-size: 21px !important;
    padding-top: 0 !important;
    padding-right: 1px !important;
}
.panel-heading-export > .export_btn:nth-child(6) {
    -webkit-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .5s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -moz-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .5s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -ms-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .5s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    -o-transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .5s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    transition: .5s all cubic-bezier(0.18, 1.18, 0.71, 1.25) .5s, background-color .3s 0s, box-shadow .3s 0s, color .3s 0s;
    background-color: #ff9f1a !important;
    box-shadow: none !important;
    color: #f3f3f3 !important;
    font-size: 21px !important;
    padding-top: 0 !important;
    padding-right: 3px !important;
}
.panel-heading-export.show {
    visibility: visible;
}
.panel-heading-export.show .export_btn {
    left: 3px;
}
.panel-heading-export .export_btn:hover {
    background-color: #333;
    color: #f3f3f3;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
}
.panel-heading-export .export_btn:last-child:hover {
    background-color: #f3f3f3 !important;
    color: #333 !important;
}
.col_list {
    position: absolute;
    left: 164px;
    top: 50px;
    z-index: 3;
    display: none;
    overflow: hidden;
}
.col_list ul {
    text-align: center;
    overflow: hidden;
}
.col_list ul li {
    transition: .3s all;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px dashed #ddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 12px;
    background-color: #ff9f1a;
    color: #f3f3f3;
}
.col_list ul li:last-child {
    border-bottom: none;
}
.col_list ul li.deactive:hover {
    background-color: #fff;
}
.col_list ul li.deactive {
    background-color: #eee;
    color: #333;
}
.panel-heading > * {
    font-size: 14px;
    display: inline-block;
    line-height: 45px;
    position: relative;
}
.panel .panel-body {
    font-size: 13px;
    line-height: 1.8;
}
.panel .panel-body p {
    line-height: 1.8;
}
/* Panel Shadow */
.panel_shadow, .card_shadow, .box_shadow, .weather_shadow {
    border: none;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}
/* Panel Radius */
.panel_radius, .card_radius, .weather_radius {
    border-radius: 6px;
    box-shadow: 0 3px 0 #C8D0D7;
    border: 1px solid #dedede;
}
/* Linear Heading */
.panel-heading-linear > *:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ff9f1a;
    bottom: -1px;
    right: 0;
}
.panel-heading-linear > * {
    padding-left: 11px;
    padding-right: 3px;
}
/* Stain Heading */
.panel-heading-stain {
    border-bottom: none;
    background-color: #607D8B;
    color: #f3f3f3;
}
.panel-heading-stain.panel-heading-linear > *:after {
    bottom: 0;
}
/* Border Heading */
.panel-heading-border {
    border-color: #ef3f3e;
}
/* White Heading */
.panel-heading-white {
    background-color: transparent;
}
/* Slider */
.slider .slick-slide {
    outline: none;
}
.slider .caption > * {
    font-size: 17px;
}
.slick-dots li button:before {
    color: #999 !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
    color: #fff !important;
}
.slick-dots {
    bottom: 10px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-vertical .slick-slide {
    outline: none !important;
}
/* Modal */
.modal {
    overflow: hidden;
}
.modal-open {
    overflow: auto;
    padding: 0 !important;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-body {
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
}
.modal-backdrop.in {
    z-index: 1000001 !important;
}
.modal {
    z-index: 1000002 !important;
}
.modal-header {
    background-color: #2c3e50;
    color: #fff;
}
.modal-header .modal-title {
    font-size: 18px !important;
}
.modal-header .close {
    color: #fff;
    opacity: 1;
    margin-top: 4px;
    float: left;
    font-size: 30px;
    line-height: 0.6;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 526px;
    }
}
/* Auto Complete Input */
.has_autocomplete, .has_tooltip, .has_froala {
    overflow: visible !important;
}
.autocomplete {
    position: relative;
}
input.autocomplete_input {
    width: 100%;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/* Forms Component */
.hint {
    margin-top: 5px;
    color: #737373;
    text-align: justify;
    line-height: 1.6 !important;
}
input[advanced_dir="reverse"]:-moz-placeholder {
    text-align: right;
}
input[advanced_dir="reverse"]:-ms-input-placeholder {
    text-align: right;
}
input[advanced_dir="reverse"]::-webkit-input-placeholder {
    text-align: right;
}
button.btn {
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif !important;
}
.form_custom select option[disabled] {
    color: #ccc !important;
}
.form_custom label {
    margin-bottom: 0;
    vertical-align: middle;
    line-height: unset; /* Age meghdar bedi besh hame radio onOff ha mirine */
}
label {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}
.radio label, .checkbox label {
    top: 0 !important;
    vertical-align: middle;
    padding-right: 10px;
}
.radio.radio-inline {
    position: relative;
    top: 5px;
}
.form_custom label, .form_custom .radio, .form_custom .checkbox {
    margin-top: 3px;
}
.panel-body .form_custom label,.panel-body .form_custom .radio,.panel-body .form_custom .checkbox {
    margin-top: 7px;
}
.form_custom .radio label, .form_custom .checkbox label {
    margin-top: -4px;
    padding-right: 5px !important;
}
.form_custom input, .form_custom select {
    border-radius: 0;
    height: 38px;
    padding: 3px 5px;
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif;
}
.form_custom textarea {
    border-radius: 0;
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif;
    padding: 5px !important;
}
.form_custom .btn {
    border-radius: 0;
}
.form_custom .radio:first-child, .form_custom .checkbox:first-child {
    padding-right: 0;
}
.form_custom .form-group.no_overflow {
    overflow: visible;
}
.form-group {
    overflow: hidden;
}
.form_custom label.toggle {
    cursor: pointer;
}
.form_custom .toggle input[type=checkbox]:checked+.handle:before,.form_custom .toggle input[type=radio]:checked+.handle:before {
    background-color: #ff9f1a;
}
.form_custom .input-group input {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.form_custom .input-group .input-group-btn .btn {
    padding: 8px 12px !important;
}
.form_custom .toggle .handle {
    top: -29px !important;
}
.form_custom .toggle_hint {
    position: relative;
    top: -2px;
    padding: 0 5px;
    cursor: pointer;
    vertical-align: middle;
}
.form_custom .price_stepper .stepper-arrow {
    display: none !important;
}
.btn-lg {
    font-size: 16px;
    margin-top: 2px;
}
.btn {
    border-radius: 0 !important;
}
.btn_group {
    text-align: center;
}
.btn_radius {
    border-radius: 30px !important;
    padding: 5px 15px 8px 15px !important;
}
.btn_group .btn {
    margin: 0 2px;
    display: inline-block;
    min-width: 90px;
}
.center_btn_holder {
    text-align: center;
}
.center_btn_holder .btn {
    margin: 0 10px;
}
    /*CheckBox LTR TO TRL*/
.radio-inline, .checkbox-inline {
    padding-right: 0;
    padding-left: 5px;
}
.checkbox {
    margin-bottom: 0 !important;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-right: 0;
    margin-left: 10px;
}
.form_custom .radio:first-child, .form_custom .checkbox:first-child {
    padding-left: 5px;
    margin-left: 10px;
}
.form_custom .radio.radio-inline {
    margin-top: 0 !important;
}
/* DataTable */
body {
    min-width: unset !important;
}
.dataTables_wrapper select {
    padding: 0;
}
.dataTables_wrapper input, .dataTables_wrapper select {
    border-radius: 0;
    margin-right: 5px;
}
.dataTables_wrapper .pagination {
    margin-bottom: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #ff9f1a;
    border-color: #da830a;
}
.table {
    text-align: right !important;
}
td, th {
    font-size: 12px;
    vertical-align: middle !important;
    outline: none !important;
    font-family: IRANYekan, sans-serif;
}
/* New DataTable Bugfix */
@media(max-width: 767px) {
    /*table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after, table.dataTable.table thead td.sorting:after, table.dataTable.table thead td.sorting_asc:after, table.dataTable.table thead td.sorting_desc:after {
        top: 6px !important;
    }*/
    table.dataTable.table thead th.sorting, table.dataTable.table thead th.sorting_asc, table.dataTable.table thead th.sorting_desc, table.dataTable.table thead td.sorting, table.dataTable.table thead td.sorting_asc, table.dataTable.table thead td.sorting_desc {
        padding-right: 20px !important;
    }
    /*table.dataTable.table thead {
        display: none !important;
    }*/
}
/* New New DataTable Bugfix (New Version) */
.dt-semanticUI .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 1rem;
    padding-left: 1rem;
}
.dt-semanticUI.dataTables_wrapper input {
    height: 30px;
    padding: 5px !important;
    font: 12px 'Yekan', 'IRANSans', Tahoma sans-serif !important;
    text-align: right;
    direction: rtl;
    line-height: 1.5;
    min-width: 170px !important;
}
.dt-semanticUI.dataTables_wrapper .ui.selection.dropdown {
    font-size: 14px;
    padding: 6px 20px 8px 8px !important;
    min-height: unset !important;
    font-weight: bold !important;
}
.ui.selection.visible.dropdown>.text:not(.default) {
    font-weight: bold !important;
}
.dt-semanticUI .ui.selection.dropdown>.dropdown.icon {
    top: 6px !important;
    right: 5px !important;
}
.dt-semanticUI .ui.selection.dropdown .menu {
    border-radius: 0 !important;
}
.dt-semanticUI .ui.selection.dropdown .menu>.item {
    padding: 8px !important;
    text-align: center !important;
    font-size: 12px !important;
}
.dt-semanticUI.dataTables_wrapper input, .dt-semanticUI.dataTables_wrapper .ui.selection.dropdown {
    border-radius: 0 !important;
    margin-right: 5px !important;
    position: relative !important;
    top: 2px !important;
}
.dt-semanticUI.dataTables_wrapper .ui.pagination.menu {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.dt-semanticUI.dataTables_wrapper .ui.pagination.menu .active.item {
    color: #fff !important;
    background-color: #ff9f1a !important;
    border-color: #da830a !important;
}
.dt-semanticUI.dataTables_wrapper .ui.menu > .item:nth-last-child(2):after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(34,36,38,.1);
}
.dt-semanticUI.dataTables_wrapper .ui.pagination.menu .item {
    padding: 10px 15px !important;
    font-size: 12px !important;
    min-width: unset !important;
}
.dt-semanticUI.dataTables_wrapper .ui.pagination.menu {
    min-height: unset !important;
    height: unset !important;
    line-height: unset !important;
}
.dt-semanticUI.dataTables_wrapper table.dataTable {
    border-radius: 0 !important;
}
.dt-semanticUI.dataTables_wrapper .ui.basic.buttons .button {
    border-right: 1px solid rgba(34,36,38,.15);
    border-left: none !important;
}
.dt-semanticUI.dataTables_wrapper .ui.buttons .button:first-child {
    border-right: none;
}
table.dataTable.table thead th {
    cursor: pointer !important;
}
@media screen and (max-width: 767px) {
    .dataTables_wrapper.dt-semanticUI .dataTables_paginate {
        text-align: center !important;
    }
    .dataTables_wrapper.dt-semanticUI .ui.stackable.menu .item {
        width: auto !important;
    }
    .dataTables_wrapper.dt-semanticUI .ui.stackable.menu {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    /*table.dataTable.table thead {
        display: none !important;
    }*/
}
@media print {
    table.dataTable.table thead {
        display: table-header-group !important;
    }
    table.dataTable.table tfoot {
        display: table-footer-group !important;
    }
}
.dt-semanticUI.dataTables_wrapper tfoot input {
    padding: 0 5px !important;
    box-shadow: none !important;
    border: 1px solid #d2d2d2 !important;
    width: 150px !important;
    overflow: hidden;
    min-width: unset !important;
    margin: 0 !important;
    position: absolute !important;
    right: 30px;
    z-index: 2;
    top: 1px !important;
}
.dt-semanticUI.dataTables_wrapper tfoot input.reverse {
    right: -160px;
}
.dt-semanticUI.dataTables_wrapper tfoot th {
    position: relative !important;
    overflow: visible !important;
}
.tfoot_search_btn {
    cursor: pointer;
    color: #ff9f1a;
    font-weight: bold !important;
}
.tfoot_fake_holder {
    z-index: 2;
}
.tfoot_fake_holder tr th {
    position: relative;
}
.tfoot_fake_holder .dt_colSearch {
    position: absolute;
    z-index: 9;
    margin-right: 5px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #bbb;
    padding: 3px;
    bottom: 0;
    right: 20px;
    font: 12px 'Yekan', 'IRANSans', Tahoma sans-serif !important;
}
.dataTables_filter input[type=search] {
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif !important;
}
/* New New New DT (fixedHeaderFooter) */
.dataTable.fixedHeader-floating {
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif !important;
}
/*table.dt_min_1200 {
    min-width: 1200px;
}*/
/*.panel-body.has_dt_holder {
    padding: 15px 0;
}*/
.dt_holder {
    overflow: hidden;
    overflow-x: auto;
    padding: 0 0 15px 15px;
    display: block;
    width: 100%;
}
.dt_holder table.dataTable th,
.dt_holder table.dataTable td,
.thead_fake th {
    white-space: nowrap;
}
@media(max-width:767px) {
    .tfoot_fake_holder, .thead_fake_holder {
        display: none !important;
    }
}
/*@media(min-width: 1400px) {
    .dt_holder_1400 {
        overflow-x: hidden !important;
        padding: 0 !important;
    }
    .dt_holder_1400 table.dataTable th,
    .dt_holder_1400 table.dataTable td {
        white-space: normal !important;
    }
}*/
/*@media(min-width: 945px) {
    .dt_holder_945 {
        overflow-x: hidden !important;
        padding: 0 !important;
    }
    .dt_holder_945 table.dataTable th,
    .dt_holder_945 table.dataTable td {
        white-space: normal !important;
    }
}*/
/* table custom */
.table_custom {
    border-collapse: collapse;
    width: 100%;
}
.table_custom th, .table_custom td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.table_custom tr:nth-child(even){background-color: #f9f9f9}
@media(max-width: 767px) {
    .table_custom td, .table_custom th {
        display: block !important;
        border: none !important;
    }

    .table_custom tr {
        border:1px solid #d4d4d5;
    }

    .contactus_title {
        margin-top: 55px;
    }
}
/* Badge */
.badge {
    margin-right: 5px;
    font-size: 9px;
    font-weight: normal !important;
    padding: 5px 6px 3px 6px;
    margin-top: 2px;
    line-height: 0.9;
}
/* Start Residential_web Panel */
/* Top Navbar */
.top_navbar {
    background-color: #333;
    overflow: hidden;
    color: #f3f3f3;
    width: 100%;
    z-index: 10;
}
.top_navbar a {
    color: #f3f3f3;
}
.top_navbar.js_loaded {
    position: fixed;
    top: 0;
    right: 0;
}
.top_navbar .nav_right {
    display: inline-block;
    width: 20%; /* WIDTH */
    overflow: hidden;
    float: right;
    position: relative;
    padding-left: 15px;
}
.top_navbar .nav_right_holder {
    display: flex;
    align-items: center
}
.top_navbar .nav_right:after {
    content: '';
    width: 5px;
    height: 30px;
    border-left: 5px dotted #eee;
    position: absolute;
    left: 0;
    top: 8px;
}
.top_navbar .nav_left {
    display: inline-block;
    width: 80%; /* WIDTH */
    overflow: hidden;
    float: left;
    position: relative;
}
.top_navbar .nav_logo {
    display: inline-block;
    margin-left: 10px;
}
.top_navbar .nav_logo img {
    height: 44px;
    width: auto;
    padding: 5px 10px;
}
.top_navbar .nav_logo:hover {
    background-color: #222;
}
.top_navbar .nav_brand {
    display: inline-block;
    word-spacing: 2px;
}
.top_navbar .nav_item {
    display: inline-block;
    float: right;
    padding: 8px 13px;
    white-space: nowrap;
    cursor: default;
}
.top_navbar .nav_admin {
    cursor: default;
}
.top_navbar .nav_admin i {
    margin-left: 8px;
}
.top_navbar .nav_small {
    font-size: 11px;
}
/* Admin_panel */
#side_menu_btn {
    position: fixed;
    top: 85px;
    left: 5px;
    z-index: 102;
    cursor: pointer;
    background-color: #333;
    opacity: .5;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    display: none;
}
#side_menu_btn_bar_holder {
    display: block;
    width: 100%;
    text-align: center;
}
.bar1, .bar2, .bar3 {
    width: 26px;
    height: 2px;
    background-color: #f3f3f3;
    margin: 7px auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.admin_panel {
    position: relative;
    overflow: hidden; /* May Makes BUG when un-setting hidden, Be careful */
    width: 100%;
}
.admin_panel .panel_right {
    position: relative;
    float: right;
    z-index: 1;
    display: inline-block;
    width: 20%;
    background-color: #333;
    color: #f3f3f3;
    font-size: 14px;
/*    transition: width .02s ease-in-out;
    -webkit-transition: width .02s ease-in-out; !* Chrome *!
    -moz-transition: width .02s ease-in-out; !* FireFox *!
    -o-transition: width .02s ease-in-out; !* Opera *!*/
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}
.panel_right:after {
    content: '';
    height: 100%;
    background: #333;
    right: 0;
    bottom: 0;
    position: fixed;
    width: inherit;
    z-index: -1;
}
.admin_panel .panel_right .panel_right_content {
    position: relative;
    width: 100%;
}
.admin_panel .panel_right a {
    color: #f3f3f3;
}
.admin_panel .panel_right li:hover > a {
    color: #ff9f1a;
}
.admin_panel .panel_right .panel_items_holder {
    height: auto;
    width: 100%;
}
.admin_panel .panel_right .panel_items_holder.needAnim {
/*    transition: width 0s ease-in-out;
    -webkit-transition: width 0s ease-in-out; !* Chrome *!
    -moz-transition: width 0s ease-in-out; !* FireFox *!
    -o-transition: width 0s ease-in-out; !* Opera *!*/
}
.admin_panel .panel_right .panel_items_holder.fixed {
    width: 20%;
}
.admin_panel .panel_left {
    position: relative;
    float: left;
    display: inline-block;
    width: 80%; /* WIDTH */
    background-color: #f3f3f3;
    color: #333;
/*    transition: all .02s ease-in-out;
    -webkit-transition: all .02s ease-in-out; !* Chrome *!
    -moz-transition: all .02s ease-in-out; !* FireFox *!
    -o-transition: all .02s ease-in-out; !* Opera *!*/
}
.admin_panel .panel_left .panel_left_wrapper {
    padding: 15px;
}
/* Admin_panel Right */
.panel_right_toggle {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    background-color: #222;
    overflow: hidden;
   /* transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; !* Chrome *!
    -moz-transition: all .2s ease-in-out; !* FireFox *!
    -o-transition: all .2s ease-in-out; !* Opera *!*/
    color: #ff9f1a;
    /*position: relative;
    right: 0;
    bottom: 0;*/
    width: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.panel_right_toggle i {
    /*transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; !* Chrome *!
    -moz-transition: all .2s ease-in-out; !* FireFox *!
    -o-transition: all .2s ease-in-out; !* Opera *!*/
    width: 15px;
    margin-left: 10px;
}
.panel_right .panel_items_holder ul li a{
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.panel_right .panel_items_holder > ul > li.active > a {
    background-color: #ff9f1a !important;
    color: #f3f3f3 !important;
}
.panel_right .panel_items_holder > ul > li.active > a:after {
    left: 0;
    top: 50%;
    margin-top: -15px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #f3f3f3;
    border-width: 15px;
}
.panel_right .panel_items_holder > ul > li.active li.active a {
    color: #ff9f1a !important;
}
.panel_right .panel_items_holder > ul > li.active ul {
    background-color: #444;
}
.panel_right .panel_items_holder > ul > li.active ul ul {
    margin-right: 20px;
    border-right: 1px solid #ff9f1a;
}
.panel_right .panel_items_holder > ul > li.active ul li a {
    padding: 5px 20px 5px 10px;
    background-color: unset !important;
    font-size: 13px;
}
.panel_right .panel_items_holder > ul > li.active ul li ul li a {
    padding: 5px 20px 5px 10px;
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active) > a:after {
    left: 0;
    top: 50%;
    margin-top: -15px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #444;
    border-width: 15px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out; /* Chrome */
    -moz-transition: opacity .2s ease-in-out; /* FireFox */
    -o-transition: opacity .2s ease-in-out; /* Opera */
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active) > ul > li.has_sub > a:after {
    left: 0;
    top: 50%;
    margin-top: -15px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #555;
    border-width: 15px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out; /* Chrome */
    -moz-transition: opacity .2s ease-in-out; /* FireFox */
    -o-transition: opacity .2s ease-in-out; /* Opera */
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active) ul {
    position: absolute;
    right: 100%;
    bottom: -15px;
    background-color: #444;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; /* Chrome */
    -moz-transition: all .2s ease-in-out; /* FireFox */
    -o-transition: all .2s ease-in-out; /* Opera */
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active) > ul > li.has_sub > ul {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: #555;
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active):hover ul {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active) > ul > li.has_sub:hover ul {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active):hover > a:after {
    opacity: 1;
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active) > ul > li.has_sub:hover > a:after {
    opacity: 1;
}
.panel_right .panel_items_holder > ul > li.has_sub:not(.active) ul li a{
    padding: 5px 10px 5px 20px;
    background-color: unset !important;
}
.panel_right .panel_items_holder ul li a i {
    width: 15px;
    margin-left: 10px;
/*    transition: margin-left .01s ease-in-out;
    -webkit-transition: margin-left .01s ease-in-out; !* Chrome *!
    -moz-transition: margin-left .01s ease-in-out; !* FireFox *!
    -o-transition: margin-left .01s ease-in-out; !* Opera *!*/
}
.panel_right .panel_items_holder ul li a:hover, .panel_right .panel_items_holder ul li a:focus, .panel_right .panel_items_holder ul li:hover a {
    background-color: #222;
}
.admin_panel.compress .panel_right, .admin_panel.compress .panel_right .panel_items_holder {
    width: 45px;
    overflow: hidden;
}
.admin_panel.compress .panel_left {
    width: calc(100% - 45px);
}
.admin_panel.compress .panel_right li a i, .admin_panel.compress .panel_right .panel_right_toggle i {
    margin-left: 20px !important;
}
.admin_panel.compress .panel_right li.has_sub ul, .admin_panel.compress .panel_right .panel_items_holder > ul > li.active > a:after,  .admin_panel.compress .panel_right .panel_items_holder > ul > li.has_sub:not(.active) > a:after {
    display: none;
}
.admin_panel.compress .panel_right .panel_right_toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}





@media(max-width: 1123px) {
    .top_navbar .nav_right .nav_logo {
        margin-left: 0;
    }
}
@media(max-width: 1060px) {
    .top_navbar {
        font-size: 12px;
    }
}
@media(max-width: 1000px) {
    .top_navbar .nav_right .nav_logo {
        margin-left: 5px;
    }
    .admin_panel .panel_right, .top_navbar .nav_right, .admin_panel .panel_right .panel_items_holder.fixed {
        width: 25%;
    }
    .admin_panel .panel_left, .top_navbar .nav_left {
        width: 75%;
    }
}
@media(max-width: 793px) {
    .top_navbar .nav_right .nav_logo {
        margin-left: 3px;
    }
    .admin_panel .panel_right, .top_navbar .nav_right, .admin_panel .panel_right .panel_items_holder.fixed {
        width: 30%;
    }
    .admin_panel .panel_left, .top_navbar .nav_left {
        width: 70%;
    }
}
@media(max-width: 767px) {
    .top_navbar .nav_right {
        width: 35%;
    }
    .top_navbar .nav_left {
        width: 65%;
    }
    .admin_panel {
        overflow: unset; /* May Makes BUG when un-setting hidden, Be careful */
    }
    .admin_panel .panel_right_toggle {
        display: none;
    }
    .admin_panel .panel_items_holder.fixed {
        display: none !important;
    }
    .admin_panel .panel_right {
        min-height: unset !important;
        width: 100%;
        position: fixed !important;
        right: 0;
        top:0;
        z-index:10;
        height: 100vh !important;
        overflow-y: scroll;
        margin-top: -200% !important;
        margin-top: -100vh !important;
        -webkit-transition: margin-top .5s;
        -moz-transition: margin-top .5s;
        -o-transition: margin-top .5s;
        transition: margin-top .5s;
    }
    .panel_right:after {
        display: none;
    }
    body.open {
        overflow: hidden;
    }
    .admin_panel .panel_right.open {
        margin-top: 0 !important; /* BE CAREFUL, May need important for mobile browsers */
    }
    .admin_panel #side_menu_btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .admin_panel #side_menu_btn.open {
        background-color: #f3f3f3;
        top: 5px !important;
        left: 5px !important;
        transform: rotate(360deg);
        opacity: 1;
    }
    .admin_panel #side_menu_btn.open .bar1, .admin_panel #side_menu_btn.open .bar2, .admin_panel #side_menu_btn.open .bar3 {
        background-color: #333;
    }
    #side_menu_btn.open .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    #side_menu_btn.open .bar2 {
        opacity: 0;
    }

    #side_menu_btn.open .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -6px);
        transform: rotate(45deg) translate(-6px, -6px);
    }
    .admin_panel .panel_left {
        width: 100%;
    }
    .panel_right .panel_items_holder > ul > li.has_sub li.active a {
        color: #ff9f1a !important;
    }
    .panel_right .panel_items_holder > ul > li.has_sub ul {
        position: relative !important;
        background-color: #333 !important;
        right: 0 !important;
        bottom: unset !important;
        width: 100%;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .panel_right .panel_items_holder > ul > li.has_sub ul li.has_sub ul {
        margin: 0;
        border: none;
    }
    .panel_right .panel_items_holder > ul > li.has_sub ul li a {
        padding: 5px 10px 5px 10px !important;
        margin-right: 40px;
        margin-left: 40px;
        border-right: 2px solid #ff9f1a;
        font-size: 13px !important;
        background-color: #555 !important;
    }
    .panel_right .panel_items_holder > ul > li.has_sub ul > li.has_sub > ul a {
        padding: 5px 25px 5px 10px !important;
    }
    .panel_right .panel_items_holder > ul > li.has_sub:not(.active) ul li a {
        background-color: #555 !important;
    }
    .panel_right .panel_items_holder > ul > li.has_sub:not(.active) ul > li.has_sub > ul > li a {
        background-color: #666 !important;
    }
    .panel_right .panel_items_holder > ul > li.has_sub a:after {
        display: none !important;
    }
}
@media(max-width: 600px) {
    .top_navbar .nav_right .nav_logo {
        margin-left: 0;
    }
    .top_navbar .nav_right {
        width: auto;
        padding-left: 5px;
    }
    .top_navbar .nav_left {
        float: none;
        display: block;
        width: auto;
    }
    .top_navbar .nav_brand {
        display: none;
    }
}
@media(max-width: 476px) {
    .top_navbar .nav_left .nav_item, .top_navbar .nav_left .nav_admin{
        text-align: center !important;
        float: none !important;
    }
    .top_navbar .nav_right:after {
        display: none;
    }
    .top_navbar .nav_right {
        display: inline-block;
        width: auto;
        float: right;
        margin-right: 2px;
    }
    .top_navbar .nav_left {
        display: inline-block;
        width: auto;
        float: left;
        margin-left: 2px;
    }
    .top_navbar .nav_right .nav_logo {
        float: right;
    }
    .top_navbar .nav_logo img {
        height: 81px;
    }
}
@media(max-width: 321px) {
    .top_navbar .nav_right {
        padding: 0 !important;
        margin: 0 !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
    }
}
/* Circle Progressbar */
/* source : http://kottenator.github.io/jquery-circle-progress/ AND https://github.com/kottenator/jquery-circle-progress */
.circle {
    position: relative;
    margin: auto;
    width: 180px;
}
.circle strong {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    top: 73px;
}
.circle_total {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 10px;
    box-shadow: -2px 1px 12px 1px rgba(0, 0, 0, 0.2);
    padding: 2px 5px;
    font-size: 11px;
}
/* BLOCK Page */
/* Card_Block */
.card_block {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 15px;
    overflow: hidden;
}
.card_block i{
    font-size: 200px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
@media(max-width: 1570px){
    .card_block i {
        font-size: 180px;
    }
}
@media(max-width: 1450px){
    .card_block i {
        font-size: 160px;
    }
}
@media(max-width: 1310px){
    .card_block i {
        font-size: 140px;
    }
}
@media(max-width: 1200px){
    .card_block i {
        font-size: 115px;
    }
}
@media(max-width: 991px){
    .card_block i {
        font-size: 200px;
    }
}
@media(max-width: 870px){
    .card_block i {
        font-size: 150px;
    }
}
@media(max-width: 767px){
    .card_block i {
        font-size: 300px;
    }
}
@media(max-width: 630px){
    .card_block i {
        font-size: 200px;
    }
}
@media(max-width: 460px){
    .card_block i {
        font-size: 150px;
    }
}
@media(max-width: 360px){
    .card_block i {
        font-size: 110px;
    }
}
.card_block .block_name {
    color: #000;
    padding: 5px 10px;
    border: 7px solid #333;
    display: inline-block;
    border-radius: 15px;
    border-bottom: none;
    position: relative;
    top: 2px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.card_block:hover i {
    color: #ff9f1a;
}
.card_block:hover .block_name {
    border-color: #ff9f1a;
}
.card_block .block_info {
    background-color: #5a5a5a;
    color: #f3f3f3;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: right;
    cursor: default;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border-radius: 15px;
    overflow: hidden;
}
.card_block .block_info > div {
    padding: 10px;
}
.card_block .block_info > a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px;
}
.card_block:hover .block_info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.card_block .block_info span {
    display: inline-block;
    padding: 5px 10px;
}
.card_block .block_info span.block_info_var {
    float: right;
}
.card_block .block_info span.block_info_val {
    float: left;
    white-space: nowrap;
}
@media(max-width: 510px) {
    .col_custom {
        width: 100% !important;
    }
    .card_block i {
        font-size: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .col_custom {
        width: calc(100% / 5) !important;
    }
    .card_block i {
        font-size: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1201px) {
    .col_custom {
        width: calc(100% / 4) !important;
    }
}
@media (min-width: 768px) and (max-width: 794px) {
    .card_block .block_info {
        font-size: 12px;
    }
}
.card_block .block_info > div {
    width: 100%;
}
.card_block .block_info hr {
    margin: 5px 0;
    border-style: dotted;
}
/* Panel_WP */
.panel_wp {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-right: 5px solid #ccc;
    padding: 15px 20px;
    text-align: justify;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.panel_wp p {
    line-height: 1.7;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.panel_wp.panel_wp_danger p {
    color: #ff4642;
}
.panel_wp.panel_wp_color {
    border-color: #ff9f1a;
}
.panel_wp.panel_wp_danger {
    border-color: #ff4642;
}
/* AmChart */
a[href="http://www.amcharts.com"] {
    display: none !important;
    z-index: -999;
    opacity: 0;
}
tspan, .amcharts-balloon-div *, text {
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif !important;
}
.amChartsLegend {
    text-align: right !important;
    direction: rtl !important;
}
.amChartsLegend text {
    /*transform: none !important;*/
}
.amcharts-export-menu ul {
    direction: rtl;
    text-align: right;
}
text.amcharts-pie-label {
    direction: rtl;
}
text.amcharts-pie-label tspan {
    direction: ltr;
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif !important;
}
.pie_chart .amcharts-balloon-div * {
    direction: rtl;
    text-align: right;
}
.pie_chart {
    width: 100%;
    height: 400px;
}
.amcharts-export-menu-top-right {
    top: 62px !important;
    z-index: 0 !important;
}
.amcharts-export-canvas.active {
    z-index: 0 !important;
}
.amchart_serial .amcharts-value-axis tspan {
    text-align: left !important;
    direction: ltr !important;
}
.amcharts-value-axis {
    text-align: left;
    direction: ltr;
}
/* Odometer */
.odometer {
    margin: auto;
    font-size: 27px;
}
.panel-body-bank {
    display: flex;
    align-items: center;
    height: 218px;
    padding-left: 0;
    padding-right: 0;
}
/* Charge Alguritm Box */
.alg_box {
    border: 1px dotted #333;
    overflow: hidden;
    padding: 5px;
    white-space: nowrap;
    overflow-x: auto;
    direction:ltr;
}
#alg_custom_holder .alg_box {
    border: 2px dotted #ff9f1a;
}
.alg_param {
    display: inline-block;
    margin-left: 5px;
    direction: rtl;
}
.alg_box > .alg_param:first-child {
    margin-left: 0;
}
.alg_param span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333;
    color: #f3f3f3;
    font-size: 12px;
}
/*#alg_custom_holder .alg_box:last-child .alg_param span {
    background-color: #dadada;
    color: #333;
}*/
.alg_box_numb {
    display: inline-block;
    padding: 5px 10px !important;
    background-color: #333;
    color: #f3f3f3;
    box-shadow: none;
    border: none;
    outline: none;
    height: 31px !important;
    max-width: 70px;
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif !important;
}
/*#alg_custom_holder .alg_box:last-child .alg_box_numb {
    background-color: #dadada;
    color: #333;
}*/
.alg_param_op {
    display: inline-block;
    margin-left: 5px;
}
.alg_box > .alg_param_op:first-child {
    margin-left: 0;
}
.alg_param_op span {
    display: inline-block;
    padding: 0;
    color: #ff0045;
    font-size: 25px;
    position: relative;
    top: 5px;
    line-height: .8;
    padding-bottom: 11px;
    padding-top: 2px;
}
.alg_param_op span i {
    font-size: 14px;
    position: relative;
    bottom: 3px;
}
.charge_expression {
    text-align: left;
    font-size: 20px;
    overflow: hidden;
    padding: 5px;
    white-space: nowrap;
    overflow-x: auto;
    direction: ltr;
}
.expression_hr {
    margin: 0;
    margin-top: 10px;
}
.param_list {
    margin-bottom: 15px;
}
.param_list [class^="col-"]{
    padding: 2px;
}
.param_list > .row {
    margin-right: -2px;
    margin-left: -2px;
}
.param_list span {
    display: block;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #ff9f1a;
    background-color: #fff;
    color: #ff9f1a;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px;
}
.param_list span:hover {
    background-color: #ff9f1a;
    color: #fff;
}
.param_list.operators span {
    font-size: 26px;
    padding: 0 0 3px 0;
    line-height: 1.3;
    direction: ltr;
}
.param_list.operators span.multiple i:before {
    font-size: 17px;
    top: unset;
    bottom: 1px;
}
.btn_remove {
    font-size: 11px;
    line-height: 1.3;
    padding: 3px 8px 5px 8px;
    margin-bottom: 5px;
}
.btn_edit {
    font-size: 11px;
    line-height: 1.3;
    padding: 3px 8px 5px 8px;
    margin-bottom: 5px;
}
.btn_refresh {
    font-size: 11px;
    line-height: 1.3;
    padding: 3px 8px 5px 8px;
    margin-bottom: 5px;
}
.btn_numb_add {
    font-size: 11px;
    line-height: 1.3;
    padding: 3px 8px 5px 8px;
    margin-bottom: 5px;
}
.btn_back_space {
    font-size: 11px;
    line-height: 1.3;
    padding: 3px 8px 5px 8px;
    margin-bottom: 5px;
}
.charte_notice li i {
    color: #ff9f1a;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.grid_gallery > div {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
table.table_factor tr:last-child td, table.table_factor tr:last-child th {
    border-bottom: none !important;
}
.table_factor {
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif !important;
}
.factor_table_holder {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    padding: 1px;
}
.factor_alg_box {
    border: none;
}
.factor .alg_box_holder {
    padding: 5px !important;
}
.factor_charge {
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle !important;
    outline: none !important;
}
.fa-print {
    margin-left: 10px;
}
.factor_header {
    padding: 5px;
    border: 1px solid #333 !important;
    font-weight: bold;
    vertical-align: middle !important;
    outline: none !important;
}
.alg_box_holder {
    border: 1px solid #333 !important;
}
.print_table * {
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif !important;
}
.title1_print {
    font-weight: bold;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    font-size: 20px;
}
.title2_print {
    font-weight: normal;
    width: auto;
    display: inline-block;
    font-size: 18px;
}
.title_print {
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 5px dotted #333;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto auto 15px auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media print {
    body {
        padding: 5px !important;
    }
    .factor .alg_box_holder {
        padding: 0 !important;
    }
    .table_custom td, .table_custom th {
        display: table-cell !important;
        font-size: 12px !important;
        padding: 4px !important;
    }
    .factor_charge {
        display: block;
        font-size: 12px !important;
        font-weight: normal;
        margin-top: 15px !important;
        margin-right: 5px !important;
    }
    .factor_alg_box {
        font-size: 11px !important;
        white-space: normal;
    }
    .alg_param span {
        padding: 0;
    }
    .factor_header {
        padding: 3px;
        font-weight: bold !important;
        font-size: 16px !important;
    }
}
.break {
    page-break-after: always;
}
.radio_has_event .iradio_flat {
    position: absolute !important;
    right: 0 !important;
    top: 3px !important;
}
.modal-content .radio_has_event .iradio_flat {
    top: 6px !important;
}
.form_custom .radio.radio_has_event label, .radio_has_event label {
    padding-right: 28px !important;
}
.radio_has_event {
    overflow: hidden !important;
}
.admin_checkboxes {
    display: none;
}
/* Persian Calendar */
a.pcalBtn {
    width: 37px !important;
    height: 37px !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 15px !important;
}
.picker, .monthYearPicker {
    z-index: 9999999 !important;
}
.yearPicker {
    max-height: 385px;
    overflow-y: scroll;
    direction:ltr;
}
.modal-open div.picker {
    margin-top: -42px !important;
}
/* End */
/* Panel_Inside */
.panel_inside {
    position: relative;
    border: 1px solid #333;
}
.panel_inside.dashed {
    position: relative;
    border: 2px dashed #2d2f74fa;
    border-radius: 15px;
}
.panel_inside_body {
    padding: 30px;
}
.panel_inside_heading {
    position: absolute;
    top: -12px;
    right: 15px;
    padding: 0 8px;
    background-color: #fff;
    font-weight: bold;
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif;
}
.panel_inside.panel_inside_vote .panel_inside_body {
    padding: 0 !important;
    padding-top: 25px !important;
}
.panel_inside.panel_inside_vote {
    border-radius: 20px !important;
}
/* END Panel_Inside */
#charge_serial_holder, #family_name_holder {
    display: none;
}
/* Upload File Panel */
.panel_upload {
    overflow: hidden;
    padding: 15px;
    margin: 0;
    display: block;
    border: 2px dotted #1BBC9B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.panel_upload_head {
    margin-bottom: 8px;
}
.panel_upload_head .btn {
    background-color: #013243;
    border: none;
}
.panel_upload_preview img {
    width: 100%;
    height: auto;
}
/* Weather */
.weather {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.deg_f {
    font-family: "Arial" !important;
    line-height: 2;
}
.weather_prog {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.weather_prog:before {
    background: #fff !important;
    opacity: 0.8 !important;
}
.weather_shadow {
    border: none;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}
.weather_radius {
    border-radius: 6px;
    box-shadow: 0 3px 0 #C8D0D7;
    border: 1px solid #dedede;
}
.weather_e {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin: 5px 0;
}
.weather_e:not(:last-child) {
    border-left: 1px solid #eaeaea;
}
.weather .today span {
    display: block;
    font-size: 14px !important;
    color: #555;
    margin: 5px;
}
.weather .today_location {
    font-size: 14px !important;
}
.weather .today_location div {
    margin: 10px;
}
.weather .today_temperature {
    font-size: 20px !important;
    direction: ltr;
    color: #555;
}
.weather .today_icon {
    font-size: 62px !important;
    color: rgb(255, 165, 0);
    margin-top: 12px;
}
.weather .forecast {
    color: #888;
}
.weather .forecast_temperature {
    font-size: 14px !important;
    overflow: hidden;
    padding: 0 6px;
}
.weather .forecast_date {
    font-size: 14px !important;
}
.weather .forecast_icon {
    font-size: 26px !important;
    color: rgb(255, 165, 0);
    margin: 8px 0;
}
@media(max-width: 1000px) {
    .weather {
        display: block;
    }
}
.sms_charge {
    overflow: hidden;
}
.sms_charge i {
    margin-left: 5px;
}
.sms_count {
    overflow: hidden;
    margin-bottom: 10px;
}
.sms_count span {
    display: inline-block;
    border: 2px dotted #333;
    padding: 5px;
    font-weight: bold;
}
.oneSend {
    display: none;
}
.block_section {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    padding: 8px;
}
/* row_5 */
.row_5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row_5_col {
    padding-left: 5px;
    padding-right: 5px;
}
.block_checkboxes2, .unit_checkboxes2, .family_autocomplete, .charge_autocomplete {
    display: none;
}
.catch_show, .pay_show {
    cursor: pointer;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    user-select: none;
    padding-right: 3px;
    padding-left: 3px;
}
.pay_show:hover, .catch_show:hover, .catch_show.active, .pay_show.active {
    color: #ff9f1a;
}
.pay_show:not(.active):after {
    right: 133%;
}
.pay_show.active:after {
    right: 0;
}
.pay_show.disabled:after {
    display: none;
}
.catch_show:after {
    display: none;
}
.pay_show:after {
    -webkit-transition: .3s right;
    -moz-transition: .3s right;
    -ms-transition: .3s right;
    -o-transition: .3s right;
    transition: .3s right;
}
.pay_show + i:after {
    display: none;
}
#froala-editor {
    display: none;
}
.fr-quick-insert {
    margin-left: 40px !important;
    margin-top: 45px !important;
}
.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
    direction: ltr !important;
}
.fr-tooltip {
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif;
    white-space: nowrap !important;
}
.fr-wrapper > div:first-child[style="z-index: 9999; width: 100%; position: relative; left: auto; right: 0px;"] {
    position: relative !important;
    overflow: hidden !important;
}
div a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
    margin-top: -100% !important;
}
.fr-wrapper.show-placeholder {
    overflow: hidden !important;
}
@media(max-width: 492px) {
    .view_btn_holder {
        float: none !important;
    }
    .view_btn {
        display: block;
        width: 100%;
    }
    .view_btn_holder .view_btn {
        margin-bottom: 5px;
    }
}
.delay_edit {
    display: inline-block;
    margin-right: 10px;
    color: #ff9f1a;
    cursor: pointer;
    padding-bottom: 3px;
}
#system_delay_holder {
    display: inline-block;
}
#custom_delay_holder {
    display: inline-block;
}
#custom_delay_holder.is_open, #system_delay_holder.is_open {
    display: inline-block !important;
}
/*  Catch Panel */
.catch_panel, .pay_panel {
    max-width: 600px;
    margin: auto;
    -webkit-transition: 0.15s max-width;
    -moz-transition: 0.15s max-width;
    -ms-transition: 0.15s max-width;
    -o-transition: 0.15s max-width;
    transition: 0.15s max-width;
}
/* good pay table */
tr.good {
    background-color: rgba(29,209,161,.5);
}
tr.bad {
    background-color: rgba(255,107,107,.5);
}
/* encourage section */
.encourage_section {
    background: #e1e1e1 url(../img/landing/trusted-header.svg) top center no-repeat;
    background-position: -30px -5px;
    padding-top: 150px;
    padding-bottom: 15px;
    margin-top: -10px;
}
.panel_left.has_enc {
    background-color: #e1e1e1 !important;
}
.enc_card {
    position: relative;
    overflow: hidden;
    background-color: #ffff;
}
.enc_header {
    border-bottom: 1px solid #eee;
    text-align: center;
}
.enc_header > span {
    cursor: default;
    position: relative;
    padding: 10px;
    display: inline-block;
    font-family: 'Yekan', 'IRANSans', Tahoma sans-serif;
}
.enc_header > span:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -1px;
    background-color: #ff9f1a;
    right: 0;
}
.enc_body {
    padding: 15px;
}
.enc_body img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
}
.btn_enc {
    position: absolute;
    left: 5px;
    top: 5px;
}
.enc_footer {
    padding: 7px;
    overflow: hidden;
    color: #333;
}
.enc_footer.active {
    background-color: #8ee8d0;
}
.enc_footer.deactive {
    background-color: #ffb5b5;
}
.enc_footer > div {
    display: inline-block;
}
.enc_form {
    padding: 7px;
}
.enc_footer.deactive + .enc_form {
    background-color: #ffd2d2;
}
.enc_footer.active + .enc_form {
    background-color: #b5f0e0;
}
.admin_level_select *{
    font-size: 11px !important;
}
.needed:after {
    content: '*';
    position: absolute;
    width: auto;
    height: auto;
    color: red;
    top: -2px;
    left: -10px;
    font-size: 22px
}
.star_notice {
    color: red;
    font-size: 22px;
    font-weight: bold;
}
.agreement_title {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.agreement_holder {
    overflow: hidden;
    margin-bottom: 30px;
}
.agreement_i {
    font-size: 42px;
}
@media(max-width: 1210px) {
    .agreement_holder .small {
        display: block;
        float: none !important;
        text-align: center;
        margin-bottom: 5px;
    }
}
.under_line {
    border-bottom: 1px solid #ff9f1a;
    padding: 0 5px;
}
/* Election BUgfix */
.need_slide {
    overflow: hidden !important;
}
.overflow_hidden {
    overflow: hidden !important;
}
.options_close {
    font-size: 20px;
    border-radius: 50%;
    color: #e74c3c;
    overflow: hidden;
    background: #fff !important;
    position: absolute;
    right: -11px;
    top: -11px;
    cursor: pointer;
}
.file_name {
    background-color: #ffff !important;
    cursor: default !important;
    border: 1px solid #aab2bd !important;
}
.ajax_upload_progress {
    position: relative;
    overflow: hidden;
}
.ajax_upload_progress_bar {
    position: absolute;
    background-color: #ff9f1a;
    z-index: 2;
    opacity: 1;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.election_removeBtn {
    padding-top: 15px;
    padding-right: 15px;
    margin-top: -25px;
    margin-right: -15px;
    padding-bottom: 3px !important;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    -ms-transition: margin-top 0.2s;
    -o-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
.election_removeBtn.need_slide {
    margin-top: 0 !important;
}
.election_removeBtn.removing {
    margin-top: 0 !important;
}
.election_removeBtn > .panel {
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.election_applicants {
    text-align: justify;
    line-height: 2.8;
}
.election_applicants .btn {
    border-radius: 20px !important;
    line-height: 1.3;
    padding: 7px 8px 8px 8px !important;
}
#add_vote_option_list {
    display: inline-block;
    margin-bottom: 10px;
}
/* StartUp Panel */
.startUp_panel {
    border-right-color: #d35400 !important;
}
.startUp_panel .startUp_title {
    font-size: 15px;
    font-weight: 500;
}
.startUp_panel .startUp_items {
    margin-top: 10px;
}
.startUp_panel .startUp_items p {
    margin-top: 5px;
}
.startUp_panel p i {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    position: relative;
    top: 1px;
    color: #ff9f1a;
}
.startUp_panel .startUp_mark {
    color: #d35400;
    margin-right: 5px;
    display: inline-block;
}
/* Dashboard Charts */
.ds_amchart {
    width: 100%;
    height: 100%;
}
.ds_small_chart .panel-body {
    height: 250px;
    display: flex;
    align-items: center;
}
.ds_medium_chart .panel-body {
    height: 350px;
    display: flex;
    align-items: center;
}
@media(max-width: 1570px) {
    .ds_medium_chart .ds_amchart {
        height: 250px;
    }
}
@media(max-width: 1400px) {
    .ds_medium_chart .ds_amchart {
        height: 100%;
    }
    .ds_medium_chart .panel-body {
        height: 450px;
    }
}
.chart_holder {
    margin-right: -5px;
    margin-left: -5px;
}
.chart_holder .chart_panel_holder {
    padding-right: 5px;
    padding-left: 5px;
}
.pie_chart4 {
    width: 100%;
    height: 350px;
}
@media(max-width: 1250px) {
    .pie_chart4 {
        height: 300px;
    }
}
@media(max-width: 1150px) {
    .pie_chart4 {
        height: 600px;
    }
}
.roller_chart {
    min-width: 700px;
    height: 400px;
}
.XY_chart {
    min-width: 700px;
    height: 500px;
}
.panel-body.has_am4_scrollable {
    overflow: auto;
}
.am4 .amcharts-amexport-item-level-0 {
    border-radius: 50px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 17px !important;
    padding: 1px 0 0 0 !important;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5) !important;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5) !important;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5) !important;
    background: #fff !important;
    cursor: pointer !important;
}
.am4 .amcharts-amexport-menu-level-1 {
    width: 100px !important;
}
.am4 .amcharts-amexport-item-level-0.active {
    background-color: #333 !important;
    color: #f3f3f3 !important;
}
.am4 .amcharts-amexport-item-level-0.active * {
    color: #f3f3f3 !important;
}
.am4 .amcharts-amexport-item:not(.amcharts-amexport-item-level-0) {
    font-size: 12px !important;
    color: #f3f3f3 !important;
    border: none !important;
    background: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.am4 .amcharts-amexport-item:not(.amcharts-amexport-item-level-0) a {
    padding: 5px 10px !important;
}
.am4 .amcharts-amexport-item:not(.amcharts-amexport-item-level-0):hover {
    background-color: #f3f3f3 !important;
    color: #333 !important;
}
.am4 .amcharts-amexport-item:not(.amcharts-amexport-item-level-0):hover > a {
    color: #333 !important;
}
/* Highlight Effect */
.highlight {
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}
.highlight_success {
    background-color: rgba(0,230,118 ,1);
}
table.table_simple td, table.table_simple th {
    border: 1px solid #c5c5c5;
    background: #fdfdfd;
    color: #333;
    text-align: center;
}
.plus_coin {
    position: relative;
    top: 0;
}
.plus_coin .fa-plus, .plus_coin .fa-minus {
    position: absolute;
    font-size: 15px;
    right: 17px;
    top: -8px;
}
/* Percent Input */
.percentOrToman_holder .percent, .percentOrToman_holder .toman {
    margin-left: 15px;
    position: relative;
    display: inline-block;
}
.percentOrToman_holder .percent[hidden], .percentOrToman_holder .toman[hidden] {
    display: none;
}
.percentOrToman_holder .percent .stepper input {
    padding-right: 45px;
    max-width: 75px;
}
.percentOrToman_holder .percent .stepper:before {
    content: '%';
    font-size: 22px;
    font-weight: bold;
    color: #333;
    position: absolute;
    right: 30px;
    transform: translateY(-50%);
    top: 50%;
    line-height: .6;
    height: 16px;
}
.percentOrToman_holder .percent .stepper .stepper-arrow {
    right: 0 !important;
}
.percentOrToman_holder .toman input {
    width: 145px;
}
.percentOrToman_holder .btn {
    position: relative;
    top: 5px;
}
.stepper .stepper-arrow {
    right: 0;
}
/* Acount Panel */
table.account_table tr > th:nth-child(1), table.account_table tr > th:nth-child(2) {
    width: 20px !important;
}
table.account_table th, table.account_table td {
    text-align: center !important;
}
table.account_table tfoot input.dt_colSearch {
    top: 100% !important;
}
.panel-body.account_panel_body {
    padding: 30px;
}
.account_panel_body:hover .account_card {
    animation: none !important;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}
.account_card {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 15px 20px 0 rgba(63, 67, 76, 0.12);
}
.account_card.c1 {
    background: #03A9F4;
    animation-iteration-count: infinite;
    animation: c1Anim 7s infinite;
    -webkit-animation: c1Anim 7s infinite;
    -o-animation: c1Anim 7s infinite;
    -moz-animation: c1Anim 7s infinite;
}
.account_card.c2 {
    background: #FF5722;
    animation: c2Anim 7s infinite;
    -webkit-animation: c2Anim 7s infinite;
    -o-animation: c2Anim 7s infinite;
    -moz-animation: c2Anim 7s infinite;
}
.account_card.c3 {
    background: #FFEB3B;
    animation-iteration-count: infinite;
    animation: c3Anim 7s infinite;
    -webkit-animation: c3Anim 7s infinite;
    -o-animation: c3Anim 7s infinite;
    -moz-animation: c3Anim 7s infinite;
}
.account_card.c1:hover {
    background: #00c4ff !important;
}
.account_card.c2:hover {
    background: #FF9800 !important;
}
.account_card.c3:hover {
    background: #CDDC39 !important;
}
@keyframes c1Anim {
    0% {background: #03A9F4;}
    10% {background: #03A9F4;}
    12% {background: #00c4ff;}
    14% {background: #03A9F4;}
    100% {background: #03A9F4;}
}
@keyframes c2Anim {
    0% {background: #FF5722;}
    12% {background: #FF5722;}
    14% {background: #FF9800;}
    16% {background: #FF5722;}
    100% {background: #FF5722;}
}
@keyframes c3Anim {
    0% {background: #FFEB3B;}
    14% {background: #FFEB3B;}
    16% {background: #CDDC39;}
    18% {background: #FFEB3B;}
    100% {background: #FFEB3B;}
}
.account_card img {
    width: 100%;
    height: auto;
    max-height: 250px;
    max-width: 250px;
    padding: 25px;
    margin: auto;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.account_card:hover img {
    padding: 20px;
}
.account_card h2 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 25px;
    font-family: IRANYekan, sans-serif;
    color: #000;
}
.account_card:hover, .account_card:active, .account_card:focus, .account_card:visited {
    color: #333;
}
.account_modal .modal-title h5 {
    display: inline;
    width: auto;
}
.account_modal .panel-heading-btn {
    top: unset;
    left: unset;
    right: unset;
    width: auto;
    display: inline-block;
    position: absolute;
    margin-bottom: 20px;
    margin-right: 8px;
    margin-top: -5px;
}
.openning_balance_amount {
    padding-left: 7px !important;
}
.openning_balance_type {
    padding-right: 7px !important;
}
/* selectize */
.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.8) !important;
}
.selectize-dropdown .active {
    background-color: #ff9f1a !important;
    color: #fff !important;
}
.selectize-input {
    border-radius: 0 !important;
    height: 38px !important;
    padding: 3px 5px;
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif;
    border: 1px solid #aab2bd!important;
    box-shadow: none !important;
    outline: none !important;
}
.selectize-control.rtl .selectize-input > input {
    height: 100% !important;
    margin: 0 !important;
}
.selectize-input.items .item {
    padding: 5px !important;
    padding-left: 0 !important;
}
.selectize-control.rtl.single .selectize-input:after {
    left: 4px !important;
}
.selectize-control.single .selectize-input:after {
    border-width: 6px 4px 0 4px;
    border-color: #434a54 transparent transparent transparent;
}
.selectize-dropdown .option {
    cursor: pointer;
}
.selectize-input {
    display: block !important;
}
.selectize-dropdown .optgroup-header {
    font-weight: bold !important;
    font-size: 16px !important;
}
.selectize-dropdown .create {
    font-size: 13px !important;
    padding: 7px !important;
}
.selectize-control.multi .selectize-input > div {
    background: #ff9f1a !important;
    border: 0 solid #ff9f1a !important;
    border-radius: 25px !important;
    position: relative !important;
    top: -3px !important;
    color: #050a47 !important;
    padding: 6px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: 5px !important;
    margin-right: 0 !important;
}
.selectize-control.rtl.multi .selectize-input.has-items > input {
    top: -4px !important;
}
/* Person Authentication */
.person_auth {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 999999;
    top: -100vh;
    background: rgba(0,0,0,0);
    -webkit-transition: background-color 0.5s, top 0s /*ease-in-out*/ 0.7s;
    -moz-transition: background-color 0.5s, top 0s /*ease-in-out*/ 0.7s;
    -ms-transition: background-color 0.5s, top 0s /*ease-in-out*/ 0.7s;
    -o-transition: background-color 0.5s, top 0s /*ease-in-out*/ 0.7s;
    transition: background-color 0.5s, top 0s /*ease-in-out*/ 0.7s;
}
.person_auth:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    background-image: url('/assets/img/auth.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.open_auth_btn, .open_role_btn {
    cursor: pointer;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.open_auth_btn:hover, .open_role_btn:hover {
    color: #ff9f1a;
}
.frame_holder {
    position: relative;
    overflow: hidden;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    max-height: 90vh;
}
.frame {
    margin: auto;
    display: inline-block;
    position: relative;
    background-color: rgba(90, 90, 90, .4);
    width: 100px;
    height: auto;
    overflow: hidden;
    min-height: 100px;
    max-width: 100%;
    transition: width 0.5s, height 0.5s;
}
.frame:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #19B5FE;
    box-shadow: 0 0 7px 3px #19B5FE;
    border-radius: 50%;
    right: 0;
    top: 0;
    bottom: -2px;
    -webkit-animation: nav 2s infinite;
    animation: nav 1.5s infinite;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.person_auth.authed .frame:before {
    opacity: 0;
}
@keyframes nav {
    0% {top: 0;}
    50% {top: 100%;}
    100% {top: 0;}
}
.frame .frame_corner {
    color: #ff9f1a;
    font-size: 57px;
    position: absolute;
    line-height: 0;
    z-index: 1;
}
.frame .frame_corner.right_top {
    transform: rotate(45deg);
    top: 9px;
    right: -16px;
}
.frame .frame_corner.left_top {
    transform: rotate(-45deg);
    top: 9px;
    left: -16px;
}
.frame .frame_corner.left_bottom {
    transform: rotate(-135deg);
    bottom: 9px;
    left: -16px;
}
.frame .frame_corner.right_bottom {
    transform: rotate(135deg);
    bottom: 9px;
    right: -16px;
}
.frame img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.person_auth.authed .frame img {
    opacity: 1;
}
.person_auth.open {
    top: 0;
    background: rgba(0,0,0,.6);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.person_auth.open:before {
    opacity: 0.7;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
}
.person_auth.open .frame_holder {
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.person_auth.open .frame {
    width: 500px;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
/* Auth SVG */
.auth_svg .finded, .auth_svg .unfinded {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
}
.auth_svg .finded, .auth_svg .unfinded {
    display: none;
}
.auth_svg svg {
    width: 100px;
    display: block;
    margin: 0 auto 0;
}
.auth_svg .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.person_auth.authed .auth_svg .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.person_auth.authed .auth_svg .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}
.person_auth.authed .auth_svg .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.auth_svg p {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 1.25em;
    opacity: 0;
    -webkit-transition: opacity 3.5s ease-in-out;
    -moz-transition: opacity 3.5s ease-in-out;
    -ms-transition: opacity 3.5s ease-in-out;
    -o-transition: opacity 3.5s ease-in-out;
    transition: opacity 3.5s ease-in-out;
}
.auth_svg p.success {
    color: #73af55;
}
.auth_svg p.error {
    color: #d06079;
}
.person_auth.finded .auth_svg .finded {
    display: block;
    -webkit-animation: fadeOut 0.9s 2s ease-in-out forwards;
    animation: fadeOut 0.9s 2s ease-in-out forwards;
}
.person_auth.unfinded .auth_svg .unfinded {
    display: block;
}
.person_auth.finded .auth_svg .finded p {
    -webkit-animation: fadeIn 0.9s 0.35s ease-in-out forwards;
    animation: fadeIn 0.9s 0.35s ease-in-out forwards;
}
.person_auth.unfinded .auth_svg .unfinded p {
    -webkit-animation: fadeIn 0.9s 0.35s ease-in-out forwards;
    animation: fadeIn 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* Auth Close */
.auth_close {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 35px;
    display: inline-block;
    background: rgba(255, 255, 255, .4);
    -webkit-transition: background 0.5s, opacity 0.5s 0s;
    -moz-transition: background 0.5s, opacity 0.5s 0s;
    -ms-transition: background 0.5s, opacity 0.5s 0s;
    -o-transition: background 0.5s, opacity 0.5s 0s;
    transition: background 0.5s, opacity 0.5s 0s;
    color: #fff;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1;
}
.person_auth.open .auth_close {
    opacity: 1;
    -webkit-transition: background 0.5s, opacity 2s 0s;
    -moz-transition: background 0.5s, opacity 2s 0s;
    -ms-transition: background 0.5s, opacity 2s 0s;
    -o-transition: background 0.5s, opacity 2s 0s;
    transition: background 0.5s, opacity 2s 0s;
}
.auth_close i {
    font-size: 32px;
    position: relative;
    top: 6px;
    right: 13px;
    z-index: 2;
}
.auth_close:hover {
    background: rgba(255, 255, 255, 1);
    color: #333;
}
/* Auth_btn */
.auth_btns {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
}
.auth_btn {
    cursor: pointer;
    background-color: #ff9f1a;
    padding: 5px 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 2.5;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}
.person_auth.finded .auth_btns {
    bottom: 25px;
    opacity: 1;
}
.auth_btn:hover, .auth_btn.active {
    background-color: #d67d02;
}
/* Person Role */
.person_role_holder {
    position: fixed;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    opacity: 0;
    -webkit-transition: 0.5s opacity, 0s top 0.5s;
    -moz-transition: 0.5s opacity, 0s top 0.5s;
    -ms-transition: 0.5s opacity, 0s top 0.5s;
    -o-transition: 0.5s opacity, 0s top 0.5s;
    transition: 0.5s opacity, 0s top 0.5s;
}
.person_role_holder.open {
    top: 0;
    opacity: 1;
    -webkit-transition: 0.5s opacity, 0s top 0s;
    -moz-transition: 0.5s opacity, 0s top 0s;
    -ms-transition: 0.5s opacity, 0s top 0s;
    -o-transition: 0.5s opacity, 0s top 0s;
    transition: 0.5s opacity, 0s top 0s;
}
.person_role {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #333;
    color: #f3f3f3;
    display: block;
    width: auto;
}
.person_role .person_role_header {
    padding: 5px 10px;
    border-bottom: 1px solid #ff9f1a;
    text-align: center;
}
.person_role .roles {
    padding: 5px 10px;
    min-height: 45px;
}
.roles .role {
    display: block;
}
.roles .role i {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding-left: 10px;
    color: #ff9f1a;
}
.close_roles {
    font-size: 18px;
    border-radius: 50%;
    background: #fff;
    color: #ff9f1a;
    overflow: hidden;
    position: absolute;
    right: -11px;
    top: -11px;
    cursor: pointer;
    height: 28px;
    width: 28px;
    text-align: center;
    font-style: normal;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.close_roles:before {
    top: 4px;
    right: 0.5px;
}
.close_roles:hover {
    background: #ff9f1a;
    color: #f3f3f3;
}
.car_num input {
    font-size: 22px;
    text-align: center;
}
.car_num4 input {
    padding-right: 30px;
}
.car_num4 {
    position: relative;
}
.car_num4:before {
    position: absolute;
    right: 10px;
    top: 6px;
    content: 'ایران';
    font-size: 12px;
}
.car_num4.single_input:before {
    right: 12px;
    top: 6px;
    font-size: 14px;
}
.car_num {
    direction: ltr;
}
.car_num .row_5_col {
    float: left;
}
/* Login Popup */
.popup_login_holder {
    position: fixed;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .95);
    z-index: 999999999;
    opacity: 0;
    -webkit-transition: 0.5s opacity, 0s top 0.5s;
    -moz-transition: 0.5s opacity, 0s top 0.5s;
    -ms-transition: 0.5s opacity, 0s top 0.5s;
    -o-transition: 0.5s opacity, 0s top 0.5s;
    transition: 0.5s opacity, 0s top 0.5s;
}
.popup_login_holder.open {
    top: 0;
    opacity: 1;
    -webkit-transition: 0.5s opacity, 0s top 0s;
    -moz-transition: 0.5s opacity, 0s top 0s;
    -ms-transition: 0.5s opacity, 0s top 0s;
    -o-transition: 0.5s opacity, 0s top 0s;
    transition: 0.5s opacity, 0s top 0s;
}
.popup_login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #333;
    color: #f3f3f3;
    display: block;
    width: auto;
}
.popup_login .popup_login_header {
    padding: 5px 10px;
    border-bottom: 1px solid #ff9f1a;
    text-align: center;
    font-size: 16px;
}
.popup_login .popup_login_body {
    padding: 15px;
    min-height: 45px;
    color: #ff9f1a;
}
.popup_login input {
    outline: none !important;
    border: 1px solid #ff9f1a !important;
    background: #333;
    color: #f3f3f3;
}
.popup_login .popup_login_btn {
    color: #ff9f1a;
    border: 1px solid #ff9f1a;
    font-family: Yekan !important;
    padding: 2px 30px 5px 30px !important;
    line-height: 1.5 !important;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.popup_login .popup_login_btn:hover {
    background-color: #ff9f1a;
    color: #f3f3f3;
}
.popup_login .panel_wp.panel_wp_color {
    background: rgba(255, 255, 255, 0.2);
}
/* btn_selector */
.btn_selector {
    position: relative;
    overflow: visible !important;
    padding: 5px 0;
}
.btn_selector .selector_item:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ff9f1a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn_selector .selector_item:first-child.active:before {
    right: 0;
}
.btn_selector .selector_item:first-child:not(.active):before {
    right: 97%;
}
.btn_selector .selector_item.ex:before {
    right: 197% !important;
    width: 115%;
}
.btn_selector .selector_item {
    padding: 3px 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}
.btn_selector .selector_item:hover, .btn_selector .selector_item.active {
    color: #ff9f1a;
}
/* Finance Form */
input.note_number {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
/* Finance Table */
.center {
    text-align: center;
}
.finance_table_holder {
    overflow: visible;
}
.finance_table {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin: auto;
    border: 1px solid #ddd;
}
.finance_table tr > td, .finance_table tr > th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.finance_table td.account {
    padding: 0;
}
.finance_table td.account select {
    padding: 8px;
}
.finance_table td.account .selectize-input {
    border: none !important;
    background: none !important;
}
.finance_table td.account .selectize-input input {
    width: 100% !important;
    font-size: 14px !important;
}
.finance_table td.account .selectize-dropdown, .finance_table td.account .selectize-input .item {
    font-size: 16px !important;
}
.finance_table td:hover {
    background-color: #ff9f1a !important;
}
.finance_table th {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    background: #ff9f1a;
}
.finance_table tr > td:last-child, .finance_table tr > th:last-child {
    border-left: none;
}
.finance_table tr td {
    position: relative;
    height: 40px;
}
.finance_table tbody tr {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.finance_table tbody tr:hover {
    background: #ffc068;
}
.finance_table tbody tr.active {
    background: #ffc068;
}
.finance_table input {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    font-size: 18px;
    border: none;
    text-align: center;
    color: #333;
    background: transparent;
}
.finance_table input:focus {
    background: #ff9f1a;
}
.finance_table tr > td:first-child, .finance_table tr > th:first-child {
    width: 40px !important;
}
.finance_table tr > td.account, .finance_table tr > th.account {
    width: 300px !important;
}
.finance_table tr > td.price, .finance_table tr > th.price {
    width: 130px !important;
}
.finance_table tr > td.description, .finance_table tr > th.description {
    min-width: 370px;
}
/* Check Tracts */
.cmodal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    display: none;

    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
}
.cmodal .panel {
    max-width: 700px;
    box-shadow: none !important;
    border-radius: 20px !important;
    display: block;
    margin: auto;
    position: relative;
    top: 10%;
}
.cmodal .panel .panel-heading {
    background: none !important;
}
.cmodal_sm .panel {
    max-width: 450px;
}
/* Check Operators */
.check_operators_bg {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 11;
    display: none;
}
.check_operators {
    position: fixed;
    top: 50%;
    left: -100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;

    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    padding-right: 50px;
}
.check_operators.open {
    left: 0;
}
.check_operators > div {
    padding : 8px;
    border-radius: 80px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #a0ff22;
    font-size: 18px;
    font-family: IRANYekan, sans-serif;
    cursor: pointer;
    -webkit-transition:  left 0.3s, margin-right 0.3s 0.9s;
    -moz-transition:  left 0.3s, margin-right 0.3s 0.9s;
    -ms-transition:  left 0.3s, margin-right 0.3s 0.9s;
    -o-transition:  left 0.3s, margin-right 0.3s 0.9s;
    transition:  left 0.3s, margin-right 0.3s 0.9s;
    color: #333;
    position: relative;
    overflow: hidden;
    padding-right: 60px;
    width: 110%;
    left: 0;
    margin-right: 100%;
    padding-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check_operators > div.open {
    margin-right: 0;
}
.check_operators > div:not(.check_number):not(.disable):hover {
    left: 10%;
}
.check_operators > .check_number {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    cursor: default;
    padding-left: 15px;
}
.check_operators > .check_close {
    font-size: 16px;
    background: #ff1919;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.check_operator.disable {
    cursor: not-allowed;
}
.check_operator.disable:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.check_operators .overlay {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.check_operators > div:hover .overlay {
    opacity: 1;
}
.check_operators > div > i {
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    position: absolute;
    right: 10px;
}
.check_operators > .check_close i {
    height: 30px;
    width: 30px;
}
.check_operators > div > i:before {
    right: 8px;
    top: 7px;
    font-size: 15px;
}
.check_operators > .check_close i:before {
    right: 10px;
    top: 7px;
}
.check_operators > div:nth-child(4) > i:before {
    right: 10px;
}
.check_operators > div:nth-child(5) > i:before {
    right: 10px;
}
.check_operators > div > span {
    z-index: 5;
    position: relative;
}
#khabandan_be_hesab, #operator_vosool {
    background: #e7ff1f;
    transition-delay: 0s, 0.1s;
}
#oodat_az_bank, #operator_oodat {
    background: #1dd1a1;
    transition-delay: 0s, 0.2s;
}
#vosool_kardan, #operator_bargasht {
    background: #00d2d3;
    transition-delay: 0s, 0.3s;
}
#bargasht_zadan, #operator_taviz {
    background: #ff7a7a;
    transition-delay: 0s, 0.4s;
}
#oodate_kharj_shode {
    background: #CDDC39;
    transition-delay: 0s, 0.5s;
}
#oodat_besader_konande {
    background: #FF9800;
    transition-delay: 0s, 0.6s;
}
#taviz {
    background: #03A9F4;
    transition-delay: 0s, 0.7s;
}
/* Payment */
.payment_table_holder {
    overflow: auto;
}
.payment_table {
    overflow: hidden;
    width: 100%;
}
.payment_table th, .payment_table td {
    padding: 35px 15px;
    text-align: center;
    border: 1px solid #ddd;
    border-collapse: collapse;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.payment_table th {
    padding: 15px 15px;
    background: #85b3be;
    color: #fff;
}
.payment_table .more a {
    padding: 35px 15px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #333 !important;
    font-size: 18px;
}
.payment_table .more a:hover {
    background: #eee;
}
.no_pointer {
    cursor: default !important;
}
/* transactions */
.account_detail .balance {
    font-family: IRANSans;
}
.account_detail .balance span.number {
    font-size: 20px;
    font-family: IRANSans;
}
.account_whirl.whirl:before {
    display: none;
}
.account_whirl.whirl:after {
    width: 25px;
    height: 25px;
    right: 0;
    top: 25px;
}
.account_whirl.whirl span {
    margin-right: 40px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.account_whirl.whirl.hide {
    display: none !important;
}
/* Payment */
.panel-heading-balance {
    position: absolute;
    right: 186px;
    top: 8px;
}
/* Catch_Check */
.check_status_filtering {
    position: absolute;
    left: 50px;
    top: 50px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 15px;
    z-index: 9;
    padding: 15px;
}
/* Balance Grid */
.balance_holder {
    padding: 15px;
}
.balance_holder .balance_col {
    padding: 15px !important;
}
.balance_holder > .row:last-child{
    border-top: 2px solid #555;
    position: relative;
    overflow: hidden;

}
.balance_holder > .row:last-child .balance_border {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #555;
    right: 50%;
    top: 0;
    margin-right: -1px;
}
@media(max-width: 991px) {
    .balance_holder > .row:last-child .balance_border {
        display: none;
    }
}
.balance_holder .list_account {
    margin: -5px -10px;
}
/* list_account */
.list_account {
    position: relative;
    overflow: hidden;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.list_account > .item > .item_content span {
    font-weight: bold;
}
.list_account .item {
    display: block;
    overflow: hidden;
}
.list_account .item.has_sub > .item_content {
    cursor: pointer;
}
.list_account .item_content {
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 5px;
}
.list_account .list_inner_account {
    position: relative;
    overflow: hidden;
}
.list_account .list_inner_account .item_content {
    margin-right: 15px;
    margin-left: 10px;
}
.list_account .list_inner_account .list_inner_account .item_content {
    margin-right: 30px;
    margin-left: 20px;
}
.list_account .list_inner_account .list_inner_account .list_inner_account .item_content {
    margin-right: 45px;
    margin-left: 30px;
}
.list_account span {
    color: #000;
    font-size: 12pt;
}
.list_account .list_inner_account span {
    color: #111;
    font-size: 11pt;
}
.list_account .list_inner_account .list_inner_account span {
    color: #333;
    font-size: 10pt;
}
.list_account .item:hover > .item_content {
    background-color: rgba(0, 0, 0, 0.05);
}
/* if you want hover just one item_content use bottom instead top */
/*.list_account .item_content:hover {
    background-color: rgba(0, 0, 0, 0.05);
}*/
/* cAlert */
.cAlert {
    padding: 5px 10px;
    font-size: 10pt;
    border-radius: 4px;
    overflow: hidden;
}
.cAlert span {
    font-family: IRANSans !important;
}
.cAlert.cAlert_border {
    border-right: 4px solid;
}
.cAlert.cAlert_default {
    background-color: #555;
    color: #fff;
}
.cAlert.cAlert_success {
    background-color: rgba(26,179,148,.15);
    color: #333;
}
.cAlert.cAlert_success.cAlert_border {
    border-color: #1ab394;
}
.cAlert.cAlert_danger {
    background-color: rgba(237,85,101,.15);
    color: #333;
}
.cAlert.cAlert_danger.cAlert_border {
    border-color: #ed5565;
}
.cAlert.cAlert_primary {
    background-color: rgba(28,132,198,.15);
    color: #333;
}
.cAlert.cAlert_primary.cAlert_border {
    border-color: #1c84c6;
}
/* ATTENTION PLEASE: THIS SCOPE MUST PLACED END OF STYLE */
*[hidden] {
    display: none;
}
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */

/************* DO NOT INSERT ANY CSS AFTER BOOTFLAT BUGFIX ************/
/************* DO NOT INSERT ANY CSS AFTER BOOTFLAT BUGFIX ************/
/************* DO NOT INSERT ANY CSS AFTER BOOTFLAT BUGFIX ************/

/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
/* ATTENTION PLEASE ------- ATTENTION PLEASE ------- ATTENTION PLEASE */
.modal-lg {
    width: 100% !important;
}
.modal-lg .modal-dialog {
    width: unset !important;
    max-width: 1300px !important;
}








body {
    margin: 0;
    padding: 0;
}
