﻿html {
    overflow-x: hidden;
}
body {
    direction:rtl;
    overflow-x:hidden;
    position:relative;
}

.main-panel{
    transform : none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label{
    right:0;
    left:auto;
}
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans-Light.woff2') format('woff');
}

*,h1,h2,h3,h4,h5,h6,pre{
    font-family:IRANSans;
}

pre {
    font-family:IRANSans !important;
}

    .checkbox .checkbox-material::before{
    top:0;
}

.checkbox-material{
    direction:ltr;
}

textarea.form-control{
    height:150px !important ;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Chips Badge css */
.pmd-chip {
    border-radius: 16px;
    box-sizing: border-box;
    line-height: 34px;
    padding: 0 8px 0 12px;
    text-transform: capitalize;
    background: #E0E0E0;
    color: rgb(66, 66, 66);
    display: inline-block;
    cursor: default;
    margin-top:5px;
    margin-left:5px;
}
.picture-addresses {
    margin-bottom:20px;
}
.picture-addresses input {
    direction: ltr;
}

.picture-addresses .form-group{
    padding-bottom:40px;
}

.pmd-chip.pmd-focused { background: rgb(63, 81, 181); color: rgba(255, 255, 255, 0.87);}
.pmd-chip-action i{ font-size:14px; color:#E0E0E0; background-color:#A6A6A6; border-radius:50%; padding:1px 2px 2px 2px; margin-right:5px;}
.pmd-chip.pmd-chip-contact { padding-left:0;}
.pmd-chip-contact img { margin-right: 5px; width: 36px; margin-top:-3px; border-radius:50%;}
.pmd-chip:hover{ background:#e3e3e3;}
.pmd-chip .material-icons:hover{ background:#666;}

.togglebutton label {
    color: #000;
}


.control-label.text-right{
    text-align:right !important;
}


input[type="number"]{
    padding-top:5px;
    padding-bottom:5px;
}

.text-bottom{
    line-height:80px;
    max-height:50px;
    font-size:25px;
}


.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-align:right !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret{
    right:unset;
    left:16px !important;
}


.label-right label{
    text-align:right !important;
}

.label,.btn, .navbar .navbar-nav > li > a.btn{
    text-transform:none !important;
}

.ltr{
    direction : ltr !important;
}


.btn-link:hover,
.btn-link:focus{
    text-decoration:none!important;
}
.btn-link{
    direction:rtl;
}




/*charts*/
.card .card-body{
    padding: 20px ;
}
.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
}
.card [class*="card-header-"] {
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}

.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,188,212,.4);
}

.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.bg-info, .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg,#26c6da,#00acc1);
}

.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient( 60deg,#66bb6a,#43a047);
}

.card.bg-rose, .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
    background: linear-gradient( 60deg,#ec407a,#d81b60);
}

.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient( 60deg,#ffa726,#fb8c00);
}

.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient( 60deg,#ab47bc,#8e24aa);
}


.card .card-header {
    z-index: 3 !important;
}
.card .card-header .title, .card [class*="card-header-"], .card [class*="card-header-"] .card-title, .card [class*="card-header-"] .card-title a, .card [class*="card-header-"] .icon i, .card[class*="bg-"], .card[class*="bg-"] .card-title, .card[class*="bg-"] .card-title a, .card[class*="bg-"] .icon i {
    color: #fff !important;
}

.card-chart .card-header *{
    color:#fff !important;
    font-size:12px;
}

svg:not(:root) {
    overflow: hidden;
}
svg {
    touch-action: none;
}


.ct-series-a .ct-line {
  stroke: white !important;
  stroke-width: 3px;
}

.ct-series-a .ct-point {
  stroke: #fff !important;
  stroke-width: 12px;
  stroke-linecap: round;
}

.ct-labels foreignObject {
    text-align:left!important;
}
foreignObject .ct-label.ct-horizontal{
    display:inline !important;
}


@media (min-width: 992px) {
    .sidebar-mini .sidebar:hover {
        width: 260px;
    }
    .sidebar-mini .sidebar:hover .sidebar-wrapper {
    width: 260px;
}
}

.sidebar .user-info{
text-align:right
}


/*****************/
.card .card-header.card-header-text {
    display: inline-block;
}
.card .card-header {
    z-index: 1 !important;
}
.card .card-header .title, .card [class*="card-header-"], .card [class*="card-header-"] .card-title, .card [class*="card-header-"] .card-title a, .card [class*="card-header-"] .icon i, .card[class*="bg-"], .card[class*="bg-"] .card-title, .card[class*="bg-"] .card-title a, .card[class*="bg-"] .icon i {

    color: #fff;
}


.card [class*="card-header-"] .card-text {

    float: none;
    display: inline-block;
    margin-right: 0;

}
.card [class*="card-header-"] .card-icon, .card [class*="card-header-"] .card-text {

    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;

}
.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {

    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(255,152,0,.4);

}
.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.bg-warning, .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {

    background: linear-gradient(60deg,#ffa726,#fb8c00);
        background-color: rgba(0, 0, 0, 0);

}
.card-header, .card-subtitle, .card-text:last-child {

    margin-bottom: 0;

}



.bootstrap-datetimepicker-widget *{
    direction:ltr!important;
}


.purchase .card-pricing .icon{
    width: 130px;
height: 130px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 50%;
direction: ltr;
padding: 50px 0px;
}


.purchase .card-pricing .icon i {
    font-size: 55px;
    border: none;
    border-radius: unset;
    width: unset;
    line-height: unset;
    height: unset;
}


.purchase .card-pricing .icon.icon-rose i:first-child {
    transform: rotate(180deg);
}

    .purchase .card-pricing .icon i:last-child {
        background: #e91e63;
        color: #fff;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        font-size: 42px;
        transform: translateY(-8px) translateX(-8px);
    }
    .purchase .card-pricing .icon.icon-rose i:last-child {
        background: #e91e63;
    }

    
    .purchase .card-pricing .icon.icon-info i:last-child {
        background: #00bcd4;
    }

.card.about-purchase{
    padding:20px 30px;
    text-align:justify;
}

.alert{    
line-height:25px;
}
.alert.alert-with-icon{
padding-right:66px;
padding-left:15px;
}

.alert b , .alert a{ 
    font-weight:600;
    font-size:15px;
}

.alert a{
    border-bottom: 1px solid #fff;
    /*color:#0acadd !important;*/
}


  .sidebar .nav-item{
      text-align:right;
  }

.nav-pills > li > a{
    min-width:110px;
}

.card-stats .card-footer{
    padding-left:20px;
}

.radio input[type="radio"]{
    display:none;
}
.radio label {
    padding-right: 28px !important;
    padding-left: 10px !important;
}

.radio label span {
    right: 2px !important;
    left:unset !important;
}



label.required:after{
    content:"*";
    color:red;
    display:inline-block;
    padding-right:5px;
    transform: scale(1.5);
}

.dl-horizontal dt , .dl-horizontal dd{
    margin-bottom:5px;
}

.pre{
    white-space:pre !important;
}



.pre-line{
    white-space:pre-line !important;
}


.treeview span.icon,
.treeview span.indent {
    display: inline-block !important;
    min-height: 5px !important;
    float: right !important;
    width: 7px !important;
}

.treeview span.icon.expand-icon{
    width:12px !important;
}

#treeview {
    padding: 10px !important;
}

.card-plain {
    background: transparent;
    box-shadow: none;
}


.btn-loading {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/img/btn-loading.gif') rgba(255,255,255,0.7) no-repeat center center;
    background-size: 30px;
    z-index: 1;
}


.loading {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index:1;
}

.loading img {
    max-height:100%;
    max-width:300px;
}

.form-group.label-floating label.control-label{
    right:15px;
}

.form-group.label-floating.is-focused label.control-label {
    right: 15px;
}

.form-group .control-label {
    text-align: right !important;
}


.form-group .control-label.required:after {
    content:'*';
    color:red;
}

.checkbox .checkbox-material{
    padding-right:0px;
    padding-left:5px;
}

.checkbox label {
    padding-right: 0;
    padding-left: 15px;
}


/*custom Scrollbar*/
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #999;
}


.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #999;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}


/*بخش توضیحات تکمیلی در فرم ها*/
.toggle-btn {
    cursor: pointer;
    display: inline-block;
    margin: 30px auto;
    border: 1px solid forestgreen;
    border-radius: 5px;
    color: forestgreen;
    padding: 5px 15px;
}

    .toggle-btn:hover {
        color: forestgreen;
    }

    .toggle-btn.open .caret {
        transform: rotate(180deg);
    }

#more-details {
    display: none;
}


.swal2-modal h2{
    font-size:22px;
}
.swal2-modal .swal2-content {
    font-size: 16px;
}


.form-group .bootstrap-select{
    margin-top:0px;
}


.form-group .bootstrap-select .btn {
    margin-top: 10px;
}

    .form-group .bootstrap-select .select-with-transition {
        margin-top: 0px;
    }

.select-with-transition .caret {
    display: inline-block;
}



.booklet-item img {
    padding: 10px 25px;
}

.booklet-item .card-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    height: 43px;
    overflow: hidden;
}

.booklet-item .card-description {
    height: 42px;
    overflow: hidden;
}

.booklet-item .card-title i {
    font-size: 15px;
    transform: translateY(3px);
    padding-left: 3px;
}

.booklet-item .card-footer .btn {
    padding: 5px !important;
}


.booklet-swal .swal2-image {
    width: 100px;
    height: 100px;
}

.booklet-swal h2 {
    font-size: 18px;
    font-weight: bold;
}

.booklet-swal .swal2-content {
    font-size: 15px;
}


.booklet-swal button {
    font-size: 14px !important;
}

    .booklet-swal button.btn-success {
        background-color: #4caf50 !important;
    }


.booklet-tab .nav-pills > li {
    float: none;
    display: inline-block;
}


.card-collapse .card-header {
    border: 1px solid #eee;
    border-bottom:none;
    margin: 0;
    box-shadow: none !important;
    padding:0px;
}

.card-collapse:last-of-type .card-header {
    border-bottom: 1px solid #eee;
}


    .card-collapse .card-header h5 {
        margin: 0;
    }

    .card-collapse .card-header a {
        padding: 15px;
        color: #3c4858;
        font-size: 14px;
        font-weight:bold;
        display: block;
    }
        .card-collapse .card-header a:hover {
            color: #1e8b22
        }

        .card-collapse .card-header a[aria-expanded=true] {
            color: #fff;
            background:#1e8b22
        }


        .card-collapse .card-header a i {
            float: left;
            top: 4px;
            position: relative;
            transition: all .15s ease 0s;
        }

        .card-collapse .card-header a[aria-expanded=true] i {
            transform: rotate(180deg);
        }

.card-collapse .card-body .body-title{
    margin-bottom:20px;
}

    .card-collapse .card-body .body-title i {
        transform: translateY(7px);
        margin-left: 5px;
    }
    .card-collapse .card-body .body-title b {
        border-bottom: 1px solid #1e8b22;
        color: #1e8b22;
    }

.card-collapse .collapse.in,
.card-collapse .collapsing {
    border: 1px solid #eee;
    border-bottom: none;
    background: rgba(48, 156, 53, 0.1)
}


.modal .modal-header .close {
    font-size: 20px;
    padding: 10px;
}



.error-page .title {
    font-size: 12em;
    color: inherit;
    letter-spacing: 14px;
    font-weight: 700;
    min-height: 25px;
    max-height: 220px;
    text-shadow: 3px 5px 10px #999;
    margin: 0px;
}

    .error-page .title + h2 {
        margin-top: 0px;
        font-size: 28px;
    }


[aria-label="breadcrumb"]{
padding-right:17px;
margin-right:-32px;
}

.breadcrumb {
    margin-top: 3px;
    /* background-color: transparent !important; */
    position: absolute;
    width: calc(100% - 50px);
    border-radius: 30px;
    padding: 11px 70px 11px 15px;
    height:43px;
}
.navbar .navbar-minimize {
    z-index: 1000000;
    position: relative;
}

@media (min-width: 768px) {
    .navbar-right:last-child {
        margin-left:70px;
    }
}

.fixed-plugin{
    left:60px;
    top:14px !important;
    background:transparent !important;
    width:40px;
    position: absolute !important;
}

    .fixed-plugin .fa-cog{
        color:#555;
        font-size:19px;
    }

    .fixed-plugin .dropdown-menu{
        top:100px !important;
        left:-30px !important;
    }

        .fixed-plugin .dropdown-menu:after {
            border-right: 16px solid rgba(0, 0, 0, 0);
            border-bottom: 16px solid #fff;
            border-left: 16px solid rgba(0,0,0,0);
            left: 35px;
            top: -15px !important;
        }

        .fixed-plugin .dropdown-menu:before {
            border-right: 16px solid rgba(0, 0, 0, 0);
            border-bottom: 16px solid rgba(0,0,0,0.2);
            border-left: 16px solid rgba(0,0,0,0);
            left: 35px;
            top: -15px !important;
        }
@media (max-width: 991px) {
    .fixed-plugin {
        top: -200px !important;
    }
}


    .treeview span.icon {
        margin-left: 5px !important;
    }




.modal .modal-dialog {
    margin: 20px auto;
}
@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 95%;
    }

    .modal.small-modal .modal-dialog {
        width: 95%;
    }

    .modal.large-modal .modal-dialog {
        width: 100%;
    }

}


@media (min-width: 991px) {
    .modal .modal-dialog {
        width: 900px;
    }


    .modal.small-modal .modal-dialog {
        width: 600px;
    }

    .modal.large-modal .modal-dialog {
        width: 1100px;
        width: 1100px;
    }

}


.modal .modal-header .close {
    font-size: 20px;
    padding: 10px;
}

    .modal .modal-header .close:hover {
        color: red;
    }


.btn-simple.btn-icon{
    padding:5px;
}


.form-section,
.form-sub-section {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 30px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
}

    .form-section .form-section-title,
    .form-sub-section .form-sub-section-title {
        display: inline-block;
        position: absolute;
        height: 30px;
        top: -15px;
        right: 10px;
        font-size: 12px;
        /*font-weight: bold;*/
        padding: 3px 15px;
        background: #eee;
        border: 1px solid #eee;
        border-radius: 15px;
    }



.form-sub-section {
    border-bottom:none;
    border-left:none;
    border-right:none;
    border-radius:unset;
}

    .form-sub-section .form-sub-section-title {
        right: 50%;
        transform: translateX(50%);
    }



    /*باکس فیلتر بالای لیست ها*/

.filter-container{
padding-bottom:10px;
}

.filter-container .label-control {
    height: 25px;
}

    .filter-container .label-control .remove-btn {
        margin: 0px;
        padding: 3px;
        margin-right: 5px;
    }

.filter-caption {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 35px
}


.slide-filter {
    padding: 3px;
    margin: 0px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

    .slide-filter i {
        font-size: 20px;
    }

.filter-caption.closed .slide-filter i {
    transform: rotate(180deg);
}


.form-group .field-validation-error{
    font-size:12px;
}


.alert{
    z-index:10100 !important;
}


.waybill-form .form-group {
    margin-top: 0px;
    font-size: 14px !important;
}

.radio label:not(:first-child) {
    margin-right: 10px;
}

input[readonly],
form .selectize-input.disabled,
form .selectize-input.disabled * {
    color: #555 !important;
    opacity: 1 !important;
    cursor: no-drop !important;
    font-size: 14px !important;
}


.waybill-form input[readonly],
form.waybill-form .selectize-input.disabled,
form.waybill-form .selectize-input.disabled * {
    color: #333 !important;
    font-size:14px !important;
}

.form-group .checkbox label,
.form-group .radio label {
    color: #333 !important;
    font-size: 14px !important;
}



.waybill-form .btn.disabled,
.waybill-form .btn[disabled],
.waybill-form fieldset[disabled] .btn {
    opacity: 1 !important;
    font-size: 14px !important;
}


.column-dropdown li {
    padding: 2px;
}


.dropdown .card-header{
    cursor:pointer;
}

.dropdown.column-dropdown .dropdown-menu {
    top: -25px;
    right: 80px;
}




table .checkbox input[type=checkbox] {
    display: none;
}

table .checkbox .checkbox-material {
    display: inline-block;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

table {
    font-size: 13px !important;
}

table th {
    font-size: 13px !important;
}


.filter label.label-control{
    font-size:12px;
}


.send-msg .cke_contents {
    height: 150px !important;
}

.filter.card,
.filter .card{
    margin:0px;
} 

.filter .form-group{
    margin-top:10px;
    padding-bottom:0px;
}

.filter .filter-search-btn{
    margin-top:20px;
}

.filter .label-control{
    margin-bottom:0px;
}

.filter .form-group .bootstrap-select .btn{
    margin-top:0px;
}


/***********************/
/**** فرم بارنامه *****/
/***********************/
.waybill-form .good-item .btn {
    margin: 0px;
}

.waybill-form .goods-table-container .header span {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.waybill-form .goods-table-container .good-head,
.goods-table-container .good-info,
.goods-table-container .unit-head,
.goods-table-container .unit-info {
    width: 25%;
    max-width: 25%;
    min-height: 25%;
}

.waybill-form .goods-table-container .count-head,
.goods-table-container .count-info,
.waybill-form .goods-table-container .weight-head,
.goods-table-container .weight-info,
.waybill-form .goods-table-container .length-head,
.goods-table-container .length-info,
.waybill-form .goods-table-container .width-head,
.goods-table-container .width-info,
.waybill-form .goods-table-container .height-head,
.goods-table-container .height-info {
    width: 8.3%;
    max-width: 8.3%;
    min-height: 8.3%;
}

.waybill-form .goods-table-container table td {
    padding: 10px 15px !important;
}




@media (max-width: 768px) {
    .receipt-modal-header .modal-title > span {
        float: none !important;
        display: block;
        font-size: 15px;
    }

    .filter-container{
        display:none;
    }
}



.waybill-form .sender .add,
.waybill-form .receiver .add {
    position: absolute;
    top: 1px;
    left: 14px;
    margin: 0;
    padding: 6px;
    z-index: 1;
}

.waybill-form .add-good-section .add {
    padding: 6px;
    margin-top:25px;
}


.waybill-form .radio label:not(:first-child){
    margin-right:0;
}

.waybill-form .radio label {
    margin-top: 5px;
    font-size: 12px !important;
}


/*
.waybill-form


.waybill-form

*/


/***********************/
/* پایان فرم بارنامه */
/***********************/

table.dataTable .checkbox label {
    padding: 0px !important;
}

.table .checkbox{
    width:25px !important;
}

@media screen and (max-width: 767px) {
    table.dataTable > tbody > tr > td:first-child {
        padding-left: 5px !important;
        padding-right: 30px !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
        left:unset !important;
        right:4px!important;
    }
}


input::-webkit-input-placeholder,
.filter-option {
    font-size: 11px !important;
}



.waybill-form .add-good-section input::-webkit-input-placeholder,
.waybill-form .unit-section .filter-option {
    font-size: 11px;
}



.waybill-form .add-good-section .form-group {
    padding-right: 5px;
    padding-left: 5px;
}


.waybill-form .barcode-section .barcode-item{
    padding-right:7px;
    padding-left:7px;
}


#person-modal .name-section .type-label {
    display: inline-block;
    font-size: 12px !important;
    position: absolute;
    top: 0;
    right: 15px;
    height: 34px;
    padding: 7px 0px;
    color:#aaa;
    background:#fff;
}





/************************************/
/**** تغییر رنگها با تم داناحمل ***/
/************************************/
:root {
    --qermez: rgb(178,11,11);
    --sormeie: rgb(12,36,97);
}


.dana-qermez {
    background: var(--qermez) !important;
}

.dana-sormeie {
    background: var(--sormeie) !important;
}

.card-header.card-header-icon,
.card [data-background-color="purple"],
.card-wizard .moving-tab {
    background: var(--sormeie) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%) !important;
}

.card-wizard .card-footer input[type=button],
.card-wizard .card-footer input[type=submit] {
    background: var(--qermez) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%) !important;
}

.card-wizard[data-color=rose] .radio input[type=radio]:checked ~ .circle {
    border-color: var(--sormeie) !important;
}

.card-wizard[data-color=rose] .checkbox input[type=checkbox]:checked + .checkbox-material .check, .card-wizard[data-color=rose] .radio input[type=radio]:checked ~ .check {
    background: var(--sormeie) !important;
}

.radio input[type=radio]:checked ~ .check,
.togglebutton label input[type=checkbox]:checked + .toggle,
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: var(--sormeie) !important;
}
    .radio input[type=radio]:checked ~ .circle,
    .togglebutton label input[type=checkbox]:checked + .toggle:after {
        border-color: var(--sormeie) !important;
    }

.waybill-form .btn.add {
    background: var(--sormeie) !important;
}


.btn.btn-primary:not(.btn-simple),
.btn.btn-primary:not(.btn-simple):hover,
.btn.btn-primary:not(.btn-simple):focus,
.btn.btn-primary:active:not(.btn-simple),
.btn.btn-primary.active:not(.btn-simple) {
    background: var(--sormeie) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%) !important;
}


.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background: var(--sormeie);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%);
}
.bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a:hover {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%);
}

.btn.btn-primary.btn-simple {
    color: var(--sormeie) !important;
}

    .vpd-icon-btn {
        background: var(--sormeie) !important;
    }


.filter-container .btn-success,
.card .toolbar .btn-success {
    background: var(--qermez) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%) !important;
}


.btn.btn-success:not(.btn-simple),
.btn.btn-success:not(.btn-simple):hover,
.btn.btn-success:not(.btn-simple):focus,
.btn.btn-success:active:not(.btn-simple),
.btn.btn-success.active:not(.btn-simple) {
    background: var(--qermez) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%) !important;
}


table .btn.btn-success:not(.btn-simple),
table .btn.btn-success:not(.btn-simple):hover,
table .btn.btn-success:not(.btn-simple):focus,
table .btn.btn-success:active:not(.btn-simple),
table .btn.btn-success.active:not(.btn-simple) {
    background-color: #4caf50 !important;
    box-shadow: 0 2px 2px 0 rgb(76 175 80 / 14%), 0 3px 1px -2px rgb(76 175 80 / 20%), 0 1px 5px 0 rgb(76 175 80 / 12%) !important;
}

form input[type=submit]:not(.dana-qermez),
form button[type=submit]:not(.dana-qermez),
form input[type=submit].btn.btn-success:not(.dana-qermez),
form button[type=submit].btn.btn-success:not(.dana-qermez) {
    background: var(--sormeie) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%) !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: var(--sormeie) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%) !important;
}
/*منو*/
.sidebar[data-active-color="dana-qermez"] li.active > a, .off-canvas-sidebar[data-active-color="dana-qermez"] li.active > a {
    background: var(--qermez);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%);
}
.sidebar[data-active-color="dana-sormeie"] li.active > a, .off-canvas-sidebar[data-active-color="dana-sormeie"] li.active > a {
    background: var(--sormeie);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(12 36 97 / 40%);
}

.badge-dana-qermez {
    background: var(--qermez) !important;
}

.badge-dana-sormeie {
    background: var(--sormeie) !important;
}


#com-datatables td:last-child i {
    color: var(--qermez) !important;
}

/*صورتحساب*/
#bill-datatables tr.selected + tr {
    background: rgb(85 85 85 / 0.1);
}

.plaque-bg {
    background: url('/Areas/BillingSystem/img/plak.png') no-repeat center center;
    background-size: 100%;
    height: 50px;
    text-align: left;
    padding-top: 15px;
    direction: ltr;
}

.plaque-item {
    display: inline-block;
    width: 20%;
}

#p1 {
    margin-left: 30px;
}

#p4 {
    margin-left: 5px;
}

.bill-item {
    cursor: pointer;
}

.details-box .card{
    margin: 5px 0;
}

tr.has-comment {
    background-color: #03c1ff30 !important;
}

tr.transit {
    background-color: #fb8c0030 !important;
}



/* کامنت ها */
.comment-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}



.comment-item .msg-header {
    padding: 2px 7px;
    line-height: 30px;
}

    .comment-item .msg-header i, .comment-item .form-header i {
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 23px;
        transform: translateY(5px);
    }


    .comment-item .msg-header img {
        width: 30px;
        border-radius: 100%;
        margin-left: 5px;
    }

    .comment-item.user-msg .msg-header {
        background: #b7d6ed
    }

    .comment-item .msg-body {
        padding: 10px 15px;
        white-space: pre-wrap;
        line-height: 15px;
    }

        .comment-item .msg-body p {
            display: inline-block;
            margin: 0px;
        }

    .comment-item .form-header {
        background: #ebebeb;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }


.send-comment {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top:15px;
}


.price-fa {
    display: none;
    //display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #aaa;
    position: absolute;
    padding: 3px 7px;
    /*bottom: 50px;*/
    top: 70px;
    right: 50%;
    transform: translateX(50%);
    min-width: 100%;
    color: #555555;
    background: #fff;
    z-index: 2;
    border: none;
    border-radius: 3px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}


    .price-fa:after{
        content:'';
        border: 5px solid transparent;
        border-bottom:5px solid #fff;
        top:-10px;
        right:45%;
        position:absolute;
    }

    .form-group.is-focused .price-fa {
        display: inline-block;
    }


/*******************************************/
/*سرچ منو*/
/*******************************************/
.sidebar-wrapper .main-nav.search li:not(.search) {
    display: none;
}

.sidebar .nav.search-menu-nav li:hover > a {
    background-color: transparent;
}
.sidebar[data-background-color="white"] #search-menu {
    color: #333 !important;
}

.sidebar[data-background-color="black"] #search-menu {
    color: #fff !important;
}
