.has-error{
    color: #a94442;
}

body{
	color: #023150;
}

.table{
	color: #023150;
	margin-bottom: 0;
}

.btn-dark{
	background-color: #023150;
	opacity: 0.9;
}

.btn-dark:hover{
	background-color: #023150;
	opacity: 1;
}

.table .thead-dark th {
    color: #fff;
    background-color: #023150;
    border-color: #023150;
}

.border{
    border: 1px solid #023150!important;
}

td{
	vertical-align: middle!important;
}

.link-primary{
	color: #023150;
}

.link-primary:hover{
	color: #023150;
}

.justify-content-flex-end{
	justify-content: flex-end;
}

@media (max-width: 768px)
{
	.schedule .brd{
		padding: 5px;
		border: 1px solid #ddd;
	}

	.mobile-hide{
		display: none;
	}

	.form-control-md{
		width: 100%;
	}

	.mobile-p-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

@media (min-width: 769px)
{
	.desktop-hide{
		display: none;
	}
}


.light-red{
	background-color: #ffe7e7;
}

.notification-flag{
	height: 26px;
}

.label-flag{
	height: 40px;
}

.label-flag-s{
	height: 24px;
}

.bg-informed{
	background-color: #d4edda
}

.schedule td{
	padding: 0.5rem;
}

.notification-count{
	position: absolute;
	background-color: red;
	color: white;
	padding: 2px 6px;
	border-radius: 40%;
	font-size: 14px;
	margin-top: -12px;
	margin-left: -10px;
	font-family: monospace;
}

.border-red{
	border: 2px solid #a94442;
	border-radius: 5px;
}

.text-small{
	font-size: 14px;
}

.col-baseline{
	display: flex;
	align-items: flex-end;
}

.link{
	color: var(--primary);
	cursor: pointer;
}

.link:hover{
	text-decoration: underline;
}

.min-height-50{
	min-height: 50vh;
}

.mt-10{
	margin-top: 100px;
}

.mb-10{
	margin-bottom: 100px;
}
