/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */
.green,
.vies_status_ok{
	color: green!important;
	font-weight: bold;
}

.red,
.vies_status_ko{
	color: red!important;
	font-weight: bold;
}
.orange,
.vies_status_error,
.vies_status_pending{
	color: orange!important;
	font-weight: bold;
}

.btn{
	font-size:14px;
	padding:10px;
	border: black 2px solid;
	background-color: #ddd;
	border-radius: 10px;
	text-decoration: none;
}

.btn-default{
	font-weight: bold;
}

a.btn:hover{
	background-color: black;
	color: white;
}

#idg_customer_data_form .bootstrap .fixed-width-xl,
.bootstrap .fixed-width-xl{
	width: 100% !important;
}
