.help-block.help-block-error{
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #ed4c78;
}

div.required label:after {
    content: " *";
    color: red;
}

form label{
	padding-bottom: 10px;
}
.input-group-sm > .ts-wrapper, .ts-wrapper.form-select-sm, .ts-wrapper.form-control-sm{
	min-height: 40px !important;
	border: 1px solid #f5f5f5 !important;
}
.js-select {
  min-height: 42px !important;
}
.alert ul {
  margin: 0px;
}
.nav-item.active a{
	background-color: rgba(189,197,209,.2) !important;
}
.table-responsive {
  min-height: 200px;
}
.navbar-brand-logo{
	margin:auto;
}
.navbar-vertical-aside .navbar-brand{
	margin-bottom: 20px;
}