﻿* {
    font-family: droid_arabic_kufi_regular;
    font-size: 12px;
}

body {
    font-family: droid_arabic_kufi_regular;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: droid_arabic_kufi_bold;
}
a {
    text-decoration: none;
    outline: none;
}
.Bold {
    font-weight: normal;
    font-family: droid_arabic_kufi_bold;
}
.PR25{
    padding-right:25px;
}

.navbar {
    padding: 0;
}

.ms-auto .dropdown-menu {
    right: auto;
    left: 0;
}
/*----------------------------------------------------------------------------------------------------------------------*/

input[type=checkbox] {
    float: right;
    margin-left: 5px;
    width: 18px;
    height: 18px;
}

/*----------------------------------------------------------------------------------------------------------------------*/
.ViewUpdateProgress {
    position: fixed;
    z-index: 10000;
    left: 0;
    width: 300px;
    padding: 12.5px;
    border: 1px solid gray;
    background: white;
    display: none;
    text-align: center;
}


.MyAlert {
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    min-width: 400px;
    display: none;
    border-radius: 0;
}
b{
    color:red;
}

.modal {
    background-color: rgba(0,0,0,0.6);
}

    .modal .modal-body {
        max-height: 600px;
        overflow-y: auto;
    }

.modal-footer {
    justify-content: space-between;
}
.nav-link {
    margin-left:15px;
}

/*--------------------------------------------------------------------------------*/
.input-group {
    position: relative;
}

.input-group-label {
    padding: 2px 5px;
    color: gray;
    text-align: left;
    line-height: 25px;
}

.Required .form-control {
   
}

.form-control {
    border-radius: 0;
    border: 1px solid #CCC;
    padding: 2px 5px;
    line-height: 20px;
    appearance: auto !important;
}
span.form-control {
    padding-top:4px;
    background:#EEE;
}

.input-group progress {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display:none;
}


.input-group-text {
    margin-right: 0;
}

.Required .form-control {
    /*border-color: #ebb2b2;*/
}

.Required .input-group-label::after {
/*    content: '*';
    display: inline-block;
    padding-right: 5px;*/
    color: red;
}


.aspNetDisabled .UploadAdd {
    display: none;
}

.aspNetDisabled .form-control {
    background-color: #EEE;
}


.Switch {
    position: relative;
    text-align: right;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

    .Switch input {
        display: none;
    }

    .Switch label {
        background: gray;
        width: 40px;
        height: 24px;
        position: relative;
        border-radius: 12px;
    }

        .Switch label::after {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            background: #FFF;
            position: absolute;
            top: 2px;
            left: 2px;
            transition: 0.2s all;
        }

    .Switch input:checked ~ label {
        background-color: green;
    }

        .Switch input:checked ~ label::after {
            left: 19px;
        }

/*--------------------------------------------------------------------------------*/
.TopBar {
    padding: 10px;
    position: fixed;
    top: 0;
    right: 210px;
    left: 0;
    z-index: 1000;
}

    .TopBar .Wrapper {
        height: 65px;
        color: white;
        border-radius: 10px;
    }

    .TopBar .Title {
        padding: 5px;
        height: 60px;
        font-size: 12px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .TopBar .UserBox {
        padding: 10px 20px 0 5px;
        height: 60px;
        width: 200px;
        display: flex;
    }

        .TopBar .UserBox .Image {
            width: 40px;
            height: 40px;
            border: 1px solid gray;
            border-radius: 50%;
            overflow: hidden;
            margin-left: 10px;
        }
/*--------------------------------------------------------------------------------*/
.SideBar {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 220px;
    z-index: 1000;
    padding: 10px;
}


.SideMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
}

    .SideMenu .Logo {
        padding: 20px 10px;
    }


    .SideMenu .group {
        padding-top: 16px;
    }

        .SideMenu .group label {
            font-weight: normal;
            font-family: droid_arabic_kufi_bold;
            padding-right: 10px;
            padding-bottom: 5px;
        }

        .SideMenu .group ul {
            padding: 0;
            margin: 0;
        }

        .SideMenu .group li {
            list-style: none;
        }

            .SideMenu .group li a {
                padding: 10px;
                padding-right: 20px;
                display: block;
                position: relative;
            }

    .SideMenu li a:hover {
    }

    .SideMenu li a i {
        padding-left: 10px;
        font-size: 18px;
    }

    .SideMenu li a span {
        font-size: 12px;
    }

    .SideMenu li.Active a {

    }

.SideBage {
    position: absolute;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: 10px;
    left: 5px;
    padding: 0;
}

/*--------------------------------------------------------------------------------*/
.nav-link {
    font-size:15px;
}
    .nav-link  i{
        font-size:16px;
    }


.card {
    border-radius: 0px;
    overflow:hidden;
}
.card-header:first-child{
    border-radius:0;
}
.card-header {
    font-family: droid_arabic_kufi_bold;
    padding: 0 10px;
    line-height: 32px;
    border-radius: 0px;
}

    .card-header input {
        line-height: 20px;
    }

    .card-footer{
        text-align:left;
    }

.card-header .card-controls{
    float:left;
}


/*--------------------------------------------------------------------------------*/
.AppWrapper {
    padding-top: 90px;
    padding-right: 215px;
    border: none;
    height: 100vh;
}

.PageWrapper {
    padding: 15px;
    padding-top: 5px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 10px;
    min-height: 100px;
}


.PageHeader {
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    min-height: 50px;
    margin-bottom: 20PX;
}
    .PageHeader h3 {
        float: right;
        font-size: 15px;
        line-height: 30px;
    }

    .PageHeader h4 {
        float: right;
        font-size: 15px;
        line-height: 30px;
    }
        .PageHeader h4::before {
            content: '>>';
            float: right;
            display: inline-block;
            padding: 2px 10px;
        }
    .PageHeader .Controls {
        float: left;
    }
/*-------------------------------------------------------------------------------------------------------*/
.GridView {
    width: 100%;
    border: none;
}

    .GridView tr:nth-child(odd) {
        
    }


    .GridView > tbody > tr > th {
        text-align: right;
        line-height: 30px;
        font-weight: normal;
        font-family: droid_arabic_kufi_Bold;
        padding: 0px 5px;
    }
/*        .GridView > tbody > tr > th:last-child {
            border-left: 1px solid #41978e;
        }*/

        .GridView > tbody > tr > th:last-child {
        }

        .GridView > tbody > tr > th > a {
            font-weight: normal;
            font-family: droid_arabic_kufi_Bold;
            text-decoration: underline;
        }

    .GridView > tbody > tr > td {
        padding: 6px 5px;
    }

    .GridView .Pager {
        border: none;
    }

        .GridView .Pager > td {
            border: none;
        }

        .GridView .Pager table td {
            border: 1px solid gray;
            color: red;
        }

            .GridView .Pager table td span {
                font-family: droid_arabic_kufi_Bold;
                width: 25px;
                text-align: center;
                display: inline-block;
            }

            .GridView .Pager table td a {
                padding: 4px;
                display: block;
                width: 100%;
                width: 25px;
                text-align: center;
                font-family: droid_arabic_kufi_Bold;
                font-size: 12px;
            }

    .GridView tr:hover {
        background-color: #EEE;
    }

    .GvTasks tr:nth-child(odd) {
        background-color: white;
        border-bottom:1px solid gray;
    }

    .searchBar {
        width: 200px;
        float: left;
        margin-top: -35px;
    }

.PanelBtn {
    float:left;
    display:inline-block;
    padding:2px 10px;
    color:white;
    border-right:1px solid #ccc;
}

.PanelBtn a {

    color: white;
}
.btn {
    white-space:nowrap;
}




.LogTable {
    width: 100%;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin-bottom:10px;
}
    .LogTable td{
        color:lightgray;
        text-align:right;
        padding:5px;
    }
    .LogTable th {
        color: lightgray;
        text-align:left;
        padding-left:10px;
        width:50px;
        white-space:nowrap;
    }




    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

::-webkit-scrollbar-track {
    background: black;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #7B7663;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #41978e;
        cursor: pointer;
        width: 40px;
    }