
.text-muted {color: #707478 !important}

label {
	cursor: pointer;
}
label.required:after {
	content: " *";
	color: #ff0000;
	font-weight: bold;
}

table th .form-inline .input-group-addon.input-group-append {
	padding: 0 6px;
}

.bigger-130 {
	font-size: 130% !important;
}
.action-buttons a {
	margin: 0 3px;
	display: inline-block;
	opacity: 0.85;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.btn-sticky .sticky {
	position: sticky;
	bottom: 0;
	background-color: #fff;
	z-index: 10000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
}

.btn.btn-scroll-to-top {
	z-index: 10010;
}

/* TABLE DATAGRID */
.col-per-page select {
	width: auto;
	display: inline-block;
	padding: 5px 25px 5px 10px;
}
