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

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

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

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

a {
    color: #7cbc0a !important;
}

a:not(.btn-dropdown):hover, a:focus {
    color: #268732 !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: #268732 !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:#198754;
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(to bottom,#62c462,#51a351);
    background-repeat:repeat-x;
    border-color:#198754;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.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;
    background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat:repeat-x;
    border-color:#b02a37;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.owl-btn-warning {
	margin: 2px;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#faa732;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.owl-btn-info {
	margin: 2px;
    color:#fff !important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#49afcd;
    background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat:repeat-x;
    border-color:#2f96b4 #2f96b4 #1f6377;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

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

.owl-main-menu li:not(.active)>a,
.owl-main-menu li:not(.active)>a:hover,
.owl-main-menu li:not(.active)>a:focus {
    color: #7cbc0a;
}

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

.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: #7cbc0a;
}

.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: #268732;
    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: #7cbc0a;
    background:
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjYmMwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2JjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7cbc0a 0%, #7cbc0a 100%);
    background: -webkit-linear-gradient(top, #7cbc0a 0%, #7cbc0a 100%);
    background: -o-linear-gradient(top, #7cbc0a 0%, #7cbc0a 100%);
    background: -ms-linear-gradient(top, #7cbc0a 0%, #7cbc0a 100%);
    background: linear-gradient(to bottom, #7cbc0a 0%, #7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a',
        endColorstr='#7cbc0a', GradientType=0);
}

.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: #7cbc0a !important;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #DFF9B9;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #F5FFE4;
}

.owlwise-header {
    color: #7cbc0a;
}

.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: #7cbc0a;
    text-align: center;
    border-color: #7cbc0a;
}

.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;
}

