/*Largeur des modals bootbox*/
.very-large .modal-dialog{
	width:90%;
}
.large .modal-dialog{
	width:75%;
}
.medium .modal-dialog{
	width:50% !important;
}

/*La dernière colonne dune table, avec les boutons, doit etre juste assez grand */
.dataTable tr > td:last-of-type {
    width: 1px;
    white-space: nowrap;
}

/*Grandeur du multi-select (Utiliser dans Role)*/
.custom-multi-select{
	width:100%!Important;
}


dt, dd{
	line-height:1.7!Important;
}

.form-less-margin{
	margin-bottom:5px!Important;
}

#form_customer_payment .ms-list {
	height: 320px !important;
}

.ms-list{
height:400px!Important;
}

.float-left {
	float: left;
}

.control-label {
	font-weight: bold !important;
}

.bootbox-customer-view .modal-body{
	/*max-width: 115vh;*/
	height: 647.5px;
}

/* Responsive */
@media screen and (max-width: 768px) {
	/* Titres */
	.portlet.light>.portlet-title>.caption>.caption-subject {
		font-size: 12px !important;
	}
	/* Bouton création (titre) */
	.portlet.light>.portlet-title .btn {
		font-size: 11px !important;
		padding: 3px 4px !important;
		margin-top: 10px;
	}
	/* Bouton Enlever filtres */
	.form_filter_floor {
		float: right !important;
	}
	.liste-appel {
		width: 100% !important;
	}
}
/* Pour mettre une ligne en surbrillance (jaune) */
.highlighted td {
	background-color: yellow;
}

.portlet.calendar .fc-event .fc-title {
	font-size: 11px !important;
	white-space: initial !important;
}