* {
	outline:0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
    /*transition: all ease .5s;
    font-family: Roboto,serif;*/
}
/* COLORS */
.txt-orange {
	color:#F07D1A;
}
.bg-orange {
	background-color:#F07D1A;
}
.txt-orange-dark, .txt-orange-dark:hover {
	color:#984600;
	text-decoration:none;
}
.bg-orange-dark {
	background-color:#984600;
}
.txt-orange-light {
	color:#FB9B49;
}
.bg-orange-light {
	background-color:#FB9B49;
}
.txt-orange-lighter {
	color:#FCA55C;
}
.bg-orange-lighter {
	background-color:#FCA55C;
}
.txt-orange-white {
	color:#FEEBDA;
}
.bg-orange-white {
	background-color:#FEEBDA;
}
.txt-orange-whiter {
	color:#FFF7F1;
}
.bg-orange-whiter {
	background-color:#FFF7F1;
}
.btn-orange-dark {
	color: #fff;
	font-size: 0.8rem;
	border-radius: 10rem;
	padding: 0.75rem 1rem;
	border-color: #984600;
	background-color:#984600;
}
.btn-outline-light {
	font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
}
/* GENERAL */
header, footer, main {
	position: relative;
}
/*main {
	padding-top:75px;
}*/
.menu-open {
    overflow: hidden;
	height:100vh;
	width:100vw;
}
.opacity-8 {
	opacity:0.8;
}
/*.card-footer {
	background-color: rgba(255,255,255,0.2);
}*/
.icon-rounded-25 {
	width: 25px;
    height: 25px;
	line-height:1.5;
    border-radius: 50%;
    text-align: center;
    background: #984600;
}
.icon-rounded-35 {
	width: 35px;
    height: 35px;
	line-height:2.1;
    border-radius: 50%;
    text-align: center;
    background: #984600;
}
.border-rounded {
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}
.border-rounded-b {
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}
/*.text-darkred, .text-darkred:hover {
	color:#7E0109;
	text-decoration:none;
}*/
.bg-light-pink {
	background-color:#FEF2F2;
}
.bg-dark-pink {
	background-color:#F9D0D4;
}
/* HEADER */
header {
	z-index:666;
	line-height:1;
	/*position:fixed;
	width:100%;*/
}
header .hamburger-wrap .fa-times, 
.menu-open header .hamburger-wrap .fa-bars {
	display:none;
}
header .hamburger-wrap .fa-bars, 
.menu-open header .hamburger-wrap .fa-times {
	display:inline-block;
}
header .back-wrap .fas, 
header .search-wrap .fas, 
header .hamburger-wrap .fas, 
header .notification-wrap .fas,
header .zone-wrap .fas {
	font-size:24px;
}
header .user-wrap {
	margin-top:-1px;
}
header .user-wrap .fas.fa-user-circle {
	font-size:28px;
}
header .dropdown-item:focus,
header .dropdown-item:hover,
header .dropdown-item:active,
header .zone-wrap .dropdown-item.active{
    color: #000000;
    text-decoration: none;
    background-color: #F07D1A;
}

#alert-wrapper {
	position: absolute;
    left: 0;
    top: 15px;
}
#alert-wrapper .alert {
	margin:0;
}
#alert-wrapper .alert .close {
	font-size:1rem;
}
/* FOOTER */
.tobottom {
    bottom:0;
    width:100%;
	position:absolute;
}
/* FORMS */
a.disabled, a.btn.disabled, 
input[readonly], input[disabled], 
select[disabled], button[disabled] {
	cursor: not-allowed;
}
input[readonly]:focus, input[readonly]:active {
	outline: 0 !important;
	border:1px solid #999 !important;
	box-shadow:none !important;
}
.form-group.required label:after {
    content: " *";
    color: red;
}
.bg-login-image {
	background: url("https://warmpac.fr/images/warmpac-office.jpg");
	background-position: center;
	background-size: cover;
}
.bg-password-image {
	background: url("https://warmpac.fr/images/warmpac-office.jpg");
	background-position: center;
	background-size: cover;
}
form.user .form-control-user {
	/*font-size: 0.8rem;*/
	border-radius: 10rem;
	padding: 1.5rem 1rem;
}
form.filter .form-group, form.event .form-group, 
form.user .form-email, form.user .form-password,
form.discovery .form-group{
	position:relative;
}
form.user .form-email .form-control-user, 
form.user .form-password .form-control-user {
	padding: 1.5rem 1rem 1.5rem 3rem;
}
form.user .form-email::before, 
form.user .form-password::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f0e0';
}
form.user .form-password::before {
	content: '\f023';
}
form.user select.form-control-user {
	padding: 0.7rem;
    height: 50px;
}
*:focus {
	box-shadow:none !important;
}
.form-control:focus {
	border: 1px solid #ced4da;
}
.col-form-label {
	white-space: nowrap;
}
/* FILTER */
form.filter .form-control-filter {
	/*font-size: 0.8rem;*/
	border-radius: 10rem;
	padding: 1.5rem 1rem 1.5rem 3rem;
}
form.filter .form-input::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f002';
}
form.filter .form-group.form-checkbox {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
.dropdown-autocomplete .dropdown-menu {
	border-radius: 2rem;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
.dropdown-autocomplete .dropdown-menu>li>a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* EVENT */
form.event .form-control-event {
	/*font-size: 0.8rem;*/
	border-radius: 10rem;
	padding: 1.5rem 1rem 1.5rem 3rem;
}
form.event select.form-control-event {
	padding: 0.7rem 0 0.7rem 2.8rem;
    height: 50px;
}
form.event .form-control-textarea {
	/*font-size: 0.8rem;*/
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 3rem;
}
form.event .form-input::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f007';
}
form.event .form-input-title::before {
	content: '\f5ac';
}
form.event .form-input-time::before {
	left: 30px;
	content: '\f017';
}
form.event .form-input-comment::before {
	content: '\f075';
}
form.event .form-input-location::before {
	content: '\f041';
}
form.event .form-input-comment::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 45%;
    right: 10px;
	content: '\f130';
}
form.event .form-input-dateof::before, 
form.filter .form-input-dateof::before {
	content: '\f073';
}
form.event .form-group.form-checkbox {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
/* NAV */
.menu-md {
	display:none;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	height:100vh;
	width:80vw;
	border-bottom-right-radius:30px;
	/*animation:opacity .6s ease;*/
}
.sidebar .separator {
	margin-left: -15px;
    margin-right: -15px;
}
.sidebar .separator hr {
	border-color:white;
}
/*.sidebar .nav-item:last-child {
	margin-bottom: 1rem;
}*/
.sidebar .nav-item .nav-link {
	color:#fff;
	font-size: 1.25rem;
	position: relative;
	padding: 0.75rem 1rem;
}
.sidebar .nav-item.active .nav-link {
	font-weight: 700;
}
.sidebar .nav-item .nav-link .fas {
	margin-right:15px;
}
.sidebar .nav-item .nav-link[data-toggle=collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}
.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f105';
}
.sidebar .submenu {
	margin-left: 30px;
    border-left: 1px solid white;
}
.sidebar .submenu .nav-item .nav-link {
	padding-left:32px;
}
.sidebar .nav-item .icon-rounded-25 {
	position: absolute;
    top: 10px;
    right: 10px;
}
.user-pill {
	color:#fff;
	border:1px solid #fff;
	background:rgba(255,255,255,.125);
}
.user-pill .user-region {
	line-height:1.2;
}
.user-pill .fa-ellipsis-h {
	line-height:2.5;
	/*margin-left:20px;*/
}
.user-pill .fa-2x {
	font-size:2.5em;
}
.modal .modal-dialog.mt-5 {
	margin-top: 4rem!important;
}
.modal-backdrop.in {
	opacity: 0.5 !important;
}
/* Table */
.table-sm {
	font-size:0.9rem;
}
.table th, .table td {
	border:none;
	padding:.75rem;
}
.table thead th {
	font-weight:normal;
	border-bottom:none;
}
.table thead th:first-child, 
.table tbody td:first-child {
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.table thead th:last-child, 
.table tbody td:last-child {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.table tbody tr:nth-of-type(odd) {
    background-color: rgba(255,0,0,.05);
}
/* Calendar */
.bootstrap-datetimepicker-widget table th {
	width: 14.285% !important;
	text-transform:uppercase;
}
.datetimepicker.inline .bootstrap-datetimepicker-widget table td {
	height: 50px !important;
}
.bootstrap-datetimepicker-widget table td.day {
	position:relative;
}
.bootstrap-datetimepicker-widget table td.today, 
.bootstrap-datetimepicker-widget table td.today:hover {
	border-radius:50%;
    background-color: #FFF !important;
}
.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td.active:hover {
	border-radius:50%;
    background-color: #984600 !important;
    color: #fff !important;
}
.bootstrap-datetimepicker-widget table td.today::before {
	border:none !important;
}
.bootstrap-datetimepicker-widget table td.day:hover, 
.bootstrap-datetimepicker-widget table td.hour:hover, 
.bootstrap-datetimepicker-widget table td.minute:hover, 
.bootstrap-datetimepicker-widget table td.second:hover, 
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background:none !important;
}
.datetimepicker.inline .bootstrap-datetimepicker-widget table td.day.has-events::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 7px;
	position: absolute;
	top: 57%;
    left: 43%;
	content: '\f111';
	border: none;
	bottom: auto;
    right: auto;
}
.datetimepicker.inline .bootstrap-datetimepicker-widget table td.day.active.has-events::before {
	color:#fff;
}
.datetimepicker.inline .bootstrap-datetimepicker-widget table td.day.old.has-events::before, 
.datetimepicker.inline .bootstrap-datetimepicker-widget table td.day.new.has-events::before {
	opacity:0.3;
}
.datetimepicker.inline .datetimepicker li.picker-switch, .datetimepicker .timepicker {
	display:none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	width:100% !important;
	border-radius:30px;
	background-color:#FEEBDA !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu::before {
	margin-left:48%;
}
/* MAP - ITINERARY */
#itinerary-wrapper i.fa-circle {
	position:relative;
}
#itinerary-wrapper i.fa-map-marker-alt {
	font-size: 1.3rem;
    top: 4px;
    position: relative;
}
#itinerary-wrapper i.fa-circle::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #F07D1A;
    font-size: 15px;
    position: absolute;
    top: 19px;
    left: 4px;
	content: '\f142';
}
.multiline-ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* MY DAY */
.myday-steps {
	font-size: 1.25rem;
}
.myday-steps .custom-switch .custom-control-label::before {
	width: 4rem;
	height: 2rem;
	left: -3.25rem;
	border-radius: 1rem;
	border: 1px solid var(--danger,red);
    outline: none;
    box-shadow: none;
	padding-left: 30px;
    padding-top: 5px;
    content: 'OFF';
    color: var(--danger,red);
    font-size: 14px;
}
.myday-steps .custom-switch .custom-control-label::after {
	top: calc(0.25rem + 3px);
    left: calc(-3.25rem + 3px);
    width: calc(2rem - 6px);
    height: calc(2rem - 6px);
    border-radius: 1rem;
	background-color: var(--danger,red);
}
.myday-steps .custom-control-input:checked~.custom-control-label::before {
	border-color: var(--success,green);
    background-color: #fff;
	content: 'ON';
	padding-left: 9px;
	color: var(--success,green);
}
.myday-steps .custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: var(--success,green);
	-webkit-transform: translateX(2rem);
    transform: translateX(2rem);
}
.myday-steps .custom-control-input:disabled~.custom-control-label::before, 
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #fff;
}
.myday-steps .custom-switch .custom-control-input:disabled~.custom-control-label::before {
    border-color: rgba(220,53,69,0.5);
}
.myday-steps .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: rgba(40,167,69,0.5);
}
.myday-steps .custom-switch .custom-control-input:disabled~.custom-control-label::after {
    background-color: rgba(220,53,69,0.5);
}
.myday-steps .custom-switch .custom-control-input:disabled:checked~.custom-control-label::after {
    background-color: rgba(40,167,69,0.5);
}
.myday-steps .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--danger,red);
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #984600;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link{
    color: #984600;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.client-active{
	color: #28a745;
}
.client-inactive{
	color: #007bff;
}
.prospect-plus{
	color: #ffc107;
}
.prospect-minus{
	color: #f07d1a;
}
.suspect{
	color: #dc3545;
}
.progress{
	background-color: #ccc;
	border-radius: 50px;
}
.clientbtn{
	position: absolute;
    right: 0px;
    top: 0px;
}
/* ACTION POPUP */
#NewActionModal .modal-content {
	background: #FB9A49;
    color: #fff;
}
/* ACTION FORM */
#form-action .btn-group-toggle .btn-outline-danger {
	width: 70px;
	text-align:center;
	color: #984600;
    border-color: #fff;
    background-color: #fff;
	border-radius:15px !important;
}
/*#form-action .btn-group-toggle .btn-outline-danger:hover*/
#form-action .btn-group-toggle .btn-outline-danger.active, 
#form-action .btn-group-toggle .btn-outline-danger:has(input:checked) {
    color: #fff;
    background-color: #984600;
    border-color: #984600;
}
#form-action .btn-group-toggle .btn-outline-danger:focus, 
#form-action .btn-group-toggle .btn-outline-danger.focus {
	outline:none !important;
	box-shadow:none !important;
}
/* NOTE */
.overlay_note_bottom{
	position: absolute;
	bottom: 30px;
	right: 34px;
}
.overlay_note_top{
	position: absolute;
	top: 35px;
	left: 48px;
	width: 60%;
}

.overlay_note_top p{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 992px) {
	/* NOTE */
	.overlay_note_bottom{
		position: absolute;
		bottom: 75px;
		right: 80px;
	}
	.overlay_note_top{
		position: absolute;
		top: 100px;
		left: 110px;
		width: 60%;
	}

	.overlay_note_top p{
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/*.discovery_btn{
	position: absolute;
    top: 63px;
}*/
@media (min-width: 703px) {
	.discovery_btn{
		position: relative;
	    top: 0px
	}
}

/*Discovery*/
form.discovery .form-control-user::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f0c0';
}
form.discovery .form-control-contact::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f2b9';
}
form.discovery .form-control-address::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f3c5';
}
form.discovery .form-control-email::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f0e0';
}
form.discovery .form-control-tel::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f095';
}
form.discovery .form-control-quantity::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f5cd';
}
form.discovery .form-control-amount::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f153';
}
form.discovery .form-control-brand::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 30%;
	left: 15px;
	content: '\f1f9';
	z-index: 9;
}
form.discovery .form-control-why::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f059';
}
form.discovery .form-control-list::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f46d';
}
form.discovery .form-control-visit::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f500';
}
form.discovery .form-control-expectation::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f4fd';
}
form.discovery .form-control-comment::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f086';
}
form.discovery .form-control-customer::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #984600;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 15px;
	content: '\f234';
}
form.discovery .form-control-discovery{
	border-radius: 10rem;
	padding: 1.5rem 1rem 1.5rem 3rem;
}
form.discovery .form-control-textarea {
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 3rem;
}

/*select2*/
/*.select2-selection__rendered{
	position: absolute;
	top: 8px;
	z-index: 9;
}*/
.select2-selection--multiple{
	overflow: hidden !important;
	height: auto !important;
}
.select2-selection__choice{
	background-color: #FEEBDA !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border: 1px solid #ced4da !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
	border-bottom-right-radius: 170px !important;
	border-bottom-left-radius: 170px !important;
}

/* LOADING */
#loadingLayer {
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
}
#loadingBg {
	position:absolute;
	width:100%;
	height:100%;
	background:#333;
	opacity:.7;
}
#loadingContent {
	position:absolute;
	text-align:center;
	color:#fff;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-60px;
}
#loadingContent .icon-loader {
    border: 16px solid #818285;
    border-top: 16px solid #fbaf42;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: fa-spin 1s linear infinite;
}