﻿/* الواجهة البرتقالية*/


@font-face {
    font-family: "Cairo";
    font-display: swap;
    src: url(../fonts/Cairo-Regular.ttf) format('truetype') !important;
}

body {
    font-family: Arial, Helvetica, sans-serif, Cairo, icofont !important;
}

/* الهيدر من فوق*/
.OrangeHeader {
    overflow: hidden !important;
    background-color: rgba(255,0,0,0) !important;
    background-image: linear-gradient(to Left,rgb(255,193,129),rgb(246,133,35)) !important;
    width: 100% !important;
    height: 10% !important;
    position: fixed !important;
    z-index: 4 !important;
    top: 0px !important;
    left: 0px !important;
}


/* الخط تحت هيدر النافذة*/
.topnavLineBarHeaderOrange {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    background-image: linear-gradient(to Left,rgb(252 250 250),#c04000,rgb(252 250 250));
    width: 100%;
    height: 1.25px;
    position: fixed;
    z-index: 9;
    top: 35.5px;
    left: 0px;
}



/* الخط في وسط الصفحة*/
.topnavLineBarOrange {
    overflow: hidden;
    background-color: rgba(255,0,0,0);
    background-image: linear-gradient(to Right,rgb(255,256,256), rgb(246,133,35));
    width: 100%;
    height: 1.25px;
    position: fixed;
    z-index: 1;
    top: 36px;
    left: 0px;
}


/* عنوان الصفحة*/
.OrangeScreenNameStyle {
    font-family: Cairo;
    font-size: medium;
    text-align: center;
    float: none;
    vertical-align: central;
    color: rgb(243, 243, 243);
    text-shadow: 2px 2px 2px rgb(192,65,0) !important;
}


/* إطار صورة الموظف*/
.EmpoPhotoBorder {
    border-color: darkorange !important;
    border-radius: 10% !important;
    Border-Style: Solid !important;
    Border-Width: 1px !important;
    -webkit-box-shadow: 0px 0px 5px rgba(246,133,35) !important;
    -moz-box-shadow: 0px 0px 5px rgba(246,133,35) !important;
    box-shadow: 0px 0px 5px rgba(246,133,35) !important;
}


/* هيدر الجداول */
.OrangeHeaderInsideTable {
    overflow: hidden !important;
    background-color: rgba(255,0,0,0) !important;
    background-image: linear-gradient(to Left,rgb(255,256,256),rgb(246,133,35),rgb(255,256,256)) !important;
    width: 150% !important;
    height: 33px !important;
    position: relative !important;
    top: -2px !important;
    left: 0px !important;
    z-index: 1 !important;
    border-radius: 2px !important;
}


/* الخطوط الفاصلة فى الجداول*/
.topnavLineOrangeInsideTable {
    overflow: hidden;
    background-color: rgba(255,0,0,0);
    background-image: linear-gradient(to Left,rgb(255,256,256), rgb(192,65,0),rgb(255,256,256));
    width: 100%;
    height: 1.25px;
    position: fixed;
    z-index: 1;
    top: 36px;
    left: 0px;
}



/* الأيقونه جنب الفرع والمدينة والوظيفة*/
.IconMenuColor {
    color: #c04000 !important;
}


.IconFontStyle {
    height: 3px;
    width: 18px;
    text-align: center;
    color: #bf4000;
    text-shadow: 1px 1px #e0e0e0;
}

.OrangeCaption {
    font-family: Cairo Black;
    font-size: small;
    font-weight: bold;
    text-align: center;
    float: none;
    vertical-align: central;
    color: rgb(192,65,0) !important;
    text-shadow: 1px 1px #d4d4d4 !important;
}



.EmpoNameStyle {
    font-family: Cairo;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    float: none;
    vertical-align: middle;
    color: #bf4000;
    text-shadow: 2px 2px rgba(0,0,0,0.9);
}


/* إطار ادوات النصوص*/
.TextCodeee {
    background-color: white !important;
    -webkit-transition: all 0.15s ease-in-out !important;
    -moz-transition: all 0.15s ease-in-out !important;
/*    -ms-transition: all 0.15s ease-in-out !important;
*/    -o-transition: all 0.15s ease-in-out !important;
    padding: 2px 10px;
    margin: 4px 0;
    display: inline-block !important;
    border: 1.5px solid #ccc !important;
    box-sizing: border-box !important;
    transition: 0.5s !important;
    outline: none !important;
}


    .TextCodeee:focus {
        border: 1.5px solid rgb(246,133,35) !important;
        border-radius: 3px 3px !important;
        background-color: rgb(255,255,192) !important;
        -webkit-box-shadow: 0px 0px 5px rgba(246,133,35) !important;
        -moz-box-shadow: 0px 0px 5px rgba(246,133,35) !important;
        box-shadow: 0px 0px 5px rgba(246,133,35) !important;
    }


.TextCodeeeNotText {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
/*    -ms-transition: all 0.15s ease-in-out;
*/    -o-transition: all 0.15s ease-in-out;
    outline: none;
    margin: 5px 1px 3px 0px;
    border: 1.5px solid #ccc !important;
    padding: 2px 2px 2px 2px;
    transition: 0.5s !important;
    background-color: white;
}


    .TextCodeeeNotText:focus {
        border: 1.5px solid rgb(246,133,35) !important;
        border-radius: 3px 3px !important;
        background-color: rgb(255,255,192) !important;
        -webkit-box-shadow: 0px 0px 5px rgba(246,133,35) !important;
        -moz-box-shadow: 0px 0px 5px rgba(246,133,35) !important;
        box-shadow: 0px 0px 5px rgba(246,133,35) !important;
    }


/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* ---------------الزراير------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */



.WindowsButton {
    text-align: center;
    vertical-align: middle;
    opacity: 0.5;
    color: #d07e19;
}


    .WindowsButton:hover {
        opacity: 1;
        color: #bf4000;
    }

.btnSearchOrange {
    display: inline-block;
    min-width: 25px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid rgb(246,133,35);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
    color: rgb(246,133,35);
}


    .btnSearchOrange:hover {
        background: rgb(246,133,35);
        color: white;
        border: 2px solid rgb(246,133,35);
    }


.btnSearchOrangeSelected {
    background: rgb(246,133,35);
    color: white;
    border: 2px solid rgb(255,193,129);
    position: relative;
    top: -8px;
}



.btnSearchOrangeDisable {
    display: inline-block;
    min-width: 25px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    color: #d4d4d4;
}



.btnSearchOrangeInGrid {
    display: inline-block;
    min-width: 15px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    border: 1.5px solid rgb(246,133,35);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
    color: rgb(246,133,35);
}

    .btnSearchOrangeInGrid:hover {
        background: rgb(246,133,35);
        color: white;
        border: 1.5px solid rgb(246,133,35);
    }





/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* ---------------اعدادات الScroll------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */



/* width */
::-webkit-scrollbar {
    width: 5px;
    direction: rtl;
    text-align: left;
    overflow: auto;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 7px;
    direction: rtl;
    overflow: auto;
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(255,193,129);
    border-radius: 5px;
    direction: rtl;
    overflow: auto;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(246,133,35);
        direction: rtl;
        overflow: auto;
    }






/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* ---------------اعدادات الcheckbox------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */





/* The container */
.containerOrange {
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 14px;
}


    /* Hide the browser's default checkbox */
    .containerOrange input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 2px solid rgb(255,193,129);
}


/* On mouse-over, add a grey background color */
.containerOrange:hover input ~ .checkmark {
    background-color: rgb(255,193,129);
}
/* When the checkbox is checked, add a blue background */
.containerOrange input:checked ~ .checkmark {
    background-color: rgb(246,133,35);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.containerOrange input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.containerOrange .checkmark:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* --------------------------------- */
/* --------------------------------- */
/* ---------------شعار الويندوز والزرار الى جوة القائمة------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */




/* --------------------------------- */
/* --------------------------------- */
/* ---------------غير محدد------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */


.topnav1 {
    overflow: hidden;
    background-color: rgba(255,0,0,0);
    background-image: linear-gradient(to Left,rgb(252 250 250),#f4a749,rgb(252 250 250));
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 3;
    top: 0px;
    left: 0px;
}



.boxPunch {
    width: 300px;
    height: 150px;
    background-color: #fffcfc;
    border-radius: 2%;
    border: 2px solid darkorange;
    position: absolute;
    justify-content: center;
    margin-left: -135px !important;
    margin-right: 650px !important;
    margin-top: -170px !important;
    top: 50% !important;
    left: 50%;
    z-index: 51;
    border: 2px solid darkorange !important;
    box-shadow: 2px 2px 2px #9b9898 !important;
}



.boxAdd {
    width: 200px;
    height: 150px;
    background-color: #fffcfc;
    border-radius: 1.5%;
    border: 2px solid darkorange;
    position: fixed;
    margin-left: -175px; /* half of width */
    margin-top: 25px; /* half of height */
    top: 50%;
    left: 50%;
    z-index: 51;
    box-shadow: 2px 2px 2px #9b9898 !important;
}


.boxAddORG {
    width: 35%;
    height: 150px;
    background-color: #fffcfc;
    border-radius: 1.25%;
    border: 2px solid darkorange;
    position: absolute;
    justify-content: center;
    margin-left: -135px !important;
    margin-right: 650px !important;
    margin-top: -170px !important;
    top: 50% !important;
    left: 50%;
    z-index: 51;
    box-shadow: 2px 2px 2px #9b9898 !important;
}



.boxAddBank {
    width: 30%;
    height: 150px;
    background-color: #fffcfc;
    border-radius: 1.25%;
    border: 2px solid darkorange;
    position: absolute;
    justify-content: center;
    margin-left: -135px !important;
    margin-right: 650px !important;
    top: 30% !important;
    left: 50%;
    z-index: 51;
    box-shadow: 2px 2px 2px #9b9898 !important;
}


.boxAddExitInterView {
    width: 500px !important;
    height: 200px !important;
    background-color: #fffcfc;
    border-radius: 1.25%;
    border: 2px solid darkorange;
    position: fixed !important;
    justify-content: center;
    margin-left: -250px !important;
    margin-right: 650px !important;
    margin-bottom: -200px !important;
    top: 100px !important;
    left: 50% !important;
    z-index: 51;
    box-shadow: 2px 2px 2px #9b9898 !important;
}

.boxEmpoSearch {
    width: 95%;
    height: 95%;
    background-color: #fffcfc;
    border-radius: 0%;
    border: 2px solid darkorange;
    overflow: scroll;
    z-index: 52;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 2.5%;
}




.boxEmpoSearchHide {
    width: 0%;
    height: 0%;
    background-color: #fffcfc;
    border-radius: 1%;
    border: 2px solid darkorange;
    z-index: 52;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2.5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}






/* --------------------------------- */
/* --------------------------------- */
/* ------------Gridview Style------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */


.GvGrid:hover {
    background-color: #FFEB9C;
    color: #9C6500;
}


.GridViewHeaderStyleCss {
    background-color: #ff9933;
    color: Black;
    font-weight:bold;
}

.GridViewStyleSelectRow {
    background-color: #CE5D5A;
    color: white;
    font-weight: bold;
}

.GridViewHeaderStyleCssFixed { /* ---------------ده الهيدر فى جريد البحث عن الموظفين------------------ */
    background-color: #ff9933;
    color: Black;
    font-weight: bold;
    position: sticky;
    top: -5px
}

/* --------------------------------- */
/* --------------------------------- */
/* ------------Just Color------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */


.GetStanderColorBorder {
    border-color: darkorange !important;
}


.GetStanderColor {
    color: rgb(192,65,0) !important;
}

.GetStanderColorWithShadow {
    color: rgb(192,65,0) !important;
    text-shadow: 1px 1px #d4d4d4 !important;
}


/* --------------------------------- */
/* --------------------------------- */
/* ------------ الزراير فى المينو-------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */

.container {
    width: 200px;
    margin: 0 auto;
    vertical-align: middle;
}

.ico-title {
    font-size: 2em;
    text-align: center;
}

.iconlist {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: darkorange;
}

    .iconlist li {
        position: relative;
        margin: 1px;
        width: 150px;
        cursor: pointer;
        vertical-align: middle;
    }

        .iconlist li .icon-holder {
            position: relative;
            text-align: center;
            border-radius: 10px;
            overflow: hidden;
            padding-bottom: 5px;
            background: #ffffff;
            /* 	border: 1px solid #E4E5EA;  */
            border: 2px solid darkorange;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            outline: none;
        }

            .iconlist li .icon-holder:hover {
                background: darkorange !important;
                color: white;
                border: 2px solid orange !important;
            }

                .iconlist li .icon-holder:hover .icon i {
                    color: white;
                }

            .iconlist li .icon-holder .icon {
                padding: 5px;
                text-align: center;
            }

                .iconlist li .icon-holder .icon i {
                    font-size: 3em;
                    color: darkorange;
                }

            .iconlist li .icon-holder span {
                font-size: 14px;
                display: block;
                margin-top: 1px;
                border-radius: 3px;
            }



/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 20px 0 10px 0;
    position: relative;
    border: 2px solid #c04000;
}

img.avatar {
    /*   width: 20%; */
    /*   border-radius: 1%; */
    vertical-align: middle;
    width: 63px;
    height: 74px;
    border: 3px solid #c04000;
    border-radius: 50%;
}




.EmpoTitleImage {
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid #bf4000;
    border-radius: 10px;
    width: 150px;
}

#EmpoTitleImage:hover {
    opacity: 0.7;
}
