﻿body {
}

::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #2985a0;
}

::selection {
    color: #FFF;
    background: #2985a0;
}

.btnTable {
    padding: 5px 2px;
}

.Cairo, input, label {
    font-family: 'Cairo', sans-serif !important;
    letter-spacing: normal !important;
    font-weight: normal !important;
}

.MyTite h3 {
    background-color: blanchedalmond;
    width: 50%;
    display: inline-block;
    border: groove;
    border-radius: 0 0px 10px 10px;
}

.form-form .form-form-wrap form .field-wrapper label {
    font-size: 13px !important;
}

.BackgroudAccount {
    background: url('/assets/img/Hussien (11).jpg') no-repeat fixed center top / cover;
    position: relative;
    overflow: hidden;
}

.BackOver {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

:root {
    --color1: #a07330;
}

.BGcolor1 {
    background: var(--color1);
    color: white;
}

.navbar {
    background: var(--color1);
}

.header-container .navbar-nav.theme-brand {
    background-image: linear-gradient(to left, var(--color1) 0%, var(--color1) 100%);
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background: var(--color1);
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
    background-color: #1b55e2;
}

#sidebar ul.menu-categories ul.submenu > li.active a {
    color: var(--color1);
}

#sidebar ul.menu-categories li.menu:not(.active) > .dropdown-toggle[aria-expanded="true"] {
    background: var(--color1);
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] i {
    color: #fff;
    fill: rgba(136, 142, 168, 0.278431);
    stroke-width: 2px;
    font-size: 20px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle i {
    color: #888ea8;
    margin-left: 18px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    stroke-width: 1px;
    fill: rgba(172, 176, 195, 0.35);
    transition: all .2s ease-in-out;
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a {
    justify-content: flex-start;
}

    #sidebar ul.menu-categories li.menu:first-child ul.submenu > li a i {
        align-self: center;
        margin-left: 0px;
        font-size: 30px;
        width: 50px;
    }

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
    content: '';
    right: 25px;
}

#sidebar ul.menu-categories ul.submenu > li a {
    padding: 5px 35px 5px 12px;
}

#sidebar ul.menu-categories ul.submenu > li i {
    margin-left: 20px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
}

/*******************Start User Manage***********************/
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .layout-px-spacing {
        padding: 0 20px 0 20px !important;
        overflow: hidden;
    }

    .btn {
        padding: 0px !important;
        font-size: 14px;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
}
/* portrait orientation */
@media only screen and (min-width : 295px) and (max-width : 374px) and (orientation : portrait) {
    .col-6 {
        padding: 0px !important;
    }

    .btn {
        padding: 0px !important;
        font-size: 11px;
    }
}

/* Style the tab */
.row {
    padding: 0px;
    margin: 0px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: flex;
    overflow-x: scroll;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* 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;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.k-icon {
    font-family: WebComponentsIcons !important;
}
/*******************End User Manage***********************/
