﻿
@font-face {
    font-family: MyFontOne;
    src: url('Fonts/Tajawal-Regular.ttf')
}

.showItemImage:hover + .itemImg {
    display: block;
}

.itemImg {
    display: none;
    position: relative;
    top: 8px;
    left: 10px;
    padding: 5px;
    margin: 10px;
    z-index: 10;
    background: #333;
    border: 1px solid #c0c0c0;
    opacity: 0.8;
    width: 100px;
    height: 100px;
}

.topN {
    width: 60px !important;
}

.btn-social > :first-child {
    right: 7px;
    left: auto;
    padding: 3px;
    border: 0;
}

/*//التعديلات*/
.btn.btn-flat {
    border-radius: 7px;
    outline: 0px;
}

.user-footer a {
    font-size: 13px;
    margin-top: 7px;
}

.btn-social {
    position: relative;
    padding-right: 44px;
    padding-left: 0;
    padding-bottom: 13px;
    text-align: right;
    padding-top: 9px;
}
/*// drop down list*/
.dropbtn {
   /* background-color: #fff;*/
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
}

.dropdown {
    position: relative;
    display: inline-block;
    transition: 1s;
}

.dropdown-content {
    display: none;
    width: 172px;
    position: absolute;
    left: 32px;
    top: 3px;
    background-color: #f4f4f4;
    min-width: 143px box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
   /* transition: 1s;*/
    border-radius: 12px;
 
    z-index: 1000; /* تأكد من وضع العنصر فوق الطبقات الأخرى */

}

.dropdown-content a {
    color: black;
    font-size: 11px;
    padding: 11px 14px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    border-radius: 0;
    border-width: 1px;
    text-align: right;
}
.dropdown-content a:hover {
    border-width: 1px;
 }

.dropdown:hover .dropdown-content {
    display: block;
}

.ml_e {
    margin-left: 5px;
}
/*//خاص بتصميم عرض الحق */
.gridButtonsColumn_15_Percentage_con {
    width: 5% !important;
}

.main-sidebar {
    background-color: #367fa9 !important;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    background: #153a5f;
}

.btn-github {
    background-color: #07a393;
}

    .btn-github:hover {
        background-color: #21787e;
    }

.skin-blue .sidebar-menu > li > .treeview-menu {
    padding: 6px;
    background: #334352;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 13px;
    padding: 5px 16px 12px 6px;
}

.skin-blue .treeview-menu > li > a {
    color: #ffffff;
}

    .skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
        color: #a1a9ae;
        margin-right: -2px;
        transition: 0.3s;
    }

.skin-blue .sidebar a {
    color: #ffffff;
}

.form-control {
    border-radius: 6px;
}

.field-validation-error {
    font-size: 11px;
    float:right;
    position: absolute;
}

.divPadding5px {
    margin-bottom: 13px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 5px;
}

.select2-results__option {
    font-size: 13px;
}

/*خاص بتصميم الصفحة الرئيسية*/
.box {
    border-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    box-shadow: 0 1px 9px 5px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.content {
    padding: 20px;
    padding-left: 50px;
    padding-right: 80px;
    background-color: #f9fafc;
}

.box-header {
    margin-bottom: 10px;
    /*padding: 25px;*/
}

.btn-dropbox:hover {
    box-shadow: 0 1px 6px 2px rgba(0,0,0,0.1);
}

.bg-orange {
    background-color: #515555 !important;
}

.bg-green {
    background-color: #205081 !important;
}

.ion-ios-keypad {
    color: #ffffffe6;
}

.bg-lime {
    background-color: #f29b12 !important;
}
input, select, textarea {
    max-width: 100%;
    font-size:13px !important;
    margin-bottom:16px;
}
.box-body form {
    padding-right: 10px;
    padding-left: 10px;
}

.stok_P{
    position: relative;
    top: 19px;
}
.stok_P span{
    position: relative;
    top: 5px
}
.table-responsive {
    padding-bottom: 152px;
}
.Total_Final_Amounts {
    padding: 0;
    overflow: auto;
}
.Total_Final_Amounts label {
    margin-right: 15px;
    margin-bottom: 8px;
}
.Total_Final_Amounts input {
    width: 100%;
}

.Total_Final_Amounts .field-validation-error {
   position:relative;
}
.PaymnetStyle {
    padding: 5px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.Serch_Option {
    margin-bottom: 15px;
    margin-top: 12px;
    overflow: auto;
}

.StyleItem {
    background-color: #fff !important;
}
.StyleItem span{ 
    border-radius: 5px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.btnItemStyleText {
    top: 77% !important;
}
.rstrantSpan {
    background-color: #bfd8f2;
    overflow: hidden;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}
.Style_B span {
    position: relative;
}
.MyaddStyle .col-sm-6 {
    margin-bottom: 23px;
}
.MyaddStyle input {
    max-width: 100%;
}
.spn {
    font-size: 12px;
}
.BuyBillForm .BuyI {
    padding: 0px;
}
.BuyBillForm .BuyI input {
    margin-right:-18px;
}
.BuyBillForm .BuyI .select2-container{
   margin-left: 16px;
   margin-right: -18px;

}
.box-primary h4 {
    padding: 7px;
}
.option_puttn {
    margin-top: 25px;
}
.box-primary .spanUser {
    font-size: 11px;
    font-weight: 600;
}
.box_table {
    padding: 5px;
    overflow:auto;
}
.box-body .tib {
    overflow: auto;
}
.CompanyNames {
    display: none;
}

/* ------- التصميم الجديد للصفحات ------- */

/*Start Header And footer []*/
.nav > li > a {
    display: block;
    padding: 10px 14px;
    line-height: 30px;
}
.main-header .navbar .nav > li > a > .label {
    position: relative;
    top: -9px;
    right: 0px;
    text-align: center;
    font-size: 9px;
    padding: 0px 5px;
    border-radius: 3px;
}
.skin-blue .main-header .navbar {
    background-color: #3c8dbc;
    padding: 0;
}
.main-footer {
    text-align: center;
    font-size: 13px;
}
.main-footer h5 {
    font-size: 13px;
}
.menu{
    font-size:13px;
}
/* End Heder And footer  */

/* Start UserProfile Page */
.informationUser {
    font-size: 13px;
}
.UserProfile-box {
    padding: 25px;
}
.UserProfile-box a{
    width:100%;
}
/* End UserProfile Page */

/* Start CompanyInfo Page */
.Map_ht label{
    width:100%;
}
.Map_ht button {
    width: 33%;
    padding: 6px;
}
/* End CompanyInfo Page */

/* Start Item Page */

.inptufile {
    width: 240px;
    margin-bottom: 0px;
}
/* End Item Page */

/* Start For all pages */

.form-check .form-check-input {
    margin-right: 5px;
    margin-left: 0;
}
label {
    margin-bottom: 8px;
    font-weight:700;
}
.btn{
    font-size:14px;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #ffffff;
}
.pagination .page-link {
    color: #367fa9;
}
.page-item span {
    cursor: pointer;
}
.active > .page-link, .page-link.active {
   
    color: #fff;
}
/* End For all pages */
/* Start For Configuration taple pages */
.Configuration tr td label {
    font-size: 13px !important;
    font-weight: 500 !important;
}
/* End For Configuration taple pages */
.page-item:not(:first-child) .page-link{
    font-size:13px;
}
.page-item:first-child .page-link {
    font-size: 13px;
}
.box-title {
    margin-bottom: 11px;
    font-size: 26px;
}
.buttonCategoryStyle {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background-color: #e6f0fa;

    display: inline-block;
    align-items: center;
    vertical-align: middle;
    float: none;
    width: 94px !important;
    height: 65px !important;
    border-radius: 3px;
    border-width: 3px;
    background-color: #bfd8f2;
    border-color: #bfd8f2 !important;
    text-align: center !important;
    color: black;
    padding: 2px 2px 2px 2px !important;
    margin-left: 5px !important;
}
.buttonCategoryStyle span{
    font-size:12px;
}
.statistics_Box2 .info-box-content {
    position: relative;
    top: 12px;
}
.statistics_Box2 .info-box-content .info-box-text  {
   font-size:13px;
   margin-bottom: 8px;
  }
 .statistics_Box2 .info-box-content .info-box-number {
    font-size: 15px;
  }
.statistics_Box2 .info-box {
    box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
}
.main-header {
    background-color: #367fa9;
    font-size:14px;
}
.breadcrumb{
    font-size:12px;
}
.breadcrumb li a {
    color: #444444;
}
.SearchAndResetBtn {
    margin-top: 23px;
}
.ChackActev {
    margin-top: 30px;
}
.modal-dialog {
    max-width: 723px;
}
.modal-title {
    float: right;
}
.close {
    font-size: 26px;

}
.modal-footer {
    text-align: center;
    border-top: 0;
}
.modal-content {
    padding: 15px;
    overflow: auto;
}
.Uom {
    height: 512px;
}
.modal-body {
/*    overflow: hidden;*/
    box-shadow: 0 1px 9px 5px rgba(0, 0, 0, 0.1);
}
.CounterRow {
    padding: 10px;
}
.mr {
    margin-right: 6px;
}
.mtAndmb {
    margin-bottom: 10px;
    margin-top: 10px;
}

.balanceItemDiv {
    display:none;
    transition: max-height 0.3s ease-out;
    background-color: #f0f0f0;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.text-danger {
    color: #e94845;
    font-size: 11px;
    position: absolute;
    top: 63px;
}
.LogT {
    height: 350px;
    overflow: auto;
}
inpot[type = number ] {
    -moz-appearance: textfield;
}
.date{
    text-align: right;
}
.ItemBonts {
    margin-top: 25px;
}
select.form-control{
    font-size:13px;
}

.dropdown .controlUom {
    text-align: right;
    padding-right: 26px;
}
.drobfont {
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 10px;
}
.dropdownUom {
    position: absolute;
    top: 35px !important;
    min-width: 205px !important;
}
.dropdown-contentUom {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-contentUom label {
    display: block;
    padding: 8px;
    cursor: pointer;

}

.dropdown-contentUom label:hover {
     background-color: #f1f1f1;
 }

.dropdown-contentUom input {
    margin-right: 10px;
}

.ChoesUom .dropdown {
    width:100%;

}

.dropdown-contentUom {
    display: none; 
}
.dropdown-contentUom.active {
   display: block;
   height: 162px;
   width:100%;
}

.Image {
    width: 150px;
}
.BontsTabel {
    padding-bottom: 30px;
}
.logo-lgm {
    width: 92%;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: 3px;
    right: 0px;
}
.logo-lgm .logoI{
   width: 95%;
    position: relative;
    top: -6px;
}
.logo-lgm .IconI {
    width: 27px;
    position: relative;
    top: -56px;
    left: 46px;
}
.logo-mini {
    background-color: #fff;
    border-radius: 5px 0;
}
.logo-mini img{
    width:100%;
}
.breadcrumb > li + li:before {
    content: '>\00a0';
    padding: 0 5px;
    color: #ccc;
}

#TobranchSelect {
    display: none;
}
.dropdown-toggle::after {
    display: none;
}
.Phonedirection {
    direction: ltr
}
/*  Start التصميم خاص بشاشة التحميل*/
.preloader {
    background-color: #f7f7f7d4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #fbb330;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

   .preloader .preloader-img img {
       max-width: 55px;
   }

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}
/*  End التصميم خاص بشاشة التحميل

  التصميم الخاص بثبات عنوان جول البيانات */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #ddd;  
}
.tableFreeze thead {
    position: sticky;
    top: -1px;
    background-color: #fff; 
    z-index: 1; 
}
.table-responsive {
    max-height: 450px;  
    overflow-y: auto;
}
.privillageChk {
    margin-right: 9px;
}

.scrollbar {
    max-height: 300px;
    overflow-y: auto;
}
/* تخصيص شريط التمرير */
.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px; 
}
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.boxMb{
    margin-bottom:150px;
}

/*تحديد اتجاه العناصر داخل القائمة */
.select2-container--default .select2-selection--single {
    direction: rtl; 
    text-align: right; 
}
.select2-container--default .select2-dropdown {
    direction: rtl;
    text-align: right; 
}
.tdanger {
    color: #e94845;
    font-size: 11px;
}

.Pagetion {
    float: left;
    position: relative;
    top: -50px;
}
.swal-footer {
    display: flex !important;
    justify-content: center !important;
}
.heightTable {
    max-height: 216px !important;
}
.overflow-visible {
    overflow: visible !important;
}
.div_DetailedNationalAddress {
    background-color: rgb(239, 239, 239);
    border-radius: 5px;
    padding: 17px;
}
.PurchaseDimensionStyle{
    font-size:20px;
    text-align:center;
}
.Categories-box-body {
    height: 172px;
    overflow-y: scroll;
}
.items-container {
    text-align: center;
}
.items-container .col-lg-3 {
    padding-left: 3px;
    padding-right: 3px;
}
.box-card {
    width: 100px;
    display: inline-block;
    float: none;
}
.item-card {
    cursor: pointer;
    height: 152px;
    text-align: center;
    padding: 10px;
    background-color: #f0f0fa;
}
.item-card img {
    max-width: 100%;
    height: 84px;
    margin-bottom: 10px;
}
.item-card span {
    font-size: 12px;
}
.categories-container {
    text-align: center;
}
.categories-container .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.mySpan {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 2px 2px 2px 2px !important;
}
.Item-box-body {
    height: 333px;
    overflow-y: scroll;
}
/*قائمة اراقم الهاتف */
.iti {
    width: 100%;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: auto !important;
    right: 0 !important;
}
.iti__country-list {
    text-align: right !important;
    position: absolute;
    right: 2px !important; 
}
.iti__selected-flag{
    direction:ltr !important;
}
.iti input {
    padding-right: 100px !important;
    text-align: right !important;
}

.textarea-notification-Serial {
    width: 99%;
    margin-right: 8px;
}
.notification-Serial {
    position: absolute;
    top: 40px;
    right: 1px;
}
@media (max-width: 500px) {
    .li_control-sidebar {
        display: none !important;
    }
    .ConfigurationTitel h5 {
        font-size: 14px;
        margin-top: 6px;
    }
    .Configuration tr td label {
        font-size: 12px !important;
      
    }
    nav{
        font-size:12px;
    }
    .checkboxRoles {
        display: inline-flex;
        width: 100%;
    }
    .page-item:not(:first-child) .page-link {
        font-size: 10px;
    }

    .page-item:first-child .page-link {
        font-size: 10px;
    }

    .box-body form {
        padding-right: 0px;
    }

     .Pagetion {
        float: left;
        position: relative;
        top: -46px;
    }
    .Pagetion select{
        padding: .3rem 1.90rem 0.3rem 0.10rem !important;
    }
    .iti__country-list{
        max-width:340px !important;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
   width: 780px !important;
 }
}

 .content-wrapper, .right-side, .content, .main-footer {
     margin-left: auto;
 }

/*  التصميم خاص للهواتف*/
@media (max-width: 550px) {
    .CompanyNames {
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
        font-size: 12px;
    }

    .box-title {
        width: 100%;
        margin-bottom: 15px;
        font-size: 19px;
    }

    .Bill_InfoStyle label {
        font-size: 13px;
    }

    .select2-results__option[aria-selected] {
        font-size: 12px;
    }

    label {
        font-size: 12px;
    }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }

    .form-control {
        font-size: 12px;
    }

    .PaymnetStyle {
        font-size: 12px;
    }

    .box-body > .table {
        font-size: 12px;
    }

    .content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .field-validation-error {
        position: relative;
    }

    .MyaddStyle .col-sm-6 {
        margin-bottom: 15px;
    }

    input {
        max-width: 100%;
    }

    .stok_P {
        position: relative;
        top: 2px;
        border-bottom: 1px solid;
    }

    .btn-social {
        padding-right: 29px;
        font-size: 11px;
    }

    .btn-social > :first-child {
        right: 0px;
        padding: 0px;
        font-size: 14px;
    }

    .small-box {
        height: 148px;
    }

    .small-box h3 {
        font-size: 27px;
    }

    .card-header h4 {
        font-size: 13px;
        line-height: 24px;
    }

    .main-footer {
        text-align: center;
        font-size: 13px;
    }

    .main-footer h5 {
        font-size: 13px;
    }

    .informationUser {
        font-size: 12px;
    }

    .table-responsive > .table-bordered {
        font-size: 12px;
        width: 500px;
    }

    .box-header span {
        font-size: 11px
    }

    .btn.btn-flat {
        font-size: 11px;
    }

    .box-primary h4 {
        font-size: 15px;
        margin-bottom: 15px;
        padding: 7px;
    }

    .option_puttn {
        margin-top: 2px;
    }

    .chos {
        margin-top: 0px !important;
        margin-bottom: 18px;
    }

    .listMenu {
        position: relative;
        top: 53px;
    }
   
    .cutomSaveButton {
        width: 76px !important;
        font-size: 14px;
        font-weight: 500;
    }
    .SearchAndResetBtn {
        margin-top: 0px;
    }
    .pagination {
        padding-left: 45px;
    }
}
@media (max-width: 990px) {
    .BuyBillForm .BuyI {
        margin-bottom:20px;
    }
    .Bill_Index .col-md-2, col-md-3 {
        margin-bottom: 18px;
    }
    .BuyBillsReturned_class .col-md-2, col-md-3 {
        margin-bottom: 18px;
    }
    .chos {
        margin-top: 25px;
    }
    .tobPtn {
        display:none;
    }
}
@media (max-width: 1004px) {
    .hidden-xs{
        display:none;
    }
    .tit{
        width:100%;
    }
}
@media (max-width: 760px) {
    .dropdown-content a {
        font-size: 10px;
        padding: 8px 14px;
    }
    .modal-header .modal-title {
        font-size: 14px;
    }
}
@media (max-width: 1104px) {
    .Pagetion label {
        display: none;
    }

    .tableIn {
        min-width: 1050px;
    }
}