﻿@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Italic.ttf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/*@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
}*/

.ProductSpecSaveButton.btn[disabled], .ProductSpecSaveButton.btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.square-download-btn {
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 8px;
}

.suspended-column {
    transition: width 0.3s ease, opacity 0.5s ease;
    width: 0;
    opacity: 0;
    overflow: hidden;
}

    .suspended-column.visible {
        width: auto;
        opacity: 1;
    }

.suspended-column-header {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: none;
}

    .suspended-column-header.visible {
        display: table-cell;
    }

/*AIR DATE PICKER CSS START*/
.air-datepicker {
    background-color: #222;
    color: white;
    border-radius: 8px;
}

.air-datepicker-global-container {
    z-index: 9999;
}

.air-datepicker-cell.-selected- {
    background-color: #5a7281 !important;
    color: white !important;
}



.air-datepicker-cell.-current- {
    border: 2px solid #5a7281 !important;
}

.air-datepicker-cell.-disabled- {
    opacity: 0.25;
}
/*AIR DATE PICKER CSS END*/


.modal-header button,
.modal-header button {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 30px;
}

    .modal-header button.close span,
    .modal-header button.close span {
        font-family: 'FontAwesome';
    }



html {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

body {
    /*background-image: url('/images/gradient-squares.png');*/
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    /*    background-size: cover;
    background-repeat: no-repeat;*/
    height: 100%;
    /*    font-size: 0.8em;*/
    /*color: #003466;*/
    background-color: #ededed;
}

input::placeholder {
    font-size: 0.8rem
}

#weekTabs a.active {
    color: #ffffff;
    background-color: #003466;
    border-color: #073969 #003262 #003262;
}

#weekTabs a {
    color: #003466;
}

.card-header.bg-primary,
.card-header.bg-secondary,
.form-control,
.breadcrumb,
label.badge,
span.badge,
.badge,
.btn,
.card,
.dropdown-menu,
.modal-content,
.modal-body,
.alert-lesson,
.alert,
.modal-header {
    /*	border-radius: 0;*/
}


.bg-secondary {
    background-color: #1f2e42 !important;
}

/* SWAL Alerts CSS */
button.swal2-confirm.swal2-styled.swal2-default-outline,
button.swal2-confirm.swal2-styled {
    background-color: #1f2e42 !important;
    /*font-family: Georgia,"Times New Roman",Times,serif;*/
}

button.swal2-cancel.swal2-styled.swal2-default-outline,
button.swal2-cancel.swal2-styled {
    /*background-color: #b4975a !important;*/
    /*font-family: Georgia,"Times New Roman",Times,serif;*/
}

/*.swal2-icon.swal2-warning {
	border-color: #b4975a;
	color: #b4975a;
}*/

/*.swal2-icon.swal2-error {
	border-color: #a3222e;
	color: #a3222e;
}*/

/*.swal2-icon.swal2-info {
	border-color: #DFDFDF;
	color: #DFDFDF;
}*/

.swal2-icon.swal2-success {
    color: #FFFFFF;
    border-color: #28a745;
}

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        background-color: #28a745;
    }

    .swal2-icon.swal2-success .swal2-success-ring {
        border: 0.25em solid rgb(70, 173, 125);
    }

/*.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: #a3222e;
}*/

.swal2-actions > button {
    width: 50%;
}

/* SWAL Alerts CSS END */

.fc-list-empty {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 2.5rem;
}

.btn-password-view-toggle {
    border: 1px solid #ced4da;
    color: #6c757d;
}

    .btn-password-view-toggle:hover {
        background: #e1e1e1;
    }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
}

.btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
}

a {
    color: #1f2e42;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #003466 !important;
}

    .dropdown-item.active:hover, .dropdown-item:active:hover {
        color: #fff !important;
    }

.dropdown-item-sm {
    position: relative;
    display: flex;
    align-items: flex-start;
    white-space: normal; /* allow wrapping */
    padding: 0.15rem 1rem; /* less padding */
    font-size: 0.875rem; /* smaller font */
    line-height: 1.3;
}

    .dropdown-item-sm:hover {
        background-color: #cccccc;
    }

    .dropdown-item-sm.active, .dropdown-item-sm:active {
        background-color: #999 !important;
    }

        .dropdown-item-sm.active:hover, .dropdown-item-sm:active:hover {
            color: #fff !important;
        }

.mobile-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    will-change: auto !important;
    min-width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
}

.card-header.bg-primary {
    background-color: #1c2e41 !important;
    background-image: url(/images/bg.png);
    background-size: cover;
    /*background-position: center;*/
}

.card-header-custom {
    border-bottom: 1px solid #ff0000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-card .card-header {
    padding: 5px 15px;
}

.media-card .card-footer {
    padding: 8px 15px !important;
}

    .media-card .card-footer .badge {
        padding: 6px 10px !important;
        font-size: 10px;
    }

.sticky-note {
    font-family: 'Kalam-Regular', cursive;
    line-height: 1.5;
    background: linear-gradient(#F9EFAF, #F7E98D);
    overflow: hidden;
    transition: box-shadow 0.5s ease;
}

.border-primary {
    border-color: #003466 !important;
}

a.media-link:hover {
    color: #0056b3;
    text-decoration: none;
}

:root {
    --ASIC1: #f5f7f7;
    --Text: #003466;
    --Icons: #1f2e42;
}

/* HEADER CHANGES (REMOVE THIS SECTION TO REVERT BACK TO ORIGIONAL) */
.gradient-background {
    /*    background: url(/images/bg.png), #003466 !important;
    border-bottom: #b4975a 4px solid !important;*/
    background-color: var(--ASIC1);
}

.sidebar-icon-only .sidebar .nav-item .nav-link {
    background: var(--ASIC1) !important;
}

.sidebar {
    background: var(--ASIC1) !important;
}

    .sidebar .nav .nav-item .nav-link .menu-icon {
        color: var(--Text) !important;
    }

    .sidebar .nav .nav-item .nav-link.active .menu-icon {
        color: white !important;
    }

    .sidebar .nav .nav-item .nav-link {
        color: var(--Icons) !important;
        font-size: 12px;
    }

        .sidebar .nav .nav-item .nav-link.active {
            color: var(--ASIC1) !important;
        }

    .sidebar .nav-item:hover .nav-link, .sidebar .nav-item:hover .nav-link i {
        color: white !important;
        /*    background-color: #627210 !important;*/
    }


        .sidebar-icon-only .sidebar .nav-item .nav-link.active,
        .sidebar .nav-item:hover .nav-link, .sidebar .nav-item:hover .nav-link.active i {
            background: var(--Icons) !important;
            background: var(--Icons) !important;
        }


/* END HEADER CHANGES*/

.jq-toast-single {
    color: #fff;
}

.custom-control-label {
    line-height: 2;
}

.card-header.ch-sm {
    padding: 0.6em 1.25rem;
}

    .card-header.ch-sm > .row {
        height: 32px;
    }

/*.text-warning {
	color: #b4975a !important;
}*/

/*.badge-success {
    background-color: #70f8c3;
    color: #007c57;
}*/

/*.badge-danger {
    background-color: #d2232a;
}*/

/*.modal .modal-header {
    background: url(/images/bg.png), #003466 !important
}*/


/*#region ReadOnly input*/
.form-control:disabled,
.read-only.form-control[readonly] {
    background-color: #fafafa;
    opacity: 1;
    cursor: not-allowed;
}

.form-control[readonly] {
    background-color: #fff;
}

.read-only.form-control:disabled,
read-only.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    border: #fff;
    cursor: text;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /*padding-left: 0px;*/
}

.read-only.form-control {
    background-color: #fff;
    opacity: 1;
    border: #fff;
    cursor: text;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/*#endregion ReadOnly input*/

/*.form-control:focus
{
	color: #495057;
	background-color: #fff;
	border-color: #28a745;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 44%);
}*/

.custom-file-label::after {
    left: 0;
    right: auto;
    border-left-width: 0;
    border-right: inherit;
}

.custom-file {
    font-size: 1rem;
}
/*
.gradient-background {
    background: url(/images/bg.png), linear-gradient(52deg, rgba(255,255,255,1) 20%, rgba(180,151,90,1) 91%);
    background-position: center;
}*/

.modal-header.bg-primary button,
.modal-header.bg-secondary button {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 35px;
}

button:focus {
    outline: none;
}

.ko-error {
    font-size: 0.75rem !important;
}

.bg-grey {
    background-color: #efefef !important;
}

.card-header .badge,
.card-header .badge span {
    font-size: 13px !important;
    /*font-family: "Open Sans",Arial,Helvetica,sans-serif !important;*/
}

/*h5, .h5 {
    font-size: 1.2rem;
}*/

.page-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #1f2e42 !important;
    text-decoration: underline;
    text-decoration-color: #dc3545;
    text-decoration-thickness: 2px;
    line-height: 1.4;
    text-underline-offset: 0.5rem;
}

.badge-warning,
.bg-warning {
    color: #fff !important;
    background-color: #1f2e42 !important;
}

/*.badge-primary {
    background-color: #014f6e;
    border-color: #b4d6e3b3 !important;
}


.btn-primary {
    background-color: #014f6e;
    border-color: #014f6e;
}*/
/*
.btn-danger {
    background-color: #a3222e;
    border-color: #a3222e;
}
*/
/*.btn-default,
.badge-default {
    color: #fff;
    background-color: #003466;
    border-color: #003466;
}*/

.text-black {
    color: black !important;
}

/*.alert-warning,
.btn-warning {
    background-color: #b4975a;
    border-color: #b4975a;
    color: #fff;
}*/

/*.alert-primary,
.btn-primary {
    background-color: #003466;
    border-color: #003466;
}

    .btn-primary.toggle-on,
    .btn-primary.toggle {
        border-radius: 3px;
    }*/



.lined .nav-link {
    /* border: none; */
    /* border-bottom: 3px solid transparent; */
    /* font-family: Georgia,"Times New Roman",Times,serif; */
    /* color: #003466; */
    /* font-size: 1.01rem; */
    /* border-color: #0000000a; */
    display: flex;
    flex-direction: column;
}

.lined .nav-item {
    min-width: 193px;
}

.lined {
    background-color: #F3F3F3;
}

    .lined .nav-link span {
        margin-top: 7px;
    }

    .lined .nav-link i {
        font-size: 24px;
    }

    .lined .nav-link:hover {
        /*        border: none;
        border-bottom: 8px solid transparent;*/
        background: #e7e7e7;
        cursor: pointer !important;
    }

    .lined .nav-link.active {
        background: none;
        /*    border-color: #b4975a;*/
        font-weight: bold;
    }

        .lined .nav-link.active:hover {
            background: var(--Icons);
            cursor: pointer !important;
        }

    /*        .lined .nav-link.active i {
            color: #b4975a;
        }*/

    .lined .nav-link:hover {
        /*        background: #e9e9e9;*/
    }

#dvProfile .lined .nav-item {
    flex: 1;
    padding: 0;
}


.profileDropdown .full-name {
    font-size: 16px;
    margin-top: 6px;
    line-height: 13px;
    letter-spacing: 0.005em;
    font-weight: 600;
}

.profileDropdown .email-address {
    color: #e7e7e7;
    font-size: 15px;
}
/* #endregion GLOBALS */

\@keyframes colorTransition {
    from

{
    background-color: red;
}

to {
    background-color: yellow;
}

50% {
    opacity: 0;
}

}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*.btn-success {
    background-color: #00af7b;
    border-color: #007855;
}*/

.btn-primary {
    background-color: #1f2e42;
    border-color: #1f2e42;
}

.bg-primary {
    background-color: #1f2e42 !important;
    border-color: #1f2e42 !important;
    color: #FFFFFF;
}

.bg-secondary {
    background-color: #c69e33 !important;
    border-color: #c69e33 !important;
    color: #ffffff;
}

.navbar-toggler {
    width: fit-content;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    background-color: white;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    transition-duration: 0.5s;
    transition-property: background-color;
}

.tab-content .card-header {
    padding: 0.6em 1.25rem
}


@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/* BOOTSTRAP DASHBOARD */
.card {
    box-shadow: 0 0.5rem 1rem #00000026;
    border: 1px solid 1px solid #212e4317;
    border-radius: 0px;
}

/*.breadcrumb {
    border: 1px solid #cccccc;
}
*/
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    /*overflow-x: hidden;
  overflow-y: auto;*/ /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    color: #333;
    font-weight: 775;
    color: #333;
    /*    border-bottom: 1px solid #cccccc;*/
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: var(--Icons) !important;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }


/* END OF BOOTSTRAP DASHBOARD */


/*
 * Off Canvas sidebar at medium breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -33%;
        padding-top: 0px;
    }

    .row-offcanvas-left.active {
        left: 33%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        /*width: 33%;*/
        height: 100%;
        overflow: auto;
    }
}

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 34em) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -65%;
        padding-top: 0px;
    }

    .row-offcanvas-left.active {
        left: 65%;
        margin-left: -6px;
    }

    /*  .sidebar-offcanvas {
    width: 65%;
  }*/

    .row-offcanvas-left.active {
        top: 0px;
    }
}

/*
 * Autocomplete dropdown
 * --------------------------------------------------
 */

.popup-overlay {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 8;
}

    /*
 * Popover
 * --------------------------------------------------
 */
    .popup-overlay:before {
        content: '';
        background-image: linear-gradient(to right, rgba(171, 163, 181, 0.4), rgba(171, 163, 181, 0.4));
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 30;
        position: fixed;
    }

.popover[class*="tour-"].orphan {
    left: 50% !important;
    top: 50% !important;
    margin-top: 0;
    position: absolute;
    transform: translate(-50%, -50%) !important;
}

.popover .popover-header, .popover .popover-body {
    background: #f3f4fa;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #1a3f4e;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: white;
}

.popover .popover-header {
    font-size: 0.9375rem;
    border-bottom: 0;
    color: #000000;
    font-weight: bold;
}

/*
 * END Popover
 * --------------------------------------------------
 */


.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}

.range {
    width: 100%;
}

.paper {
    /* height: 400px; */
    /* width: 100%; */
    /*    padding: 34px 55px 27px;*/
    position: relative;
    border: 1px solid #B5B5B5;
    background: white;
    background: -webkit-linear-gradient(top, #DFE8EC 0, white 8%) 0 57px;
    background: -moz-linear-gradient(top, #DFE8EC 0, white 8%) 0 57px;
    background: linear-gradient(top, #DFE8EC 0, white 8%) 0 57px;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
    /* overflow-x: scroll; */
    line-height: 30px;
    min-height: 200px;
    font-size: 18px;
    border-radius: 5px;
}

.bubble {
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
}

    .bubble::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        background: inherit;
        bottom: -1px;
        left: 50%;
    }

/*

  GENERAL CSS

*/
label.badge,
span.badge {
    /* font-size: 13px; */
    /* padding: 4px 10px 4px 10px; */
    font-weight: 100;
}

.pagination.pagination {
    margin-bottom: 0px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}


@media screen and (max-width:991px) {
    .sidebar-offcanvas {
        position: fixed;
        max-height: calc(100vh - 88px);
        /*top: 63px;*/
        bottom: 0;
        overflow: auto;
        right: -255px;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }

        .sidebar-offcanvas.active {
            right: 0
        }
}

.navbar.default-layout .navbar-menu-wrapper .navbar-toggler {
    border: 0;
    color: var(--ASIC1) !important;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini {
    display: none
}

button.navbar-toggler.navbar-toggler.align-self-center.toggle-button-lg {
    top: 13px;
    left: 260px;
    transition: top .25s ease,background .25s ease;
    -webkit-transition: top .25s ease,left .25s ease;
    -moz-transition: top .25s ease,left .25s ease;
    -ms-transition: top .25s ease,left .25s ease;
}

/* .sidebar .nav-item:hover .nav-link, */
/* .sidebar .nav-item:hover .nav-link i { */
/*     color: #D29D46 !important; */
/*     background-color: #fffdf9 !important; */
/* } */

@media (min-width:992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
    .sidebar-icon-only .sidebar .nav .menu-title,
    .sidebar-icon-only .nav-hide-collapsed {
        display: none
    }

    .sidebar-icon-only .sidebar .nav-item {
        width: 70px;
        transition: width 0.2s;
        position: relative;
    }

    .sidebar .nav-item {
        width: 255px;
        transition: width 0.2s;
        position: relative;
    }

    .sidebar-icon-only .sidebar .nav-item .nav-link {
        width: 70px;
        /*position: absolute;*/
        background: #fff;
        transition: width 0.2s;
        text-align: left !important;
        display: flex !important;
    }

    .sidebar-icon-only .sidebar .nav-item:hover .nav-link {
        width: 225px;
        /*position: absolute;*/
        display: flex !important;
        background: #fff;
        transition: width 0.2s;
        border-radius: 0 3px 3px 0;
    }

    .sidebar-icon-only .sidebar .nav-item .menu-title {
        transition: width 0.2s;
        width: 0;
        display: block !important;
        overflow: hidden;
        font-weight: 400;
    }

    .sidebar-icon-only .sidebar .nav-item:hover .menu-title {
        display: block !important;
        transition: width 0.2s;
        width: 200px;
        /*    font-weight: 400;*/
    }
}

.sidebar {
    min-height: calc(100vh - 63px);
    background: #fff;
    /*    font-family: "Poppins",sans-serif;*/
    padding: 0;
    /*width: 255px;*/
    z-index: 11;
    transition: all .25s ease-in-out,background .25s ease;
    -webkit-transition: all .25s ease-in-out,background .25s ease;
    -moz-transition: all .25s ease-in-out,background .25s ease;
    -ms-transition: all .25s ease-in-out,background .25s ease;
}

.nav-link, .navbar-toggler {
    padding: 10px 25px
}

.nav-link{
    cursor: pointer;
}

/* space between nav tabs */
/*.nav-item .nav-link {
    margin: 0 20px;*/ /* adjust spacing between tabs */
    /*padding: 8px 12px 14px;*/ /* bottom padding for room for status line */
    /*position: relative;*/ /* anchor for status line */
    /*display: inline-block;
    text-align: center;
    white-space: normal;*/ /* allow wrapping */
/*}*/

/* status line for each tab */
.nav-link .status-line {
    
    height: 3px;
    background: transparent;
    border-radius: 4px;
    transition: background-color 0.25s ease;
}

.dropdown-item-sm .status-line {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 5px;
    height: 3px;
    background: transparent;
    border-radius: 4px;
    transition: background-color 0.25s ease;
}

/* green / red states */
.nav-link.complete .status-line,
.dropdown-item-sm.complete .status-line {
    background-color: #2ecc71; /* green */
}

.nav-link.incomplete .status-line,
.dropdown-item-sm.incomplete .status-line {
    background-color: #e74c3c; /* red */
}

/* active tab (bold text, optional underline color override) */
.nav-link.active {
    font-weight: 500;
   
}

.small-tabs .nav-link > .row > p {
    min-height: 36px;
}

    .nav-link.active .status-line {
        height: 3px; /* make active tab’s line thicker */
       
    }


.main-panel {
    -webkit-transition: width .25s ease,margin .25s ease;
    transition: width .25s ease,margin .25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar {
    height: 63px;
    position: fixed;
    width: 100%;
}

.navbar-brand {
    margin-right: 0
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.container-scroller {
    overflow: hidden
}

.navbar.default-layout .navbar-brand-wrapper {
    transition: width .25s ease,background .25s ease;
    -webkit-transition: width .25s ease,background .25s ease;
    -moz-transition: width .25s ease,background .25s ease;
    -ms-transition: width .25s ease,background .25s ease;
}

@media (min-width:992px) {


    .sidebar-icon-only .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px)
    }
}

.navbar.default-layout .navbar-menu-wrapper {
    transition: width .25s ease;
    -webkit-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -ms-transition: width .25s ease;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 255px);
    height: 63px
}

    .navbar.default-layout .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: var(--ASIC1) !important;
    }

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini {
    display: none
}

    .navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img {
        height: 45px;
    }

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

@media (min-width:992px) {
    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
        display: none
    }

    .sidebar-icon-only button.navbar-toggler.navbar-toggler.align-self-center.toggle-button-lg {
        top: 13px;
        left: 70px;
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sidebar-icon-only .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px)
    }

    .navbar.default-layout .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
        margin-left: auto
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
        display: block;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px
    }
}

.page-body-wrapper {
    min-height: calc(100vh - 63px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}

.navbar.default-layout {
    transition: background .25s ease;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -ms-transition: background .25s ease
}

.sidebar .nav .nav-item .nav-link .menu-icon {
    /*  margin-right: 1.25rem;*/
    width: 16px;
    line-height: 1;
    font-size: 18px;
    color: var(--Icons) !important;
}

.sidebar .nav .nav-item .nav-link:hover .menu-icon {
    /*  margin-right: 1.25rem;*/
    width: 16px;
    line-height: 1;
    font-size: 18px;
    color: white !important;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    margin-left: 1.25rem;
}

.sidebar .nav .nav-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 35px;
    white-space: nowrap;
    height: 52px;
    color: #4a4a4a
}

.btn-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-select .filter-option {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn-select-sm {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/*.btn-select-sm.max-width100{
    width: 100% !important;
}*/
.bootstrap-select.fit-width {
    width: 100% !important;
    text-align: left !important;
}

.rounded-avatar {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-size: cover;
    /*background-position: 50% 50%;*/
}

.modal-content {
    border: none;
}

.modal-xxl {
    max-width: 1800px;
}

/*  BLUR TEXT */
.applyBlur {
    /*    color: transparent;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    filter: blur(5px);
}

.applyImageBlur {
    filter: blur(10px);
}

/* Rubrics */

.rubric-item:hover {
    background: #ececec;
    cursor: pointer;
}

.rubricEntryStudentSelected {
    background-color: #5499da63 !important;
    color: black;
    cursor: default !important;
}

.rubricEntryStaffSelected {
    outline: 4px solid #ffb715;
    cursor: default !important;
    background-color: #fff !important;
}

.rubricEntryStudentSelected.rubricEntryStaffSelected {
    background-color: #5499da63 !important;
}

/* CIRCULAR PROGRESS */
.circular-progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

    .circular-progress::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 14px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .circular-progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .circular-progress .circular-progress-left {
        left: 0;
    }

    .circular-progress .circular-progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 14px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .circular-progress .circular-progress-left .circular-progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .circular-progress .circular-progress-right {
        right: 0;
    }

        .circular-progress .circular-progress-right .circular-progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .circular-progress .circular-progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* CIRCULAR PROGRESS */


    .circular-progress .merit-number {
        font-size: 45px;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-weight: bold;
        line-height: 1;
    }

    .circular-progress .merit-title {
        font-size: 20px;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-weight: bold;
        line-height: 2;
    }

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 100%;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

    blockquote:before {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -20px;
        top: -20px;
        color: #7a7a7a;
    }

    blockquote cite {
        color: #999999;
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }

        blockquote cite:before {
            content: "\2014 \2009";
        }


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .lined .nav-item {
        min-width: 70px !important;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .lined .nav-link i {
        margin: 10px 0px;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .lined .nav-link i {
        font-size: 20px;
    }

    .lined .nav-link {
        font-size: 12px;
    }

    .lined .nav-item {
        min-width: 100px;
    }

    .alert-lesson {
        font-size: 12px;
    }
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}


.note-editor {
    position: relative;
    font-size: 16px;
}

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%
}

    .card-body .rotate i {
        color: rgba(255,255,255,.25);
        position: absolute;
        left: 0;
        left: auto;
        right: -10px;
        bottom: 0;
        display: block;
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        transform: rotate(-44deg)
    }

.roundedLocationRow {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
     border-bottom: 0px !important; 
}

.nav-tabs .nav-link.disabled {
    color: #c5c5c5;
}

.nav-tabs .nav-link.active {
    color: #040f4d;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 3px solid var(--Icons) !important;
}

.nav-tabs .nav-link.active {
    color: #001a31;
    font-weight: bold;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 2px solid #dc3545 !important;
}

.border-top-left-0 {
    border-top-left-radius: 0px !important;
}

.stretch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

    .stretch-card > .card {
        width: 100%;
        min-width: 100%
    }

    .stretch-card > div {
        width: 100%;
        min-width: 100%
    }

.card-header {
    border-bottom: none;
    font-size: 1rem;
    font-weight: 600;
    background: white;
    padding-bottom: 0px;
}

/*MISC*/
label {
    font-size: 0.8rem;
    color: #001a31;
    font-weight: 300;
    padding: 0 0 0.25rem;
    display: block;
    text-align: left;
    margin-bottom: 0.25rem;
}


/*BELOW LG SCREENS*/
@media (max-width: 991px) {
    .tab-fill {
        min-height: calc(100vh - 250px);
    }
}
/*LG SCREENS*/
@media (min-width: 992px) {

    .tab-fill {
        height: calc(100vh - 250px);
    }
}
/*XL SCREENS*/
@media (min-width: 1200px) {
    .tab-fill {
        height: calc(100vh - 250px);
    }
}


@keyframes glow {
    0% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    50% {
        /*box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);*/
        box-shadow: 0px 1px 30px -3px rgb(44 110 73);
    }

    100% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

.glow-once {
    animation: glow 0.7s ease-out;
}
/*MISC*/

/*TABLES*/
table.table tbody tr td {
    font-size: 0.8rem;
    position: relative;
}

table.table thead tr th {
    color: #040f4d;
    font-weight: 200;
    font-size: 14px;
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1.2em;
}

table.pricing-table tr th {
    color: #040f4d;
    font-weight: 200;
    font-size: 14px;
    background: transparent;
    border-top: 0;
    line-height: 1.2em;
}

table.pricing-table tbody tr td {
    font-size: 0.8rem;
    position: relative;
}

.table-colour-box {
    text-align: center;
    padding: 3px;
    border-radius: 4px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .table-colour-box input {
        background-color: transparent;
        color: inherit;
        border: 1px solid rgba(255, 255, 255, 0.5);
        outline: none;
        width: 100%;
        text-align: center;
    }
/*TABLES*/

/*BREADCRUMBS*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    margin-left: 2px;
}

nav[aria-label="breadcrumb"] .breadcrumb {
    background: transparent !important;
    padding-left: 0 !important;
    color: #040f4d !important;
}

    nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #b1b1b1;
        border-right: 2px solid #b1b1b1;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        margin-right: 9px;
        margin-top: 5px;
        padding: 0;
    }

    nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item a {
        text-decoration: none;
        font-weight: 600;
        color: #040f4d;
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
/*BREADCRUMBS*/

/*NAV TABS*/

.lined .nav-link {
    color: #9f9f9f !important;
}

/*.nav-link.active {
    background: #ffffff !important;
    cursor: pointer !important;*/
/*  border: 1px solid #cfcfcf !important;
  border-bottom: 0px solid #686868 !important;*/
/*color: #000566 !important;
}*/

.nav-tabs, .nav-tabs .nav-item.show .nav-link {
    border-color: transparent;
}
/*NAV TABS*/


.btn-warning {
    color: #ffffff;
}

    .btn-warning:hover {
        color: #ffffff;
    }

.btn-secondary {
    color: #ffffff;
}

    .btn-secondary:hover {
        color: #ffffff;
    }

.btn-outline-warning:hover {
    color: #ffffff;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #ffffff;
}
/*BOOTSTRAP SWITCH*/


.toggle-handle {
    background-color: #6c757d;
}

    .toggle-handle:hover {
        background-color: #e2e6ea;
        border-color: #dae0e5;
        /*    background-color: #dbba74;
    border-color: #836c3b;*/
    }

.toggle-on.btn {
    font-size: 12px;
    line-height: 24px;
    background-color: #1f2e42;
}

.toggle-off.btn {
    font-size: 12px;
    line-height: 24px;
}

    .toggle-off.btn.btn-xs {
        font-size: 12px;
        line-height: 8px;
    }

.toggle-on.btn.btn-xs {
    font-size: 12px;
    line-height: 8px;
}

/*.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #249b3f;
	border-color: #249b3f;
}*/

.toggle.btn.btn-primary {
    background-color: #1f2e42;
    border-color: #1f2e42;
}

.toggle .btn .btn-light .off {
    /*  background-color: transparent;
  border-color: transparent;*/
}

/*BOOTSTRAP SWITCH*/

/*JQUERY TOAST*/
.jq-toast-wrap > * {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal !important;
}

.jq-toast-heading {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal !important;
}
/*JQUERY TOAST*/


.form-control.form-control-sm.tt-input {
    padding-right: 1.5rem !important;
}

.custom-file-label {
    padding-left: 80px;
}

/*TWITTER TYPEAHEAD*/
.tt-menu.tt-open {
    width: 100%;
    background: #ebebeb;
    padding: 10px;
}

.twitter-typeahead {
    width: 100%;
}
/*TWITTER TYPEAHEAD*/

.std-overview-table {
    height: calc(100vh - 400px);
    overflow-y: auto;
}

.std-card-overview-table {
    height: calc(100vh - 550px);
    overflow-y: auto;
}

.slider-selection {
    background: #cce5ff;
}

.lb-number {
    display: none !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control-xs {
    height: calc(1em + 0.5rem + 2px) !important;
    padding: 0 0.25rem !important;
    font-size: 0.8rem !important;
    line-height: 1.0 !important;
    border-radius: 0.2rem !important;
}

.input-group-xs > .form-control:not(textarea),
.input-group-xs > .custom-select {
    height: calc(1em + 0.5rem + 2px);
}

.input-group-xs > .form-control,
.input-group-xs > .custom-select,
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem !important;
    line-height: 1.0 !important;
    border-radius: 0.2rem;
}

.select-picker-xs {
    height: calc(1em + 0.5rem + 2px) !important;
    font-size: 0.8rem !important;
    line-height: 1.0 !important;
    border-radius: 0.2rem !important;
}

.select-picker-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.cursor-pointer {
    cursor: pointer;
}

#AdminPanel {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10000;
    text-align: center;
    background: #88a98b;
    color: #ffffff;
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
}

    #AdminPanel a {
        display: block;
        padding: 4px;
        color: #ffffff;
        text-decoration: none;
    }

    #AdminPanel:focus, #AdminPanel:active, #AdminPanel:hover {
        background: #366e48;
    }


@keyframes highlightRow-success {
    from {
        background-color: #8fd19e; /* Initial background color */
    }

    to {
        background-color: #ffffff; /* Target background color */
    }
}

.highlight-success {
    animation: highlightRow-success 1s ease;
}

@keyframes highlightRow-danger {
    from {
        background-color: #ed969e; /* Initial background color */
    }

    to {
        background-color: #ffffff; /* Target background color */
    }
}

.highlight-danger {
    animation: highlightRow-danger 1s ease;
}

thead.no-border {
    border-bottom: 2px #ffffff solid;
}

.twitter-auto-complete-suggestion {
    cursor: pointer;
}

/*CUSTOM SCROLLBAR*/

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #1f2e42;
    border-radius: 10px
}
/*CUSTOM SCROLLBAR*/

a.page-link {
    border: none;
}

/*BOOTSTRAP SLIDER OVERRIDES*/
.slider.slider-horizontal {
    width: 100% !important;
}
/*BOOTSTRAP SLIDER OVERRIDES*/

/*BOOTSTRAP NAV MENU OVERRIDES*/
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(54, 110, 72)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    content: "---";
    background: no-repeat center center;
    background-size: 100% 100%;
}
/*BOOTSTRAP NAV MENU OVERRIDES*/

.card-header.bg-primary,
.card-header.bg-secondary,
.card-header.bg-warning,
.form-control,
.breadcrumb,
label.badge,
span.badge,
.badge,
.btn,
.card,
.dropdown-menu,
.modal-content,
.modal-body,
.alert-lesson,
.alert,
.modal-header {
    border-radius: 0;
}

.page-item.active .page-link {
    background-color: #1f2e42 !important;
    border-color: #1f2e42 !important;
    color: white !important;
}

.page-link:hover {
    color: #1f2e42 !important;
}

.page-link {
    color: #1f2e42;
}

.table .separator-row td {
    border: none !important;
    background: transparent !important;
    height: 25px; /* space between groups */
    padding: 0 !important;
}

.modal-header .close {
    color: #1f2e42;
}

.nav.small-tabs {
    flex-wrap: nowrap; /* don't wrap to a new line */
    align-items: stretch;
}

    .nav.small-tabs .nav-item {
        display: flex;
        flex: 1 1 0; /* share space evenly and shrink if needed */
        min-width: 0; /* crucial for truncation inside flex */
    }

.small-tabs .nav-link {
    font-size: clamp(.78rem, 1.6vw, .85rem);
    padding: 0.2rem 0.75rem;
    line-height: 1.2;
    border: none;
    background-color: transparent;
    color: #666;
    border-bottom: 2px solid transparent;
    text-align: center;
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center */
    height: 100%;
}

    .small-tabs .nav-link.active {
        color: #000;
        font-weight: 600;
        border-bottom: 2px solid #1f2e42;
        /*margin-bottom: -1px;*/ /* visually connects with content below */
    }

    .small-tabs .nav-link.disabled {
        color: #ccc;
        pointer-events: none;
        opacity: 0.6;
    }


.question-table {
    margin-top: 1rem !important;
}

.question-table td {
    font-size: 1rem !important;
    padding: 0.5rem !important;
    vertical-align: middle !important;
}

.question-table th {
    color: #040f4d !important;
    font-weight: 200 !important;
    font-size: 16px !important;
    border-bottom: 1px solid #d2d2d2 !important;
    padding: 0.5rem !important;
}

.question-table td-radio {
    text-align: center;
    vertical-align: middle;
}

.question-table .form-check-label {
    font-size: 17px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 6px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.question-table .form-check-inline {
    display: flex !important;
}

.status-line {
    display: block;
    height: 3px;
    border-radius: 2px;
}

.list-group-item.active
{
    z-index: 2;
    color: #fff;
    background-color: #1f2e42;
    border-color: #1f2e42;
}

.red-underline {
    text-decoration: underline;
    text-decoration-color: #dc3545;
    text-decoration-thickness: 2px;
    line-height: 1.4;
    text-underline-offset: 0.3rem;
}

/* ========================================
   MEETING DETAIL TABS & LIST STYLES
   ======================================== */

/* Clean tab styling for meeting detail pages */
.meeting-detail-tabs .nav-link {
    color: #666;
    border: none;
    border-bottom: 3px solid transparent;
    background-color: transparent;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meeting-detail-tabs .nav-link:hover {
    color: #000;
    border-bottom-color: #dee2e6;
}

.meeting-detail-tabs .nav-link.active {
    color: #001a31;
    font-weight: bold;
    border-bottom-color: #dc3545;
    background-color: transparent;
}

/* Completion status icons */
.meeting-detail-tabs .nav-link .status-icon {
    font-size: 0.75rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.meeting-detail-tabs .nav-link.tab-complete .status-icon {
    opacity: 1;
    color: #28a745;
}

.meeting-detail-tabs .nav-link.tab-incomplete .status-icon {
    opacity: 1;
    color: #ffc107;
}

/* Meeting list item styles */
.meeting-list-item {
    position: relative;
    transition: all 0.2s;
}

.meeting-list-item:hover .meeting-actions {
    opacity: 1;
}

.meeting-actions {
    opacity: 0;
    transition: opacity 0.2s;
}

.meeting-list-item.active .meeting-actions {
    opacity: 1;
}

/* Extra small button size for meeting actions */
.btn-xs {
    padding: 0.15rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.2;
}