form{
    margin-bottom: 0px !important;
}

.card .nav.flex-column > li {
	border-bottom: none !important;
	border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
	margin: 0;
}

.underline:hover {
	text-decoration: underline;
}

.form-group > label {
	margin-bottom: 0;
	font-weight: normal !important;
}

input.material.is-invalid {
	border-bottom: 1px solid #dc3545 !important;
	/* atividade EA-48 */
	padding-right: 0px !important;
}

/* .login-box,
.register-box {
	width: 400px !important;
} */

.login-page,
.register-page {
	background-color: white !important;
	height: 75vh !important;
}

.sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #424242 !important;
	color: #fff;
}

.table-borderless > thead > tr > th {
	font-weight: normal !important;
}

.select2 {
	width: 100% !important;
}

.btn-outline-info:hover {
	color: #fff !important;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}

.btn-outline-secondary:hover {
	color: #fff !important;
	background-color: #6c757d !important;
	border-color: #6c757d !important;
}

li.select2-selection__choice{
 background-color: #17a2b8 !important;
}

fieldset.default {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 0.5em 0 !important;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.default {
    font-size: 1.1em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.card-tools.pt-2.col-2.d-flex.justify-content-end > a {
    padding-right: 10px;
}
