*::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}

*::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
	background-color: #01898f;
	border-radius: 10px;
}

nav[aria-label='breadcrumb'] {
	margin-top: 65px;
	border-bottom: 0;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
}

a {
	color: #01898f;
}

a:hover {
	font-weight: 700;
	color: #01898f;
	text-decoration: none;
}

main>.container-breadcrumb {
	padding: 0px 15px 20px !important;
}

h3.card-title {
	font-size: 1rem;
	font-weight: 700;
}

.table {
    color: rgb(185, 185, 185);
}

.table-hover tbody tr:hover {
  background-color: rgb(76, 76, 76);
  color: rgb(152, 152, 152);
}

.card-header {
    background-color: rgb(52, 52, 57);
}

.card {
  background-color: rgb(32, 32, 32) !important;
	box-shadow: 0 0 1px rgb(0 0 0/ 13%), 0 1px 3px rgb(0 0 0/ 20%);
}

.card-primary.card-outline {
	border-top: 3px solid #01898f;
}

main>.container, main>.container-fluid {
	padding: 65px 15px 20px;
}

@media ( min-width : 1200px) {
	.container-fluid {
		max-width: 1800px;
	}
}

@media ( min-width : 1200px) {
	.container-fluid-xl {
		max-width: 100%;
	}
}

@font-face {
	font-family: AvenirNext LT;
	src: url('../webfonts/AvenirNextLTPro-Regular.otf') format("opentype");
}

body {
	font-family: AvenirNext LT !important;
	background-color: #121210;
  color: rgb(185, 185, 185);
}

nav {
	background: #121210 !important;
	border-bottom: 1px solid #c0c0c0;
}

.step-trigger {
	background: gainsboro !important;
}

.step-button {
	background: gainsboro !important;
	padding: 15px 25px;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px #999;
}

.step-button:hover {
	background-color: #bbbbbb !important;
}

.step-button:active {
	background-color: #bbbbbb !important;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.step-trigger:disabled {
	background: white !important;
}

.nav-link {
	color: rgb(185, 185, 185) !important;
}

.nav-link.active {
	color: #01898f !important;
}

nav .logo {
	max-height: 40px;
}

.logo-home {
	max-height: 150px;
}

.btn-primary {
	background-color: #01898f !important;
	border-color: #01898f !important;
	color: white !important;
	font-weight: 700;
}

.btn-link {
	color: #01898f !important;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #01898f !important;
}

.active .bs-stepper-circle {
	background-color: #01898f !important;
}

.btn-primary:hover {
	opacity: 0.9;
}

.btn-outline-secondary {
	color: #3e3934;
	border-color: #3e3934;
}

.btn-outline-secondary:hover {
	background-color: #3e3934;
}

.pointer {
	cursor: pointer;
}

.page-item.active .page-link {
	background-color: #01898f;
	border-color: #01898f;
}

.deleteIcon, .editIcon, .fa-user-edit {
	color: #01898f !important;
	cursor: pointer;
}

.tooltip-inner {
	max-width: 300px;
}

.dataTables_length {
	margin: 2px;
}

.dataTables_length select {
	height: 38px;
}

.dashboard-card {
	position: absolute;
	left: 40%;
	top: -20px;
	border-radius: 50%;
}

#messages {
	position: absolute;
	z-index: 1000;
	top: 85px;
	right: 15px;
}

#toast-container {
	position: sticky;
	z-index: 1055;
	top: 0
}

#toast-wrapper {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 5px
}

#toast-container>#toast-wrapper>.toast {
	min-width: 150px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
	padding-right: 20px
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
	table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before
	{
	top: 15px !important;
}

.filepond--credits {
	display: none;
}

.fa-minus, .fa-plus {
	color: #01898f;
	cursor: pointer;
}

.text-sm {
	font-size: 0.875rem !important;
}

.timeline-with-icons {
	border-left: 1px solid hsl(0, 0%, 90%);
	position: relative;
	list-style: none;
}

.timeline-with-icons .timeline-item {
	position: relative;
}

.timeline-with-icons .timeline-item:after {
	position: absolute;
	display: block;
	top: 0;
}

.timeline-with-icons .timeline-icon {
	position: absolute;
	left: -48px;
	background-color: hsl(217, 88.2%, 90%);
	color: hsl(217, 88.8%, 35.1%);
	border-radius: 50%;
	height: 31px;
	width: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Solo mostramos validaciones erroneas */
.form-control.is-valid, .was-validated .form-control:valid,
	.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid+.dropdown-toggle
	{
	border: 1px solid #ced4da !important;
	background-image: none !important;
}

.custom-control-input.is-valid ~.custom-control-label, .was-validated .custom-control-input:valid
	 ~.custom-control-label, .custom-control-input.is-valid ~.custom-control-label::before,
	.was-validated .custom-control-input:valid ~.custom-control-label::before,
	.custom-control-input.is-valid ~.custom-control-label::before,
	.was-validated .custom-control-input:valid ~.custom-control-label::before,
	.custom-control-input.is-valid:checked ~.custom-control-label::before,
	.was-validated .custom-control-input:valid:checked ~.custom-control-label::before
	{
	color: gray;
	border-color: gray;
}

.custom-control-input:checked ~.custom-control-label::before,
	.custom-control-input.is-valid:checked ~.custom-control-label::before,
	.was-validated .custom-control-input:valid:checked ~.custom-control-label::before
	{
	border-color: #01898f;
	background-color: #01898f;
}

input[type=file] {
	line-height: 0.7;
	padding: 0;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: #01898f;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

.help-icon {
	cursor: pointer;
	font-size: 12px;
	position: relative;
	top: -8px;
}