/* 
	* General
*/
body {
	background-color: #fafdfb;
	font-size: 14px;
	font-weight: 400;
	color: #6c757d;
}
.btn:focus, .btn:active, .btn:active:focus, .custom-select:focus, .form-control:focus {
	box-shadow: none !important;
	outline: none;
}
a {
	color: #6777ef;
	font-weight: 500;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion, a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas, a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far, a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal, a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
	margin-left: 4px;
}
.bg-primary {
	background-color: #6777ef !important;
}
.bg-secondary {
	background-color: #cdd3d8 !important;
}
.bg-success {
	background-color: #63ed7a !important;
}
.bg-info {
	background-color: #3abaf4 !important;
}
.bg-warning {
	background-color: #ffa426 !important;
}
.bg-danger {
	background-color: #fc544b !important;
}
.bg-light {
	background-color: #e3eaef !important;
}
.bg-dark {
	background-color: #191d21 !important;
}
.text-primary, .text-primary-all *, .text-primary-all *:before, .text-primary-all *:after {
	color: #6777ef !important;
}
.text-secondary, .text-secondary-all *, .text-secondary-all *:before, .text-secondary-all *:after {
	color: #cdd3d8 !important;
}
.text-success, .text-success-all *, .text-success-all *:before, .text-success-all *:after {
	color: #63ed7a !important;
}
.text-info, .text-info-all *, .text-info-all *:before, .text-info-all *:after {
	color: #3abaf4 !important;
}
.text-warning, .text-warning-all *, .text-warning-all *:before, .text-warning-all *:after {
	color: #ffa426 !important;
}
.text-danger, .text-danger-all *, .text-danger-all *:before, .text-danger-all *:after {
	color: #fc544b !important;
}
.text-light, .text-light-all *, .text-light-all *:before, .text-light-all *:after {
	color: #e3eaef !important;
}
.text-white, .text-white-all *, .text-white-all *:before, .text-white-all *:after {
	color: #ffffff !important;
}
.text-dark, .text-dark-all *, .text-dark-all *:before, .text-dark-all *:after {
	color: #191d21 !important;
}
.font-weight-normal {
	font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
p, ul:not(.list-unstyled), ol {
	line-height: 28px;
}
.text-muted {
	color: #98a6ad !important;
}
.form-divider {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
}
.ui-sortable-handle, .sort-handler {
	cursor: move;
}
.text-small {
	font-size: 12px;
	line-height: 20px;
}
.text-title {
	font-size: 14px;
	color: #34395e;
	font-weight: 600;
}
select {
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
	appearance: auto !important;
}
/* 
	* Alerts 
*/
.alert {
	color: #fff;
	border: none;
	padding: 15px 20px;
}
.alert .alert-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.alert code {
	background-color: #fff;
	border-radius: 3px;
	padding: 1px 4px;
}
.alert p {
	margin-bottom: 0;
}
.alert.alert-has-icon {
	display: flex;
}
.alert.alert-has-icon .alert-icon {
	margin-top: 4px;
	width: 30px;
}
.alert.alert-has-icon .alert-icon .ion, .alert.alert-has-icon .alert-icon .fas, .alert.alert-has-icon .alert-icon .far, .alert.alert-has-icon .alert-icon .fab, .alert.alert-has-icon .alert-icon .fal {
	font-size: 20px;
}
.alert.alert-has-icon .alert-body {
	flex: 1;
}
.alert:not(.alert-light) a {
	color: #fff;
}
.alert.alert-primary {
	background-color: #6777ef;
}
.alert.alert-secondary {
	background-color: #cdd3d8;
}
.alert.alert-success {
	background-color: #63ed7a;
}
.alert.alert-info {
	background-color: #3abaf4;
}
.alert.alert-warning {
	background-color: #ffa426;
}
.alert.alert-danger {
	background-color: #fc544b;
}
.alert.alert-light {
	background-color: #e3eaef;
	color: #191d21;
}
.alert.alert-dark {
	background-color: #191d21;
}
/*
	* Badges
*/
.badges .badge {
	margin: 0 8px 10px 0;
}
.badge {
	vertical-align: middle;
	padding: 7px 12px;
	font-weight: 600;
	letter-spacing: .3px;
	border-radius: 30px;
	font-size: 12px;
}
.badge.badge-warning {
	color: #fff;
}
.badge.badge-primary {
	background-color: #6777ef;
}
.badge.badge-secondary {
	background-color: #34395e;
}
.badge.badge-success {
	background-color: #63ed7a;
}
.badge.badge-info {
	background-color: #3abaf4;
}
.badge.badge-danger {
	background-color: #fc544b;
}
.badge.badge-light {
	background-color: #e3eaef;
	color: #191d21;
}
.badge.badge-white {
	background-color: #ffffff;
	color: #191d21;
}
.badge.badge-dark {
	background-color: #191d21;
}
h1 .badge {
	font-size: 24px;
	padding: 16px 21px;
}
h2 .badge {
	font-size: 22px;
	padding: 14px 19px;
}
h3 .badge {
	font-size: 18px;
	padding: 11px 16px;
}
h4 .badge {
	font-size: 16px;
	padding: 8px 13px;
}
h5 .badge {
	font-size: 14px;
	padding: 5px 10px;
}
h6 .badge {
	font-size: 11px;
	padding: 3px 8px;
}
.btn .badge {
	margin-left: 5px;
	padding: 4px 7px;
}
.btn .badge.badge-transparent {
	background-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}
/*
	* Buttons
*/
.buttons .btn {
	margin: 0 8px 10px 0;
}
.btn:focus {
	box-shadow: none !important;
	outline: none;
}
.btn:active {
	box-shadow: none !important;
	outline: none;
}
.btn:active:focus {
	box-shadow: none !important;
	outline: none;
}
.btn.btn-icon-split i, .dropdown-item.has-icon i {
	text-align: center;
	width: 15px;
	font-size: 15px;
	float: left;
	margin-right: 10px;
}
.btn {
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	padding: .3rem .8rem;
	letter-spacing: .5px;
}
.btn:not(.btn-social):not(.btn-social-icon):active, .btn:not(.btn-social):not(.btn-social-icon):focus, .btn:not(.btn-social):not(.btn-social-icon):hover {
	border-color: transparent !important;
	background-color: white;
}
.btn > i {
	margin-left: 0 !important;
}
.btn.btn-lg {
	padding: .55rem 1.5rem;
	font-size: 12px;
}
.btn.btn-lg.btn-icon-split i {
	line-height: 42px;
}
.btn.btn-lg.btn-icon-split div {
	margin-left: 25px;
}
.btn.btn-sm {
	padding: .10rem .4rem;
	font-size: 12px;
}
.btn.btn-icon .bi {
	margin-left: 0 !important;
	font-size: 12px;
}
.btn.btn-icon.icon-left .bi {
	margin-right: 3px;
}
.btn.btn-icon.icon-right .bi {
	margin-left: 3px !important;
}
.btn-action {
	color: #fff !important;
	line-height: 25px;
	font-size: 12px;
	min-width: 35px;
	min-height: 35px;
}
.btn-secondary, .btn-secondary.disabled {
	box-shadow: 0 2px 6px #e1e5e8;
	background-color: #cdd3d8;
	border-color: #cdd3d8;
	color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active {
	background-color: #bfc6cd !important;
	color: #fff !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:active {
	background-color: #cdd3d8 !important;
	color: #fff !important;
}
.btn-success, .btn-success.disabled {
	box-shadow: 0 2px 6px #a8f5b4;
	background-color: #63ed7a;
	border-color: #63ed7a;
	color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active {
	background-color: #4cea67 !important;
	color: #fff !important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.disabled:hover, .btn-outline-success.disabled:focus, .btn-outline-success.disabled:active {
	background-color: #63ed7a !important;
	color: #fff !important;
}
.btn-danger, .btn-danger.disabled {
	box-shadow: 0 2px 6px #fd9b96;
	background-color: #fc544b;
	border-color: #fc544b;
	color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active {
	background-color: #fb160a !important;
}
.btn-warning, .btn-warning.disabled {
	box-shadow: 0 2px 6px #ffc473;
	background-color: #ffa426;
	border-color: #ffa426;
	color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active {
	background-color: #ff990d !important;
	color: #fff !important;
}
.btn-info, .btn-info.disabled {
	box-shadow: 0 2px 6px #82d3f8;
	background-color: #3abaf4;
	border-color: #3abaf4;
	color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active {
	background-color: #0da8ee !important;
}
.btn-primary, .btn-primary.disabled {
	color: #fff !important;
	box-shadow: 0 2px 6px #09e0a8;
	background-color: #06d6a0;
	border-color: #06d6a0;
}
.btn-primary:focus, .btn-primary.disabled:focus {
	background-color: #06c493 !important;
}
.btn-primary:focus:active, .btn-primary.disabled:focus:active {
	background-color: #06c493 !important;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
	background-color: #06c493 !important;
}
.btn-round {
	border-radius: 30px;
	padding-left: 34px;
	padding-right: 34px;
}
.btn-group .btn.active {
	background-color: #6777ef;
	color: #fff;
}
/*
	* Dropdown
*/
.dropdown-item.has-icon i {
	margin-top: -1px;
	font-size: 13px;
}
.dropdown-menu {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
	border: none;
	width: 200px;
}
.dropdown-menu.show {
	display: block !important;
}
.dropdown-menu a {
	font-size: 13px;
}
.dropdown-menu .dropdown-title {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #191d21 !important;
	padding: 10px 20px;
	line-height: 20px;
	color: #98a6ad;
}
.dropdown-menu.dropdown-menu-sm a {
	font-size: 14px;
	letter-spacing: normal;
	padding: 10px 20px;
	color: #6c757d;
}
a.dropdown-item {
	padding: 10px 20px;
	font-weight: 500;
	line-height: 1.2;
}
a.dropdown-item:focus, a.dropdown-item:active, a.dropdown-item.active {
	background-color: #6777ef;
	color: #fff !important;
}
.dropdown-divider {
	border-top-color: #f9f9f9;
}
/*
	* Form
*/
.form-control, .input-group-text, .custom-select, .custom-file-label {
	background-color: #fdfdff;
	border-color: #e4e6fc;
}
.form-control:focus, .input-group-text:focus, .custom-select:focus, .custom-file-label:focus {
	background-color: #fefeff;
	border-color: #95a0f4;
}
.input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 14px;
	padding: 10px 15px;
	height: 42px;
}
textarea.form-control {
	height: 64px !important;
}
.custom-control {
	line-height: 1.6rem;
}
.custom-file, .custom-file-label, .custom-select, .custom-file-label:after, .form-control[type="color"], select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 6px);
}
.form-row {
	margin-right: 0;
	margin-left: 0;
}
.form-group {
	margin-bottom: 10px;
}
.form-row>.col, .form-row>[class*=col-] {
	padding: 0 5px !important;
}
.form-group .control-label, .form-group > label {
	font-weight: 600;
	color: #34395e;
	font-size: 12px;
	letter-spacing: .5px;
}
.form-group.floating-addon {
	position: relative;
}
.form-group.floating-addon .input-group-prepend {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 5;
}
.form-group.floating-addon:not(.floating-addon-not-append) .input-group-append {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	left: initial;
	right: 0;
}
.form-group.floating-addon .input-group-prepend .input-group-text, .form-group.floating-addon .input-group-append .input-group-text {
	border-color: transparent;
	background-color: transparent;
	font-size: 20px;
}
.form-group.floating-addon .form-control {
	border-radius: 3px;
	padding-left: 40px;
}
.form-group.floating-addon .form-control + .form-control {
	border-radius: 0 3px 3px 0;
	padding-left: 15px;
}
.input-group-append [class*="btn-outline-"] {
	background-color: #fdfdff;
}
.form-text {
	font-size: 12px;
	line-height: 22px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #6777ef !important;
}
.custom-file-label {
	line-height: 2.2;
}
.custom-file-label:after {
	height: calc(2.25rem + 4px);
	line-height: 2.2;
	border-color: transparent;
}
.custom-file-label:focus, .custom-file-label:active {
	box-shadow: none;
	outline: none;
}
.custom-file-input:focus + .custom-file-label {
	box-shadow: none;
	border-color: #6777ef;
}
.custom-file-input:focus + .custom-file-label:after {
	border-color: transparent;
}
/*
	* Modal
*/
.modal {
	overflow-y:auto; /* semi-fix modal inside modal scroll */
}
.modal-header, .modal-body, .modal-footer {
	padding: 25px;
}
.modal-body {
	padding-top: 15px;
}
.modal-footer {
	background-color: #f7f9f9 !important;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: none;
	border-radius: 0 0 3px 3px;
}
.modal-header {
	border-bottom: none;
	padding-bottom: 5px;
}
.modal-header h5 {
	font-size: 18px;
}
.modal-content {
	max-width: 100%;
	border: none;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.modal.show .modal-content {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.modal-part {
	display: none;
}
/*
	* Table
*/
.table td, .table:not(.table-bordered) th {
	border-top: none;
}
.table:not(.table-sm):not(.table-md):not(.dataTable) td, .table:not(.table-sm):not(.table-md):not(.dataTable) th {
	padding: 0 15px;
	height: 60px;
	vertical-align: middle;
}
.form-group .table:not(.table-sm):not(.table-md):not(.dataTable) td, .form-group .table:not(.table-sm):not(.table-md):not(.dataTable) th {
	padding: 0 5px;
	height: 60px;
	vertical-align: middle;
}
.table:not(.table-sm) thead th {
	border-bottom: none;
	background-color: rgba(0, 0, 0, 0.04);
	color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table.table-md th, .table.table-md td {
	padding: 10px 15px;
}
.table.table-bordered td, .table.table-bordered th {
	border-color: #f6f6f6;
}
.table-links {
	color: #34395e;
	font-size: 12px;
	margin-top: 5px;
	opacity: 0;
	transition: all .3s;
}
.table-links a {
	color: #666;
}
table tr:hover .table-links {
	opacity: 1;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.02);
}
@media (max-width: 575.98px) {
	.table-responsive table {
		min-width: 800px;
   }
}
/*
	* Login
*/
#login-form {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#login-form.row{
	margin: 0;
}
.login {
	min-height: 100vh;
}
.login h3.login-heading{
	margin-bottom: 0;
}
.login form{
	margin-top: 1em;
}
.login img.only-mob {
	display: none;
}
.bg-image {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
	background-image: url(assets/school-background.jpg);
	background-size: cover;
	background-position: center center;
}
.bg-image img {
	width: 15rem;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}
.btn-login {
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	padding: 0.75rem 1rem;
}
/* Media */
@media only screen and (width:1024px) and (height: 768px) {
	#login-form {
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: url(assets/school-background.jpg);
		background-position: center top;
		background-size: cover;
		box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
   }
}
/* Ipad Air */
@media only screen and (width:820px) and (height: 1180px) {
	#login-form {
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: url(assets/school-background.jpg);
		background-position: center top;
		background-size: cover;
		box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
   }
}
@media only screen and (width: 1180px) and (height: 820px) {
	#login-form {
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: url(assets/school-background.jpg);
		background-position: center top;
		background-size: cover;
		box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
   }
}
/* Surface Pro 7 */
@media only screen and (width: 912px) and (height: 1368px) {
	#login-form {
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: url(assets/school-background.jpg);
		background-position: center top;
		background-size: cover;
		box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
   }
}
/* Surface Duo */
@media only screen and (width: 540px) and (height: 720px) {
	.login .container {
		padding: 0 50px !important;
   }
}
@media (max-width: 768px) {
	#login-form.row{
		margin: 0px;
   }
	#loging-form .col-md-8, .col-lg-6 {
		padding:0 !important;
   }
	#login-form {
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: url(assets/school-background.jpg);
		background-position: center top;
		background-size: cover;
		box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
   }
	.login img.only-mob {
		display: block;
		width: 16rem;
		margin: 0 auto;
   }
	.login h3.login-heading{
		color:#fff;
		text-align: center;
   }
	.col-md-9 small {
		color: #fff;
		display: block;
		text-align: center;
   }
}
@media (max-width: 414px) {
	.login .container {
		padding: 0 25px !important;
   }
}
/*
	* Navbar
*/
.navbar {
	height: 70px;
	left: 250px;
	right: 5px;
	position: absolute;
	z-index: 890;
	background-color: transparent;
}
.navbar.active {
	background-color: #06d6a0;
	box-shadow: rgba(103, 119, 239, 0.2) rgba(0, 0, 0, 0.03);
}
.navbar-bg {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #06d6a0;
	z-index: -1;
}
.navbar {
	align-items: center;
}
.navbar .navbar-brand {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}
.navbar .form-inline .form-control {
	background-color: #fff;
	border-color: transparent;
	padding-left: 20px;
	padding-right: 0;
	margin-right: -6px;
	min-height: 46px;
	font-weight: 500;
	border-radius: 3px 0 0 3px;
	transition: all 1s;
}
.navbar .form-inline .form-control:focus, .navbar .form-inline .form-control:focus + .btn {
	position: relative;
	z-index: 9001;
}
.navbar .form-inline .btn {
	border-radius: 0 3px 3px 0;
	background-color: #fff;
	padding: 9px 15px 9px 15px;
	border-color: transparent;
}
.navbar .active .nav-link {
	color: #fff;
	font-weight: 700;
}
.navbar .navbar-text {
	color: #fff;
}
.navbar .nav-link {
	color: #f2f2f2;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 100%;
}
.navbar .nav-link.nav-link-lg div {
	margin-top: 3px;
}
.navbar .nav-link.nav-link-lg i {
	margin-left: 0 !important;
	font-size: 18px;
	line-height: 32px;
}
.navbar .nav-link.nav-link-user {
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 600;
}
.navbar .nav-link.nav-link-user img {
	width: 30px;
}
.navbar .nav-link.nav-link-img {
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 50%;
	overflow: hidden;
}
.navbar .nav-link.nav-link-img .flag-icon {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	line-height: 18px;
	height: 22px;
	width: 22px;
	background-size: cover;
}
.navbar .nav-link:hover {
	color: #fff;
}
.navbar .nav-link.disabled {
	color: #fff;
	opacity: .6;
}
.nav-collapse {
	display: flex;
}
@media (max-width: 575.98px) {
	body.search-show .navbar .form-inline .search-element {
		display: block;
   }
	.navbar .form-inline .search-element {
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		z-index: 892;
		display: none;
   }
	.navbar .form-inline .search-element .form-control {
		float: left;
		border-radius: 3px 0 0 3px;
		width: calc(100% - 43px) !important;
   }
	.navbar .form-inline .search-element .btn {
		margin-top: 1px;
		border-radius: 0 3px 3px 0;
   }
	.navbar .form-inline .search-result {
		width: 100%;
   }
	.navbar .nav-link.nav-link-lg div {
		display: none;
   }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar .form-inline .search-element {
		display: block;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.collapse {
		position: relative;
   }
	.collapse .navbar-nav {
		position: absolute;
   }
}
@media (max-width: 1024px) {
	.nav-collapse {
		position: relative;
   }
	.nav-collapse .navbar-nav {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
		position: absolute;
		top: 40px;
		left: 0;
		width: 200px;
		display: none;
   }
	.nav-collapse .navbar-nav.show {
		display: block;
   }
	.nav-collapse .navbar-nav .nav-item:first-child {
		border-radius: 3px 3px 0 0;
   }
	.nav-collapse .navbar-nav .nav-item:last-child {
		border-radius: 0 0 3px 3px;
   }
	.nav-collapse .navbar-nav .nav-item .nav-link {
		background-color: #fff;
		color: #6c757d;
   }
	.nav-collapse .navbar-nav .nav-item .nav-link:hover {
		background-color: #fcfcfd;
		color: #6777ef;
   }
	.nav-collapse .navbar-nav .nav-item:focus > a, .nav-collapse .navbar-nav .nav-item.active > a {
		background-color: #6777ef;
		color: #fff;
   }
	.navbar {
		left: 5px;
		right: 0;
   }
	.navbar .dropdown-menu {
		position: absolute;
   }
	.navbar .navbar-nav {
		flex-direction: row;
   }
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
   }
}
/*
	* Sidebar
*/
.main-sidebar {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	position: fixed;
	top: 0;
	height: 100%;
	width: 250px;
	background-color: #fff;
	z-index: 880;
	left: 0;
}
.main-sidebar, .navbar, .main-content{
	transition: all .5s;
}
body:not(.sidebar-mini) .sidebar-style .sidebar-menu > li.active > a {
	padding-left: 16px;
	background-color: transparent;
	position: relative;
}
body:not(.sidebar-mini) .sidebar-style .sidebar-menu > li.active > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
	width: 4px;
	background-color: #6777ef;
}
body:not(.sidebar-mini) .sidebar-style .sidebar-menu li.active ul.dropdown-menu li a {
	padding-left: 61px;
	background-color: #fff;
}
body.sidebar-gone .main-sidebar {
	left: -250px;
}
body.sidebar-gone .main-sidebar .sidebar-brand.sidebar-brand-sm{
	display: block;
}
body.sidebar-gone .main-sidebar .sidebar-menu > li > a .bi {
    margin: 0;
    font-size: 20px;
}
body.sidebar-gone .main-sidebar .sidebar-menu > li > a {
    border-radius: 3px;
    height: 45px;
    padding: 0;
    justify-content: center;
}
body.sidebar-gone .main-sidebar .sidebar-menu > li {
    padding: 10px;
}
body.sidebar-gone .main-sidebar .sidebar-brand,
body.sidebar-gone .main-sidebar .sidebar-menu li.menu-header,
body.sidebar-gone .main-sidebar .sidebar-menu > li > a span {
	display: none;
}
body.sidebar-mini .main-sidebar {
	width: 90px;
	overflow: initial !important;
	position: absolute;
	box-shadow: none;
}
body.sidebar-mini .main-sidebar .sidebar-menu li a i {
	margin-right: 0;
}
body.sidebar-mini .main-sidebar:after {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	content: ' ';
	position: fixed;
	background-color: #fff;
	width: 65px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	animation-name: mini-sidebar;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes mini-sidebar {
	from {
		opacity: 0;
   }
	to {
		opacity: 1;
   }
}
body.sidebar-mini .main-sidebar .sidebar-brand {
	display: none;
}
body.sidebar-mini .main-sidebar .sidebar-brand-sm {
	display: block;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li {
	padding: 10px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li.menu-header {
	padding: 0;
	font-size: 0;
	height: 2px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a {
	border-radius: 3px;
	height: 45px;
	padding: 0;
	justify-content: center;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .bi {
	margin: 0;
	font-size: 20px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a span {
	display: none;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .badge {
	padding: 5px;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 10px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a.has-dropdown:after {
	content: initial;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
	box-shadow: 0 4px 8px #acb5f6;
	background-color: #6777ef;
	color: #fff;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
	position: absolute;
	background-color: #fff;
	left: 65px;
	top: 10px;
	width: 200px;
	display: none;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li > a:focus, body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a, body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a:hover {
	color: #fff;
	background-color: #6777ef !important;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
	height: 40px;
	padding: 0 20px;
	background-color: #fff;
}
body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
	display: block !important;
}
body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li:hover > a {
	background-color: #fcfcfd;
}
body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li .dropdown-menu {
	left: 200px;
	padding: 0;
}
body.sidebar-mini .navbar {
	left: 90px;
}
body.sidebar-mini .main-content {
	padding-left: 120px;
}
.main-sidebar .sidebar-brand {
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.main-sidebar .sidebar-brand.sidebar-brand-sm {
	display: none;
}
.main-sidebar .sidebar-brand a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #000;
}
.main-sidebar .sidebar-menu {
	padding: 0;
	margin: 0;
}
.main-sidebar .sidebar-menu li {
	display: block;
}
.main-sidebar .sidebar-menu li.menu-header {
	padding: 3px 15px;
	color: #bcc1c6;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 600;
}
.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
	margin-top: 10px;
}
.main-sidebar .sidebar-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	letter-spacing: .3px;
	color: #868e96;
	text-decoration: none;
}
.main-sidebar .sidebar-menu li a .badge {
	float: right;
	padding: 5px 10px;
	margin-top: 2px;
}
.main-sidebar .sidebar-menu li a i {
	width: 28px;
	margin-right: 20px;
	text-align: center;
}
.main-sidebar .sidebar-menu li a span {
	margin-top: 3px;
	width: 100%;
}
.main-sidebar .sidebar-menu li a:hover {
	background-color: #fcfcfd;
}
.main-sidebar .sidebar-menu li.active a {
	color: #6777ef;
	font-weight: 600;
	background-color: #fcfcfd;
}
.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
	background-color: #fcfcfd;
}
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu {
	display: block;
}
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu li a:hover {
	background-color: #fcfcfd;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu {
	padding: 0;
	margin: 0;
	display: none;
	position: static;
	float: none;
	width: 100%;
	box-shadow: none;
	background-color: transparent;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	color: #868e96;
	height: 35px;
	padding-left: 65px;
	font-weight: 400;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
	color: #6777ef;
	background-color: inherit;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
	color: #6777ef;
	font-weight: 600;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
	margin-top: 1px;
	text-align: center;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
	padding-left: 10px;
}
.main-content {
	padding-left: 280px;
	padding-right: 30px;
	padding-top: 80px;
	width: 100%;
	position: relative;
}
@media (max-width: 1024px) {
	.sidebar-gone-hide {
		display: none !important;
   }
	.sidebar-gone-show {
		display: block !important;
   }
	.main-sidebar {
		position: fixed !important;
		margin-top: 0 !important;
		z-index: 891;
   }
	.main-content {
		padding-left: 30px;
		padding-right: 30px;
		width: 100% !important;
   }
	body.search-show {
		overflow: hidden;
   }
	body.search-show .navbar {
		z-index: 892;
   }
	body.sidebar-show {
		overflow: hidden;
   }
	body.search-show:before, body.sidebar-show:before {
		content: '';
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0;
		z-index: 891;
		-webkit-animation-name: fadeinbackdrop;
		animation-name: fadeinbackdrop;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
   }
	@-webkit-keyframes fadeinbackdrop {
		to {
			opacity: .6;
	   }
   }
	@keyframes fadeinbackdrop {
		to {
			opacity: .6;
	   }
   }
}
/* 
	* Containers
*/
.container {
	padding: 0 !important;
}
.container-fluid{
	padding: 0 !important;
}
.container-fluid .row{
	margin: 0 !important;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	padding: 0 15px !important;
}
@media (min-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: initial;
	}
}
/*
	* Section
*/
.section {
	position: relative;
	z-index: 1;
}
.section > *:first-child {
	margin-top: -7px;
}
.section .section-header {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	border-radius: 3px;
	border: none;
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	display: flex;
	align-items: center;
}
.section .section-header h1 {
	margin-bottom: 0;
	font-weight: 700;
	display: inline-block;
	font-size: 24px;
	margin-top: 3px;
	color: #34395e;
}
.section .section-header .section-header-back {
	margin-right: 15px;
}
.section .section-header .section-header-back .btn:hover {
	background-color: #6777ef;
	color: #fff;
}
.section .section-header .section-header-button {
	margin-left: 20px;
}
.section .section-header .section-header-breadcrumb {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.section .section-header .section-header-breadcrumb .breadcrumb-item {
	font-size: 12px;
}
.section .section-header .btn {
	font-size: 12px;
}
.section .section-title {
	font-size: 18px;
	color: #191d21;
	font-weight: 600;
	position: relative;
	margin: 30px 0 25px 0;
}
.section .section-title:before {
	content: ' ';
	border-radius: 5px;
	height: 8px;
	width: 30px;
	background-color: #06d6a0;
	float: left;
	margin-top: 6px;
	margin-right: 15px;
}
.section .section-title + .section-lead {
	margin-top: -20px;
}
.section .section-lead {
	margin-left: 45px;
}
.main-wrapper-1 .section .section-header {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -10px;
	border-radius: 0;
	border-top: 1px solid #f9f9f9;
	padding-left: 35px;
	padding-right: 35px;
}
@media (max-width: 575.98px) {
	.section .section-title {
		font-size: 14px;
   }
	.section .section-header {
		flex-wrap: wrap;
		margin-bottom: 20px !important;
   }
	.section .section-header h1 {
		font-size: 18px;
   }
	.section .section-header .float-right {
		display: inline-block;
		width: 100%;
		margin-top: 15px;
   }
   .section .section-header .section-header-button {
		margin: 10px 0;
		width: 100%;
	}
	.section-header-button > button {
		display: block;
		width: 100%;
	}
	.section .section-header .section-header-breadcrumb {
		flex-basis: 100%;
		margin-top: 10px;
		justify-content: center;
   }
   .section .section-header .section-header-breadcrumb .breadcrumb-item {
    	width: 100%;
	}
}
/*
	* Card
*/
.card {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	border-radius: 3px;
	border: none;
	position: relative;
	margin-bottom: 30px;
}
.card .card-header, .card .card-body, .card .card-footer {
	background-color: transparent;
	padding: 20px 25px;
}
.card-footer {
	border-top-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
	justify-content: flex-end;
}
.card .navbar {
	position: static;
}
.card .card-body {
	padding-top: 20px;
	padding-bottom: 20px;
}
.card .card-body .section-title {
	margin: 30px 0 10px 0;
	font-size: 16px;
}
.card .card-body .section-title:before {
	margin-top: 8px;
}
.card .card-body .section-title + .section-lead {
	margin-top: -5px;
}
.card .card-body p {
	font-weight: 500;
}
.card .card-header {
	border-bottom-color: #f9f9f9;
	line-height: 30px;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
	min-height: 70px;
	padding: 15px 25px;
	display: flex;
	align-items: center;
}
.card .card-header .btn {
	margin-top: 1px;
	padding: 2px 15px;
}
.card .card-header .btn:not(.note-btn) {
	border-radius: 30px;
}
.card .card-header .btn:hover {
	box-shadow: none;
}
.card .card-header .form-control {
	height: 31px;
	font-size: 13px;
	border-radius: 30px;
}
.card .card-header .form-control + .input-group-btn .btn {
	margin-top: -1px;
}
.card .card-header h4 {
	font-size: 16px;
	line-height: 28px;
	padding-right: 10px;
	margin-bottom: 0;
}
.card .card-header h4 + .card-header-action, .card .card-header h4 + .card-header-form {
	margin-left: auto;
}
.card .card-header h4 + .card-header-action .btn, .card .card-header h4 + .card-header-form .btn {
	font-size: 12px;
	border-radius: 30px !important;
	padding-left: 13px !important;
	padding-right: 13px !important;
}
.card .card-header h4 + .card-header-action .btn.active, .card .card-header h4 + .card-header-form .btn.active {
	box-shadow: 0 2px 6px #acb5f6;
	background-color: #6777ef;
	color: #fff;
}
.card .card-header h4 + .card-header-action .dropdown, .card .card-header h4 + .card-header-form .dropdown {
	display: inline;
}
.card .card-header h4 + .card-header-action .btn-group .btn, .card .card-header h4 + .card-header-form .btn-group .btn {
	border-radius: 0 !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:first-child, .card .card-header h4 + .card-header-form .btn-group .btn:first-child {
	border-radius: 30px 0 0 30px !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:last-child, .card .card-header h4 + .card-header-form .btn-group .btn:last-child {
	border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .form-control, .card .card-header h4 + .card-header-form .input-group .form-control {
	border-radius: 30px 0 0 30px !important;
}
.card .card-header h4 + .card-header-action .input-group .form-control + .input-group-btn .btn, .card .card-header h4 + .card-header-form .input-group .form-control + .input-group-btn .btn {
	border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .input-group-btn + .form-control, .card .card-header h4 + .card-header-form .input-group .input-group-btn + .form-control {
	border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .input-group-btn .btn, .card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
	margin-top: -1px;
	border-radius: 30px 0 0 30px !important;
}
@media (max-width: 767.98px) {
	.card .card-header {
		height: auto;
		flex-wrap: wrap;
   }
	.card .card-header h4 + .card-header-action, .card .card-header h4 + .card-header-form {
		flex-grow: 0;
		width: 100%;
		margin-top: 10px;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.card .card-stats .card-stats-items {
		height: 49px;
   }
	.card .card-stats .card-stats-items .card-stats-item {
		padding: 5px 7px;
   }
	.card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
		font-size: 16px;
   }
	.card.card-sm-6 .card-chart canvas {
		height: 85px !important;
   }
}
/*
	* Card - Courses
*/
.card.cursos .curso-header {
	padding: 40px;
	background-image: linear-gradient(to bottom, #06d6a0, #12e4ac);
	color: #fff;
	overflow: hidden;
	height: auto;
	min-height: auto;
	display: block;
}
.card.cursos .curso-header h5 {
	line-height: 1;
}
.card.cursos .curso-header .curso-description {
	margin-top: 5px;
	font-size: 16px;
}
.card.cursos .curso-header .curso-icon {
	float: right;
	color: rgba(255,255,255, 0.2);
	margin: -20px;
}
.card.cursos .curso-header .curso-icon .bi {
	font-size: 90px;
}
.cursos .curso-item {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #f9f9f9;
}
.cursos .curso-item.ver-curso {
	padding: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.card.cursos .curso-header {
		padding: 25px;
   }
}
@media (max-width: 1024px) {
	.card.cursos .curso-header {
		padding: 40px 20px;
	}
	.card.cursos .curso-header .curso-icon {
		margin: -20px 0px;
	}
	.card.cursos .curso-header .curso-icon .bi {
		font-size: 45px;
	}
}
@media (max-width: 768px) {
	.card.cursos .curso-header .curso-icon .bi {
		font-size: 55px;
	}
}
/*
	* Nav Tabs/Pills
*/
.nav-tabs .nav-item .nav-link {
	color: #6777ef;
}
.nav-tabs .nav-item .nav-link.active {
	color: #000;
}
.tab-content > .tab-pane {
	padding: 10px 0;
	line-height: 24px;
}
.tab-bordered .tab-pane {
	padding: 15px;
	border: 1px solid #ededed;
	margin-top: -1px;
}
.nav-pills {
	margin-bottom: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #06d6a0;
}
.nav-pills .nav-item .nav-link {
	color: #6777ef;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.nav-pills .nav-item .nav-link:hover {
	background-color: #f6f7fe;
}
.nav-pills .nav-item .nav-link.active {
	box-shadow: 0 2px 6px #09e0a8;
	color: #fff;
	background-color: #06d6a0;
}
.nav-pills .nav-item .nav-link .badge {
	padding: 5px 8px;
	margin-left: 5px;
}
.nav .nav-item .nav-link .ion, .nav .nav-item .nav-link .fas, .nav .nav-item .nav-link .far, .nav .nav-item .nav-link .fab, .nav .nav-item .nav-link .fal {
	margin-right: 3px;
	font-size: 12px;
}
/*
	* Nav Pills - Add Courses
*/
@media (max-width: 414px) {
	#coursesTab ul.nav.nav-pills {
		overflow: auto;
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}
	#coursesTab li.nav-item {
		white-space: nowrap;
	}
}
/*
	* Nav Pills - Courses
*/
#courses-view .nav-pills {
	margin-bottom: 0;
}
#courses-view li.nav-item {
	margin-right: 10px;
}
.card.recursos.video{
	border-left: 2px solid #bd1111;
}
.card.recursos.material{
	border-left: 2px solid #06d6a0;
}
@media (max-width: 414px) {
	#courses-view .nav-pills {
		overflow: auto;
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}
	#courses-view li.nav-item {
		white-space: nowrap;
	}
}
/*
	* Summary - Courses Recursos
*/
.summary {
	display: inline-block;
	width: 100%;
}
.summary .summary-info {
	background-color: #eaf2f4;
	padding: 50px 0;
	text-align: center;
	border-radius: 3px;
}
.summary .summary-info h4 {
	font-weight: 600;
}
.summary .summary-item {
	margin-top: 20px;
}
.summary .summary-item ul {
	margin-bottom: 0;
}
.summary .summary-item h6 {
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 20px;
}
.list-unstyled-border li {
	border-bottom: 1px solid #f9f9f9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.list-unstyled-border li .custom-checkbox {
	margin-right: 15px;
}
.list-unstyled-border li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list-unstyled-noborder li:last-child {
	border-bottom: none;
}
.media i {
	font-size: 30px;
}
.media .media-body.user-classes i {
	font-size: 16px;
}
.media .media-body .btn-primary.video {
	color: #fff !important;
	box-shadow: 0 2px 6px #bd1111;
	background-color: #bd1111;
	border-color: #bd1111;
}
.media .media-body .btn-primary.video:hover {
	background-color: #a30d0d !important;
}
.media .media-right {
	float: right;
	font-weight: 600;
	font-size: 16px;
}
.media .media-icon {
	font-size: 20px;
	margin-right: 15px;
	line-height: 1;
}
.media .media-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
}
.media .media-description {
	line-height: 24px;
	color: #34395e;
}
/*
	* Asistencia Page
*/
.asistencia .nav-pills {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.asistencia .card .card-header h4 + .card-header-action, .asistencia .card .card-header h4 + .card-header-form {
		flex-grow: 0;
		width: auto;
		margin-top: 0;
   	}
	.asistencia .card .card-body .float-left select {
		margin-bottom: 10px;
	}
   .asistencia .card .card-body .float-left, .asistencia .card .card-body .float-right {
		float: none !important;
	}
}
/*
	* Vuetify
*/
.theme--light.v-pagination .v-pagination__item--active {
	color: #09e0a8 !important;
}
.customCellBg--green {
	background-color: #09e0a8 !important;
    color: #fff;
    font-weight: bold;
}

.customCellBg--orange {
	background-color: #ffd38b !important;
	font-weight: bold;
}

.no_data {
	font-size: 1.1rem;
}

.color_input img {
	display:none;
}

/** Fix hote table select */

.handsontableEditor.autocompleteEditor {
	min-width:200px!important;
}

.handsontableEditor.autocompleteEditor .htCore, .handsontableEditor.autocompleteEditor .wtSpreader, .handsontableEditor.autocompleteEditor .wtHider {
	width:100%!important;
}

.handsontableEditor.autocompleteEditor .wtHolder {
	width:auto!important;
	max-height:150px;
}

.handsontableEditor.autocompleteEditor .htCore {
	border:0!important;
}

/* Course Image */
.uploadedImage {
	height:70px;
	width:auto;
	cursor:pointer;
}

.uploadedImage--modal {
	height: calc(100vh - 130px);
    object-fit: contain;
    width: 100%;
}

.subject-item-list, .teacher-item-list {
	background: #06d6a0;
	color: white;
	font-weight: 600;
	padding: 3px 10px;
	margin: 5px;
	border-radius: 3px;
}

.subject-item-list > i, .teacher-item-list > i{
	font-weight: bold;
	padding-left: 2px;
	cursor: pointer;
}

.card-body .inventoryComp__tab {
	margin-bottom: 1rem;
	gap:10px;
}
.tbody__header {
	background-color: #eee;
}
	
.card-footer > .form-group > select {
	margin-top: 17px;
}

.card-footer > .col-md-10 {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 1 auto;
}

body .v-select {
  width:100%;
  min-width:200px;
}

/* Loader */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#spinner-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000021;
  display: none;
}

/* Style the tab */
.tab {
	overflow: hidden;
	margin: 3px;
  }
  
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #f5f5f5;
    font-weight: bold;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}