.logo>img {
	max-width: 100%;
	max-height: 60px;
}

.topbar .nav-item .nav-link .img-registrar {
	max-height: 2rem;
}

a.disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}

@media ( max-width : 768px) {
	.topbar .nav-item .nav-link .img-registrar {
		max-height: 1rem;
	}
}

.timeline .timeline-item {
	display: flex;
	align-items: flex-start;
}

.timeline .timeline-item .timeline-item-marker {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text
	{
	font-size: 0.875rem;
	width: 6rem;
	color: #a2acba;
	text-align: center;
	margin-bottom: 0.5rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator
	{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	background-color: #eff3f9;
	border-radius: 100%;
}

.timeline .timeline-item .timeline-item-content {
	padding-top: 0;
	padding-bottom: 2rem;
	padding-left: 1rem;
	width: 100%;
}

.timeline .timeline-item:last-child .timeline-item-content {
	padding-bottom: 0 !important;
}

.bg-primary {
  background-color: #0061f2 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #004dbf !important;
}

.bg-secondary {
  background-color: #6900c7 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4e0094 !important;
}

.bg-success {
  background-color: #00ac69 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00794a !important;
}

.bg-info {
  background-color: #00cfd5 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #009da2 !important;
}

.bg-warning {
  background-color: #f4a100 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c17f00 !important;
}

.bg-danger {
  background-color: #e81500 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b51000 !important;
}

.bg-light {
  background-color: #eff3f9 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cad7eb !important;
}

.bg-dark {
  background-color: #1f2d41 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0f151e !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-red {
  background-color: #e81500 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #b51000 !important;
}

.bg-orange {
  background-color: #f76400 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c44f00 !important;
}

.bg-yellow {
  background-color: #f4a100 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c17f00 !important;
}

.bg-green {
  background-color: #00ac69 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #00794a !important;
}

.bg-teal {
  background-color: #00ba94 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #00876b !important;
}

.bg-cyan {
  background-color: #00cfd5 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #009da2 !important;
}

.bg-blue {
  background-color: #0061f2 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #004dbf !important;
}

.bg-indigo {
  background-color: #5800e8 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #4500b5 !important;
}

.bg-purple {
  background-color: #6900c7 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4e0094 !important;
}

.bg-pink {
  background-color: #e30059 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #b00045 !important;
}

.bg-red-soft {
  background-color: #eec7c7 !important;
}

a.bg-red-soft:hover, a.bg-red-soft:focus,
button.bg-red-soft:hover,
button.bg-red-soft:focus {
  background-color: #e2a0a0 !important;
}

.bg-orange-soft {
  background-color: #f1d6c7 !important;
}

a.bg-orange-soft:hover, a.bg-orange-soft:focus,
button.bg-orange-soft:hover,
button.bg-orange-soft:focus {
  background-color: #e7b89e !important;
}

.bg-yellow-soft {
  background-color: #f0e3c7 !important;
}

a.bg-yellow-soft:hover, a.bg-yellow-soft:focus,
button.bg-yellow-soft:hover,
button.bg-yellow-soft:focus {
  background-color: #e5cf9f !important;
}

.bg-green-soft {
  background-color: #bfe5dc !important;
}

a.bg-green-soft:hover, a.bg-green-soft:focus,
button.bg-green-soft:hover,
button.bg-green-soft:focus {
  background-color: #9bd6c8 !important;
}

.bg-teal-soft {
  background-color: #bfe8e5 !important;
}

a.bg-teal-soft:hover, a.bg-teal-soft:focus,
button.bg-teal-soft:hover,
button.bg-teal-soft:focus {
  background-color: #99dbd6 !important;
}

.bg-cyan-soft {
  background-color: #bfecf2 !important;
}

a.bg-cyan-soft:hover, a.bg-cyan-soft:focus,
button.bg-cyan-soft:hover,
button.bg-cyan-soft:focus {
  background-color: #95dfe9 !important;
}

.bg-blue-soft {
  background-color: #bfd6f8 !important;
}

a.bg-blue-soft:hover, a.bg-blue-soft:focus,
button.bg-blue-soft:hover,
button.bg-blue-soft:focus {
  background-color: #91b9f3 !important;
}

.bg-indigo-soft {
  background-color: #d1c2f6 !important;
}

a.bg-indigo-soft:hover, a.bg-indigo-soft:focus,
button.bg-indigo-soft:hover,
button.bg-indigo-soft:focus {
  background-color: #af96ef !important;
}

.bg-purple-soft {
  background-color: #d4c2ef !important;
}

a.bg-purple-soft:hover, a.bg-purple-soft:focus,
button.bg-purple-soft:hover,
button.bg-purple-soft:focus {
  background-color: #b89ae4 !important;
}

.bg-pink-soft {
  background-color: #edc2d9 !important;
}

a.bg-pink-soft:hover, a.bg-pink-soft:focus,
button.bg-pink-soft:hover,
button.bg-pink-soft:focus {
  background-color: #e19bc0 !important;
}

.bg-primary-soft {
  background-color: #bfd6f8 !important;
}

a.bg-primary-soft:hover, a.bg-primary-soft:focus,
button.bg-primary-soft:hover,
button.bg-primary-soft:focus {
  background-color: #91b9f3 !important;
}

.bg-secondary-soft {
  background-color: #d4c2ef !important;
}

a.bg-secondary-soft:hover, a.bg-secondary-soft:focus,
button.bg-secondary-soft:hover,
button.bg-secondary-soft:focus {
  background-color: #b89ae4 !important;
}

.bg-success-soft {
  background-color: #bfe5dc !important;
}

a.bg-success-soft:hover, a.bg-success-soft:focus,
button.bg-success-soft:hover,
button.bg-success-soft:focus {
  background-color: #9bd6c8 !important;
}

.bg-info-soft {
  background-color: #bfecf2 !important;
}

a.bg-info-soft:hover, a.bg-info-soft:focus,
button.bg-info-soft:hover,
button.bg-info-soft:focus {
  background-color: #95dfe9 !important;
}

.bg-warning-soft {
  background-color: #f0e3c7 !important;
}

a.bg-warning-soft:hover, a.bg-warning-soft:focus,
button.bg-warning-soft:hover,
button.bg-warning-soft:focus {
  background-color: #e5cf9f !important;
}

.bg-danger-soft {
  background-color: #eec7c7 !important;
}

a.bg-danger-soft:hover, a.bg-danger-soft:focus,
button.bg-danger-soft:hover,
button.bg-danger-soft:focus {
  background-color: #e2a0a0 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

@media ( min-width : 576px) {
	.timeline .timeline-item .timeline-item-marker {
		flex-direction: row;
		transform: translateX(1.625rem);
		margin-bottom: 0;
	}
	.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text
		{
		margin-right: 0.5rem;
		margin-bottom: 0;
	}
	.timeline .timeline-item .timeline-item-content {
		padding-top: 0.75rem;
		padding-bottom: 3rem;
		padding-left: 3rem;
		border-left: solid 0.25rem #eff3f9;
	}
	.timeline .timeline-item:last-child .timeline-item-content {
		border-left-color: transparent;
	}
}

.timeline.timeline-sm .timeline-item .timeline-item-marker {
	transform: translateX(0.875rem);
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text
	{
	width: 3rem;
	font-size: 0.7rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator
	{
	height: 1.5rem;
	width: 1.5rem;
	font-size: 0.875rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather
	{
	height: 0.75rem;
	width: 0.75rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-content {
	font-size: 0.875rem;
	padding-top: 0.15rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker {
	transform: translateX(0.5625rem);
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text
	{
	width: 3rem;
	font-size: 0.7rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator
	{
	height: 0.875rem;
	width: 0.875rem;
	font-size: 0.875rem;
	border: 0.125rem solid #fff;
	margin-top: -0.125rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-content {
	font-size: 0.875rem;
	padding-top: 0;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error label {
    color: #a94442;
}
.has-error .form-required {
    color: #a94442;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.dt-head-center {text-align: center;}