﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html {
    font-family: DroidArabicKufi;
    font-size: 14px;
  position: relative;
  min-height: 100%;
}
body{
    /*background: url("/images/SyeImg/pos-system.jpg") no-repeat center center fixed;*/
   /* background-size: cover;*/
    font-family: DroidArabicKufi;
    width:100%;
    height:100%;
    z-index:-3;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

body {
    /* Margin bottom by footer height */
/*    background-image: url('../Images/SyeImg/pos-system.jpg');
    background-repeat:no-repeat;
    background-size:cover;
*/    margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
topnav {
    overflow: hidden;
    background-color: black;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown11 {
    float: left;
    overflow: hidden;
}

    .dropdown11 .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown11-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown11-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropdown11:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown11-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown11:hover .dropdown11-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav1 a:not(:first-child), .dropdown11 .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav1.responsive {
        position: relative;
    }

        .topnav1.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav1.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav1.responsive .dropdown11 {
            float: none;
        }

        .topnav1.responsive .dropdown11-content {
            position: relative;
        }

        .topnav1.responsive .dropdown11 .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.totdisconn {
    position: fixed;
    top: 10vh;
    right: 0;
    width: 18%;
    background-color: darkcyan;
    color: white;
    text-align: right;
    padding: 8px 1% 2px 1%;
}

.cotainer {
    width: 98%;
    float: left;
}

@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/DroidArabicKufi.woff') format('woff');
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/NotoKufiArabic-Bold.woff') format('woff');
}
.txtLine {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: darkblue;
    outline: 0;
}

.bgimg {
    width: 100%;
    z-index: 100;
}

.btncontainer {
    z-index: 300;
    margin-top: 50px;
    margin-right: 4vw;
    width: 30%;
}

.registerbtn {
    width: 45vw;
    background-color: #abf3a6;
    height: 5vw;
    color: black;
    font-size: 2vw;
    border: 1px solid black;
    text-align: center;
    padding-top: 1vw;
}

.registerbtn1 {
    width: 28.5vw;
    background-color: #abf3a6;
    height: 5vw;
    color: black;
    font-size: 2vw;
    border: 1px solid black;
    text-align: center;
    padding-top: 1vw;
}

.registerbtn:hover {
    background-color: #118a0f;
    color: white;
    box-shadow: 5px 5px 12px white;
    padding-top: 0.5vw;
    cursor: pointer;
    font-size: 3vw;
}

.registerbtn1:hover {
    background-color: #118a0f;
    color: white;
    box-shadow: 5px 5px 12px white;
    padding-top: 0.5vw;
    cursor: pointer;
    font-size: 3vw;
}

.registerbtn:active {
    background-color: #abf3a6;
    color: black;
    box-shadow: 5px 5px 12px lightgray;
    cursor: pointer;
}


@media screen and (max-width: 600px) {
    tbl {
        border: 1px solid #000000;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0px;
        table-layout: fixed;
        min-width: 100%;
    }

        tbl td {
            padding: 8px;
            border: 1px solid #000000;
            display: block;
            text-align: left;
            width: 100%\9;
            float: left\9;
        }

        tbl tr {
            background-color: #dddddd;
            color: #000000;
            text-align: left;
            margin: 8px
        }

            tbl tr:first-child {
                display: none;
            }

        tbl tr {
            display: block;
        }

        tbl td:not(:first-child) {
            border-top: 0px;
        }

        tbl .mobile-head {
            font-weight: bold;
            color: #000000;
            float: left;
            text-align: left;
            display: block
        }
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 700ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner1 {
    border: 20px solid silver;
    border-top: 16px solid #ff0000;
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 48%;
    animation: spin 700ms linear infinite;
}

.lblspinner1 {
    position: absolute;
    top: 30%;
    left: 44%;
    width: 150px;
    font-size: 30px;
}

.item-img {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.custom-file-label {
    cursor: pointer;
}
.imglogin {
    position:fixed;
    float: right;
    width: 25vw;
    height: 25vw;
    top: 10%;
    right: 20px;
}
#ExpPeriod {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: .1;
    }
}
.BtnSys{
    height:25px;
    width:45px;
    background-color:cadetblue;
    padding:0 5px 3px 5px;
    color :white;
    font-size:11px;
    border-radius:5px;
    
}
    .BtnSys:hover {
        background-color: #1861ac;
        color: white;
        box-shadow: 2px 2px 8px;
    }

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
.dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}	

/* ------------------------------------------------------------------
   Modern theme overrides
-------------------------------------------------------------------*/
:root {
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --warning: #ffc107;
    --danger: #dc3545;
    --muted: #6b7280;
    --surface: #ffffff;
    --surface-alt: #f7f8fa;
}

body {
    background: var(--surface-alt);
    color: #1f2937;
    font-family: 'DroidArabicKufi', 'Segoe UI', sans-serif;
}

a { color: var(--primary); }

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary:hover {
    background-color: var(--primary);
    color: #fff;
}

.card {
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border-radius: 0.75rem;
}
.card-hover {
    transition: all 0.15s ease;
}
.card-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.table thead {
    background-color: #eef2f7;
}
.table td, .table th {
    vertical-align: middle;
}

.alert {
    border-radius: 0.75rem;
}

.form-label {
    font-weight: 600;
}

.input-group-text {
    background: #f1f5f9;
}
