﻿
.itemstylegrd-sm {
    min-width: 60px;
    width: 60px;
    max-width: 60px;
}

.itemstylegrd-m {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

.itemstylegrd-l {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.itemstylegrd-xl {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
}

.itemstylegrd-xxl {
    min-width: 300px;
    width: 300px;
    max-width: 300px;
}


.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

/* pagination */
.pagination-ys {
    /*display: inline-block;*/
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}
    
    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: right;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #3b89b6;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-right: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: right;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-right: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-right: 0;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


/* scrol */
::-webkit-scrollbar {
    width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@font-face {
    font-family: 'Tajawal';
    src: url('Fnts/Tajawal-Medium.ttf') format('truetype');
}
.arabicfont {
    font-family: Tajawal;
}
.grdheader{
    text-align:center;
    height:50px;
}
.grditems {
    height: 35px;
}
.tbl{
    margin-top:5px !important;
    margin-bottom:5px !important;
}
.bg {
    opacity: 0.9;
    background: url(../design-01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #ffffff !important;
}
.bginvoice {
    opacity: 0.9;
    background: url(../design-01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #ffffff !important;
}
/* print page style */
.page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 0.5cm;
    margin: 0.5cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px !important;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
    padding: 1cm;
    border: 5px red solid;
    height: 237mm;
    outline: 2cm #FFEAEA solid;
}

@page {
    size: A4;
    margin: 0.5cm;
}

@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}



/* navmenue */

.nondsply {
    display: none !important
}

.headManagement {
    background-color: #fbd3c0
}
.headInputs {
    background-color: #e6e2e0
}
.headProducts {
    background-color: #c4daf7
}
.headEmployees {
    background-color: #ffb5bc
}
.headClients {
    background-color: #eed4f9
}
.headSuplies {
    background-color: #96bae8
}
.headSales {
    background-color: #baecff
}
.headMaintenance {
    background-color: #baffbc
}
.headFinances {
    background-color: #feffba
}
.headExpences {
    background-color: #f9f9f8
}
.headOutdoor {
    background-color: #c4daf7
}
.headEmployeesProcc {
    background-color: #96bae8
}

.headOffers {
    background-color: #eed4f9
}
.headPurchase {
    background-color: #e0eab4
}
.brdrstyl {
    border: 2mm ridge rgba(170, 50, 220, .6);
    border-radius: 6px !important;
    border-color: #e85d0b;
    /*border: 25px solid #B88846;*/
    min-height: 100%;
}