.tab-pane{
    padding-top: 15px;
}

.a2lix_translations .tab-pane{
	border: 1px solid #ddd;
	border-top:0px;
}
.a2lix_translations .form-group{
	margin-left: 1rem;
	margin-right: 1rem;
}

input[type=checkbox] + label {
	margin-top:  5px;
}
.input-group-text{
	line-height: 0 !important;
}

.form-check, .form-check-label{
	margin-top: 5px;
}

.form-group label, .form-group legend { font-weight: bold; }
.form-group legend {
	margin-bottom: .5rem; padding:0px;
}
fieldset.form-group legend{
	line-height: 20px !important;
}

.form-check, .form-check-label {
	font-weight: normal !important;
}

.btn-primary{
	background-color: #46a12b !important;
	border-color: #46a12b !important;
}

[id*=precio], [id*=Precio], [id*=importe], [id*=Importe], [id*=tasacion],[id*=Tasacion]{
	text-align: right !important;
}
[id*=help], [id*=Help]{
	text-align: left !important;
}

.btn-notice {
	color: #212529;
	background-color: #FFEA07FF;
	border-color: #FFEC07FF;
}
.btn-notice:hover {
	color: #212529;
	background-color: #E0D500FF;
	border-color: #E0D500FF;
}
.btn-notice:focus,
.btn-notice.focus {
	color: #212529;
	box-shadow: 0 0 0 0.2rem rgba(255, 243, 7, 0.5);
}
.btn-notice.disabled,
.btn-notice:disabled {
	color: #212529;
	background-color: #ffea07;
	border-color: #FFEC07FF;
}
.modal-xxl{
	max-width: 90% !important;
}

.col-form-label{
	line-height: 10px;
}
.css-text-right
{
	text-align: right;
}
select[name*=estadoActivo]{
	font-size: 12px;
	padding-left: 3px;
}

.btn-green {
	color: white;
	background-color: #00bf10;
	border-color: #00bf10;
}
.btn-green:hover {
	color: white;
	background-color: #00bf10;
	border-color: #00bf10;
}
.btn-green:focus,
.btn-green.focus {
	color: white;
	box-shadow: 0 0 0 0.2rem rgba(255, 243, 7, 0.5);
}
.btn-green.disabled,
.btn-green:disabled {
	color: #00bf10;
	background-color: #00bf10;
	border-color: #00bf10;
}

.dashboard-estado-item{
	border-top: 1px solid #e7eaec;
	padding-bottom: 7px;
	padding-top: 7px;
}
.col-dashboard-estados{
	margin-left: 15px;
	margin-right: 15px;
}
