﻿:root {
    --Hovercolor: #1006f9;
    --linkcolor: #ffffff;
}

body {
    font-size: 0.9rem;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
}

.card{
    margin-top: 0.5rem;
}
.Ajaxmodal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .7 ) url('../Images/ajax-loader.gif') 50% 50% no-repeat;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.btn {
    border: 1px solid rgba(148, 145, 145, 0.60);
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loadingAjax .Ajaxmodal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loadingAjax .Ajaxmodal {
    display: block;
}
/* ---------------------------------------------------
    header_wrapper
----------------------------------------------------- */

.header_wrapper {
    color: #ffffff;
    padding:0 0 0 0.5rem;
}
.header_wrapper a:hover {
    text-decoration: underline;
}
    .header_wrapper a {
        font-size: 1.1rem;
    }
    .header_wrapper .logo {
        margin-right: 0;
    }

        .header_wrapper .logo > img {
            height: 50px;
            width: auto;
            border: 4px outset white;
            border-radius: 10px;
        }
    .header_wrapper .nav-link, .header_wrapper .navbar-toggler-icon {
        color: var(--linkcolor) !important;
    }

    .header_wrapper #nav > li:not(:last-child) {
    }
    .header_wrapper #nav > li:first-child {
        border-radius: 10px 0px 0px 10px;
    }
    .header_wrapper #nav > li:nth-last-child(2) {
        border-radius: 0px 10px 10px 0px;
    }
        .header_wrapper #nav > li:nth-last-child(2):first-child {
            border-radius: 10px 10px 10px 10px;
        }

.slogin .dropdown-toggle::after{
    display: none;
}
/* ---------------------------------------------------
    Carousel
----------------------------------------------------- */


@media only screen and (max-width: 750px) {

    
}
@media only screen and (min-width: 930px) {
    

    
}
.carousel-item img{
    max-height: 50vh;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.49);
    border-radius: .5rem;
}




/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }
#sidebar a:hover{
    text-decoration: underline;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color:black;
    border: 1px solid;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #808080;
        color: #7386D5;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 5px;
}
    #sidebar .sidebar-header img {
        width: 180px;
        border: 4px outset white;
        border-radius: 10px;
    }
#sidebar ul.components {
    padding: 0 0;
    width: 100% !important;
}
#sidebar ul.components .nav-link{
    color: #000000;
}
    #sidebar ul.components > li {
        padding: 0rem 0.5rem;
        border-bottom: 1px dotted;
    }
.slogin{
    padding: 0rem 0rem;
}
.overflw {
    font-size: 1.3rem;
    padding: 0rem 0rem;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

#sidebar .navbar {
    padding: 0rem 0rem;
    background: rgba(0, 0, 0, 0.1);
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/*------------------------------------------------------------------
   Component: box 
 ------------------------------------------------------------------*/
 
.box {
    border-radius: 5px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #575757;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}