@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/Droid Arabic Kufi.eot');
    src: url('../fonts/Droid Arabic Kufi.woff') format('woff');
url('../fonts/Droid Arabic Kufi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular/Lato-Regular.svg') format('svg');
    src: url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff');
    src: url('../fonts/Lato-Regular/Lato-Regular.woff2') format('woff2');
url('../fonts/Lato-Regular/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    direction: rtl;
    font-size: 16px;
}

body {
    background: #f2f2f4;
    font-size: 1rem;
    direction: rtl;
    font-family:  'DroidArabicKufi', sans-serif;
}
a{color: #000}
a:hover {
    text-decoration: none;
}

main {
    background: #eeee;
}
.rtl { direction: rtl}
.ltr { direction: ltr}
.bidi-rtl{ direction: rtl; unicode-bidi: bidi-override }
/*user-box*/
.account-info {
    /*  display: flex;
      flex-direction: row;
      flex-wrap: nowrap;*/
    justify-items: center;
    justify-content: right;
    align-items: center;
    text-align: right;
}
.account-info  .card-link{width: 100%;display: block}
.account-info .customer-avatar {
    display: inline-block
}

.account-info .account-name {
    display: inline-block;
    font-size: 16px;    margin-right: 11px;color: #000;font-weight: bold;
}

.account-info .customer-avatar {
    width: 40px;
    height: 40px;
}

.account-info a  i {
    float: left;
    margin-top: 15px;
    font-weight: bold;margin-left: 15px;
}


.account-info a[aria-expanded="true"] i {

    transform: rotate(180deg)
}

.account-info .cols i {
    float: left;
    transform: rotate(180deg)
}

.emp-details {
    width: 100%;
    margin-top: 5px;
    border-top: 1px dashed #ccc;
    padding-top: 5px;
}

#customer-info {
    background-color: rgb(224, 221, 239, 0.4);
    text-align: right;
    border-radius: 20px;
    color: black;
    font-size: 14px;
    min-height: 200px;
    border: 1px solid #eeeeee;
}

#customer-info .customer-header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

#customer-info .customer-header .customer-name {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#customer-info .customer-header .customer-avatar {
    border: 1px solid silver;
    border-radius: 50%;
    background-color: #cccccc;
    padding: 2px;
    margin-left: 5px;
}

#customer-info .customer-header .customer-avatar img {
    width: 30px;
    height: 25px;
}

#customer-info .customer-currencies {
    position: relative;
    padding-right: 55px;
    margin: 0 auto 10px;min-height: 35px;
}

.customer-currency-box {


    position: relative;
    margin-top: 0;
    /*border: 1px solid #d6d6d6;*/
    border-radius: 15px;
    padding: 2px 7px;
}


.customer-currencies .currency-icon1 {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: #05b4cb;
    border-radius: 0 15px;
    padding: 8px 2px 15px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    align-self: center;
    vertical-align: middle;min-height: 50px;
}

.customer-currencies .currency-icon1 .icon {
    font-size: 34px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.dashbord tr:nth-of-type(odd) {
    background-color: #eeeded;

}
.table{margin-bottom: 0}
.dashbord .actions {
    display: none
}

.dashbord tr.active {
    background-color: #fff;
    border: 1pt solid #00bcd4 !important;
}
.dashbord tr th {

    border-bottom: 1pt solid #00bcd4 !important;
}


.customer-currency-box .currency-name {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;


    color: #00bcd4 !important;
    text-align: center;
    white-space: nowrap;
    /* background: #cdd7d8; */
    border-radius: 15px;
    width: 51px;
    padding: 2px 5px;
    font-size: 12px;

    justify-content: center;
    font-weight: bold;
}

#customer-info .customer-currency {
    border: 1px solid #eeeeee;
    background-color: white;
    border-radius: 15px;

    margin: 10px 2px;
    padding: 5px 10px;
    position: relative;
}

#customer-info .customer-currency .currency-name {
    font-size: 0.9rem;
    padding-top: 3px;
    color: black;
    text-align: center;
    white-space: nowrap;
}

#customer-info .customer-currency .currency-price {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: 'Lato', sans-serif;
    unicode-bidi: plaintext;

    padding-left: 50px;
    text-shadow: 0px 1px #00bcd4;

    letter-spacing: 1.1px;
}

#customer-info .customer-currency .currency-icon {
    position: absolute;
    right: -13px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
}

#customer-info .customer-currency .currency-icon .icon {
    font-size: 20px !important;
    padding: 2px 3px;
    color: #dfd9d9
}

#customer-info .customer-currency .currency-icon img {
    width: 70%;
    height: 70%;
}

#customer-info .customer-currency .currency-icon.dinar {
    background-color: rgb(175, 165, 231);
    color: black;
}

#customer-info .customer-currency .currency-icon.dollar {
    background-color: rgb(165, 207, 231);
    color: black;
}

#customer-info .customer-currency .currency-icon.toman {
    background-color: rgb(165, 231, 174);
    color: black;
}

.link-box1 {
    width: 100%;
    text-align: center;


    position: relative;

}

/*
.link-box1 .title {
    font-size: 16px;
    color: #005cbf;
    width: 100%;
    text-align: right;
    font-weight: bold;
}*/


.link-box1 .link {
    border: 1.1pt solid #ea843c;
    border-radius: 10px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 5px 5px 5px;
    width: auto;
    background: #fff;
    margin: 5px;
    color: #000;
    min-width: 100px;
    text-align: center;
    display: inline-block;transition: 0.3s ease-in-out;
}

.link-box1 .link:hover {

    background: #ea843c;
    margin: 5px;
    color: #fff;

}
.link-box1 .link:hover .icon{border:1px solid #fff !important;}
.link-box1 .link .icon {
    text-align: center;
    color: #fff !important;
    background: #ea843c;
    padding: 2px;
    width: 38px;
    height: 37px;
    display: flex;
    margin: 0 auto 6px;
    vertical-align: baseline;
    align-items: center;
    align-self: center;
    border-radius: 10px !important;
}

.link-box1 .link .icon span {
    text-align: center;
    color: #fff !important;
    font-size: 24px !important;
    margin: 0 auto;
}

.link-box1 .link:hover .icon {
    background: #ea843c;
    color: #fff !important;

}

.link-box1 .pink-links {
    border-color: #ce5889;

    width: auto;


}

.link-box1 .pink-links:hover {

    background: #ed68a0;

    color: #fff;

}

.link-box1 .pink-links .icon {


    background: #ed68a0 !important;

}

.link-box1 .green-links {
    border-color:#50a10e;

    width: auto;


}

.link-box1 .green-links:hover {

    background: #50a10e;

    color: #fff;

}

.link-box1 .green-links .icon {

    background: #50a10e !important;


}

.exchange-link-box {
    padding: 5px;
    text-align: center
}

.exchange-link-box .btn {
    border: 1.1pt solid #6c58ce;
    border-radius: 10px;

    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 2px 5px 2px;
    width: auto;
    min-width: 100px;
    background: #fff;
    margin: 5px;
    color: #6c58ce;
    font-size: 14px !important;
    font-weight:normal;
    text-align: center;transition: 0.3s ease-in-out;
}

.exchange-link-box .btn .icon {
    text-align: center;
    color: #fff !important;
    background: #6c58ce;
    padding: 2px;
    width: 38px;
    height: 37px;
    display: flex;
    margin: 0 auto 6px;
    vertical-align: baseline;
    align-items: center;
    align-self: center;
    border-radius: 10px !important;
}

.exchange-link-box .btn .icon span {
    text-align: center;
    color: #fff;
!important;
    font-size: 24px !important;
    padding: 0;
    margin: 0 auto;
}
.exchange-link-box .btn:hover{
    color: #fff !important;
    background: #6c58ce;
}
.exchange-link-box .btn:hover .icon{
   border: 1px solid #fff;
}

    /*
    .exchange-link-box .btn-outline-success {
        color: #28a745;


        border-color: #28a745;
    }

    .exchange-link-box .btn-outline-success:hover {
        color: #fff;
        background: #28a745;

        border-color: #28a745;
    }

    .exchange-link-box .btn-outline-success .icon span {

    }

    .exchange-link-box .btn-outline-success:hover .icon span {
        /
    }

    .exchange-link-box .btn-outline-warning {
        color: #ea843c;


        border-color: #ea843c;
    }

    .exchange-link-box .btn-outline-warning:hover {
        color: #fff;
        background: #ea843c;

        border-color: #ea843c;
    }

    .exchange-link-box .btn-outline-warning .icon span {

    }

    .exchange-link-box .btn-outline-warning:hover .icon span {

    }
    */

/*left-menu*/

/*big-btn*/
.big-button {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    padding: 10px 5px;
}

.big-button.green {
    background-color: green;
    color: white;
}

.big-button.green .icon {
    color: #f7f7f7
}

.big-button.pink {
    background-color: pink;
    color: #460542;;
    text-decoration: none;
}

.big-button.pink .icon {
    color: #460542;
    font-size: 22px !important;
    top: 10px
}

.big-button.pink a {
    text-decoration: none;
    color: #9f0e0e;
}

.big-button .icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.big-button .icon img {
    width: 100%;
    height: 100%;
}

/*link-box*/
.link-box {
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    padding: 10px;
}

.link-box .title {
    font-size: 16px;
    color: #005cbf;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.link-box .links {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 10px;
}

.link-box .links .link {
    border: 1px solid silver;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 30px 5px 5px;
    width: 50%;
    margin: 0 5px;
    color: #ffffff;
    background-color: #6c58ce;
    text-align: center;
}


.link.red {
    background-color: red;
    color: white;
}

.link.green {
    background-color: green;
    color: white;
}

.link-box .icon {
    /*  width: 20px;
      height: 20px;*/
    position: absolute;
    right: 5px;
    top: 3px;
}

.link-box .icon img {
    width: 100%;
    height: 100%;
}

/*#customers-box*/
#customers-box {
    padding: 2px;

}

#customers-box .customer-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
    padding: 10px 5px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #eeeeee;
    align-items: center;
    justify-items: center;
}

#customers-box .customer-search .title {
    font-size: 14px;
    font-weight: bold;
    flex: 1;
    display: block;
}

#customers-box .customer-search .input {
    font-size: 14px;
    flex: 4;
}

#customers-box .customer-search .input input {
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    background-color: #eee;
    padding: 3px 10px;
    border: none;
}

#customers-box .customer-search .button {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

#customers-box .customer-search .mini-button {
    border-radius: 8px;
    background-color: blue;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#customers-box .customer-list {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #eeeeee;
}

#customers-box .customer-list .header-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 2px solid #eeeeee;
    padding: 5px 10px;
}

#customers-box .customer-list .header-items .header-item {
    font-size: 16px;
    color: blue;
    font-weight: bold;
    margin: 0 10px;
}

#customers-box .customer-list .body-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 0;
    align-items: center;
    justify-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #eeeeee;
    float: right;
    border: none;
}

#customers-box .customer-list .body-items.active {
    background-color: #9fcdff;
}

#customers-box .customer-list .body-items:hover {
    background-color: #9fcdff;
}

#customers-box .customer-list .body-items .body-item.number {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#customers-box .customer-list .body-items .body-item.name {
    flex: 3;
    display: flex;
    justify-content: right;
    align-items: center;
}

#customers-box .customer-list .body-items .body-item.info {
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

#customers-box .customer-list .body-items .body-item .customer-information {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#customers-box .customer-list .body-items .body-item .customer-information .customer-avatar {
    border: 1px solid silver;
    border-radius: 50%;
    background-color: #cccccc;
    padding: 2px;
    margin-left: 5px;
}

#customers-box .customer-list .body-items .body-item .customer-information .name {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    font-weight: 500;
}

#customers-box .customer-list .body-items .body-item .customer-information .customer-avatar img {
    width: 30px;
    height: 30px;
}


#customers-box .customer-list .body-items .body-item .links .link {
    margin: 5px;
    opacity: 0;
}

#customers-box .customer-list .body-items.active .body-item .links .link {
    margin: 5px;
    opacity: 1;
}

#customers-box .customer-list .body-items:hover .body-item .links .link {
    opacity: 1;
}

#customers-box .customer-list .body-items.active .body-item .links .link span {
    font-size: 20px;
    color: #e2e3e5;
}

#customers-box .customer-list .body-items:hover .body-item .links .link span {
    font-size: 20px;
    color: #e2e3e5;
}

#customers-box .customer-list .body-items.active .body-item .links .link span:hover {
    color: #ffffff;
}

#customers-box .customer-list .body-items:hover .body-item .links .link span:hover {
    color: #ffffff;
}

#customers-box .customer-list .body-items .body-item .links .link img {
    width: 20px;
    height: 20px;
}

#customers-box .customer-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
    padding: 5px 10px;
    background-color: white;
    justify-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#customers-box .customer-pagination .next {
    transform: rotate(-90deg);
    display: inline-block;
    background-color: white;
    border: none;
}

#customers-box .customer-pagination .prev {
    transform: rotate(90deg);
    display: inline-block;
    background-color: white;
    border: none;
}

#customers-box .customer-pagination .next.active, #customers-box .customer-pagination .prev.active {
    color: deeppink;
}

#customers-box .indexes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#customers-box .index {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 5px;
    margin: 0 5px;
}

#customers-box .index.active {
    background-color: hotpink;
    color: white;
    font-size: 16px;
    font-weight: bold;
}


.yellow {
    color: #e0a800;
}


.inputStyle {
    background:  #fbfbfb;
    border-radius: 10px;
}

.margin30 {
    margin: 30px;
}

.marginTop30 {
    margin-top: 30px;
}

.form-row {
    text-align: right;
}

h4 {
    text-align: right;
}

/*div#root {*/
/*    background: #F0FFFF;*/
/*}*/

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.form {
    padding: 10px;
    text-align: right;
    font-size: 14px;
}

.rowed {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
    background-color: white;
    border: 1px solid #e2e3e5;
    border-radius: 8px;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    text-align: right;
}


.form-group {
    justify-items: center;
    align-items: center;
    width: 100%;
}

.btn-sm {
    min-width: 20px;
}

.user-list {
    height: 80vh;
}

.mini-button {
    border-radius: 8px;
    background-color: #007bff;
    color: white;
    margin: 0 3px;
    font-size: 14px;
    border: none;
}


.icon {
    width: 25px;
    height: 25px;
    color: #cccccc;

    padding: 0 5px;
    font-size: 20px !important;
}

table td .icon {
    color: #938e8e;
}

.menu-item .icon {
    color: #f7f7f7
}

td.actions {
    text-align: left;
}

.customer-avatar {
    border: 1px solid silver;
    border-radius: 10px;
    background-color: #cccccc;
    padding: 2px;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.customer-avatar img {
    width: 100%;
    height: 100%;
}


.form-text {
    color: red;
}


.form-input {
    width: 70%;
    float: left;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card {
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .btn {
        font-size: 10px !important;
    }  .icon-Save {
        font-size: 14px !important;
    }
}

.form-row {
    width: 100%;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 !important;
}

.card-header span {
    color: black !important;
}

.datatable .dashboard-table {
}

.datatable .dashboard-table th {
/*    padding: 8px 5px;*/    padding: 0;
    vertical-align: baseline
}

.datatable .dashboard-table td {
    padding: 5px 5px;
    vertical-align: baseline
}

.datatable .dashboard-table td.actions a {
}

.datatable .dashboard-table td.actions .icon {
    font-size: 22px !important;
}

.datatable .dashboard-table td.actions {
    text-align: left
}

.datatable .dashboard-table tr td:first-child {
    width: 50px;
    text-align: center;
    font-family: 'Lato', sans-serif;   font-size: 14px;
    font-weight: bold;
    color: blue;
}


.login-copyright {
    font-family: lato, sans-serif
}


.breadcrumb {
    padding: 10px 10px
}

.btns-group {
    text-align: center
}

.form-box {

    float: none;
    margin: 10px auto;

    display: table;
}

.form-control {
    font-size: 0.9rem;
    min-height: 35px
}
label{margin-bottom: 3px}
.datatable .datatable-header .export-div {
    text-align: right
}

.datatable .datatable-header.export-div .export-btn, .datatable .datatable-header.export-div .btn, .datatable .datatable-header .btn {
    margin: 0 5px
}

.datatable-filterbox-accounting .input {

    margin-top: 5px;
}


select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;

    -moz-appearance: none;
    background: #fff url(../images/icons/select-arrow.png) no-repeat;
    background-position: left;
    width: 100% !important;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    height: 33px !important;
    min-width: 65px;



}
/*
.select2-container {
    width: 100% !important;
    min-height: 30px
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple {
    min-height: 30px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
    margin-bottom: 4px;
    float: right;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block
}*/
.table thead th {
    background: #07a1a1;
    color: #fff;
    font-size: 8.5pt;


}
 .filter-check-items{text-align: right}
 .table tr:nth-child(2n+1) td {background: #f7f7f7}
/*--------------------Media-Queries----------------------------------------------------*/
@media only screen and (max-width: 1365px) {
    hrml {
        font-size: 15px
    }
}

@media only screen and (max-width: 1298px) {
    hrml {
        font-size: 14px
    }
}

@media only screen and (max-width: 1197px) {
    hrml {
        font-size: 13px
    }

    .datatable {
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width: 1099px) {
    hrml {
        font-size: 13px
    }

}

@media only screen and (max-width: 980px) {
    hrml {
        font-size: 14px
    }
}

@media only screen and (max-width: 768px) {
    hrml {
        font-size: 15px
    }

    .table th {
        font-size: 0.85rem;
        padding: 5px
    }

    .table td {
        font-size: 0.8rem;
        padding: 5px
    }

    .mobile-hide {
        display: none !important
    }
    .filter-check-items .margin-l{

        min-width: 80px;
        display: inline-block;
    }
}

@media only screen and (max-width: 554px) {
    hrml {
        font-size: 14px
    }

    .link-box {
        padding: 10px 8px
    }

    .link-box .icon {
        right: 2px
    }
}

@media only screen and (max-width: 480px) {
    hrml {
        font-size: 13px
    }

    .table th {
        font-size: 0.8rem;
        padding: 5px 3px
    }

    .table td {
        font-size: 0.75rem;
        padding: 5px 3px
    }
}

@media only screen and (max-width: 445px) {
    hrml {
        font-size: 12px
    }

}

@media only screen and (max-width: 410px) {
    hrml {
        font-size: 11px
    }

    .exchange-link-box {
        -webkit-box-flex: 1;
        width: 100%;
        flex-basis: unset;padding: 0;
    }.account-info .account-name {

         font-size: 14px;}
    .account-info a i {
    margin-left: 5px;
}




}
@media only screen and (max-width: 360px) {

    .filter-check-items{width: auto;max-width: auto;flex: 0 0 100%;}
    .filter-check-items .margin-l{
   
        min-width: 80px;
        display: inline-block;
    }
}
@media only screen and (max-width: 299px) {
    .exchange-link-box .btn{min-width: 96px}
    .filter-check-items{width: 100%;max-width: 100%;flex: 0 0 100%;}
    .account-info .account-name {

        font-size: 13px;}
 
}
