﻿body {
}

.table-courses th {
    background-color: #393185;
    color: #fff;
}
.td-Green {
    color: white;
    /*font-weight:700 !important;*/
    background: mediumseagreen !important;
    text-align: center;
}

.td-orange {
    background: orange !important;
    /*font-weight:900 !important;*/
    text-align: center;
}

.td-red {
    /*font-weight:700 !important;*/
    background: red !important;
    text-align: center;
    color: white !important;
}



html[data-menu-color=light] {
    --bs-menu-bg: #ffffff;
    --bs-menu-item-color: #6c757d;
    --bs-menu-item-hover: #2D308C;
    --bs-menu-item-active: red;/* #2D308C;*/
    --bs-menu-item-active-bg: rgba(59, 175, 218, 0.2);
}




#sidebar-menu > ul > li > a {
    color: var(--bs-menu-item-color);
    display: block;
    padding: 5px 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Poppins", sans-serif;
    font-size: 13.4px;
}


html[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a {
    padding: 5px;
    min-height: 15px;
    -webkit-transition: none;
    transition: none;
}


.nav-second-level li a {
    padding: 3px 20px;
    color: var(--bs-menu-item-color);
    display: block;
    position: relative;
    font-size: 0.9rem;
}



#sidebar-menu > ul > li > a:hover {
    color: #2D308C;
}

.nav-second-level li a:hover {
    color: #2D308C;
}


#sidebar-menu .menuitem-active .active {
    color: #2D308C;
}

#sidebar-menu .menuitem-active > a {
    color: #2D308C;
}



.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2D308C;
    --bs-btn-border-color: #2D308C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3295b9;
    --bs-btn-hover-border-color: #2f8cae;
    --bs-btn-focus-shadow-rgb: 88, 187, 224;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2f8cae;
    --bs-btn-active-border-color: #2c83a4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3bafda;
    --bs-btn-disabled-border-color: #3bafda;
}


.navbar-custom {
    background-color: #2D308C;
    -webkit-box-shadow: 0 1px 1px rgba(54, 53, 53, 0.1);
    box-shadow: 0 1px 1px rgba(54, 53, 53, 0.1);
    padding: 0 10px 0 0;
    position: fixed;
    left: 240px;
    right: 0;
    top: 0;
    height: 70px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    z-index: 1001;
}


html[data-topbar-color=brand][data-menu-color=light]:not([data-layout-mode=horizontal]) .left-side-menu .logo-box, html[data-topbar-color=dark][data-menu-color=light]:not([data-layout-mode=horizontal]) .left-side-menu .logo-box {
    background-color: white;/* #2D308C;*/
}


html[data-topbar-color=light] {
    --bs-topbar-bg: #2D308C; /*#fff;*/
    --bs-topbar-item-color: #ffffff; /*#6c757d;*/
    --bs-topbar-item-hover-color: #3bafda;
    --bs-topbar-search-bg: #f8f8f8;
}

html[data-topbar-color=dark],
html[data-bs-theme=dark][data-topbar-color=light] {
    --bs-topbar-bg: #2D308C; /*#3d4752; */
    --bs-topbar-item-color: rgba(255, 255, 255, 0.7); /*rgb(45,48,140), rgba(255,255,255,.6);*/
    --bs-topbar-item-hover-color: #bccee4;
    --bs-topbar-search-bg: #464f5b;
}




.svg-Info {
    background-image: url('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-exclamation-triangle-fill flex-shrink-0 me-2" viewBox="0 0 16 16" role="img" aria-label="Warning:"> <path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/> </svg>')'
}

.alert .glyphicon {
    float: left;
    margin-right: 9px;
}

.alert div {
    overflow: hidden;
}

/*.inbox-leftbar {
    width:400px;
    float: left;
    padding: 0 20px 20px 10px;
    position: relative;
}


.inbox-rightbar {
    margin: -1.5rem 0 -1.5rem 400px;
    border-left: 5px solid var(--bs-body-bg);
    padding: 1.5rem 0 1.5rem 25px;
}*/

/*.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2D308C;
    --bs-btn-border-color: #2D308C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #564cad;
    --bs-btn-hover-border-color: #6559cc;
    --bs-btn-focus-shadow-rgb: 124, 114, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6559cc;
    --bs-btn-active-border-color: #4c4399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2D308C;
    --bs-btn-disabled-border-color: #6559cc;
}
*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.bd-highlight {
    background-color: rgba(86,61,124,0.15);
    border: 1px solid rgba(86,61,124,0.15);
}

.modalTimer {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centerModal {
    z-index: 1000;
    margin: 300px auto;
    width: 130px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}


.center img {
    height: 200px;
    width: 200px;
}

.loader {
    animation: spin 1s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #09f;
    border-top-color: #09f;
    box-sizing: border-box;
    height: 20vmin;
    left: calc(50% - 10vmin);
    position: fixed;
    top: calc(50% - 10vmin);
    width: 20vmin;
    z-index: 1;
    &:before

{
    animation: spin 2s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #3cf;
    border-top-color: #3cf;
    box-sizing: border-box;
    content: "";
    height: 16vmin;
    left: 0;
    position: absolute;
    top: 0;
    width: 16vmin;
}

&:after {
    animation: spin 3s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #6ff;
    border-top-color: #6ff;
    box-sizing: border-box;
    content: "";
    height: 12vmin;
    left: 2vmin;
    position: absolute;
    top: 2vmin;
    width: 12vmin;
}

}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
