label{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	font-weight: 600;
}

.open-sesame-color{
	background-color: #F3C623 !important;
	color: black !important;
}

.rekto_red,.unaffected_sector,.unaffected_society {
	color: #e70000
}
.affected_sector,.affected_society {
	color: #000
}

.share-highlight-mission{
	background-color: LightGreen !important;
}

.icon-max-64{
	max-width:64px !important;
}

.icon-max-32{
	max-width:32px !important;
}

.icon-max-16{
	max-width:16px !important;
}

.hiddenOnLoad{
	display: none;
}

.link-white {
  color: white;
}

.link-white:hover {
  color: white;
}

.link-white:focus {
  color: white;
}

.link-white:visited {
  color: white;
}

.link-black {
	color: black;
  }

  .link-black:hover {
	color: black;
  }

  .link-black:focus {
	color: black;
  }

  .link-black:visited {
	color: black;
  }

.float-right{
	float: right;
}

.p-05rem{
	padding: 0.5rem;
}

.h50{
	height: 50px;
}

.input-has-error{
	border-color: #ed5565 !important;
}

.cursor-pointer{
	cursor: pointer;
}

.disabled{
	pointer-events: auto !important;
	cursor:not-allowed !important;
}

.width-max-content{
	width: max-content;
}

.height-max-content{
	height: max-content
}

@media (min-width: 1200px) {
	.border-right-xl {
		border-right: 1px solid #dee2e6 !important;
	}
}

.word-break{
	word-break: break-word;
}

.hide{
	display:none;
}

.dropzone {
	text-align: center;
	border: 1px dashed #004680;
}

#calendar-box{
	background: white;
	padding: 5px;
	margin-bottom: 25px;
	min-height: calc(100vh - 150px);
}

.img-responsive{
	width: 100%;
}

.timeline_icon_selected{
	color: #64C372;
}

/* Remove new file input bootstrap */
.custom-file-input {opacity: 1;}
.custom-file-label {display: none;}

/*-------------- ARTICLES ---------------*/

.article_author{
	font-weight: bold;
	color: #337ab7;
	font-size: 14px;
    display: block;
}

.article_comment_author{
	font-weight: bold;
	color: #337ab7;
}

.article_published{
	background-color: white;
}

.article_unpublished{
	background-color: #ffe6e6;
}

.social-title {
	padding-left: 15px;
}

/* Force the inner container of the calendar to have a decent min height */
.fc-time-grid-container{
	min-height: 900px;
}

.vertical-timeline-block-sort{
	margin-bottom: 60px;
}

.vertical-timeline-block-sort a{
	color: white;
}

#logoPreview{
	max-height: 250px;
	max-width: 400px;
}

.pseudo-modal-footer{
	padding-top: 15px;
	border-top: 1px solid #e9ecef;
	background: #fff !important;
	padding: 1rem;
}

.am-bell{
	font-size: xx-large;
}

.am-dot {
  	height: 7px;
  	width: 7px;
  	background-color: red;
  	border-radius: 50%;
  	display: inline-block;
  	position: relative;
	top: -17px;
    left: -8px;
}

.select2-selection__arrow{
	display: none;
}


/* For the select to work with the modal */
.select2-close-mask, .select2-dropdown{
    z-index: 9999 !important;
}

.inactive-resource{
	font-style: italic;
}
.active-resource{
	font-style: normal;
}

.colorpicker_sample{
	border: 1px solid #e5e6e7;
}

/*
.badge-danger{
	display: none;
}
*/

.invalid-feedback{
	font-size: 100%;
}

.dashboard-header {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-header{
	padding-top: 25px;
	padding-bottom: 25px;
}

.mini-navbar-visible {
  display: inline-block !important;
}

.nav-second-level > li.active > a:hover {
  background: #eeeeee /*#ffffff*/;
}

.nav-second-level li a:hover {
  background: #eeeeee /*#ffffff*/ !important;
}

.icon-list-box{
	width:64px;
	height:64px;
}

.icon-list-img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 10px;
}

#side-menu{
	background: #f7f9fa;
}

#side-menu > li{
	border-bottom: 1px solid #eaeaea;
}

#page-wrapper{
	background: #f1f3f6;
    border-left: 1px solid #eaeaea;
}

.nav-header{
	text-align: center;
}

.avatar {
	border-radius: 5px;
	width: 64px;
	height: 64px;
}

/* For the select to work with the modal */
.select2-close-mask, .select2-dropdown{
    z-index: 9999 !important;
}

.adminPageWrapper{
	/*background-image: url("../img/tiger_grey.jpg") !important;*/
	/*background-color: white !important;*/
	background-position: right bottom !important; /*Positioning*/
	background-repeat: no-repeat !important; /*Prevent showing multiple background images*/
}

.edit_link_profile{
	position: absolute;
	top:10px;
	right:30px;
	z-index: 50;
}

.edit_link,
.edit_link:focus,
.edit_link:hover,
.edit_link_profile,
.edit_link_profile:focus,
.edit_link_profile:hover {
  /*color: #676A6C;*/
  color: #bababa;
  text-decoration: none;
  outline: 0;
}

.edit_link{
	position: absolute;
	right:20px;
	z-index: 50;
}

.edit_link_addressbook{
	top:5px;
	right:25px;
}

.link_reset{
	padding: 0px !important;
	text-decoration: none;
	color: #676a6c;
}

.contact_box_link_reset{
	padding: 0px !important;
	text-decoration: none;
	color: #676a6c;
}

.contact-box-content{
	display: block;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}

.contact-box-content img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.society-group-box-profile{
	display: block;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}

.society-group-box-profile img {
    max-width: 80px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ibox-content{
	line-height: 180%;
}

.img-logo-list{
	max-height: 45px;
}

.img-logo-list-store{
	max-height: 64px;
	max-width: 100%;
}

.elements_list{
	margin-bottom: 10px;
}

.elements_list_top{
	margin-top: 10px;
}

#cropperContainerTweak{
	max-width: 600px;
}

#sortable_list {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.sortable_line {
	display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.sortable_content {
	display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e7eaec;
    background: #f5f5f5;
    border-radius: 3px;
    box-sizing: border-box;
}

.sortable_btn{
	margin-right: 10px;
}

.word-break{
  word-wrap: break-word;
}

/*-----------------------------*/
/* New Devis => Products list */

#products_box, #existing_products_box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
}

.product-price-rekto{
	font-size: 14px;
	font-weight: 600;
	/*color: #ffffff;
	background-color: #1ab394;
	padding: 6px 12px;*/
	position: absolute;
	top: -35px;
	right: 0;
	min-width: 155px;
}

.product-price-bottom{
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 95%;
}

.product-desc-rekto{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.product-imitation-rekto {
  text-align: center;
  /*padding: 90px 0;*/
  padding: 0px;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
  height: 200px;
  width: 245px;
}

.product-name{
	font-size: 14px;
}

.product-box{
	width: 99%;
	height: 99%;
	position: relative;
}

.product-ibox{
	width:250px;
	min-height: 360px;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
}

.product-quantity{
	width: 100px;
}

.product_info_btn{
	width: 25px !important;
	text-align: center;
}

.iam-config-table-active{
	background: #beca69 !important;
}

.iam-config-table-not-active{
	background: #ffcaa3 !important;
}

.iam-config-table-can-change{
	background: #beca69 !important;
}

.iam-config-table-cannot-change{
	background: #ffcaa3 !important;
}

#icod_communicationbundle_emailtemplate_body {
	position: absolute;
	background: 0 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	resize: none
}

.smsBodyEdit {
	height: 180px!important;
	resize: none
}

.smsTemplateHG {
	display: block;
	position: relative;
	padding: 0;
	height: 180px;
	width: 100%
}

.backdrop {
	overflow: auto;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute
}

.highlights {
	white-space: pre-wrap;
	word-wrap: break-word;
	color: transparent
}

.highlight {
	padding: 0!important;
	color: transparent;
	background-color: #f8efba
}

.backdrop {
	background-color: #fff
}

.products_total{
	background-color: #f3f3f4;
}

.product-quantity{
	width: 80px;
}

.product-quantity::-webkit-inner-spin-button,
.product-quantity::-webkit-outer-spin-button{
	-webkit-appearance: none;
  	margin: 0;
}

.logo_product{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	body.mini-navbar #page-wrapper {
	  margin-left: 70px;
	}
}

.product-name:hover, .product-name:focus {
    color: inherit!important;
}

/* SOCIETY GROUP PAGE */

.society_image{
	border-radius: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* S M S  T E M P L A T E  K E Y W O R D S */
.sms-area-template-container{
	position: relative;
}

.sms-area-template{
	position: relative;
	z-index:100;
	min-height: 11rem;
	background:none;
	resize : none;
}

.sms-area-template:focus{
	background:none;
}

.keywords-highlight-container{
	position: absolute;
	z-index:1;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	overflow: hidden;
}

.keywords-highlight{
	color:transparent;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.keyword-highlight{
	background-color: var(--secondary);
}

/* S M S  C O N F I G  A D M I N */
.col-sms-settings .ibox{
	margin:0;
}

.col-sms-settings .ibox-content{
	padding: 20px 0;
}

.mission_view_btn_disabled{
	pointer-events: auto !important;
	cursor: not-allowed !important;
	opacity: 0.65;
}

/* D E M A N D  */

.demand-client-form{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}

/* A T T A C H M E N T */

.attachment-img-view{
	max-width: 300px;
	width: 100%;
	object-fit: contain;
	margin: 0 auto;
	display: block;
	padding:10px 0;
}

/* P R O D U C T S */
.table_product_totals_container td{
	font-weight: bold;
}

/* S U R C H A R G E  S U M E R N O T E */
#sn-checkbox-open-in-new-window{
	opacity: 1;
	z-index:1;
	position: static;
}

.inactive_sg{
	filter: grayscale(100%);
}

/* DROPDOWN LANGUAGES */
.dropdown-lang {
	width: 28px !important;
	padding: 0 !important;
	position: relative;
}

.dropdown-lang img {
	border: 1px solid var(--primary);
}

.dropdown-lang-menu {
	right: auto !important;
}

.dropdown-item-icon {
	width: 18px;
}

.dropdown-item-lang {
	display: flex !important;
	align-items: center;
}

@media (max-width: 768px) {
	.dropdown-lang {
		width: 20px !important;
	}

	.dropdown-lang-menu {
		right: 0 !important;
	}
}

/* Surcharge timeline-element */
.vertical-timeline-content-client {
	border: 1px solid var(--primary);
}

.vertical-timeline-content-client::before {
	border-color: var(--primary);
}

/* Surcharge timeline-element */
.timeline-child-item {
	border: 1px solid #574667;
	background-color: #E4E4E5;
}

.timeline-child-item::before {
	border-color: #574667;
	background-color: #E4E4E5;
}

.classic-view-child-item td {
	background-color: #E4E4E5;
}

/*msg no data matomo*/
.alert-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Ibox Maker */
.ibox-menu {
	display: flex;
}

.maker-menu {
	display: flex;
	flex-direction: column;
}

.ibox-content-height {
	min-height: 6rem;
}

.btn-maker {
	width: 100%;
	background-color: white;
	border-radius: 5px;
	display: flex;
	align-items:center;
	justify-content: flex-start;
	white-space: break-spaces;
	text-align:left;
	letter-spacing: 0;
	font-weight: 600;
	color: black;
}

.btn-maker > i {
	margin-right: 7px;
}

.btn-maker:not([disabled]):hover {
	color: #262626;
	background-color: #f5f5f5;
}

.btn-ibox-menu:disabled {
	opacity: 0.4;
}

@media (min-width: 991.98px) {
	.maker-menu {
		position: fixed;
		right: 0;
		max-width: 12rem;
		width: 100%;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		overflow:hidden;
		padding: 10px;
		background-color: white;
	}

	.ibox-menu {
		position: absolute;
		left: 100%;
		top:15px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		overflow: hidden;
	}
}
/*--------------------*/

/* webapp-choice */
.webapp-choice {
	width: 100%;
}

.webapp-choice-input {
	display: none;
}

.webapp-choice-label {
	text-align: center;
	width: 100%;
	border: 2px solid;
	border-color: rgba(190, 190, 190, 1);
	padding: 0.45rem 1rem;
	cursor: pointer;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 400;
}

.webapp-choice-label-left {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-right-width: 1px;
}

.webapp-choice-label-right {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-left-width: 1px;
}

.webapp-choice-input:checked ~ .webapp-choice-label {
	background-color: rgba(190, 190, 190, 1);
	color: black;
}

.btn-signature-pad {
	cursor: pointer;
    padding: 0.3rem;
    font-size: 1.05rem;
	border-radius: 5px;
    background-color: white;
    border: 2px solid rgba(190, 190, 190, 1);
    transition: 0.1s ease-in-out;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/*--------------------*/

/* Start : OS FILTER */
.os-filter-label {
	font-size: 0.8rem;
	color: var(--primary);
	font-weight: bold;
}

.os-filter-date {
	padding: 5px 10px;
	transition: 0.3s ease;
	cursor: pointer;
	border: 1px solid #cecece;
	text-align: center;
	color: rgba(0,0,0,0.5);
}

.os-filter-date--left {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 0;
}

.os-filter-date--right {
	border-left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.os-filter-date.active {
	background-color: var(--primary);
	border-color: var(--primary);
	color: white;
}

.os-filter-date:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	color: white;
}
/* End : OS FILTER */

/* Start: Multiselect */
.icod-multiselect {
	cursor: pointer;
	max-width: 100%;
	min-width: 12rem;
	height: min-content;
	overflow-x: hidden;
	position: relative;
}

.icod-multiselect-content {
	white-space: nowrap;
	max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;

	opacity: 0.8;
}

.icod-multiselect-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	transition: 0.1s ease;
}

.dropdown.show .icod-multiselect-icon {
	transform: rotate(180deg);
}

.icod-multiselect-item {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	width: 100%;
}

.icod-multiselect-item-label {
	word-break: break-all;
}

@media (min-width:768px) {
	.os-filter-date-error {
		max-width: 12rem;
	}
}

/* End: Multiselect */

.form-input-icon {
	position: relative;
}

.form-input-icon .form-control {
	padding-right: 32px;
}

.form-icon {
	position: absolute;
	right: 0;
	font-size: 1rem;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
}

.ui-tooltip {
	background-color: #022C3B;
	border-color: #022C3B;
	border-radius: 5px;
	color: white;
	padding: 5px 10px;
	width: max-content;
}

.icod-table-odd .icod-tr-classic td {
	background-color: rgba(0, 0, 0, .01);
}

.icod-table-odd .icod-tr-odd td {
	background-color: rgba(0, 0, 0, .05);
}

.icod-table-odd .icod-tr-classic td:hover {
	background-color: rgba(0, 0, 0, .03);
}

.icod-table-odd .icod-tr-odd td:hover {
	background-color: rgba(0, 0, 0, .07);
}

/* toggle-shared */
.toggle-shared-label {
	--label-width: 46px;
	--label-before-size: 13px;
	--label-padding-side: 2px;
	--label-padding-x: var(--label-padding-side) * 2;

	width: var(--label-width);
	height: 22px;
	background-color: #ccc;
	border: 1px solid #c1bebe;
	border-radius: 34px;
	padding: 0 var(--label-padding-side);
	margin: 0;

	display: flex;
	align-items: center;
	overflow: hidden;

	cursor: pointer;
	transition: 0.3s ease;
}

/* Small version */
.toggle-shared-sm .toggle-shared-label {
	--label-width: 40px;
	--label-before-size: 11px;
	height: 19px;
}

.toggle-shared-label::before {
	content: "";
	width: var(--label-before-size);
	height: var(--label-before-size);
	background-color: white;
	border-radius: 50%;
	margin: 0 3px;
	transition: 0.3s ease;
}

.toggle-shared-input:checked + .toggle-shared-label {
	background-color: var(--primary);
	border-color: var(--primary);
}

.toggle-shared-input:checked + .toggle-shared-label::before {
	transform: translateX(
		calc(100% + calc(
			var(--label-before-size) - var(--label-padding-x))
		));
}

.toggle-shared-input {
	display: none;
}

.title-profile-client {
	font-size: 1.25rem;
}

.profile-horizontal-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

@media (min-width:1300px) {
	.profile-horizontal-container {
		flex-direction: row;
		text-align: left;
	}
}

.hr_profile_tag {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 50;
}
