* {
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.dashboard .header .navbar-nav.navbar-primary > li a {
	padding-left: 0;
}

.dashboard .container-fluid > .row {
	height: calc(100vh + 60px);
}


.sidebar {
	background: #3D3D40 !important;
	/* width: 16.666667%; */
	position: relative;

	padding: 20px !important;
	width: 100%;
}

@media (max-width: 991px) {
	.sidebar {
		padding: 30px !important;
	}
}

.sidebar .closebtn {
	display: none;
}

.sidebar a {
	color: white !important;
	text-decoration: none !important;

}


.sidebar li:hover {
	background: rgba(255, 255, 255, .1) url('https://api.iconify.design/feather-arrow-right.svg?color=rgba(200%2C200%2C200%2C1)') no-repeat calc(100% - 5px) center / 20px !important;
	color: black !important;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 20px;
	transition: all ease .3s;
}


@media (min-width: 768px) {
	.sidebar {
		width: 20%;
		/* min-width: 20%; */
		overflow: hidden;
		transform: translateX(calc(-100% + 42px));
		transition: all ease .3s;
		padding-right: 52px !important;
	}

	.sidebar.mostrar {
		/* width: 16.6667%; */
		width: 275px;
		/* padding: 40px !important; */
		transform: translateX(0);
		padding-right: 52px !important;
	}

	.sidebar hr,
	.sidebar .btn-link {
		opacity: 0;
	}

	.sidebar.mostrar hr,
	.sidebar.mostrar .btn-link {
		opacity: 1;
	}

	.sidebar ul.list {
		width: 190px;
		padding-left: 40px
	}

	.sidebar.mostrar ul.list {
		width: 100%;
		padding-left: 0;
	}

	.sidebar .closebtn {
		position: absolute;
		/* top: 1rem; */
		border-style: solid;
		border-color: #ccc;
		background-color: #FFBC00;
		border-width: 1px;
		border-radius: 3px;
		right: 6px;
		z-index: 10;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2px;
	}

	.sidebar .closebtn svg {
		height: 24px;
		width: 24px;
	}

	.sidebar.mostrar .closebtn {
		transform: rotate(180deg);
	}

	.sidebar + main {
		width: calc(100% - 80px) !important;
		max-width: calc(100% - 80px) !important;
		flex: 0 0 calc(100% - 80px) !important;
		-ms-flex: 0 0 calc(100% - 80px) !important;
		position: absolute;
		left: 40px;
		transition: all ease .3s;
	}

	.sidebar.mostrar + main {
		-ms-flex: 0 0 80% !important;
		flex: 0 0 80% !important;
		max-width: calc(100% - 275px) !important;
		left: 275px;
	}

}


.h-100vh {
	height: 100vh;
}

.dashboard main .card {
	background: #f8f8f9;
	transition: all .3s ease;
}

.dashboard main .card-body {
	padding: 40px;
}

.dashboard main .card:hover {
	box-shadow: 0 12px 60px rgba(10, 10, 10, .3);

}

p .card-link svg {
	margin-right: 5px;
	height: 20px;
	display: inline-block;
}

p .card-link span {
	font-weight: normal;
}

p .card-link b {
	text-indent: 10px;
	font-weight: 800;
}

a:visited, .visited {
	color: #EDA507;
}

.btn.search.sm {
	background: #FFBC00;
	color: white;
	border-radius: 0;
	height: 100%;
	top: 0;
	position: absolute;
	right: -1px;
	width: 100px;
}

.label-descargas {
	content: ' ';
	width: 50px;
	height: 50px;
	border-radius: 100px;
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #FFBC00;
	content: url('https://api.iconify.design/feather:download.svg?color=rgba(255%2C255%2C255%2C1)&height=24');
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.badge-on-top-of-card {
	background-color: #FFBC00;
	border-radius: 100px;
	color: white;
	padding: 5px 15px;
	font-size: .75rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.custom-input-file {
	position: relative;
}

.custom-input-file:lang(en) ~ .custom-input-file::after {
	content: "BUSCAR ARCHIVO";

}

.custom-file-label {
	border-color: transparent;
	position: absolute;
	top: 0;
	height: 100%;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 100%;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #ffffff;
	content: "BUSCAR ARCHIVO";
	background-color: #FFBC00;
	border-left: inherit;
	font-weight: 600
}

.custom-file-label::after:hover {
	opacity: .8;
}

input[type="file"] {
	background: red;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 756px) {
	.input-group input::placeholder {
		font-size: 85%;
	}

	.btn.btn-success {
		width: 100%;
	}
}


.progress, .progress-bar {
	height: .5rem;
}


.dashboard .table thead th {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: none;
}

.dashboard .table-hover tbody tr:hover {
	background: rgba(255, 188, 0, .5);
}

.dashboard .table-hover tbody tr:hover th,
.dashboard .table-hover tbody tr:hover td {
	border-top: solid 1px rgba(255, 188, 0, .2);
	border-bottom: solid 1px rgba(255, 188, 0, .2);
}

.order-caret {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid black;
	padding: 0;
	background: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 0;
}


.dashboard .modal-lg {
	max-width: 800px;
	height: auto;
}


.content-to-export {
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .15);
	border: solid 2px white;
	padding: 30px;
}

.dashboard .text-muted {
	color: #ccc !important;
}

.dashboard input[type="date"] {
	min-width: calc(50% - 10px);
	position: relative;
	background: url('https://api.iconify.design/feather:calendar.svg?color=rgba(150%2C150%2C150%2C1)') no-repeat calc(100% - 7px) center;
	background-size: 16px;
}

.dashboard ::-webkit-datetime-edit {
	width: 100%;
	padding: 0 40px 0 10px;
	position: absolute;
	left: 0;
	z-index: 1
}

.dashboard ::-webkit-datetime-edit-year-field {
	font-weight: bold;
}

.dashboard ::-webkit-inner-spin-button {
	display: none;
}

.dashboard ::-webkit-calendar-picker-indicator {
	z-index: 3;
	position: absolute;
	right: 10px;
	opacity: 0;
}
