@font-face {
    font-family: 'IranSans';
    src: url('../fonts/sans.ttf') format('truetype');
}

@font-face {
    font-family: 'IranSansBold';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

*:not(.fa) {
    font-family: "IranSans", "BYekan", Tahoma, sans-serif !important;
}

.right {
    float: right;
}

.left {
    float: left
}

.padded-window {
    padding: 20px;
}

.btn-link {
    outline: none;
}

.btn:not(.btn-xs,.btn-sm) {
    padding-top: 10px;
}

i {
    margin-left: 5px;
    vertical-align: middle;
}

.btn-circle i {
    margin-left: 0px !important;
}

.table th, .table td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

input[type=submit], input[type=reset], button {
    padding-top: 9px !important;
}

.radio label, .checkbox label {
    padding-right: initial !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
}

.btn-link {
    padding-top: 0px !important;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

/*.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{*/
/*margin-bottom: 10px;*/
/*}*/
/*.form-control, .single-line{*/
/*margin-bottom: 10px;*/
/*}*/

.top-single-button {
    margin-left: 0 !important;
    margin-top: 5px !important;
}

[data-name="md-persiandatetimepicker"] table.table td {
    padding: 3px 0 !important;
}

[data-name=md-persiandatetimepicker-switch] {
    display: none;
}

.navbar-static-side {
    width: 250px;
}

body.fixed-sidebar .navbar-static-side {
    width: 250px;
}


body.rtls #page-wrapper {
    margin: 0 250px 0 0;
}

.metismenu .arrow {
    float: left;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.order-count {
    width: 50px !important;
}

.operator-product-details {
    white-space: pre-line;
}

.operator-product-image {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

#search-nav {
    padding: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.small-container {
    max-width: 650px;
}

@media screen {
    .small-container2 {
        max-width: 750px;
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .small-container2 {
        width: 100%;
    }

    .col-print-1 {
        width: 8%;
        float: right;
    }

    .col-print-2 {
        width: 16%;
        float: right;
    }

    .col-print-3 {
        width: 25%;
        float: right;
    }

    .col-print-4 {
        width: 33%;
        float: right;
    }

    .col-print-5 {
        width: 42%;
        float: right;
    }

    .col-print-6 {
        width: 50%;
        float: right;
    }

    .col-print-7 {
        width: 58%;
        float: right;
    }

    .col-print-8 {
        width: 66%;
        float: right;
    }

    .col-print-9 {
        width: 75%;
        float: right;
    }

    .col-print-10 {
        width: 83%;
        float: right;
    }

    .col-print-11 {
        width: 92%;
        float: right;
    }

    .col-print-12 {
        width: 100%;
        float: right;
    }
}

.alertify-notifier {
    z-index: 999999 !important;
}

.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
    right: 0px !important;
}

.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 25px 7px 40px;
}

.nav-third-level li a, .fixed-sidebar.mini-navbar .nav-second-level li .nav-third-level li a {
    padding-right: 32px;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: start;
}

.justify-between {
    justify-content: space-between;
}

.justify-space-around {
    justify-content: space-around;
}


.align-items-center {
    align-items: center;
}

.exam-computation-enabled {
    background-color: rgba(91, 238, 238, 0.7) !important;
}

.exam-computation-enabled:hover {
    background-color: rgba(91, 238, 238, 0.2) !important;
}