/* Add here all your CSS customizations */

body {
	color: #2B2B2B;
	font-size: 16px;
	line-height: 24px;
}

p {
	color: #2B2B2B;
	line-height: 24px;
	margin: 0 0 20px;
}

/* Custom Link Settings */
.a-default{
    color: #696969;
}

.a-default:hover,
.a-default:focus{
    color: #A9A9A9;
}

.a-default:active{
    color: #696969;
}

.pointer:hover {
    cursor: pointer;
}

.divider.narrow {
    margin: 15px auto;
}

/* Prevent URLS from pringing after a link */
@media print {
   a::after {
      content: "" !important;
   }
}

/* Clearfix */
.clearfix:after {
    margin: 0;
    padding: 0;
}

.embed-responsive {
    margin-bottom: 5px;
}

.display-xs-only,
.display-md-only,
.display-lg-only {
    display: none;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	margin: 0;
}

h1 {
    color: #fa4616;
    font-size: 36px;
	line-height: 56px;
	margin: 0 0 18px 0;
}

h2 {
    color: #fa4616;
    font-size: 31px;
	line-height: 45px;
	margin: 0 0 15px 0;
}

h3 {
    font-size: 26px;
	letter-spacing: normal;
	line-height: 38px;
	margin: 0 0 13px 0;

}

h4 {
	font-size: 21px;
	letter-spacing: normal;
	line-height: 30px;
	margin: 0 0 10px 0;
    text-transform: none;
}

h5 {
	font-size: 16px;
    color: #4C4C4C;
    font-weight: bold !important;
    text-transform: uppercase;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0 0 8px 0;
}

h6 {
	font-size: 16px;
    font-weight: bold !important;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0 0 8px 0;
}

.page-header h1 {
    border-bottom: 5px solid #fa4616 !important;
    line-height: normal !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
}

ul.nav-main li a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #F5F5F5 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-widget .widget-header h6 {
    font-size: 16px;
    color: #FFFFFF;
}

.sidebar-widget.widget-tasks ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #F5F5F5 !important;
    margin: 0 -25px 0 -30px;
    padding: 10px 0 10px 55px;
}

.sidebar-widget .widget-content {
    padding: 5px 0 0;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+1):before {
    border-color: #FF9200;
}

.multiselect-container.dropdown-menu {
    color: #696969 !important;
}

.open > .dropdown-menu {
        width: 100% !important; 
}



/* Limit Display Using Classes Based on Screen Width */
@media screen and (max-width: 767px) {

    /* image max size 290px wide */
    .display-xs-only {
        display: inline-block !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    /* image max size 500px wide */
    .display-md-only {
        display: inline-block !important;
    }

}

@media screen and (min-width: 1200px) {

    /* image max size 800px wide */
    .display-lg-only {
        display: inline-block !important;
    }

}




/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* Set background color for disabled and readonly forms controls */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F5F5F5;
    opacity: 0.75;
}

/* Form Properties */
.form-well-label {
    color: rgba(105, 105, 105, 1.0);
}

label {
    margin-bottom: 0;
}

.toggle > .toggle-content.toggle-border-left {
	border-left: 2px solid #DCDCDC;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

/* Testimonials Style */
.testimonial.testimonial-with-quotes blockquote p {
	padding: 0 10px;
}

/* With Quotes */
.testimonial.testimonial-with-quotes blockquote:before {
	left: 10px;
	top: 0;
	font-size: 1.5em !important;

}

.testimonial.testimonial-with-quotes blockquote:after {
	right: 10px;
	bottom: -0.5em;
	font-size: 1.5em !important;
}

.testimonial blockquote p {
	color: #FFF;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.3;
}

.testimonial.testimonial-style-2 blockquote:before {
	top: 5px;
	color: #555;
	font-size: 1.3em;
}

.testimonial.testimonial-style-2 blockquote:after {
	color: #555;
	font-size: 1.3em;
	bottom: -5px;
}

.testimonial.testimonial-style-4 {
	padding: 4px;
}

.testimonial.testimonial-style-4 blockquote {
	background: transparent !important;
	border-radius: 4px;
	padding: 5px 10px;
}

.testimonial.testimonial-style-4 blockquote:before {
	top: 5px;
	color: #555;
	font-size: 35px;
}

.testimonial.testimonial-style-4 blockquote:after {
	color: #555;
	font-size: 35px;
	bottom: -5px;
}

.testimonial.testimonial-style-4 blockquote p {
	color: #555;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
}


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    min-width: 175px !important;
}

.widget-summary .summary {
	min-height: 25px;
	word-break: break-word;
}

.widget-summary .summary .title {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 27px;
	line-height: 2.7rem;
	color: #333;
	font-weight: 500;
}

.widget-summary .summary .info {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21px;
	line-height: 2.1rem;
}

.widget-summary .summary .info span {
	vertical-align: middle;
}

.widget-summary .summary-footer {
	text-align: center;
}

.panel-featured-secondary {
	border-color: #FF9200;
}

.panel-featured-silver {
	border-color: #A9A9A9;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

    .page-header.page-header-marketing {
    	margin: 40px 0 35px 0 !important;
    }

    .page-header.page-header-marketing-program {
    	margin: 40px 0 0 0 !important;
    }

    .page-header h1 {
        border-bottom: none !important;
        line-height: 46px !important;
    }

    .header .header-right {
        background: #FFF;
        float: none !important;
        height: 50px;
        margin-top: 60px;
        width: 100%;
    }

    .nav-secondary {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .page-header.page-header-marketing {
    	margin: 65px 0px 35px 0px !important;
    }

    .page-header.page-header-marketing-program {
    	margin: 65px 0px 0px 0px !important;
    }

    .nav-secondary {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .page-header.page-header-marketing {
    	margin: 110px 0px 35px 0px !important;
    }

    .page-header.page-header-marketing-program {
    	margin: 110px 0px 0px 0px !important;
    }

    .nav-secondary {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

}

@media screen and (min-width: 1200px) {

    .page-header.page-header-marketing {
    	margin: 75px 0 35px 0 !important;
    }

    .page-header.page-header-marketing-program {
    	margin: 75px 0px 0px 0px !important;
    }

    .nav-secondary {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

}


 /* Add vertical spacing for mobile devices */
@media (max-width: 479px) {
  [class*="col-"]{
      margin-bottom: 15px;
  }
}

/* Adjust Modal Size Defaults */
@media screen and (max-width: 767px) {

    .modal {
        margin-top: 60px !important;
    }

    .modal-dialog{
        margin-bottom: 10px;
        width: calc(100vw - 20px);
        height: calc(100vh - 20px);
        max-height: calc(85vh);
        margin-left: calc((100vw - (100vw - 20px)) / 2);
        margin-right: calc((100vw - (100vw - 20px)) / 2);
    }

    .modal-dashboard {
        margin-top: 0px;
    }

    .modal-course {
        margin-top: 100px;
    }

    .modal-sm {
        width: calc(100vw - 20px); /* New width for default modal */
        max-width: 350px !important; /* New width for small modal */
    }

    .modal-md {
        width: calc(100vw - 20px); /* New width for default modal */
        max-width: 650px !important;
    }

    .modal-lg {
        width: calc(100vw - 20px); /* New width for default modal */
        max-width: 748px !important;
    }

}

@media screen and (min-width: 768px) {

    .modal {
        margin-top: 10px !important;
    }

    .modal-dialog{
        margin-bottom: 10px;
        width: calc(100vw - 50px);
        height: calc(100vh - 50px);
        max-height: calc(85vh);
    }

    .modal-dashboard {
        margin-top: 0px;
    }

    .modal-course {
        margin-top: 100px;
    }

    .modal-sm {
        width: calc(100vw - 50px); /* New width for default modal */
        max-width: 350px; /* New width for small modal */
    }

    .modal-md {
        width: calc(100vw - 50px); /* New width for default modal */
        max-width: 650px !important;
    }

    .modal-lg {
        width: calc(100vw - 50px); /* New width for default modal */
        max-width: 950px !important;
    }

}



/* Adjusts the space between the header and adjacent paragraph tag */
h1:has(+p),
h2:has(+p),
h3:has(+p) {
    margin: 0px 0 15px 0 !important;
}

h1:has(+#quiz-section),
h2:has(+#quiz-section),
h3:has(+#quiz-section) {
    margin: 0px 0 15px 0 !important;
}

h4:has(+p),
h5:has(+p),
h6:has(+p) {
    margin: 0px 0 !important;
}

h4:has(+#quiz-section),
h5:has(+#quiz-section),
h6:has(+#quiz-section) {
    margin: 0px 0 !important;
}

/* Image and Video Title */
h5:has(+.embed-responsive-borders),
h5.text-semibold,
h5:has(+.img-thumbnail),
.course-image-container h5 {
    color: #fa4616;
	font-size: 16px;
    font-weight: 500 !important;
    text-transform: uppercase;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0 0 8px 0;
}

h4.quiz-title, .quiz-instructions {
	font-size: 20px;
	letter-spacing: normal;
	line-height: 30px;
	margin: 0 0 5px 0;
    text-transform: none;
}


.image-caption {
    padding: 2% 2% !important;
}

.img-thumbnail {
	border-radius: 1px;
	position: relative;
}

.img-thumbnail img {
	border-radius: 1px;
}

.list.list-icons li {
    line-height: 20px !important;
}

.btn {
    font-size: 100%;
}

.btn-lg {
    font-size: 125%;
}

.input-group-btn {
    font-size: 110%;
}

/* Progress Bar Settings */
.progress {
    background: #D3D3D3;
}

/* Custom Badge Settings */
.badge-muted {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    opacity: 0.25;
}

body .btn-badge {
    border-color: #A9A9A9;
    background-color: #D3D3D3;
    border-color: #D3D3D3 #D3D3D3 #A9A9A9;
    color: #696969;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body .btn-badge:hover {
    border-color: #D3D3D3;
    background-color: #DCDCDC;
    color: #A9A9A9;
}

body .btn-badge:active, body .btn-badge:focus {
    border-color: #A9A9A9;
    background-color: #A9A9A9;
    color: #A9A9A9;
}

body .btn-badge.dropdown-toggle {
    border-left-color: #A9A9A9;
}

body .btn-badge[disabled] {
    border-color: #DCDCDC;
    background-color: #DCDCDC;
}

/* Notifications */

@media only screen and (max-width: 767px){

    #cart-notification {
        float: right;
        margin-left: -10px !important;
        margin-top: 15px !important;
        width: 50px !important;
        padding-right: 5px;
        position: relative;
    }

/*
    #cart-notification:after {
        background: #E9E9E6;
        content: '';
        height: 65px;
        margin-left: 20px;
        margin-top: -20px;
        width: 1px;
        position: absolute;
        border: #E9E9E6 1px solid;
    }
*/

}

@media only screen and (min-width: 768px){
    #cart-notification {
        margin-left: -80px !important;
        margin-top: -30px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        width: 50px !important;
    }

/*
    #cart-notification:after {
        background: #E9E9E6;
        content: '';
        height: 60px;
        margin-left: 40px;
        margin-top: -20px;
        width: 1px;
        position: absolute;
        border: #E9E9E6 1px solid;
    }
*/

}

#cart-notification .cart-notification {
    margin-left: 5px !important;
    margin-top: -5px !important;
    z-index: 9999 !important;
    position: absolute;
}

#cart-notification .fa-shopping-cart {
    z-index: 2 !important;
    position: absolute;
}

.notifications {
	display: inline-block;
	list-style: none;
	margin: 4px -10px 0 0;
	padding: 0;
	vertical-align: middle;
}

.notifications > li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.notifications > li .notification-icon {
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 40px;
	position: relative;
	width: 40px;
	text-align: center;
}

.notifications > li .notification-icon i {
	color: #808080;
	line-height: 40px;
	vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
	line-height: 32px;
}

.notifications > li .notification-icon .badge-cart-quantity {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	right: -8px;
	top: -3px;
    z-index: 1011 !important;
}

.menu-cart-notification {
    margin-left: 27px !important;
    margin-top: 7px !important;
    position: absolute;
    z-index: 1011 !important;
}

.notifications > li .notification-icon .badge-cart-quantity-empty {
	background: #696969;
}

.notifications > li .notification-icon .badge-cart-quantity-items {
	background: #EE692F;
}

.notifications > li > a {
	border: none;
	display: inline-block;
}

.notifications > li > a:hover {
	opacity: 0.75;
}

.clear-product-option-image {
    position: relative;
    top: 100px;
    left: 108px;
}

.vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Fix Font Awesome Duotone Italics Issue */
i.fad { font-style: normal;}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu-above {
    margin-bottom: 120%; /* Adjust this value based on the actual height of your dropdown */
    transform: translateY(-120%); /* Adjust for vertical shift*/
    padding: 10px;
}

@keyframes DropdownAboveSlideUp {
    from {
        transform: translateY(-100%) translateX(-25%);
    }
    to {
        transform: translateY(-115%) translateX(-25%);
    }
}

.dropdown-menu-above-wider {
    margin-bottom: 120%; /* Adjust this value based on the actual height of your dropdown */
    /* Start with translateY(-75%) for the initial state */
    transform: translateY(-115%) translateX(-25%);
    min-width: 150% !important; /* Make the width 150% of the original */
    padding: 10px;
    /* Apply the animation with the new name */
    animation: DropdownAboveSlideUp 1.5s forwards; /* Adjust duration (0.5s here) as needed */
}


/*
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 10px;
}

.icon::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

.dropdown-submenu>a[href="#"]:after,
.dropdown-menu>a[href="#"]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    float: right;
    display: inline-block;
    padding-right: 20px;
}

*/

#header .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 40px;
    position: absolute;
    right: 3px;
    text-align: right;
    padding-right: 10px;
    top: 0;
}

/*
.opened a[href]:not([href="#"]) {
    text-decoration: underline;
}
*/

#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu,
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
  animation: fadeIn linear 0.2s;
  -webkit-animation: fadeIn linear 0.2s;
  -moz-animation: fadeIn linear 0.2s;
  -o-animation: fadeIn linear 0.2s;
  -ms-animation: fadeIn linear 0.2s;
}

.dropdown-menu > li > a {
    white-space: normal;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@media (max-width: 991px) {

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

}

@media (min-width: 992px) {

    #header .header-nav-main nav > ul > li > a[href="#"]:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f078";
        float: right;
        display: inline-block;
        padding-left: 3px;
    }

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu>.dropdown-menu-right {
    left: auto;
    right: 0;
    margin-top: 30px;
    margin-left: 0px;
    z-index: 9999999;
}

.bg-inverse {
    background: #696969;
    color: #FFFFFF;
}

.border-double-top {
    border-top: 12px double #ddd !important;
}

.min-height-100{
    min-height: 100px;
}

.min-height-150{
    min-height: 150px;
}

.min-height-200{
    min-height: 200px;
}

.min-height-250{
    min-height: 250px;
}

.min-height-300{
    min-height: 300px;
}

.min-height-350{
    min-height: 350px;
}

.min-height-400{
    min-height: 400px;
}

.min-height-450{
    min-height: 450px;
}

.min-height-500{
    min-height: 500px;
}

.min-height-550{
    min-height: 550px;
}

.min-height-600{
    min-height: 600px;
}

.min-height-650{
    min-height: 650px;
}

.min-height-700{
    min-height: 700px;
}

.min-height-750{
    min-height: 750px;
}
.min-height-800{
    min-height: 800px;
}

.min-height-850{
    min-height: 850px;
}

.min-height-900{
    min-height: 900px;
}

.center-auto {
 margin: auto auto;
}

.password-eye {
    float: right;
    margin-right: 10px;
    margin-top: -24px;
    cursor: pointer;
}

#userbox {
    min-width: 200px;
}

/* Tables - Basic */
.table {
	width: 100%;
}

@media screen and (max-width: 767px) {
    th, td {
        white-space: normal !important;
    }
}


.table .table {
	background: transparent;
}

/* Bootstrap uses important, we need to force it here */
.table.mb-none {
	margin-bottom: 0 !important;
}

/* In case you dont want a border in some row */
.table .b-top-none td {
	border-top: none;
}

/* Tables - Actions */
.table .actions,
.table .actions-hover {
	vertical-align: middle;
}

.table .actions a,
.table .actions-hover a {
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
	margin-right: 0;
}

.table .actions a:hover,
.table .actions-hover a:hover {
	color: #333;
}

.table .actions-hover a {
	opacity: 0;
}

.table tr:hover .actions-hover a {
	opacity: 1;
}

.table .actions-fade a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
	.table.table-no-more,
	.table.table-no-more thead,
	.table.table-no-more tbody,
	.table.table-no-more tr,
	.table.table-no-more th,
	.table.table-no-more td {
		display: block;
	}

	.table.table-no-more thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	.table.table-no-more tr {
		border-bottom: 1px solid #DDD;
	}

	.table.table-no-more td {
		border: none;
		position: relative;
		padding-left: 50%;
		text-align: left;
		white-space: normal;
	}

	.table.table-no-more td:before {
		content: attr(data-title);
		font-weight: bold;
		left: 6px;
		padding-right: 10px;
		position: absolute;
		text-align: left;
		top: 8px;
		white-space: nowrap;
		width: 45%;
	}

	.table.table-no-more.table-bordered td {
		border-bottom: 1px solid #EFEFEF;
	}

	.table.table-no-more.table-condensed td:before {
		top: 5px;
	}
}
/* Dark - Tables */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
	border-color: #262b33;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #282d36;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
	background-color: #272c34;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
	color: #808697;
}

@media screen and (max-width: 991px) {
	html.dark .table-responsive {
		border-color: #262b33;
	}
}

@media only screen and (max-width: 991px) {
	html.dark .table.table-no-more tr,
	html.dark .table.table-no-more.table-bordered td {
		border-bottom-color: #262b33;
	}
}
/* Tables - States */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	color: #777;
	background-color: #CCC;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	color: #777;
	background-color: #dff0d8;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	color: #777;
	background-color: #fcf8e3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	color: #777;
	background-color: #f2dede;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	color: #777;
	background-color: #d9edf7;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
	color: #FFF;
	background-color: #171717;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
	background-color: #4a4a4a;
	color: #FFF;
}

/* Common Fixes */
.dataTables_wrapper {
	position: relative;
}

.dataTables_wrapper .DTTT.btn-group {
	display: inline-block !important;
}

.dataTables_wrapper .datatables-header {
	margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
	font-weight: normal;
	margin: 0;
}

.dataTables_wrapper table thead th {
	padding-right: 21px !important;
}

.dataTables_wrapper .dataTables_length .select2-container {
	margin-right: 10px;
	width: 75px;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .dataTables_length {
		margin-bottom: 15px;
	}

	.dataTables_wrapper .dataTables_length label {
		float: none;
		width: 100%;
	}
}
/* Filter */
.dataTables_wrapper .dataTables_filter label {
	width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .dataTables_filter label {
		width: 100%;
	}
}
/* Footer */
.dataTables_wrapper .datatables-footer {
	margin-top: 15px;
}

.dataTables_wrapper .datatables-footer .dataTables_info {
	font-size: 11px;
	padding-top: 0;
	margin-top: 6px;
}

.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
	display: block;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .datatables-footer .dataTables_info {
		margin-bottom: 15px;
		text-align: center;
	}

	.dataTables_wrapper .datatables-footer .dataTables_paginate {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
		display: inline-block;
	}
}
/* Empty Row */
.dataTables_wrapper .dataTables_empty {
	padding: 50px 0;
	text-align: center;
}

.dataTables_processing {
	background: #CCC;
	border-radius: 100px;
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	left: 50%;
	margin-left: -36px;
	padding: 5px 10px;
	position: absolute;
	top: 3px;
}

@media only screen and (max-width: 991px) {
	.dataTables_processing {
		left: auto;
		margin-left: 0;
		right: 0;
	}
}


.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .panel {
	background: #FFF !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
	display: none !important;
}

.DTTT_Print .DTTT_print_info {
	background: rgba(255, 255, 255, 0.9);
	display: block;
	left: 0;
	height: 100px;
	line-height: 100px;
	position: fixed;
	font-size: 14px;
	text-align: center;
	top: 0;
	width: 100%;
}

/* Text Formatting */

.text-size-larger-10 {
    font-size: 1.10em !important;
}

.text-size-big {
    font-size: 1.25em !important;
}

.text-size-bigger {
    font-size: 1.5em !important;
}

.text-size-double {
    font-size: 2em !important;
}

.text-size-triple {
    font-size: 3em !important;
}

.popover {
  max-width: 250px;
}

.popover-title {
  font-size: smaller !important;
  font-weight: bolder;
  letter-spacing:1px;
  font-variant: small-caps;
}

.popover-content {
  overflow-y: auto;
  max-height: 300px !important;
  font-size: smaller !important;
}

dl>dd {
    padding-left: 15px;
}

dd>dd {
    margin-bottom: 5px;
}

dl>dt {
    margin-top: 10px;
}

.horizontal-scrollable-panel {
  overflow-x: scroll;
}

.horizontal-scrollable-panel::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.horizontal-scrollable-panel::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.horizontal-scrollable-panel::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.select2-results__options{
  height: auto; /* Reset the height to auto */
  max-height: 200px; /* Set max-height */
  overflow-y: auto;  /* Enable vertical scrollbar */
}
