﻿/* 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;
}

:root {
    --brand-primary: #184b97;
    --brand-primary-600: #133a77;
    --brand-primary-soft: #a3aab7;
}

a {
    color: var(--brand-primary);
}

.btn-primary {
    color: #fff;
    background-color: var(--brand-primary);
    border-color: var(--brand-primary-600);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--brand-primary-600);
    border-color: var(--brand-primary-600);
}

.btn-outline-primary {
    color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.text-primary {
    color: var(--brand-primary) !important;
}

.bg-primary {
    background-color: var(--brand-primary) !important;
}

.border-primary {
    border-color: var(--brand-primary) !important;
}

.badge-primary {
    background-color: var(--brand-primary);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--brand-primary);
    border-color: var(--brand-primary-600);
}

/* 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;
    }
}

/* Soft blue theme for layout rows and menus */
.row0, .row0 a,
.row1, .row1 a,
.row5, .row5 a {
    color: #0f172a;
    background-color: var(--brand-primary-soft);
}

#topbar li {
    border-color: rgba(15, 23, 42, 0.2);
}

#header button,
#footer button {
    color: #fff;
    background-color: var(--brand-primary);
}

#twitter {
    color: #0f172a;
    background-color: var(--brand-primary-soft);
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover > a {
    color: var(--brand-primary);
    background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
    color: #0f172a;
    background-color: var(--brand-primary-soft);
    border-color: #d7e3f8;
}

#mainav li li:hover > a,
#mainav .active .active > a {
    color: #fff;
    background-color: var(--brand-primary);
}

.container .sidebar nav a:hover {
    color: var(--brand-primary);
}

body {
    background-color: #e4e9f2;
}

/* Navbar (soft blue so white logo text is visible) */
.navbar.navbar-light {
    background-color: #1a4f99 !important;
    background-image:
        radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.20) 0 120px, transparent 140px),
        radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.18) 0 160px, transparent 190px),
        radial-gradient(circle at 60% 80%, rgba(0, 0, 0, 0.12) 0 140px, transparent 170px),
        linear-gradient(135deg, #0f3d7a 0%, #1a4f99 45%, #2b69b5 100%);
    background-blend-mode: screen, screen, multiply, normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 18px rgba(13, 30, 60, 0.18);
}


.navbar.navbar-light .dropdown-menu {
    z-index: 1055;
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.navbar.navbar-light .dropdown-menu .dropdown-item {
    position: relative;
    z-index: 1;
}

.navbar.navbar-light .navbar-brand,
.navbar.navbar-light .nav-link {
    color: #ffffff;
}

.navbar.navbar-light .nav-link:hover,
.navbar.navbar-light .nav-link:focus,
.navbar.navbar-light .nav-link.active {
    color: #ffffff;
    opacity: 0.9;
}

.navbar.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.45);
}

.navbar.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}


