/* Étant donné qu'on affiche plus le menu, on met le content en plein écran */
@media (min-width: 992px) {
	.page-content-wrapper .page-content {
		margin-left: 0 !important;
		padding: 0 !important;
	}
}

/*Largeur des modals bootbox*/
@media screen and (min-width: 768px) {
	.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 */
@media screen and (min-width: 768px) {
	.dataTable tr > td:last-of-type {
		width: 1px;
		white-space: nowrap;
	}
}

/*Grandeur du multi-select (Utiliser dans Role)*/
.custom-multi-select{
	width:100%!Important;
}

/*Pour les les spans d'erreur vide dans le forumlaire ne prenne pas de place*/
.help-block-error{
	margin-top:0px;
	margin-bottom:0px;
}
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;
}

/* Espace entre les labels et les div */
@media screen and (min-width: 768px) {
	.form-horizontal .form-group label {
		padding-right: 0;
	}
	.form-horizontal .form-group label + div {
		padding-left: 0 !important;
	}
}

/* Boutons oranges pour les rapports */
.btn.orange:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #d28a32;
  border-color: #d28a32; }
  .btn.orange:not(.btn-outline):focus,
  .btn.orange:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #ab7526;
    border-color: #18666d; }
  .btn.orange:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #ab7526;
    border-color: #ab7526; }
  .btn.orange:not(.btn-outline):active,
  .btn.orange:not(.btn-outline).active,
  .open > .btn.orange:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #ab7526;
    border-color: #ab7526; }
    .btn.orange:not(.btn-outline):active:hover,
    .btn.orange:not(.btn-outline):active:focus,
    .btn.orange:not(.btn-outline):active.focus,
    .btn.orange:not(.btn-outline).active:hover,
    .btn.orange:not(.btn-outline).active:focus,
    .btn.orange:not(.btn-outline).active.focus,
    .open > .btn.orange:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.orange:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.orange:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #8e701f;
      border-color: #8e701f; }
  .btn.orange:not(.btn-outline):active,
  .btn.orange:not(.btn-outline).active,
  .open > .btn.orange:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.orange:not(.btn-outline).disabled:hover,
  .btn.orange:not(.btn-outline).disabled:focus,
  .btn.orange:not(.btn-outline).disabled.focus,
  .btn.orange:not(.btn-outline)[disabled]:hover,
  .btn.orange:not(.btn-outline)[disabled]:focus,
  .btn.orange:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.orange:not(.btn-outline):hover,
  fieldset[disabled] .btn.orange:not(.btn-outline):focus,
  fieldset[disabled] .btn.orange:not(.btn-outline).focus {
    background-color: #d28a32;
    border-color: #d28a32; }
  .btn.orange:not(.btn-outline) .badge {
    color: #d28a32;
    background-color: #FFFFFF; }

.btn.btn-outline.orange {
  border-color: #d28a32;
  color: #d28a32;
  background: none; }
  .btn.btn-outline.orange:hover,
  .btn.btn-outline.orange:active,
  .btn.btn-outline.orange:active:hover,
  .btn.btn-outline.orange:active:focus,
  .btn.btn-outline.orange:focus,
  .btn.btn-outline.orange.active {
    border-color: #d28a32;
    color: #FFFFFF;
    background-color: #d28a32; }

/* Responsive */
@media screen and (max-width: 767px) {
	/* 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-bottom: 10px;
		/*margin-top: 10px;*/
	}
	/* Bouton Enlever filtres */
	.form_filter_floor {
		float: right !important;
	}
	.liste-appel {
		width: 100% !important;
	}
	/* Label */
	.label-xs {
		line-height: initial !important;
		padding-left: 0 !important;
		text-align: initial !important;
	}
	/* Champs */
	.no-width-xs {
		width: initial !important;
	}
	/* Padding */
	.no-padding-xs {
		padding: 0 !important;
	}
	/* No margin left */
	.no-margin-left-xs {
		margin-left: 0 !important;
	}
	/* Labels */
	.control-label {
		text-align: left !important;
		/*padding: 0 !important;*/
	}
}
/* Pour mettre une ligne en surbrillance (jaune) */
.modal-order .highlighted td {
	background-color: yellow;
}

.portlet.calendar .fc-event .fc-title {
	font-size: 11px !important;
	white-space: initial !important;
}

/* Styles pour la visualisation d'un client (fenêtre) */
@media screen and (max-width: 767px) {
	.modal-customer {
		padding-right: 17px;
	}
	.modal-customer .modal-dialog {
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) {
	.modal-customer .modal-dialog {
		width: 65% !important;
	}
}


/* Styles pour la visualisation d'un paiement (fenêtre) */
@media screen and (max-width: 767px) {
	.modal-payment {
		padding-right: 17px;
	}
	.modal-payment .modal-dialog {
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) {
	.modal-payment .modal-dialog {
		width: 65% !important;
	}
}

/* Styles pour la visualisation d'un rôle (fenêtre) */
@media screen and (max-width: 767px) {
	.modal-role {
		padding-right: 17px;
	}
	.modal-role .modal-dialog {
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) {
	.modal-role .modal-dialog {
		width: 60% !important;
	}
}

/* Styles md (bootstrap) */
@media screen and (min-width: 992px) and (max-width: 1199px){
	.clear-md {
		clear: both;
	}
	.large-md .modal-dialog{
		width:75% !important;
	}
}

.form-group select {
	padding-left: 7px;
}

/* Pour les tables éditables, classes servant à faire paraître un input comme un span */
.input-like-span {
	border: none !important;
	background: transparent !important;
}

/* Début gros boutons */
.big-btn {
	display: block;
	width: 250px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 30px;
	cursor: pointer;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
}
.big-btn.red-soft {
	background-color: #D05454;
	color: #fff;
}
.big-btn.yellow-casablanca {
	background-color: #F2784B;
	color: #fff;
}
.big-btn.blue {
	background-color: #3598DC;
	color: #fff;
}
.big-btn.green-jungle {
	background-color: #26C281;
	color: #fff;
}
.big-btn.yellow-lemon {
	background-color: #F7CA18;
	color: #fff;
}
.big-btn.purple-wisteria {
	background-color: #9B59B6;
	color: #fff;
}
/* Fin gros boutons */

.input-like-span {
	border: none !important;
	background: transparent !important;
	cursor: default;
}

@media screen and (min-width: 1200px) {
	.col-lg-input-medium {
		width: 240px !important;
	}
}

@media screen and (max-width: 1345px) {
	.logout-menu {
		display: none !important;
	}
	.info-address {
		width: inherit !important;
	}
}