.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-badge {
	position: relative;
	font-size: 1rem;
	top: auto;
	right: auto;
}
a >.btn{
	font-size: .7rem;
}

.error {
	color: red;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}
/* .has-error input {
	border-color: red;
} */
/* .has-success .form-control {
    border-bottom: 2px solid #168b3f;
} */

/* .has-danger .form-control {
    border-bottom: 2px solid #dc1d34;
} */

.pristine-error {
    display: table;
	color: red;
}

.inactiveLink {
	pointer-events: none;
	cursor: default;
 }
 .select-rtl {
	direction: rtl;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	margin-right: 2rem;
	/* padding: 1rem; */
	padding: 0 0.5rem;
 }