﻿.dataTables_wrapper .dataTables_filter input {
    margin-right: 0.5em !important;
    float: left !important;
}

#table_paginate {
    direction: rtl !important;
}

@font-face {
    font-family: 'Extaza';
    src: url('FbExtaza-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ExtazaReg';
    src: url('FbExtazaRegular.ttf') format('truetype');
}

*:not(i) {
    font-family: "Extaza" !important;
    outline: none !important;
}

#sidebar {
    right: 0;
}

.goldPlus {
    color: goldenrod !important;
}

table thead tr th {
    text-align: center;
}

table thead tr td {
    text-align: center;
}

.table > thead > tr > th {
    border-bottom: 2px solid #c9bd89 !important;
    font-size: 18px;
    text-decoration: underline;
}

div.pager {
    text-align: center !important;
    margin: 1em 0;
}

    div.pager span {
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8;
        text-align: center;
        cursor: pointer;
        background: #000;
        color: #fff;
        margin-right: 0.5em;
    }

        div.pager span.active {
            background: #c9bd89 !important;
        }

.btn-primary {
    color: black;
    background: #e0af7f !important;
    border-color: #e0af7f !important;
}

    .btn-primary:hover {
        background-color: #c9bd89 !important;
    }

.btn-success {
    background-color: #5a675a;
    border-color: #5a675a !important;
}

    .btn-success:hover {
        background-color: #808080 !important;
    }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.form-control {
    max-width: unset !important;
}

.header-top-wraper {
    height: 60px;
}

.align__left {
    margin-left: 15px;
    text-align: left;
}

.mg-bottom-15 {
    margin-bottom: 15px;
}

.m-l-m-10 {
    margin-left: -10px;
}

.dropzone-pro {
    margin: 0 auto;
    text-align: center;
    border: 2px dashed #126f82;
    padding: 20px;
    height: 160px;
}

.mg-top-50 {
    margin-top: 50px;
}

.hpanel .panel-body {
    direction: rtl;
}

.single-pro-review-area {
    direction: rtl;
}

.input-group-addon:first-child,
.input-group-addon:first-child {
    border-left: 0 !important;
    border-right: 1px solid #E5E6E7 !important;
}

.add-product a {
    right: unset !important;
    left: 50px !important;
}

.product-status-wrap {
    direction: rtl;
}

    .product-status-wrap th, .product-status-wrap td {
        text-align: center !important;
    }

        .product-status-wrap td.alignCenter {
            text-align: center !important;
        }

.pd-b-25 {
    padding-bottom: 25px;
}

img.main-logo {
    width: 145px;
    margin: 0 auto;
}

.dis-flex {
    display: flex;
}

.logo-pro {
    display: none;
}

.breadcome-area {
    margin-top: 59px;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

span.input-group-addon {
    width: 45px;
}

.input-group {
    width: 100%;
}

.pagination-container {
    text-align: left;
}

.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    direction: ltr;
}

label.lbl_title {
    margin-right: 20px;
    color: #2196F3;
    margin-bottom: 25px;
    font-size: 18px;
}

label.chbx__label {
    font-weight: normal;
    margin-right: 10px;
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    label.chbx__label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    label.chbx__label span {
        position: absolute;
        top: 0;
        right: 0;
        height: 19px;
        width: 19px;
        background-color: #fff;
        border: 1px solid #2196F3;
    }

.checkmark {
    position: relative;
}

.normal_cusrsor {
    cursor: default;
}

/* On mouse-over, add a grey background color */
label.chbx__label:hover input ~ .checkmark {
    background-color: #f3ecec;
}

/* When the checkbox is checked, add a blue background */
label.chbx__label input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.chbx__label input:checked ~ .checkmark::after {
    display: block;
}

/* Style the checkmark/indicator */
label.chbx__label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-r-25 {
    margin-right: 25px !important;
}

.custom__col ul li {
    list-style-type: circle;
    margin-right: 15px;
}

.big__title {
    font-size: 25px;
}

ul#sizesUL li {
    font-size: 17px;
}

    ul#sizesUL li i {
        cursor: pointer;
        color: #f00;
        margin-right: 15px;
        margin-top: 10px;
        font-size: 13px;
    }

.sidebar-nav .metismenu a {
    direction: rtl;
    text-align: right;
}

.metismenu .has-arrow:after {
    right: unset !important;
    left: 1em !important;
}

#sidebar.active > .sidebar-header img {
    margin-top: 10px;
    width: 80%;
}

.underline__red_line {
    position: relative;
    padding-right: 20px;
}

    .underline__red_line:before {
        position: absolute;
        bottom: -15px;
        left: 0px;
        width: 87%;
        height: 2px;
        background: #c9bd89;
        content: "";
        transition: all .4s ease 0s;
    }

.toast-center-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swal-footer {
    text-align: center !important;
}

.btn.btn-danger.waves-effect.waves-light i {
    margin-right: 10px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-70 {
    margin-right: 70px;
}

.align__right {
    text-align: right;
    margin-left: auto;
}

.mr-t-40 {
    margin-top: 40px;
}

.pointer {
    cursor: pointer;
}

.large__icon {
    font-size: 21px;
}

.extra_large__icon {
    font-size: 30px;
}

.client__details {
    text-align: right;
    margin: 15px 15px 25px 0px;
}

.d-flex {
    display: flex;
}

.client_details__wrapper .d-flex h4 {
    margin-left: 25px;
}

.client__details h4 {
    font-size: 15px;
}

.client__details h3 {
    font-size: 17px;
    position: relative;
    margin-bottom: 22px;
}

    .client__details h3.underLine__after:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 2px;
        background: #333;
        top: calc(100% + 5px);
        right: 0;
    }

table.innerTable {
    border: 1px solid #333;
}

    table.innerTable tr {
        color: #fff !important;
        background: linear-gradient(120deg, #000000 0%, #4278af 100%);
    }

        table.innerTable tr:nth-child(2n+1) {
            color: #fff !important;
            background: linear-gradient(120deg, #4278af 0%,#000000 100%);
        }

.row_details {
    transition: all 1s;
    display: none;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-250px);
}

    .row_details.active {
        transition: all 1s;
        opacity: 1;
        transform: translateY(0px);
    }

    .row_details.displayHidden {
        display: table-row;
    }

.table__borderless, .table__borderless tr, .table__borderless tr td {
    height: 50px !important;
}

.tr__selected.active {
    background-color: #f3f3f3;
}

.order__details {
    width: 90%;
    margin: 10px auto;
}

    .order__details table {
        border: 0 !important;
    }


.wrap-table-shopping-cart {
    border: 0 !important;
}

.table-shopping-cart .table_row {
    height: unset !important;
}

table.table__borderless {
    border: 0 !important;
    text-align: right;
    text-align-last: right;
}

    table.table__borderless tr, table.table__borderless tr td {
        border: 0 !important;
        text-align: right;
    }

        table.table__borderless tr td {
            padding: 2px 5px !important;
        }

.customMargin {
    margin-right: auto;
    margin-left: 50px;
}

.mg-left-0 {
    margin-left: 0 !important;
}

.mg-left-23 {
    margin-left: 23px !important;
}

.pdf {
    color: #e83535;
}

.selectListStatus {
    width: 133px;
    text-align: center;
    text-align-last: center;
    margin: 0 auto;
}

.bold_td {
    font-weight: bolder;
}

.product-status-wrap table, .product-status-wrap table tr, .product-status-wrap table td, .product-status-wrap table th {
    border-color: #bbb !important;
}

.z-index-555 {
    z-index: 555 !important;
}

.z-index-999 {
    z-index: 999 !important;
}

.table-shopping-cart tr {
    background-color: #fff;
}

    .table-shopping-cart tr:nth-child(2n+1) {
        background-color: rgba(0,0,0,.05);
    }

@media only screen and (max-width:1170px) {
    .breadcome-area {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width:991px) {
    .logo-pro {
        display: block;
    }
}
