.datatable-wrapper.no-header .datatable-container {
	border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
	/*border-bottom: 1px solid #d9d9d9;*/
	padding: 20px 0 10px 0;
}

/*.datatable-wrapper.no-footer .datatable-container tr:nth-child(even) {
	background-color: #f2f2f2;
}

	.datatable-wrapper.no-footer .datatable-container tr {
		background-color: #ddd;
	}*/
.datatable-wrapper.no-footer .datatable-container th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #04AA6D;
	color: white;
}
.datatable-top,
.datatable-bottom {
	padding: 8px 10px;
}

.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
	float: left;
}

.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
	float: right;
}

.datatable-selector {
	padding: 6px;
}

.datatable-input {
	padding: 6px 12px;
}

.datatable-info {
	font-size: 13px;
	text-align: center;
	margin: 7px 0;
}

/* PAGER */
.datatable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.datatable-pagination li {
	list-style: none;
	float: left;
}

.datatable-pagination li.datatable-hidden {
    visibility: hidden;
}

.datatable-pagination a,
.datatable-pagination button {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
	background-color: #d9d9d9;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    pointer-events: none;
    cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
	font-weight: bold;
}

/* TABLE */
.datatable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.datatable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}

.datatable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.datatable-table th {
	vertical-align: bottom;
	text-align: left;
}

.datatable-table th a {
	text-decoration: none;
	color: inherit;
}

.datatable-table th button,
.datatable-pagination-list button {
    color: inherit;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    text-align: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.datatable-sorter, .datatable-filter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.datatable-sorter::before,
.datatable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}


.datatable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.datatable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
	opacity: 0.6;
}

.datatable-filter::before {
    content: "";
    position: absolute;
    right: 4px;
    opacity: 0.2;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	border-radius: 50%;
    border-top: 10px solid #000;
    top: 25%;
}

.datatable-filter-active .datatable-filter::before {
    opacity: 0.6;
}

.datatable-empty {
	text-align: center;
}

.datatable-top::after, .datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

table.datatable-table:focus tr.datatable-cursor > td:first-child {
	border-left: 3px blue solid;
}

table.datatable-table:focus {
	outline: solid 1px black;
    outline-offset: -1px;
}
.datatable-container table {
	padding-bottom: 0;
	margin-bottom: 0;
}
.pageclass td a,
.pageclass td span {
	padding-right: 10px;
}
.pageclass td span {
	padding: 5px 8px;
	color: #fff;
	background: #646262;
	margin-right: 10px;
}

.pagetitle h1 {
	margin-top: 0;
}
/*.sidebar {
            background: #000;
        }
        .sidebar-nav .nav-link {
            color: #70777b!important;
            background: #000!important;
        }
        .sidebar-nav .nav-item:hover {
            background: 0000008f; 
        }*/

.date-content h4 {
	font-size: 15px;
	padding-top: 0;
	padding-right: 4px;
	margin: 0;
}

.date-icon i {
	font-size: 22px;
}

.date-month-button ul {
	margin: 0;
	padding: 0;
}

.date-month-button .btn-group a {
	display: inline-block;
}

button.secondary-btn,
button.primary-btn {
	padding: 8px 9px;
	font-size: 14px;
	border: 1px solid grey;
	text-transform: uppercase;
}

.bg-primary,
.bg-primary:hover {
	color: #fff;
	padding: 10px 8px;
	/*background: #43762b !important;*/
	border-radius: 5px;
}

.text-grey {
	color: #c3c1c1;
}

.w3-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 12% !important;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
	color: #fff;
	background: #4154f1 !important;
	padding: 10px 8px;
}

	.modal-header h2 {
		font-size: 20px;
		font-weight: bold;
	}

.w3-modal-content.w3-animate-top.w3-card-4 {
	width: 45%;
}

.w3-button {
	color: #000 !important;
	background: none !important;
}

span.w3-button.w3-display-topright:hover {
	background: none !important;
}

.w3-display-topright,
.w3-display-topright:hover {
	position: absolute;
	right: 0;
	top: -10px;
	font-size: 32px;
	color: #fff !important;
}

.date-month-button .w3-button:hover {
	color: #fff !important;
	background-color: #cccccc63 !important;
}

a.w3-button.w3-black {
	padding: 8px 9px;
	font-size: 14px;
	border: 1px solid grey;
	text-transform: uppercase;
	margin-left: 5px;
}

.w3-container li {
	display: inline-block;
}

.modal-footer ul {
	float: right;
	/* margin: 0 auto;*/
}

.dashboard .sales-card .card-icon {
	background: none;
	width: auto;
}

.tooltip-icon {
	position: relative;
}

	.tooltip-icon i {
		color: #7d7f81;
		font-size: 18px;
	}

.text-tooltip {
	position: fixed;
	width: auto;
	padding: 10px;
	background: #000;
	margin-top: -41px;
	margin-left: -45px;
	font-size: 12px;
	color: #fff;
	opacity: 0;
}

	.text-tooltip p {
		margin: 0;
		padding: 0;
	}

.tooltip-icon i:hover .text-tooltip {
	opacity: 1;
}

.tippy-tooltip.tomato-theme .tippy-arrow {
	transform: scale(3) !important;
}

.card-title {
	font-weight: 600;
	font-size: 16px;
}

.tag-content h3 {
	font-weight: 600;
}

.tag-content h3 {
	text-transform: uppercase;
}

	.tag-content h3 span {
		font-size: 14px;
		text-transform: lowercase;
	}

.tooltip-inner {
	background-color: #fff !important;
	/*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
	color: #000;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #fff !important;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #fff !important;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff !important;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #fff !important;
}

.primary-title {
	color: #fff;
	background: #4ea819 !important;
}

.card-title.primary-title.p-2 h3,
.card-title.secondary-title.p-2 h3,
.card-title.third-title.p-2 h3 {
	color: #fff;
	font-size: 18px;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.programme-text h4 {
	font-size: 15px;
	margin: 0;
	padding: 5px 0;
}

.programme-timing h4 {
	font-size: 12px;
}

.single-programme .border-left {
	border-right: 1px solid #47505640;
}

.orange-title {
	background: orange;
}

.single-programme ul {
	margin: 0;
	padding: 0;
}

.programme-timing {
	padding-left: 25px;
}

.single-programme li {
	display: inline-block;
}

.secondary-title {
	color: #fff;
	background: #f63 !important;
}

.third-title {
	color: #fff;
	background: #a19a98 !important;
}

.card-title h3 {
	color: #000;
	font-size: 18px;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.programme ul {
	margin: 0;
	padding: 0;
}

.programme li {
	display: inline-block;
}

.programme-list li {
	padding-right: 10px;
}

	.programme-list li i {
		font-size: 14px;
	}

	.programme-list li span {
		font-size: 12px;
	}

.single-screenshots i,
.single-screenshots img {
	font-size: 10px;
	width: 100%;
	height: auto;
}

.single-screenshots {
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}

.single-screenshots-content h3 {
	font-size: 12px;
	font-weight: 500;
	font-family: 'Poppins';
	color: #000;
}

.date-month-button i {
	color: #7d7f81;
}

.f-right {
	float: right;
	width: 100%;
	text-align: right;
}

.bg-body {
	background: #ebecec;
}

.date.f-right.py-2 {
	color: #70777b;
}

section.trial {
	background: #4ea819;
	/* margin: 0 auto; */
	text-align: center;
	padding: 10px;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 22.2%;
	right: 0;
	width: 77.7%;
}

.trial {
	color: #fff;
}

.trial-text ul {
	margin: 0;
	padding: 0;
}

.trial-text li {
	display: inline-block;
}

.trial-text h3 {
	font-size: 16px;
}

a.trial-button-primary,
a.trial-button-primary:hover {
	color: #000;
	border: 1px solid #fff;
	background: #fff;
	padding: 5px 14px;
	font-size: 12px;
	text-transform: uppercase;
}

a.trial-button-secondary {
	color: #fff;
	border: 1px solid #fff;
	background: none;
	padding: 5px 14px;
	font-size: 12px;
	text-transform: uppercase;
}

	a.trial-button-secondary:hover {
		color: #000;
		border: 1px solid #fff;
		background: #fff;
		padding: 5px 14px;
		font-size: 12px;
		text-transform: uppercase;
	}
/*        .curve {
            position: relative;
            top: auto;
            left: 0;
            background-color: #dc3545;
            width: 558px;
            height: 10px;
            border-radius: 50%;
            background-size: cover;
        }*/
.curve-danger {
	position: relative;
	top: auto;
	left: 0;
	background-color: #dc3545;
	width: 558px;
	height: 10px;
	border-radius: 50%;
	background-size: cover;
}

.curve-success {
	position: relative;
	top: auto;
	left: 0;
	background-color: #198759;
	width: 558px;
	height: 10px;
	border-radius: 50%;
	background-size: cover;
}

.info-card {
	overflow: hidden;
	padding-bottom: 0 !important;
}

.sidebar-nav .nav-link i {
	color: #4154f1;
}

.sidebar-nav .nav-link span {
	color: #012970;
}

.sidebar-nav .nav-link:hover {
	color: #4154f1;
	background: #f6f9ff;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

	.sidebar-nav .nav-link:hover span {
		color: #4154f1;
	}

select#ContentPlaceHolder1_dropMonth {
	position: relative;
	z-index: 1;
}

@media (max-width:991px) {
	.w3-modal {
		z-index: 3;
		display: none;
		padding-top: 100px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.4);
	}

	.w3-modal-content.w3-animate-top.w3-card-4 {
		width: 100%;
	}

	section.trial {
		background: #4ea819;
		/* margin: 0 auto; */
		text-align: center;
		padding: 10px;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
		margin-left: 0;
	}

	.fc .fc-button-group {
		display: block;
	}
		.fc .fc-button-group > .fc-button {
			margin-bottom: 0;
			margin-right: 8px;
		}
	.fc .fc-toolbar-title {
		font-size: 19px;
		margin: 0px;
	}
	button.fc-today-button.fc-button.fc-button-primary,
	button.fc-timeGridDay-button.fc-button.fc-button-primary,
	button.fc-timeGridWeek-button.fc-button.fc-button-primary,
	button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
		display: none;
	}
}