@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900|Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import 'jquery-ui.css';
@import 'bootstrap.css';
@import 'alertify.css';
@import 'fontello.css';
@import 'fullcalendar.css';
@import 'owl.carousel.css';
@import 'magnific-popup.css';

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #89879f;
    text-align: left;
    background-color: #ebeef6;
}
body.body {
    overflow-x: hidden;
    height: 100%;
    position: relative;
    max-width: 100%;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.bg-1 {
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-image: url('../images/bg.jpg');
}
.only-print, #print {
    display: none !important;
}
.main-wrapper {
    overflow: hidden;
    position: relative;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    color: #fff;
    background-color: #e94e1b;
    z-index: 5;
}
.sidebar-content {
    position: fixed;
    width: 255px;
    left: -150px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s ease;
    z-index: 4;
    overflow: auto;
    box-shadow: 0px 0px 40px 0px rgb(82 63 105 / 10%);
}
.sidebar:hover + .sidebar-content,
.sidebar-content:hover {
    left: 80px;
}
.content-body {
    padding-top: 80px; /* header */
    margin-left: 105px; /* sidebar + sidebar-content */
    z-index: 0;
    transition: all 0.3s ease;
}
.sidebar:hover + .sidebar-content + .header + .content-body,
.sidebar-content:hover + .header + .content-body {
    margin-left: 335px;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    padding-left: 335px; /* sidebar + sidebar-content */
    background-color: #fff;
    z-index: 3;
    transition: all .2s ease;
    box-shadow: 0px 0px 40px 0px rgb(82 63 105 / 10%);
}
.content-body .container-fluid {
    padding: 30px;
}
.sidebar .icono {
    height: 80px;
}
.sidebar-content .icono-texto {
    display: flex;
    height: 80px;
    color: #000;
    text-align: center;
    font-size: 36px;
    letter-spacing: -2px;
    align-items: center;
    background-color: white;
    font-weight: 300;
    padding: 0 30px;
    border-bottom: 1px solid #ebeef6;
}
.sidebar-content .icono-texto span {
    position: relative;
}
.sidebar-content .icono-texto b {
    font-weight: 800;
    color: #e94e1b;
    margin-left: 3px;
}
.sidebar-content .icono-texto small {
    position: absolute;
    bottom: -3px;
    right: 0;
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 30%;
    letter-spacing: 3px;
    line-height: 1.5;
    padding-left: 5px;
    background-color: #e94e1b;
    border-radius: 3px;
}
.menu-tabs {
    padding: 15px 0;
}
.menu-tabs li a {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 1;
    padding: 15px 28px 15px 20px;
    border-radius: 6px 0 0 6px;
}
.menu-tabs li a.active {
    background: #fff;
    color: #e94e1b;
}
.sidebar-content .tab-pane {
    padding: 30px;
}
.tab-nav-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tab-nav-menu .nav-label {
    font-size: 125%;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    border-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #000;
    font-weight: 600;
}
.tab-nav-menu li a {
    display: block;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    padding: 10px 0;
}
.tab-nav-menu li a:hover,
.tab-nav-menu li a.active {
    color: #e94e1b;
}
.card {
    margin-bottom: 15px;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent;
    border-radius: 0.375rem;
    box-shadow: 0px 0px 13px rgba(82,63,105,0.05);
}
.heading {
    margin: 0;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}
.heading h2 {
    color: #e94e1b;
    font-size: 160%;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}
.heading h5 {
    font-size: 160%;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}
.tabledit-toolbar {
	display: block;
}
.tabledit-toolbar .btn {
	line-height: 1;
    padding: 3px 12px;
    border-radius: 13px;
}
.tabledit-toolbar .btn span.material-icons {
	font-size: inherit;
	vertical-align: middle;
}
.actions a {
	display: inline-block;
	white-space: nowrap;
}
.actions a > i {
	vertical-align: middle;
	margin-right: 5px;
}
.login form {
    max-width: 350px;
}
.select2-container {
    width: 100% !important;
}

/* Bootstrap */
.form-control, .btn, .input-group-text {
	font-size: inherit;
}
.input-group .select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    padding: 0;
}
.input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.btn {
    font-size: 85%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 20px;
}
.btn .material-icons {
    font-size: 140%;
    margin-right: 5px;
    vertical-align: middle;
}
.btn.btn-transparent-white {
    color: #fff;
    background-color: #e94e1b;
    border-color: transparent;
}
.btn-warning {
    color: #7e651c;
}
table {
	font-size: 100%;
}
.table th, .table td {
	padding: 4px 10px;
}
.table td {
    vertical-align: middle;
}
.table:not(.table-bordered) thead th {
    border-top: none;
}
.table thead th {
    color: #89879f;
    border-bottom-width: 1px;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 600;
    letter-spacing: 1px;
    border-color: #d7dae3;
    vertical-align: bottom;
    border-bottom: 2px solid #EEEEEE;
}
.table.table-striped tbody tr:nth-of-type(odd),
.table.table-hover tr:hover {
    background-color: #ececec;
}
.table.table-striped td {
    border-top: none;
}
.nav.nav-tabs {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 30px;
}
.nav.nav-tabs .nav-link {
    line-height: 40px;
    padding: 0 30px;
    margin-right: 5px;
    text-transform: uppercase;
    color: inherit;
    border: 0 !important;
    background: transparent;
    border-radius: 20px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #e94e1b !important;
    font-weight: 500;
    background-color: #ffddd2 !important;
}
.nav-tabs .nav-link:hover {
    color: #333 !important;
    background-color: #eee !important;
}

/* jQuery UI */
.ui-datepicker {
	display: none;
	position: relative;
	width: 100%;
	max-width: 250px;
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
}
.ui-datepicker-inline {
	max-width: 100%;
	padding: 0;
	border: none;
}
.ui-datepicker table {
	font-size: 100%;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 0;
	padding: 0 10px;
	cursor: pointer;
}
.ui-datepicker-inline .ui-datepicker-prev .ui-icon,
.ui-datepicker-inline .ui-datepicker-next .ui-icon {
	text-indent: inherit;
}
.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-title {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.ui-datepicker-title select {
	padding: 2px 20px 2px 5px;
}
.ui-datepicker-calendar {
	text-align: center;
	width: 100%;
}
.ui-datepicker-calendar th {
	padding: 10px 0;
}
.ui-datepicker-calendar td {
	position: relative;
	font-weight: 400;
	padding: 6px 0;
	z-index: 1;
}
.ui-datepicker-calendar td.ui-datepicker-other-month,
.ui-datepicker-calendar td.ui-datepicker-unselectable {
}
.ui-datepicker-calendar td a {
	display: block;
	color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a,
.ui-datepicker-calendar .evento a,
.ui-datepicker-calendar .cumple a,
.ui-datepicker-calendar .cursoSub a {
	color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-today a:before,
.ui-datepicker-calendar .evento a:before,
.ui-datepicker-calendar .cumple a:before,
.ui-datepicker-calendar .cursoSub a:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
	bottom: 3px;
	background: #004196;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,65,130,0.4);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,65,130,0.4);
	box-shadow: 1px 1px 5px 0 rgba(0,65,130,0.4);
	z-index: -1;
}
.ui-datepicker-calendar .evento a:before {
	background: #2383C6 !important;
}
.ui-datepicker-calendar .cumple a:before {
	background: #390 !important;
}
.ui-datepicker-calendar .cursoSub a:before {
	background: #391300 !important;
}

.heading .material-icons
{
    font-size: 160%;
    margin:0;
}

#tabla .material-icons
{
    color: #e94e1b;
}

.page-link
{
    color: #000;
}

.page-link:hover
{
    color: #fff;
    background-color: #e94e1b96;
}

.page-item.active .page-link {
    background-color: #e94e1b;
    border-color: #e94e1b;
}

#tabla button
{
    background: #e94e1b;
    border-color: #e94e1b;
}

#tabla button .material-icons
{
    color : #fff;
}

#tabla button:hover
{
    color: #fff;
    border-color: #fff;
    background-color: #e94e1b96;
}
table.table .material-icons {
    font-size: 150%;
}
.dataTables_paginate a,
.dataTables_paginate span.ellipsis {
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    line-height: 2.5;
    margin: 0 2px;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.dataTables_paginate a:not(.disabled) {
    color: #555;
}
.dataTables_paginate a:not(.disabled):hover,
.dataTables_paginate a.current {
    color: #fff;
    background: #e94e1b;
    cursor: pointer;
}

/* Modal */
.modal-content {
    border: none !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}.swal2-content .select2 {
    display: none;
}

.vencido {
    color: #dc3545;
}
.por-vencer {
    color: #e94e1b;
}
.corriendo {
    color: #ffc107;
}
.vigente {
    color: #28a745;
}