.owl-success-bg-color {
    --bs-bg-opacity: 1;
    background-color: #468847;
}

.label {
    color:#468847;
    background-color:#dff0d8;
    border-color:#d6e9c6
}

.owl-base-color {
    color:#468847;
    background-color:#96d3af;
    border-color:#d6e9c6
}

.owl-dark-color {
	background-color: #2DA860;
	color: white !important;
}

a {
    color: #268F52 !important;
}

.fa.fa-info-circle {
    color:#468847;
}

.fa.fa-info-circle.info-button:hover {
    color: #7cbc0a;
    transition: color .15s ease-in-out;
}


ul.pagination > li:not(.active)> a, ul.pagination > li:not(.active) > span {
    color: #2DA860 !important;
}

.owl-btn {
	margin: 2px;
    min-height: 20px;
    box-sizing: content-box;
    font-size: 14px;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#2DA860;
    border-radius: 23px;
    line-height: 16px;
}

.owl-btn-danger {
	margin: 2px;
    min-height: 20px;
    box-sizing: content-box;
    font-size: 14px;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color: #bb2d3b;
    border-radius: 23px;
    line-height: 16px;
}

.owl-btn-warning {
	margin: 2px;
    min-height: 20px;
    box-sizing: content-box;
    font-size: 14px;	
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#faa732;
    border-radius: 23px;
    line-height: 16px;
}

.owl-btn-info {
	margin: 2px;
    min-height: 20px;
    box-sizing: content-box;
    font-size: 14px;	
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#69b5db;
    border-radius: 23px;
    line-height: 16px;
}

.owl-btn-reverse {
	margin: 2px;
    color:#2DA860 !important;
    background-color:rgba(0,0,0,0);
    border: 1px solid #2DA860;
    text-shadow: none;
}

.owl-btn:hover {
    background-color: #268F52;
}

.owl-btn-danger:hover {
    background-color: #96242f;
}

.owl-btn-warning:hover {
    background-color: #e79a2f;
}

.owl-btn-info:hover {
    background-color: #4098b2;
}

.owl-main-menu li.active,
.owl-main-menu li.active:hover,
.owl-main-menu li.active:focus {
    background-color: #268F52;
}

.owl-main-menu li.active>a,
.owl-main-menu li.active>a:hover,
.owl-main-menu li.active>a:focus {
    color: #fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}

.tabbable .nav-link {
    color: #268F52;
}

.tabbable .nav-link>.active>a,
.tabbable .nav-link>.active>a:hover,
.tabbable .nav-link>.active>a:focus {
    color:#555 !important;
    cursor:default !important;
    background-color:#fff !important;
    border:1px solid #ddd !important;
    border-bottom-color:transparent !important;
}

/* Structural */
.rounded-grey-border-toggled {
    min-height: 20px;
    padding: 8px;
    margin-bottom: 0px;
    background-color: #2DA860;
    color: white;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.owl-dashboard-navbar {
    background: #2da860;
}

.owl-dashboard-navbar .nav-link {
    background: #2da860 !important;
    color: white !important;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .nav-collapse .nav>li>a:hover,
.navbar-nav>.active>a:hover, .navbar-nav>li>a:hover
{
    background-color: #9dd53a;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    color: #ffffff !important;
    background-color: #268F52 !important;
}

table.dataTable tr.odd td.sorting_1 { /*darker*/
    background-color: #96d3af;
}

table.dataTable tr.even td.sorting_1 { /*lighter*/
    background-color: #DFF9B9;
}

.owlwise-header {
    color: #268F52;
}

.calendar-blue {
    background-color: #5484ed;
    text-align: center;
    border-color: #5484ed;
}

.calendar-lightblue {
    background-color: #a4bdfc;
    text-align: center;
    border-color: #a4bdfc;
}

.calendar-cyan {
    background-color: #46dbdb;
    text-align: center;
    border-color: #46dbdb;
}

.calendar-turquoise {
    background-color: #7ae7bf;
    text-align: center;
    border-color: #7ae7bf;
}

.calendar-green {
    background-color: #51b749;
    text-align: center;
    border-color: #51b749;
}

.calendar-yellow {
    background-color: #fbd75b;
    text-align: center;
    border-color: #fbd75b;
}

.calendar-orange {
    background-color: #ffbe78;
    text-align: center;
    border-color: #ffbe78;
}

.calendar-pink {
    background-color: #ff887c;
    text-align: center;
    border-color: #ff887c;
}

.calendar-red {
    background-color: #dc2127;
    text-align: center;
    border-color: #dc2127;
}

.calendar-violet {
    background-color: #dbadff;
    text-align: center;
    border-color: #dbadff;
}

.calendar-grey {
    background-color: #e1e1e1;
    text-align: center;
    border-color: #e1e1e1;
}

.calendar-active {
    border: 2px solid black !important;
}

.calendar-blue:hover, .calendar-lightblue:hover, .calendar-cyan:hover,
.calendar-turquoise:hover, .calendar-green:hover, .calendar-yellow:hover,
.calendar-orange:hover, .calendar-pink:hover, .calendar-red:hover,
.calendar-violet:hover, .calendar-grey:hover {
    color: #fff;
    opacity: 0.5;
}

.calendarEvent {
    background-color: #268F52;
    text-align: center;
    border-color: #268F52;
}

.calendarGrade {
    background-color: #efaf34;
    text-align: center;
    border-color: #efaf34;
}

.calendarAssignment {
    background-color: #ec5aea;
    text-align: center;
    border-color: #ec5aea;
}

.calendarAgenda {
    background-color: #edda26;
    text-align: center;
    border-color: #edda26;
}

.calendarAgenda:hover, .calendarAgenda:focus {
    color: #fff;
    background-color: #efe14b;
}

.calendarEvent:hover, .calendarEvent:focus {
    color: #fff;
    background-color: #9dd53a;
}

.calendarGrade:hover, .calendarGrade:focus {
    color: #fff;
    background-color: #f3c17a;
}

.calendarAssignment:hover, .calendarAssignment:focus {
    color: #fff;
    background-color: #e894e7;
}

.calendarSessionEvent {
    background-color: #2c539e;
    text-align: center;
    border-color: #2c539e;
}

.calendarSessionEvent:hover, .calendarSessionEvent:focus {
    color: #fff;
    background-color: #4963af;
}

.tooltip-inner {
    text-align: justify;
}

.custom-tooltip {
    --bs-tooltip-bg: #468847;
    --bs-tooltip-max-width: 300px;
    --bs-tooltip-padding-x: 1rem;
    --bs-tooltip-padding-y: 0.5rem;
}

.custom-tooltip a {
    color: #dff0d8 !important;
}

.custom-tooltip a:hover {
    color: #7cbc0a !important;
}
