a:focus
{
	outline:0;
}

/*	Start Loading CSS	*/
.spinner {
	margin: 100px auto;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #222d32;
	height: 100%;
	width: 6px;
	display: inline-block;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner-little {
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 10px;
}

.spinner-little-element{
		margin:15px auto;
}

.spinner-little > div {
	background-color: #222d32;
	height: 100%;
	width: 6px;
	display: inline-block;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner-little-white {
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 10px;
}

.spinner-little-white > div {
	background-color: #ffffff;
	height: 100%;
	width: 6px;
	display: inline-block;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2, .spinner-little .rect2, .spinner-little-white .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3, .spinner-little .rect3, .spinner-little-white .rect3 {
	-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
}

.spinner .rect4, .spinner-little .rect4, .spinner-little-white .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
}

.spinner .rect5, .spinner-little .rect5, .spinner-little-white .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
}

.bold {
	font-weight: bold
}

@-webkit-keyframes stretchdelay {
		0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
		20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	} 20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
/*	End Loading CSS	*/

/*	Start Validation */
.form-group .help-block {
		display: none;
}

.form-group.has-error .help-block {
	display: block;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label
{
	color: #dd4b39;
}
/*	End Validation */


/* Start Tab */
.tab-content
{
	background-color: #f3f3f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;

	border-radius: 0px 4px 4px 4px;
	padding: 10px;
}
/* End Tab */

/* Start staff style */
.verticalcolor {
	height: 35px;
	width: 3px;
	margin-left: -5px;
}
/* End staff style */

/* Start Button "add type" style */

.addtype {
	margin-left: 5px;
	border-radius: 4px;
}

.typeheight{
	height: 37px;
}
/* End Button "add type" style */

.alignbtnart {
	margin-left: 50px;
	border-radius: 4px;
}

.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc
{
	background-color: #ecf0f5;
}

.vcenter
{
	vertical-align: middle !important;
}

.truncate
{
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	white-space: nowrap;
}

.truncate100
{
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
	white-space: nowrap;
}

.drop-box {
	background-color: #E1E4E9;
	border: 2px dashed #80B5D3;
	width: 100%;
	height: 65px;
	text-align: center;
	display:table;
	margin-bottom: 5px;
}

.drop-box>span {
	display: table-cell;
	vertical-align: middle;
}


.dragover {
	background-color: #B5BBC8;
		border: 2px dashed #357CA5;
}

.stripe
{
	color: white;
	background: repeating-linear-gradient(
		-45deg, #cccccc, #cccccc 1px, transparent 1px, transparent 4px
	);
}

/* Pour récupérer la fonction sous-menu disparu dans les nouvelles versions de bootstrap */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100% !important;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none !important;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.callout
{
	padding: 5px 5px 5px 5px !important;
}

.well-archived
{
	background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 10px, #cccccc 10px, #cccccc 20px);
}

.archived
{
	background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 10px, #cccccc 10px, #cccccc 20px);
}

.callout-primary
{
	background-color: #f5f5f5 !important;
	border: 1px solid #e3e3e3;
}

.progress-bar-search
{
	color: #555;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	opacity: 0.75;
}

.navbar-center
{
	float:none;
	display: inline-block;
}

.sortable
{
	cursor: pointer;
}

.multiSelect > button
{
	width: 100%;
}

/*
C'est pas bien de faire ca ...
.multiSelect .checkboxLayer {
	width: 95%;
} */

textarea.form-control
{
	height: 108px;
}

.tooltip-inner
{
	text-align:left;
}

.tooltip
{
	position: fixed;
}

.ctxmenu
{
	position:absolute;
	min-width: 200px;
	height:auto;
	padding: 2px;
	margin:0;
	border: 1px solid #999;
	background: #F8F8F8;
	box-shadow: 2px 2px 2px #AAA;
	z-index:11;
	overflow: visible;
}

.ctxline
{
	display:block;
	margin:0px;
	padding:2px 2px 2px 8px;
	border:1px solid #F8F8F8;
	border-radius:3px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:visible;
}

.ctxline:hover
{
	border:1px solid #AECFF7;
	background-color: #F0F0F0;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

#vspliter_main
{
	float: right;
	position: absolute;
	right: 15px;
	left: 285px;
	height: 100%;
}

#vspliter_sidebar
{
	width: 250px;
	float: left;
	overflow-y: hidden;
	height: 100%;
}

#vspliter_dragbar
{
	height: 100%;
	width: 9px;
	cursor: col-resize;
	left: 270px;
	position: absolute;
	background: url('../img/vsplitter.png') center no-repeat;
	background-color: #f5f5f5;
}

#hspliter_main
{
	float: right;
	position: absolute;
	width: 100%;
	height: 360px;
	top: 470px;
	overflow: auto;
}

#hspliter_sidebar
{
	height: 305px;
	float: left;
	overflow: auto;
	width: 100%;
}

#hspliter_dragbar
{
	width: 100%;
	height: 9px;
	cursor: row-resize;
	top: 460px;
	position: absolute;
	background: url('../img/hsplitter.png') center no-repeat;
	background-color: #f5f5f5;
}

.elementDrag
{
	opacity: 0.7;
	background-color: #0073b775 !important;
	cursor: move !important;
}

.elementDrop
{
	background-color: #0073b775;
}

.ctiObject
{
	float: left;
	height: 46px;
	margin-left: 50px;
	margin-top: 2px;
}

.ctiBtn
{
	height: 46px;
	width: 46px;
	padding: 8px;
}

.ctiScreen
{
	font-size: 15px;
	height: 46px;
	padding: 2px 5px;
	font-family: courier new;
	font-weight: bold;
	color: #404040;
}

.ctiLine1L
{
	width: 125px;
	text-align: left;
	display: inline-block;
}

.ctiLine1R
{
	width: 125px;
	text-align: right;
	display: inline-block;
}

.ctiLine2
{
	width: 250px;
	text-align: left;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a
{
	color: #ffffff !important;
}

.table
{
	margin-bottom: 0px !important;
}

@media (max-width: 1800px)
{
	#templateMail .col-md-12
	{
		float: left;
		width: 100%;
	}
}

/* Flex utilities */
.row-eq-height
{
	display: flex;
	flex-wrap: wrap;
}

.d-flex
{
	display: flex;
}

.flex-column
{
	flex-direction: column;
}

.flex-grow-1
{
	flex-grow: 1;
}

.offset-list
{
	list-style-type: none;
	padding:15px;
}

.justify-content-between
{
	justify-content: space-between!important;
}

.justify-content-around
{
	justify-content: space-around!important;
}

.align-items-center
{
	align-items: center!important;
}

.noresize
{
	resize: none;
}

.vresize
{
	resize: vertical;
}

.hresize
{
	resize: horizontal;
}

.crm-action-filters
{
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}

/**/
.staffheight
{
	height: 370px;
}

.staffphonesize
{
	font-size: 17px;
}

.staffmailsize
{
	font-size: 17px;
}

/* ------ Beginning Stafficons sizes ---------*/
.stafficons
{
	position: absolute;
	top: 90%;
	left:80%;
	transform: translate(-80%,-80%);
	display:inline-block;
	text-align: center;
}

@media (max-width:252px)
{
	.stafficons
	{
		left: 23%;
		transform: translate(-15%,-80%);
	}
}

@media (min-width: 253px) and (max-width:415px)
{
	.stafficons
	{
		left: 33.9%;
		transform: translate(-26%,-80%);
	}
}

@media (min-width: 416px) and (max-width:991px)
{
	.stafficons
	{
		left:35%;
		transform: translate(-26%,-80%);
	}
}
/* End Stafficons sizes */

.crmAccountDropdown > button
{
	margin-top: -40px;
}

.crmAccountDropdown > ul
{
	margin-top: -15px;
}

.userboxcolor
{
	height: 34px;
	width: 30px;
	margin-left: 3px;
}

.slideshowssize
{
 height: 60px;
 width: 60px;
}

/* ------ Beginning Staff icons width ---------*/
.colmd3
{
	width: 25%;
}

@media (min-width: 456px) and (max-width:1025px)
{
	.colmd3
	{
		width: 50%;
	}
}


@media (max-width:455px)
{
	.colmd3
	{
		width: 100%;
	}
}

/**/
.colmd4
{
	width: 33%;
}

@media (min-width: 456px) and (max-width:1025px)
{
	.colmd4
	{
		width: 50%;
	}
}


@media (max-width:455px)
{
	.colmd4
	{
		width: 100%;
	}
}
/**/
/* End Staff icons width */

.commentstyle
{
	width: 38px;
	margin-left: 5px;
	border-radius:4px;
}

/* Deal */
#deal_errors ul li, #deal_warnings ul li
{
		list-style: none;
}

.nav-tabs > li.tab-error > a
{
	border-top:1px solid #e14b39;
	border-left:1px solid #e14b39;
	border-right:1px solid #e14b39;
	color:#e14b39;
}

div.panel-default.tab-error
{
	border:1px solid #e14b39;
}

.collapse-add-button
{
	position:relative;
	top:-30px;
	right:15px;
}

#account-accordion div.panel-heading
{
	cursor:pointer;
}

.noborder
{
	border:none;
}

.noboxshadow
{
	box-shadow: none;
}

.panel-heading h3
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
	width: 75%;
	padding-top: 8px;
}

span.mood-active
{
	color:#f0ad4e;
}

span.mood-inactive
{
	color: #857e7e;
}

.mailDelivered, .phoneDelivered
{
	border: 1px solid #62ac38;
	background: #62ac3820;
}

.mailUnverified, .phoneUnverified
{
	border: 1px solid #b5bbc8;
	background: #b5bbc820;
}

.mailUndeliverable, .phoneUndeliverable
{
	border: 1px solid #cc2c32;
	background: #cc2c3220;
}

.deal_address, .deal_phone, .deal_mail
{
	margin: 15px 0 0 0;
}

.form-inline .help-block
{
	display: none;
}

.form-inline.has-error .help-block
{
	display: block;
}

.dropdown-menu
{
	/*max-height: 250px;*/
	overflow-y: auto;
}

.dropdown-li-span, .dropdown-li-div
{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.table-responsive>.fixed-column
{
	position: absolute;
	display: inline-block;
	width: auto;
	border-right: 1px solid #ddd;
	background-color: #fff; /* bootstrap v3 fix for fixed column background color*/
}

@media(min-width:768px)
{
	.table-responsive>.fixed-column
	{
		display: none;
	}
}

.z-index-auto
{
	z-index: auto !important;
}

h1, .h1
{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.pagination
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

.moreBorder
{
	border-width: 0px 0px 0px 2px !important;
}

.surroundBorder
{
	border-width: 2px 2px 2px 2px !important;
}

/* Calendar */
.calendarholidayscssday
{
	color: black !important;
	background-color: #EBEBEB !important;
	border-color: #EBEBEB !important;
	background-image: url("../../asset/img/bgvacation.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 100%;
}

.calendarholidayscssweek
{
	color: black !important;
	background-color: #EBEBEB !important;
	border-color: #EBEBEB !important;
	background-image: url("../../asset/img/bgvacation.jpg");
	background-repeat:no-repeat;
	background-position: center top;
}

.calendarholidayscssmonth
{
	color: black !important;
	background-color: #EBEBEB !important;
	border-color: #EBEBEB !important;
	background-image: url("../../asset/img/bgvacation.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	height: 80px;
	background-size: 100%;
}

.calendarholidayscsslistp
{
	color: black !important;
	background-color: #EBEBEB !important;
	border-color: #EBEBEB !important;
	background-image: url("../../asset/img/bgvacation.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 100%;
}

.break-day-css
{
	color: grey !important;
	background-color: grey !important;
}

.event-header
{
	color: black;
	background-color: white;
	margin-left: 7px;
	margin-top: 6px;
}

.event-priority-color1
{
	color: #eada15 !important;
	font-family: FontAwesome;
}

.event-priority-color2
{
	color: #ffbd59 !important;
	font-family: FontAwesome;
}

.event-priority-color3
{
	font-family: FontAwesome;
}

.event-priority-color4
{
	color: red !important;
	font-family: FontAwesome;
}

.fontawesometxt
{
	font-family: FontAwesome;
}

#taskcalendar.agenda-week .fc-day
{
	background-color: black;
}

#taskcalendar.agenda-day .fc-day
{
	background-color: red;
}

.btn-static {
	background-color: white;
	border: 1px solid lightgrey;
	cursor: default;
}

.btn-static:active {
-moz-box-shadow:    inset 0 0 0px white;
-webkit-box-shadow: inset 0 0 0px white;
box-shadow:         inset 0 0 0px white;
}


/* Btn colors */
.btn-color-1
{
	/* Jaune */
	background-color: #eac205 !important;
	color: #ffffff;
}

.btn-color-2
{
	/* Vert */
	background-color: #1cba71 !important;
}

.btn-color-3
{
	/* Gris */
	background-color: #b5bbc8 !important;
}

.btn-color-4
{
	/* Rouge */
	background-color: #d33724 !important;
}

.btn-color-5
{
	/* Orange */
	background-color: #ff851b !important;
}

.btn-color-6
{
	/* Rose */
	background-color: #ff00dd !important;
	color: #ffffff;
}

.btn-color-6:hover
{
	background-color: #a80092 !important;
	color: #ffffff;
}

.btn-color-7
{
	/* Rose */
	background-color: #434747 !important;
	color: #ffffff;
}

.btn-color-7:hover
{
	background-color: #2e3131 !important;
	color: #ffffff;
}

/* Panel colors */
.panel-color-6
{
	border-color: #ff00dd !important;
}

.panel-color-6 > .panel-heading
{
	color: #fff !important;
	background-color: #ff00dd !important;
	border-color: #ff00dd !important;
}

.panel-color-6 > .panel-heading + .panel-collapse > .panel-body
{
	border-top-color: #ff00dd !important;
}

.panel-color-6 > .panel-heading .badge
{
	color: #ff00dd !important;
	background-color: #fff !important;
}

.panel-color-6 > .panel-footer + .panel-collapse > .panel-body
{
	border-bottom-color: #ff00dd !important;
}

.btn-color-1:hover, .btn-color-2:hover, .btn-color-3:hover, .btn-color-4:hover
{
	color: #ffffff;
}

/*Library */
#library
{
	list-style: outside none none;
	padding-left: 30px;
}

#library > li
{
	cursor: pointer;
	float: left;
	margin: 5px;
	width: 125px;
	height: 110px;
}

.library-img-thumb
{
	max-width: 125px;
	max-height: 100px;
}

.library-img-thumb-explorer
{
	max-width: 48px;
	max-height: 32px;
}

@media (min-width:1040px)
{
	.monthyearstyle
	{
		text-align: center;
		margin-bottom: -42px;
		margin-left: -56px;
		margin-top :0px;
	}
}

.navbar-form
{
	padding: 0px !important;
}

.text-white
{
	color: #ffffff !important;
}

.text-pink
{
	color: #ffffff !important;
}

.displaynone
{
	display: none;
}

.cursor-pointer
{
	cursor: pointer;
}

.cursor-grab
{
	cursor: grab
}

.taskgrey
{
	color: grey;
	font-style: italic;
}

.overflow-initial
{
	overflow: initial;
}

.overflow-hidden
{
	overflow: hidden;
}

.overflow-y-auto
{
	overflow-y: auto;
}

/* Deal */
.deal-striped
{
	max-height: 500px;
}

.deal-striped > li:nth-child(odd)
{
	background: #ffffff;
}

.deal-striped > li:nth-child(even)
{
	background: #f5f5f5;
}

.deal-striped > li > a
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
}

.deal-striped > .active > a,
.deal-striped > li > a:hover,
.deal-striped > li > a:focus
{
	background-color: #dddddd !important;
	color: #000000 !important;
}

.panel-heading
{
	display:flex;
	align-items: center;
}

.panel-heading .pull-right
{
	margin-left: auto;
}

.display-inline
{
	display: inline;
}

.display-block
{
	display: block;
}

.display_alert
{
	background-color: #d9534f;
	padding: 3px;
	color: white;
}

.tasklate
{
	background-color: #d9534f;
	font-size: 11px;
	color: white;
	padding: 3px;
}

.display_pro
{
	background-color: #ec7521;
	padding: 3px 3px 2px 3px;
	color: white;
	border-radius: 3px;
}

.display_pro .editable-field
{
	color: white !important;
}

.tasklateitalic
{
	color: #dd4b39;
	font-style: italic;
}

.display_part
{
	background-color: #06a0a2;
	padding: 3px 1px 2px 3px;
	color: white !important;
	border-radius: 3px;
}

.tasktoday
{
	background-color: #06a0a2;
	font-size: 11px;
	color: white !important;
	padding: 3px;
}

.display_part .editable-field
{
	color: white !important;
}

.tasktoday .editable-field
{
	color: white !important;
}

.bg-white
{
	background-color: white !important;
}

.bg-blue
{
	background-color: #06a0a2;
}

.bg-primary-important
{
	background-color: #06a0a2 !important;
}

/**
 * vert "corporate Auto-ici"
 */
.bg-green-light-ai
{
	background-color: #abca06bf;
}

.bg-gray, .background-gray
{
	background-color: #cccccc;
}

.bg-dark-gray
{
	background-color: #303030;
}

.bg-danger
{
	background-color: #d9534f !important;
}

.bg-orange
{
	background-color: #06a0a2;
}

.bg-rose
{
	background-color: #ff00dd;
}

/* Action */
.actiontype-bg
{
	background-color: #858586 !important;
}

.actiontype-bg-green
{
	background-color: #00a65a !important;
}

.actiontype-bg-blue
{
	background-color: #0073b7 !important;
}

.actiontype-bg-purple
{
	background-color: #605ca8 !important;
}

.actiontype-bg-yellow
{
	background-color: #f39c12 !important;
}

.actiontype-bg-in
{
	background-color: #66c89a !important;
}

.actiontype-bg-out
{
	background-color: #dd7062 !important;
}

.record-text-in
{
	color: #66c89a !important;
}

.record-text-out
{
	color: #dd7062 !important;
}

.line-height-important
{
	line-height: inherit !important;
}

.text-del,
.text-strike
{
	text-decoration: line-through;
}

.btn-circle
{
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.italic
{
	font-style: italic;
}

.form-horizontal .form-group
{
	margin-left: 0px;
	margin-right: 0px;
}

/* copie modal-xxl */
.modal-xl
{
	width: 90% !important;
}

.modal-xxl
{
	width: 90% !important;
}

.vtop
{
	vertical-align: top;
}

.vbottom
{
	vertical-align: bottom;
}

/* Messaging */
.info-box-offer:hover
{
	background: rgba(0, 0, 0, 0.05) !important;
}

.info-box-blog:hover
{
	background: rgba(0, 0, 0, 0.05) !important;
}

.info-box-vehicle:hover
{
	background: rgba(0, 0, 0, 0.05) !important;
}

.overflow-auto
{
	overflow: auto;
}

.mailbox-attachments > li
{
	background: #fcfcfc;
}

.messaging-option-signature
{
	width: 100%;
	border: 0px none;
	background: #ffffff;
}

.messaging-body
{
	margin-top: -10px;
	margin-right: 5px;
	min-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	border: 0px none;
	background: #ffffff;
}

.messaging-body-header-label
{
	width: 85px;
	text-align: right;
	padding-right: 5px;
}

.messaging-unread
{
	background: #cccccc !important;
	font-weight: bold !important;
}

.messaging-selected
{
	background-color: #06a0a2 !important;
}

.messaging-label1
{
	color: #ff0000 !important;
}

.messaging-label2
{
	color: #ff9900 !important;
}

.messaging-label3
{
	color: #009900 !important;
}

.messaging-label4
{
	color: #3333ff !important;
}

.messaging-label5
{
	color: #993399 !important;
}

tr.success
{
	color: #ffffff !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.list-group-item-success{
	color: #ffffff !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.list-group-item-success:hover{
	background: #023f3f !important;
}

.editable-bgcolor > .myRadioButton > span > input[type=radio] + label
{
	color: black;
}

.fc-time-grid .fc-slats td
{
	height: 2.5em !important;
	border-top-style: groove;
}

.offer-ici
{
	background-color: #aac60d !important;
}

.offer-a25
{
	background-color: #0c4c8a !important;
	color: #ffffff !important;
}

.offer-a4pro
{
	background-color: #d9534f !important;
	color: #ffffff !important;
}

.info-box-text
{
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
}

.block-blog-article
{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.block-webpage
{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.box-aqua
{
	border-top-color: #00c0ef;
}

.box-orange
{
	border-top-color: #ff851b;
}

.box-red-active
{
	border-top-color: #d33724;
}

.box-dark-gray
{
	border-top-color: #303030;
}

.box-olive
{
	border-top-color: #3d9970;
}

.box-purple
{
	border-top-color: #605ca8;
}

.box-yellow
{
	border-top-color: #f39c12;
}

.box-maroon
{
	border-top-color: #d81b60;
}

.dropdown-visible-overflow .dropdown-menu
{
	overflow-y: visible !important;
}

.display-inline-block
{
	display: inline-block;
}

.custom-red
{
	color: #d9534f !important;
}

.text-primary
{
	color: #06a0a2;
}

/* Displays offerchildpaints */
.display_online
{
	background-color: #20a206;
	padding: 3px 1px 2px 3px;
	color: white !important;
	border-radius: 3px;
}

.display_active
{
	background-color: #5c6464;
	padding: 3px 1px 2px 3px;
	color: white !important;
	border-radius: 3px;
}

.display_disabled
{
	background-color: #ff0000;
	padding: 3px 1px 2px 3px;
	color: white !important;
	border-radius: 3px;
}

.modal
{
	overflow-y:scroll;
}

.table-layout-fixed
{
	table-layout: fixed;
}

/* Immat */
.immat-fr
{
	width: 110px;
}

.immat-fr .fr
{
	padding-left: 0px;
	padding-right: 0px;
	width: 15px;
}

.immat-fr .immat
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	text-transform: uppercase;
}

.immat-fr .dpt
{
	padding-left: 0px;
	padding-right: 0px;
	width: 15px;
}

/**/
.text-left-important
{
	text-align: left !important;
}

.align-label-left
{
	text-align: left !important;
}

.align-element-right
{
	text-align: right !important;
 }

.bg-green-light
{
	background-color: #4CAF50;
	color: white;
}

.fix-position
{
	position:initial;
	z-index:1;
	margin-left: -1170px;
}

.border-color-red
{
	border-color: red;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title
{
	font-size: 12px !important;
}

.bg-grey-btn-like
{
	font-weight: bold !important;
	border-radius: 3px !important;
	background-color: silver !important;
	padding: 2px;
	color: white !important;
}

.bg-black-btn-like
{
	font-weight: bold !important;
	border-radius: 3px !important;
	background-color: black !important;
	color: white ! important;
	padding: 2px;
}

.bg-blue-btn-like
{
	font-weight: bold !important;
	border-radius: 3px !important;
	background-color: darkblue !important;
	color: white ! important;
	padding: 2px;
}

/* custom icons */
.custom-checkbox
{
	min-height: 1rem;
	padding-left: 0;
	margin-right: 0;
	cursor: pointer;
}

.custom-checkbox .custom-control-indicator
{
	content: "";
	display: inline-block;
	position: relative;
	width: 30px;
	height: 10px;
	background-color: #818181;
	border-radius: 15px;
	margin-right: 10px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	vertical-align: middle;
	margin: 0 16px;
	box-shadow: none;
}

.custom-checkbox .custom-control-indicator:after
{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #f1f1f1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	left: -2px;
	top: -4px;
	-webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator
{
	background-color: #06a0a2;
	background-image: none;
	box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after
{
	background-color: #06a0a2;
	left: 15px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator
{
	box-shadow: none !important;
}

.font-size-9-justify
{
	font-size: 9px;
	text-align: justify;
	text-justify: inter-word;
}

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

.border-solid
{
	border-style: solid;
}

.text-underline
{
	text-decoration: underline;
}

.green-color
{
	color: #b0d13c !important;
}

/* Page utilities */
page
{
	background: white;
	display: block;
	margin: 0 auto;
	padding: 15px 15px 0px 15px;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

page[size="A4"]
{
	width: 21cm;
	height: 29.7cm;
}

@media print
{
	body, page
	{
		margin: 0;
		box-shadow: 0;
	}
}

/* deal colors*/
.deal-color-particular
{
	color: #3c8dbc;
}

.deal-color-company
{
	color: #008d4c;
}

.deal-color-service_provider
{
	color: #ff851b;
}

.deal-color-carrier
{
	color: #d81b60;
}

.deal-color-association
{
	color: #605ca8;
}

.deal-color-professional
{
	color: #f56954;
}

.deal-color-supplier
{
	color: #39cccc;
}

/* vehicle colors*/
.vehicle-color-VN
{
	color: #1c94c4;
}

.vehicle-color-VU
{
	color: #ff851b;
}

.vehicle-color-VO
{
	color: #6ebc60;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.uppercase
{
	text-transform: uppercase;
}

/* Scroll utilities */
.scrollable-menu
{
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}

/* Input utilities */
.focusedInput
{
	border-color: rgba(6,160,162,.8);
	outline: 0;
	outline: thin dotted \9;
	-moz-box-shadow: 0 0 8px rgba(6,160,1626,.6);
	box-shadow: 0 0 8px rgba(6,160,162,.6) !important;
}

input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button
{
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.hide-arrows[type=number]
{
	-moz-appearance:textfield; /* Firefox */
}

/* position utilities*/
.relative-position
{
	position: relative !important;
	min-height: 100%;
}

.absolute-position-bottom-right
{
	position: absolute !important;
	right: 0;
	bottom: 0;
}

/* Panels */
.panel-orange
{
	border-color: #ff851b;
}

.panel-orange > .panel-heading
{
	color: #ffffff;
	background-color: #ff851b;
	border-color: #ff851b;
}

.panel-rose
{
	border-color: #ff00dd;
}

.panel-rose > .panel-heading
{
	color: #ffffff;
	background-color: #ff00dd;
	border-color: #ff00dd;
}

input[type='number']
{
	-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
}

/* Background utilities */
.bg-default
{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}

/* stylishchekbox*/
span.stylishchekbox-target
{
	font-family: FontAwesome; /* use an icon font for the checkbox */
}

input[type='checkbox'].stylishchekbox
{
	position: relative;
	left: -999em; /* hide the real checkbox */
}

input[type='checkbox'].stylishchekbox + span.stylishchekbox-target:after
{
	content: "\f096"; /* In fontawesome, is an open square (fa-square-o) */
}

input[type='checkbox'].stylishchekbox:checked + span.stylishchekbox-target:after
{
	content: "\f046"; /* fontawesome checked box (fa-check-square-o) */
}

span.stylishchekbox
{
	display: block;
	padding: 0.5em;;
}

/* VO */
.vo
{
	border-color: #6ebc60;
}

.vo .panel-heading
{
	color: #fff;
	background-color: #6ebc60;
	border-color: #6ebc60;
}

.vo .panel-heading + .panel-collapse > .panel-body
{
	border-top-color: #6ebc60;
}

.vo .panel-heading .badge
{
	color: #6ebc60;
	background-color: #fff;
}

.vo .panel-footer + .panel-collapse > .panel-body
{
	border-bottom-color: #6ebc60;
}

/* Watermark */
.watermark
{
	position: absolute;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: darkgray;
	margin-top: -15px;
}

.watermark-text
{
	position: absolute;
	opacity: 1;
	z-index: 1000;
	margin-top: -15px;
	top: 50%;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	color: #cc2c32;
	width: 100%;
}

/* White space utilities */
.white-space-pre
{
	white-space: pre;
}

.white-space-normal
{
	white-space: normal;
}

/* Deliveryplanning */
.bg-staff-lla
{
	background-color: #00c0ef75 !important;
}

.bg-deliveryplanning-reserved
{
	background: repeating-linear-gradient(-45deg, #80808010, #80808010 10px, #00c0ef50 10px, #00c0ef50 20px) !important;
}

.bg-deliveryplanning-awaiting-return
{
	background: repeating-linear-gradient(-45deg, #80808010, #80808010 10px, #db48cb4f 10px, #db48cb4f 20px) !important;
}

.bg-deliveryplanning-default
{
	background-color: #d97d4e50 !important;
}

.bg-deliveryplanning-default-pro
{
	background: repeating-linear-gradient(-45deg, #d97d4e50, #d97d4e50 10px, #00c0ef50 10px, #00c0ef50 20px) !important;
}

/* Border utilities */
.border-primary
{
	border: 1px solid #2fbcbe;
}

.border-danger
{
	border: 1px solid #cc2c32;
	border-color:#ff0000 !important;
}

.no-border
{
	border: none;
}

.no-border-radius
{
	border-radius: 0 !important;
}

/* Slash utilities */
.slashed .slashed-item:after
{
	content: '/';
}

.slashed .slashed-item:last-child:after
{
	content: "";
}

/* Delivery */
.delivery-justify-day
{
	width: 175px;
	display: inline-block;
}

.delivery-justify-counter
{
	width: 50px;
	display: inline-block;
}

/* Charlotte News */
.charlottenews-icon-header
{
	font-size: 18px;
	padding: 13px !important;
}

.charlottenews-columns
{
	column-count: 2;
	column-gap: 1.25rem;
}

.charlottenews-columns .box
{
	display: inline-block;
}

.charlottenews-columns .box img
{
	max-width: 100%;
	height: auto;
}

/* Pagebuiler */
.pagebuilder-columns
{
	column-count: 3;
	column-gap: .75rem;
}

.pagebuilder-columns .box
{
	display: inline-block;
}

.fa-top-right
{
	position: absolute;
	right: 20px;
	top: 5px;
}

/* Figés la 1ère colonne et le Thead - directive */
[fixed-column-table]
{
	width: 100%;
	/*height: 700px;*/
	overflow: scroll;
	position: relative;
}

[fixed-column-table] table
{
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	position: absolute;
}

[fixed-column-table] table thead tr th,
[fixed-column-table] table tbody tr td:first-child
{
	background: #f3f3f4
}

[fixed-column-table] table tbody tr td:first-child
{
	border: 1px #f3f3f4 solid;
}

[fixed-column-table] .cross
{
	position: relative;
	z-index: 1;
}

.color-legend {
	height: 15px;
	width: 15px;
	float:left;
}

.text-dark-gray {
  color: #595959 !important;
}


.panel-info > .panel-heading
{
	color: #fff !important;
}

.btn-warning-stripe
{
	color: #fff;
	background: repeating-linear-gradient(-45deg, #e9a06d, #e9a06d 10px, #ec7421 10px, #ec7421 20px) !important;
}

.font-weight-normal
{
	font-weight: normal !important;
}


.panel-darkgrey
{
	border-color: #434747;
}

.panel-darkgrey > .panel-heading
{
	color: #ffffff;
	background-color: #434747;
	border-color: #434747;
}

/* suivi des tickets - apercu des status */
.trackingticket-status .timeline .timeline-body img
{
	width: 100%;
}

/* green block - override bootstrap */
.click_to_top
{
	padding : 10px 15px;
	bottom 	: 35px;
}























	/**
	TODO mettre au propre
	*/
	/* TIMELINE
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	
	.timeline-horizontal {
	  white-space: nowrap;
	  overflow-x: scroll;
	}
	
	.timeline-horizontal ol {
	  font-size: 16px;
	  width: 100vw;
	  padding: 150px 0;
	  transition: all 1s;
	}
	
	.timeline-horizontal ol li {
	  position: relative;
	  display: inline-block;
	  list-style-type: none;
	  width: 100px;
	  height: 3px;
	  background: rgb(176, 175, 175);
	}
	
	.timeline-horizontal ol li:last-child {
	  width: 200px;
	}
	
	.timeline-horizontal ol li:not(:first-child) {
	  margin-left: 30px;
	}
	
	/* 
	.fa-file-pdf-o:not(:last-child)::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: calc(100% + 1px);
	  bottom: 0;
	  width: 12px;
	  height: 12px;
	  transform: translateY(-50%);
	  border-radius: 50%;
	  background: #895bf4;
	} */
	
	.timeline-horizontal ol li .timeline-horizontal-content {
	  position: absolute;
	  left: calc(100% + 12px);
	  width: 200px;
	  padding: 15px;
	  white-space: normal;
	  color: black;
	  background: white;
	  font-size: 12px;
	}
	
	.timeline-horizontal ol li div::before {
	  content: '';
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 0;
	  height: 0;
	  border-style: solid;
	}
	
	.timeline-horizontal ol li .timeline-horizontal-badge {
	  position: absolute;
	  top: 50%;
	  left: calc(100% + 1px);
	  bottom: 0;
	  width: 25px;
	  height: 25px;
	  transform: translateY(-50%);
	  border-radius: 50%;
	  /* background: #F45B69; */
	  color: #000;
	  text-align: center;
	}
	
	.timeline-horizontal ol li:nth-child(odd) div {
	  top: -25px;
	  transform: translateY(-100%);
	}
	
	.timeline-horizontal ol li:nth-child(odd) div::before {
	  top: 100%;
	  border-width: 8px 8px 0 0;
	  border-color: white transparent transparent transparent;
	}
	
	.timeline-horizontal ol li:nth-child(even) div {
	  top: calc(100% + 25px);
	}
	
	.timeline-horizontal ol li:nth-child(even) div::before {
	  top: -8px;
	  border-width: 8px 0 0 8px;
	  border-color: transparent transparent transparent white;
	}
	
	
	/* GENERAL MEDIA QUERIES
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	@media screen and (max-width: 599px) {
	  .timeline-horizontal ol,
	  .timeline-horizontal ol li {
		width: auto; 
	  }
	  
	  .timeline-horizontal ol {
		padding: 0;
		transform: none !important;
	  }
	  
	  .timeline-horizontal ol li {
		display: block;
		height: auto;
		background: transparent;
	  }
	  
	  .timeline-horizontal ol li:first-child {
		margin-top: 25px;
	  }
	  
	  .timeline-horizontal ol li:not(:first-child) {
		margin-left: auto;
	  }
	  
	  .timeline-horizontal ol li div {
		width: 94%;
		height: auto !important;
		margin: 0 auto 25px;
	  }
	  
	  .timeline-horizontal ol li div {
		position: static;
	  }
	  
	  .timeline-horizontal ol li:nth-child(odd) div {
		transform: none;
	  }
	  
	  .timeline-horizontal ol li:nth-child(odd) div::before,
	  .timeline-horizontal ol li:nth-child(even) div::before {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		border: none;
		border-left: 1px solid white;
		height: 25px;
	  }
	  
	  .timeline-horizontal ol li:last-child,
	  .timeline-horizontal ol li:nth-last-child(2) div::before,
	  .timeline-horizontal ol li:not(:last-child)::after,
	  .timeline-horizontal .arrows {
		display: none;
	  }
	}