/* custom styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
	color: #000;
}
.text-body {
    color: #000 !important;
}
table#datatable {
	width:100% !important;
	background-color:#fff;
}

table#datatable tbody tr td.ordenable {
	cursor:move;
}

.mce-branding {display:none !important;}

.btn-nivel {
	font-family: 'Montserrat', sans-serif;
}

form.user .alert {
	border-radius:10rem;
	padding:1.5rem 1rem
}

.bg-login-image {
	background: url() no-repeat center center;
}

.custom-file-label::after {
	content:"Explora";
}

.modal-xl {
    max-width: 80% !important;
}

.error {
    color: #c00;
    font-size: 1rem !important;
    position: relative;
    line-height: 1;
    width: 100% !important;
}

option:disabled {
	color:#c0c0c0;
}

.sidebar .nav-item .nav-link i {
    font-size: 1.5rem !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after, 
.topbar .nav-item.dropdown .dropdown-toggle::after,
.sidebar.toggled #sidebarToggle::after,
.sidebar #sidebarToggle::after {
    font-family: 'Font Awesome 5 Pro';
}

#wrapper #content-wrapper {
    background-color: #fff !important;
}

.fw-500 {
	font-weight:500 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fa-stack-lg {
	font-size:1.5em !important;
}

.bg-claro {
	background-color: #e7e8e8 !important;
}