﻿/* خط العنواين */
@font-face {
    font-family: 'Tajawal';
    src: url('../Fonts/Tajawal-Regular.ttf') format('truetype');
}

/* خط المحتوى */
@font-face {
    font-family: 'Amiri';
    src: url('../Fonts/Amiri-Regular.ttf') format('truetype');
}

body {
    font-family: 'Tajawal';
    overflow-x: hidden;
}

.spikes {
    position: relative;
}

    .spikes::after {
        content: '';
        position: absolute;
        right: 0;
        left: -0%;
        top: 100%;
        z-index: 10;
        display: block;
        height: 10px;
        background-size: 10px 100%;
        background-image: linear-gradient(135deg, #2c3e50 25%, transparent 25%), linear-gradient(225deg, #2c3e50 25%, transparent 25%);
        background-position: 0 0;
    }

.hide-colum {
    display: none;
    visibility: hidden;
}

.drop-down-list {
    padding: 2px !important;
}

.label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: 'Tajawal';
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-prepend {
    margin-right: -1px;
    margin-left: 0;
}

.row-title {
    padding: 10px;
    background-color: #ebe9e9;
    border-radius: 4px;
}

    .row-title h6 {
        margin-bottom: 0px !important;
    }

.custom-file-label {
    text-align: right;
    cursor: pointer;
}

.custom-file-input {
    cursor: pointer;
}

.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #343a40;
    border-color: #5d646b;
}

.navbar-dark .navbar-text {
    color: #f8f9fa;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #343a40;
}

a.nav-link {
    color: #000000;
}

input[type=checkbox], input[type=radio] {
    margin-left: 4px;
}


/* ############# Buttons Style ################################ */

.bttn {
    padding: 8px;
    border-radius: 0px;
    border: none;
    font-weight: 600;
}

.bttn:hover {
    border-radius: 0px;
    border: none;
}

.nowrap {
    white-space: nowrap;
}

.panel-scroll {
    max-height: 530px;
    max-width: 100%;
}

.scrollable {
    overflow-y: auto;
    overflow-x: auto;
}

.panel-scroll::-webkit-scrollbar {
    width: 0.5em;
}

.panel-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.panel-scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.LockOn {
    display: block;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.ScreenLocked {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 200%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


/* Start Footer */

footer {
    background-color: #2c3e50;
    color: #ffd800;
    padding: 6px;
    margin-top: 20px;
    font-size: 12px;
}

    footer a {
        color: #ffd800;
        text-decoration:none;
    }

        footer a:hover {
            color: #8dc209;
            text-decoration: none;
        }
/* End Footer */