html, body {
	height: 100%;
	min-height: 100%;
}
body, select, input, textarea, /*div,*/ span, a, td {
	/*font-family: Arial, sans-serif;*/
	/*font-size: 11px;*/
	/*text-transform: uppercase;*/
}
body {
	/*background: url(../img/bg2.png) repeat top center #E3E3E2;*/
	background: none;
	background-color: white !important;
	/* min-width: 630px; */
	padding-bottom: 1px;
}
body.connexion {
	background-color: #FAFAFA !important;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F26767;
	text-decoration: none;
}
.legende_couleur {
	border: 1px solid #545454;
	display: inline-block;
	height: 14px;
	width: 14px;
}
.hover {
	background-color: #FAFCBA;
}
.bold {
	font-weight: bold;
}
.bold_900 {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
/*.white:hover {
	color: #FFFFFF;
}*/
a.neutral:hover {
	color: #000000;
}
.neutral {
	color: #000000;
}
.error,
.red {
	color: #FF0000;
}
.color_white {
	color: #FFFFFF;
}
/*.error {
	color: #F26A5A !important;
}*/
.success {
	color: #8BC53F !important;
}
.notice {
	color: orange !important;
}
.left {
	text-align: left;
}
.force_left {
	text-align: left !important;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.force_center {
	text-align: center;
	text-align-last: center;
}
.pointer {
	cursor: pointer;
}
.inline {
	display: inline-block;
}
.hidden {
	display: none;
}
.size10 {
	font-size: 10px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size18 {
	font-size: 18px;
}
.bg_orangered {
	background-color: #ff7440 !important;
}
.bg_orangegreen {
	background-color: #03fcfc !important;
}
.bg_red {
	/*background-color: #F26A5A;*/
	/*background-color: rgba(231, 76, 60, 0.76) !important;*/
	background-color: rgba(231, 76, 60, 1) !important;
	/*background-color: #E05D39;*/
}
.bg_orange {
	/*background-color: orange;*/
	/*background-color: #F39C12;*/
	/*background-color: rgba(255, 152, 0, 0.36) !important;*/
	background-color: rgba(255, 152, 0, 1) !important;
}
.bg_green {
	/*background-color: #8BC53F;*/
	/*background-color: #2ECC71;*/
	/*background-color: rgba(146, 204, 73, 0.68) !important;*/
	background-color: rgba(146, 204, 73, 1) !important;
}
.bg_red_half_opac {
	background-color: rgba(231, 76, 60, 0.5) !important;
}
.bg_orange_half_opac {
	background-color: rgba(255, 152, 0, 0.5) !important;
}
.bg_green_half_opac {
	background-color: rgba(146, 204, 73, 0.5) !important;
}
.color_red {
	color: rgba(231, 76, 60, 0.76) !important;
}
.color_orange {
	color: rgba(255, 152, 0, 0.36) !important;
}
.color_green {
	color: rgba(146, 204, 73, 0.68) !important;
}
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.min_width {
	width: 32px;
}
.mid_width {
	width: 93px;
}
.full_width {
	width: 186px;
}
.full_width_input {
	width: 100%;
}
.clear {
	clear: both;
}
.no_overflow {
	overflow: hidden;
}
input[type=checkbox],
input[type=button],
input[type=radio] {
	cursor: pointer;
}
.form-control[disabled],
.form-control[readonly] {
	color: #000000 !important;
	opacity: 1 !important;
}
.vip {
	/*background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=') no-repeat;*/
	background: url(../img/vip.gif) no-repeat;
	height: 23px;
	display: inline-block;
	/*right: 20px;*/
	vertical-align: middle;
	width: 20px;
}
.rotate {
	cursor: pointer;
}
.rotate-image-0 {
	transform-origin: center !important;
	transform: none !important;
}
.rotate-image-90 {
	transform-origin: center !important;
	transform: rotate(90deg) !important;
}
.rotate-image-180 {
	transform-origin: center !important;
	transform: rotate(180deg) !important;
}
.rotate-image-270 {
	transform-origin: center !important;
	transform: rotate(270deg) !important;
}
body.visite .rotate-image-90,
body.visite .rotate-image-270 {
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}

/******************
			  POPUP
******************/
body.pop_notif_open {
	overflow: hidden;
}
.text_notif {
	margin: 0;
	overflow-y: auto;
	max-height: 90vh;
}
.pop_notif_fade {
	cursor: pointer;
	background: #000000; 
	display: none;
	position: fixed;
	left: 0;
	top: 0; 
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.pop_notif{
	display: none;
	background: #FFFFFF;
	padding: 5px 10px;
	border: 5px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pop_notif .close {
	cursor: pointer;
	background: url(../img/close-popup.png) no-repeat;
	/*float: right;*/
	height: 22px;
	/*margin: -30px -25px 0 0;*/
	/*margin: -20px -25px 0 0;*/
	width: 22px;
	position: absolute;
	right: -10px;
	top: -10px;
	opacity: 1 !important;
}
.pop_notif .close:hover {
	opacity: 1 !important;
}
/*-- iE6 hack fixed position--*/
*html #fade {
	position: absolute;
}
*html .pop_notif {
	position: absolute;
}
#pop_notif_invisible {
	background: none !important;
	border: none !important;
}
#pop_notif_invisible .close {
	display: none !important;
}

.connexion .titre,
.secteur .titre,
.visite .titre,
.voir_magasin .titre {
	/*background-color: #F7CAAC;*/
	/*background-color: #EF7443;*/
	/*background-color: #FF5722;*/
	background-color: #1abc9c;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.connexion .titre {
	margin-bottom: 15px;
	width: 400px;
}
.connexion tr {
	height: 50px;
}
div.logo {
	display: none;
	float: left;
}
.logo.login-icon {
	display: inline-block;
}
#header .logo a:hover {
	color: white !important;
}
/*.connexion #content_tab,*/
.secteur #content_tab,
.visite #content_tab,
.voir_magasin #content_tab {
	/*margin-left: 85px;*/
	margin-left: 7px;
	/*margin-right: 10px;*/
	padding-top: 60px;
	/*margin-right: 5px;*/
	padding-right: 7px;
	/*padding-bottom: 55px;*/
	min-height: 100%;
	height: 100% !important
}
/*.connexion #content_tab,*/
.sw-toggled.secteur #content_tab,
.sw-toggled.visite #content_tab,
.sw-toggled.voir_magasin #content_tab {
	/*margin-left: 85px;*/
	/*margin-left: 275px;*/
	margin-left: 225px;
}
.connexion .connecting {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 200px;
	width: 520px;
}
.connexion #content_tab {
	margin-left: 122px;
	/*padding-top: 80px*/
}
.secteur.accueil_cs #content_tab {
	height: 97%;
}
.charts {
	/*width: calc(100% - 35px);*/
	width: 100%;
	height: calc(100% - 130px);
}
.small_top .charts {
	height: calc(100% - 50px);
}
.medium_top .charts {
	height: calc(100% - 70px);
}
.large_top .charts {
	height: calc(100% - 100px);
}
.larger_top .charts {
	height: calc(100% - 120px);
}
.xlarge_top .charts {
	height: calc(100% - 230px) !important;
}
.xxlarge_top .charts {
	height: calc(100% - 250px) !important;
}
#content_tab div.chart_container {
	height: 100% !important;
	min-height: 100% !important;
	vertical-align: top;
}
body.toggled:not(.voir_magasin) .charts,
body.sw-toggled:not(.voir_magasin) .charts {
	/*border: 2px solid #545454;*/
	height: calc(100% - 230px);
	width: calc(100% - 300px);
	/*padding-bottom: 160px;*/
	/*padding-right: 90px;*/
	position: absolute;
}
body.toggled.small_top .charts,
body.sw-toggled.small_top .charts {
	height: calc(100% - 120px);
}
body.toggled.medium_top .charts,
body.sw-toggled.medium_top .charts {
	height: calc(100% - 140px);
}
body.toggled.large_top .charts,
body.sw-toggled.large_top .charts {
	height: calc(100% - 170px);
}
body.toggled.larger_top .charts,
body.sw-toggled.larger_top .charts {
	height: calc(100% - 190px);
}
.voir_magasin .charts {
	/* border: 2px solid #545454; */
	height: auto;
	width: auto;
	padding-bottom: 30px;
	padding-right: 0;
	position: relative;
}
.btn1 {
	background-color: #1ABC9C;
	color: #FFFFFF;
	/*float: right;*/
	font-weight: bold;
	margin: 5px auto;
	margin-left: 5px;
	padding: 3px 10px;
	text-align: center;
	width: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn1:hover {
	background-color: #F5F5F5;
	color: #34495e;
	cursor: pointer;
}
.btn1:hover a {
	color: #34495e;
}
.gestion_button,
.disconnect,
.save_visite,
.new_visite {
	background-color: #F5F5F5;
	float: right;
	font-weight: bold;
	margin: 5px auto;
	margin-left: 5px;
	padding: 3px;
	text-align: center;
	/*width: 100px;*/
	/*width: 120px;*/
	width: 170px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.gestion_button:hover,
.disconnect:hover,
.save_visite:hover,
.new_visite:hover {
	background-color: #1ABC9C;
	color: #FFFFFF;
	cursor: pointer;
}
.gestion_button:hover a,
.disconnect:hover a,
.save_visite:hover a,
.new_visite:hover a {
	color: #FFFFFF;
}
.new_gestion_button {
	background-color: #1ABC9C;
	/*float: right;*/
	font-weight: bold;
	margin: 5px auto;
	margin-left: 5px;
	padding: 3px;
	text-align: center;
	/*width: 100px;*/
	/*width: 120px;*/
	/*width: 160px;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	border-color: transparent;
}
.new_gestion_button:hover {
	background-color: #F5F5F5;
	cursor: pointer;
	color: #1ABC9C;
}
.new_gestion_button:hover a {
	color: #1ABC9C;
}
.gestion_button {
	width: auto;
}
.menu_bouton {
	/*background-color: #EF7443;*/
	/*background-color: #FF5722;*/
	/*background-color: #2196f3;*/
	background-color: #1abc9c;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 5px auto;
	/*padding: 5px;*/
	padding: 2px 5px;
	text-align: center;
	width: 200px;
	height: 80px;
	line-height: 80px;
}
.menu_bouton span {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin-top: 26px;
}
.accueil .menu_bouton,
.accueil2 .menu_bouton {
	margin: 30px;
	display: inline-block;
	float: left;
}
.accueil {
	/*float: left;*/
	margin-top: 10px;
	/*width: 70%;*/
}
.accueil2 {
	/*float: right;*/
	margin-top: 10px;
	/*width: 30%;*/
}
#id_centrale {
	width: 400px;
}
.magasin select {
	max-width: 200px;
}
.visite #content_tab select,
.visite #content_tab input {
	line-height: 1em;
	max-width: 120px;
}
.visite #content_tab td {
	/*padding: 2px 5px;*/
	padding: 0 !important;
}
.magasin select.update_user,
.magasin select#id_user,
.magasin select#type_magasin,
.magasin select#codepostal_magasin,
.magasin select#id_region {
	max-width: 115px;
}
.visite #content_tab .date_visite {
	margin: 10px auto;
}
.visite #content_tab .save_visite {
	float: right;
	/*margin: 10px auto;*/
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
}
.visite #content_tab .save_visite span {
	max-width: 150px;
}
table.tab_visite,
table.magasins,
table.info_magasin,
table.info_cs,
table.histo_magasin {
	border: 1px solid rgba(158, 158, 158, 0.24);
}
table.tab_visite,
table.tab_visite tr,
table.magasins,
table.magasins tr,
table.info_magasin,
table.info_magasin tr,
table.info_cs,
table.info_cs tr,
table.histo_magasin,
table.histo_magasin tr {
	/*background-color: #F5F5F5;*/
}
table.tab_visite tbody tr:nth-child(odd),
table.magasins tbody tr:nth-child(odd),
table.info_magasin tbody tr:nth-child(odd),
table.info_cs tbody tr:nth-child(odd),
table.histo_magasin tbody tr:nth-child(odd) {
	background-color: #f5f8f9;
}
table.magasins tbody tr:hover {
	background-color: #FAFCBA;
}
table.tab_visite input,
table.magasins input,
table.info_magasin input,
table.info_cs input,
table.histo_magasin input {
	text-align: center;
}
table.tab_visite input.numeric,
table.magasins input.numeric,
table.info_magasin input.numeric,
table.info_cs input.numeric,
table.histo_magasin input.numeric {
	text-align: right;
}
/*table.histo_magasin tr td:first-child,*/
table.info_magasin tr td:first-child {
	font-weight: bold;
	text-align: right;
}
table.triple_colonne tr td {
	font-weight: bold;
}
td.vtop {
	vertical-align: top;
}
.highcharts-container{
	/*border: 2px solid #545454;*/
	width: 100% !important;
	height: 100% !important;
}
.charts hr {
	margin: 0 auto;
}
#users td {
	font-size: 18px;
}
.cron_data {
	padding-bottom: 5px;
}
.cron_data a {
	text-decoration: underline;
	font-weight: bold;
}
table.tab_visite td.left {
	text-align: left;
	padding-left: 4px !important;
}
.half_width_container {
	width: 100%;
}
.half_width_container .full_table {
	width: 100%;
}
.half_width_container .half_width {
	display: inline-block;
	width: 49.5%;
	float: left;
	margin-left: 1%;
}
.half_width_container > .half_width:first-child {
	margin-left: 0;
	padding-bottom: 5px;
}
.half_width_container.table_container .full_width {
	width: 100%;
}
@media screen and (min-width : 0px) and (max-width : 1099px) {
	.half_width_container .half_width {
		display: block;
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.half_width_container.table_container .half_width,
	.half_width_container.table_container .full_table {
		display: none;
	}
	.half_width_container.table_container .full_width {
		display: inline-block;
	}
	#content_tab > .last_visites_magasin {
		display: block;
	}
	.half_width_container .half_width .last_visites_magasin {
		display: none;
	}
	.charts {
		/* border: 2px solid #545454; */
		height: auto;
		width: auto;
		padding-bottom: 30px;
		padding-right: 0;
		position: relative;
	}
}
@media screen and (min-width : 1100px) {
	.half_width_container.table_container .half_width,
	.half_width_container.table_container .full_table {
		display: inline-block;
	}
	.half_width_container.table_container .full_width {
		display: none;
	}
	#content_tab > .last_visites_magasin {
		display: none;
	}
	/*.charts {
		height: auto;
		width: auto;
		padding-bottom: 30px;
		padding-right: 0;
		position: relative;
	}*/
}
.top_bouton {
	display: block;
	position: relative;
	height: 35px;
}
.table_date_width {
	min-width: 65px;
}
.nomargin {
	margin: 0 !important;
}
.visite #content_tab select.form-control {
	max-width: 140px;
}
.visite #content_tab input.form-control {
	max-width: 50px;
}
.visite #content_tab input.form-control.numeric {
	max-width: 70px !important;
}
.assortiment table tr:hover,
.visite table#releve_lineaire tr:hover {
	background-color: #FAFCBA;
}
.visite table#releve_lineaire th:not(:first-child) {
	text-align: center;
}.ms-drop label {
	font-size: 11px;
	line-height: 11px;
}
.ms-drop label input {
	margin: 2px 0;
}
.ms-drop .group label,
.ms-select-all label {
	font-size: 12px;
}
.ms-parent {
	width: 100% !important;
}
.dn_criteres thead,
.dn_criteres tfoot {
	border: 1px solid #000;
	background-color: #ddd;
}
@media screen and (min-width : 0px) and (max-width : 1199px) {
	.charts {
		/* border: 2px solid #545454; */
		/*height: calc(100% - 200px);*/
		width: calc(100% - 10px);
		height: calc(100% - 185px);
		/*height: auto;*/
		/*width: auto;*/
		/*padding-bottom: 30px;*/
		/*padding-right: 0;*/
		/*position: relative;*/
	}
	.charts {
		height: 100%;
		width: 100%;
		position: absolute;
	}
	.charts {
		height: calc(100% - 185px);
		width: calc(100% - 30px);
		position: absolute;
	}
	.small_top .charts {
		height: calc(100% - 95px);
	}
	.medium_top .charts {
		height: calc(100% - 115px);
	}
	.large_top .charts {
		height: calc(100% - 145px);
	}
	.secteur #content_tab,
	.visite #content_tab,
	.voir_magasin #content_tab {
		margin-left: 7px !important;
	}
}
@media screen and (min-width : 1024px) and (max-width : 1300px) {

         .sw-toggled.visite,.sw-toggled.voir_magasin,.sw-toggled.fdv ,.contact   {
			  zoom: 120% !important;

		  }
			.sw-toggled.visite #content_tab ,
			.secteur #content_tab,
	        .visite #content_tab,
	      .voir_magasin #content_tab{
				margin-left: 0 !important;
				zoom: 120% !important;

			}

			/* body.sw-toggled.visite #sidebar {
				/* display: none !important; 
			} */
		}


		/* @media screen and (min-width : 0px) and (max-width : 500px) {

           .sw-toggled.secteur  #content_tab {
			   zoom: 60% !important; 
		  } 
		  .secteur #content_tab, .visite #content_tab, .voir_magasin #content_tab {
			  padding-top: 117px;
		  }
			

			/* body.sw-toggled.visite #sidebar {
				/* display: none !important; 
			} 
			
		} */

			/* @media screen and (min-width : 0px) and (max-width : 789px) {
				.fc-scroller.fc-time-grid-container {
           		 		height: 375px !important;
           
		   			 }
				@media (min-height: 700px){ 
					.fc-scroller.fc-time-grid-container {
           		 		height: 637px !important;
           
		   			 }
			}

          
			
		} */

.connexion #content_tab {
	margin-top: 0;
}

/*aside#sidebar #mCSB_1_container {
	height: 100%;
	padding-bottom: 20px;
}*/
aside#sidebar #mCSB_1_container > ul.main-menu {
	/*height: calc(100% - 150px);*/
	margin-bottom: 30px;
}
#todo-lists .checkbox {
	margin: 0;
	padding: 0;
}
#todo-lists .checkbox label {
	padding-left: 0;
}
#todo-lists .checkbox label span {
	padding-left: 30px;
	font-size: 1.2em;
	line-height: 1em;
}
#todo-lists .checkbox label input[type="checkbox"],
#todo-lists .checkbox label .input-helper {
	margin-top: 8px;
	position: absolute;
}
#calendar-widget {
	margin-bottom: 0;
}
.btn {
	font-size: 11px !important;
}
.profil #content {
	padding-top: 80px;
}
/*.login-icon {
	width: 180px !important;
}
.login-icon > h4 {
	margin-top: 0 !important;
	line-height: 20px !important;
}
.login-icon > h4 small {
	display: inline-block !important;
}
.login-icon > img {
	width: 90px !important;
	margin: 0 2px 0 auto !important;
}
*/
#sidebar,
#header {
	zoom: 80% !important;
	z-index: 1000;
}
#header .logo a {
	padding: 0 !important;
}
#header .page_title,
#header .page_subtitle {
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	padding: 0 10%;
	position: absolute;
	text-align: center;
	z-index: -1;
}
#header .page_title {
	font-size: 24px;
}
@media only screen and (max-width: 800px) {
	#header .page_title {
		font-size: 2.7vw;
		padding-top: 0.8vh;
	}
}
#header .page_subtitle {
	font-size: 14px;
	margin-top: 35px;
}
.top-menu {
	padding-top: 7px !important;
}
.header-inner {
	padding: 10px 0 !important;
}
.sub-menu ul > li:last-child > a {
	padding-bottom: 0 !important;
}
li.active.sub-menu .sub-menu ul > li {
	padding-left: 10px;
} 
.line-wrap {
	margin: 20px !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	color: #000000 !important;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	color: #777777 !important;
}
.catalogue_marque #content_tab,
.catalogue_enseigne_centrale #content_tab,
.catalogue #content_tab {
	padding-left: 5px;
	padding-right: 10px;
}
.resultat_marque,
.resultat_enseigne_centrale,
.resultat_produits {
	opacity: 0.5;
}
.titre_left {
	float: left;
	margin-top: 5px;
}
.recherche_avancee {
	clear: both;
}
.recherche_avancee,
.resultat_marque,
.resultat_enseigne_centrale,
.resultat_produits,
.liste_produits {
	/*padding: 5px;*/
}
.liste_team .bloc_team,
.liste_marque .bloc_marque,
.liste_enseigne_centrale .bloc_enseigne_centrale,
.liste_produits .bloc_produit {
	border: 1px solid #cacaca;
	/*width: 30%;*/
	/*min-width: 300px;*/
	/*margin: 5px;*/
	/*display: inline-block;*/
	/*min-height: 200px;*/
	background: rgba(255, 255, 255, 0.8);
}
.liste_team .bloc_team .libelle_team h3,
.liste_marque .bloc_marque .libelle_marque h3,
.liste_enseigne_centrale .bloc_enseigne_centrale .libelle_enseigne_centrale h3,
.liste_produits .bloc_produit .libelle_produit h3 {
	border-bottom: 1px solid #cacaca;
	/*width: 100%;*/
	/*height: 30px;*/
	/*font-size: 14px;*/
	/*line-height: 30px;*/
	margin: 5px;
	font-weight: 500;
	color: #ff4000;
	text-align: center;
}
.liste_team .bloc_team .detail_team div,
.liste_marque .bloc_marque .detail_marque div,
.liste_enseigne_centrale .bloc_enseigne_centrale .detail_enseigne_centrale div,
.liste_produits .bloc_produit .detail_produit div.text_detail_produit {
	margin: 0 15px;
	padding-left: 0px;
	margin-left: 15px;
	display: list-item;
}
.liste_produits .bloc_produit .detail_produit div {
	max-width: calc(50% - 30px);
}
.liste_team .bloc_team .detail_team div ,
.liste_marque .bloc_marque .detail_marque div ,
.liste_enseigne_centrale .bloc_enseigne_centrale .detail_enseigne_centrale div {
	float: none;
}
.liste_team .bloc_team .detail_team div span,
.liste_marque .bloc_marque .detail_marque div span,
.liste_enseigne_centrale .bloc_enseigne_centrale .detail_enseigne_centrale div span,
.liste_produits .bloc_produit .detail_produit div span {
	font-weight: bold;
}
.liste_team .bloc_team .image_team,
.liste_marque .bloc_marque .image_marque,
.liste_enseigne_centrale .bloc_enseigne_centrale .image_enseigne_centrale,
.liste_produits .bloc_produit .image_produit {
	text-align: center;
	margin: 5px 10px 0px 5px !important;
	display: inline-block !important;
}
.liste_produits .bloc_produit .image_produit {
	float: left;
}
.liste_produits .bloc_produit .image_produit {
	width: calc(50% - 15px) !important;
	max-width: calc(50% - 15px) !important;
}
.liste_team .bloc_team .image_team img,
.liste_marque .bloc_marque .image_marque img,
.liste_enseigne_centrale .bloc_enseigne_centrale .image_enseigne_centrale img,
.liste_produits .bloc_produit .image_produit img {
	max-width: 100%;
	max-height: 100px;
}
.liste_team .bloc_team .image_team .sous_nom_team,
.liste_marque .bloc_marque .image_marque .sous_nom_marque,
.liste_enseigne_centrale .bloc_enseigne_centrale .image_enseigne_centrale .sous_nom_enseigne {
	display: block;
}
.row.liste_marque,
.row.liste_enseigne_centrale,
.row.liste_produits {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
span.sous_nom_enseigne {
	font-size: 0.7em;
	display: block;
}
.row.liste_marque > [class*='col-'],
.row.liste_enseigne_centrale > [class*='col-'],
.row.liste_produits > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.row.liste_marque > [class*='col-'] ,
.row.liste_enseigne_centrale > [class*='col-'] {
	text-align: center;
	padding: 10px 0;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center; /* Optional, to align inner items horizontally inside the column */
}
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
	/* flex: 1; */
	flex-grow: 1;
}
.recherche_avancee .filter-col {
	padding-left:10px;
	padding-right:10px;
}
.recherche_avancee select.form-control {
	text-align-last: center;
	padding: 0 5px;
}
.recherche_avancee #filter-panel .panel.panel-default {
	margin-bottom: 10px;
}
.recherche_avancee button i.zmdi {
	margin-right: 5px;
}
.liste_origines tbody tr:nth-child(even),
.liste_origines thead {
	background-color: #1abc9c;
	color: #FFFFFF;
}
.exposant {
	position: relative;
	bottom: -0.5px;
	font-size: 0.7em;
	line-height: 0.7em;
	vertical-align: super;
	text-decoration: none;
}
.main-menu > li > a {
	line-height: 17px;
}
#pop_notif_add_produit_visite {
	max-width: 90%;
	max-height: 90%;
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
	height: 90% !important;
	width: 90% !important;
	top: 5%;
	left: 5%;
	margin-top: 0px !important;
	margin-left: 0px !important;
}
#pop_notif_add_produit_visite .text_notif {
	height: 100% !important;
	width: 100% !important;
	padding-left: 5px;
	padding-right: 5px;
}
.bloc_produit.pointer:hover {
	background-color: #E8F9F5;
}
.visite .add_this_produit {
	position: absolute;
	right: 2px;
	top: 2px;
}
.visite .add_this_produit img {
	width: 32px;
	height: 32px;
}
.jours_ouvert label,
.contact_magasin label {
	min-height: auto;
	padding: 0;
	margin: 0;
}
.contact_magasin .checkbox .icons,
.contact_magasin .radio .icons {
	width: 30px;
	float: left;
}
.width_50 {
	width: calc(50% - 3px);
	float: left;
	padding-left: 3px !important;
	margin-left: 3px !important;
	display: inline-block;
}
.padding_left_3 {
	padding-left: 3px !important;
}
.padding_left_5 {
	padding-left: 5px !important;
}
.padding_right_5 {
	padding-right: 5px !important;
}

.block-header.block-header-calendar>h2>small {
	margin-bottom: 0;
}
.block-header.block-header-calendar {
	background-color: #FFFFFF;
	margin-bottom: 0 !important;
	padding: 20px;
}
.block-header.block-header-calendar .actions-calendar .calendar-next>i, .actions-calendar .calendar-prev>i {
	font-size: 20px !important;
}
.block-header.block-header-calendar .actions {
	top: 20px !important;
}
.fc-basic-view th.fc-week-number {
	padding: 10px 2px !important;
}
#calendar .fc-day-number {
	font-size: 1em !important;
}
body.admin_user .ui-widget-content:not(.ui-datepicker),
body.profil .ui-widget-content {
	z-index: 9999 !important;
}
@media screen and (min-width : 0px) and (max-width : 889px) {
	.modal-sm {
	width: 100% !important;
	}
}
@media screen and (min-width : 889px)  {
	.modal-sm {
	width: 600px !important;
	}
}
.dropdown-toggle {
	font-size: 12px !important;
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
}
#calendar > div.fc-view-container > div.fc-agendaDay-view > table > tbody > tr > td > div.fc-day-grid,
#calendar > div.fc-view-container > div.fc-agendaWeek-view > table > tbody > tr > td > div.fc-day-grid,
#calendar > div.fc-view-container > div.fc-agendaDay-view > table > thead > tr > td > div,
#calendar > div.fc-view-container > div.fc-agendaWeek-view > table > thead > tr > td > div {
	/*overflow-y: scroll;*/
	overflow-x: hidden;
	/*height: 50px;*/
}
.accueil_cs h3 small {
	font-size: 14px;
	color: coral !important;
}
.secteur.agenda.dev button#link_magasin {
	display: none;
	float: left;
	color: white;
	background-color: #16a085;
}
.fc-event {
	border: none !important;
}
.user_filter/*[data-statut="0"]*/ {
	border: 2px solid transparent !important;
}
.user_filter.selected_user_calendar/*[data-statut="1"]*/ {
	border: 2px solid #1abc9c !important;
}
.user_19.user_filter.selected_user_calendar/*[data-statut="1"]*/,
.user_0.user_filter.selected_user_calendar/*[data-statut="1"]*/ {
	border: 2px solid black !important;
}
.vertical-align {
	display: flex;
	flex-direction: row;
}
.ui-autocomplete {
	max-height: 200px !important;
	overflow: hidden;
	overflow-y: auto;
}
body.modal-open {
	overflow-y: hidden !important;
}
.actions > a, .actions > li > a:not(.img-icon-calendar) {
	padding-top: 3px !important;
}
.img-icon-calendar {
	width: 40px !important;
	height: 40px !important;
	padding-top: 5px !important;
}
.img-icon-calendar img {
	width: 30px;
	height: 30px;
}
.sub-menu > a:before, .sub-menu > a:after {
	top: auto !important;
}

form select[name="annee"] {
	border: none;
}
#pop_notif_info_produit {
	width: 40%;
	min-width: 200px;
}

/* PAGE DE CONNEXION - MDP OUBLIE */
.front .login-form {
  height: 241px;
}
.login-form {
  width: 398px;
}
.flipper, .vflipper {
  perspective: none;
  -webkit-perspective: none;
  -moz-perspective: none;
}
.flipper .front, .flipper .back, .vflipper .vfront, .vflipper .vback{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -webkit-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.flipper:not(.vflip){
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper:not(.flip){
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.flipper .front {
  z-index: 900;
  width: inherit;
  height: inherit;
}
.flipper.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flipper .back {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 800;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flipper.flip .back {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper .back .close {
  cursor: pointer;
  background: url(../img/close-popup.png) no-repeat;
  height: 22px;
  width: 22px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
}
#smileypmv {
  position: absolute;
  margin-left: -12px;
  margin-top: -7px;
}
.option-enseigne {
  font-weight: bold;
}
.accordion.ui-accordion {
  height: calc(100% - 100px);
  min-height: 80%;
  max-height: calc(100% - 100px);
}
.accordion.ui-accordion .ui-accordion-content {
  padding: 0.1em 0.3em;
  /*max-height: calc(100% - 100px);*/
}
.uploaded_photos {
  margin-bottom: 10px;
}
.fc-event .fc-title {
  white-space: normal !important;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.swal2-modal h2 span {
  display: block;
  font-size: 20px;
  line-height: 20px;
}
.loading-page > img.loading, .loading-page > img.loading {
  display: inline-block;
  float: right;
  margin: 15px;
  margin-top: -30px;
}
.main-menu > li > a:hover,
.main-menu > li > a:focus,
.main-menu > li > a {
  background: none !important;
}
.main-menu > li.active {
  /*background-color: #F4F4F4;*/
}
.loader-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000000;
}
.loader-bg {
	opacity: 0.6;
	background-color: #FFF;
	width: 100%;
	height: 100%;
}
.loader-balls {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000000;
	position: absolute;
}
.loader-ball {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	float: left;
	margin-left: 20px;
	animation: move1 0.5s linear infinite;
}
.loader-ball:nth-child(1) {
	background: #4285f4;
	animation-delay: 0s;
}
.loader-ball:nth-child(2) {
	background: #ea4335;
	animation-delay: 0.12s;
}
.loader-ball:nth-child(3) {
	background: #fbbc05;
	animation-delay: 0.25s;
}
.loader-ball:nth-child(4) {
	animation-delay: 0.37s;
	background: #34a853;
}
@keyframes move1 {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-12px);
	}
}
.fc-row.fc-widget-header,
.fc-day-grid.fc-unselectable {
	/*overflow-y: hidden !important;*/
}
.visite #content_tab .save_visite {
	padding: 0px;
}
.visite #content_tab .save_visite span {
	padding: 10px;
}
.new_visite {
	padding: 0;
}
.new_visite a {
	padding: 3px;
	display: inline-block;
	width: 160px;
}
label.rdvmerch {
	border-radius: 5px;
	border: 2px dashed #CACACA;
	padding: 0 10px;
	line-height: 20px;
}
label.rdvmerch.checked {
	border-color: green;
}
.h3,
h3 {
	margin: 10px 5px;
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
	color: #34495e !important;
}
span.photo-visite-bg {
	height: 105px !important;
}
span.photo-visite-caption {
	top: calc(50% - 50px) !important;
}
.uploaded_photos .inline.col-md-6:nth-child(odd) {
	clear: both;
}
body.sw-toggled.profil #content {
	padding-left: 220px !important;
}
body.profil .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.option-bold {
	font-weight: bold;
}
#lightbox-photos a {
	margin: 2px 1px;
}
body.sw-toggled #sidebar {
	margin-top: 5px;
}
body.sw-toggled.agenda #sidebar {
	margin-top: 0 !important;
}
ul.main-menu li a i.zmdi,
ul.main-menu li a i.fas {
	width: 30px !important;
	text-align: center;
}
.bg_gamme1 {
	background-color: #1abc9c;
	width: 5px;
}
body.visite .bg_famille_produit {
	background-color: #1abc9c !important;
	color: #FFFFFF !important;
	width: 5px;
}
body.admin_team input.input_team {
	width: calc(100% - 20px);
}
body.admin_team .bloc_team {
	padding: 5px !important;
}
body.agenda .ui-autocomplete {
	z-index: 1100;
}
body.admin_team .vertical-align > [class*=" col-"],
body.admin_team .vertical-align > [class^="col-"] {
	display: inline-block;
}
.profile-menu > a .profile-pic img {
	display: none;
}
.profile-menu > a .profile-info {
	margin-top: 92px;
}
body.sw-toggled.agenda .profile-menu > a .profile-info {
	margin-top: 97px;
}
.liste_produits .bloc_produit .detail_produit div {
	max-width: initial;
}
/*.swal2-icon.swal2-success .line.long {
	right: 0 !important;
}
.swal2-icon.swal2-error .line {
	top: 35px !important;
}
.swal2-icon.swal2-error .line.right,
.swal2-icon.swal2-error .line.left {
	right: 13px !important;
}*/
.swal2-modal h2 {
	font-size: 28px !important;
	line-height: 30px !important;
	padding-bottom: 30px !important;
}
.swal2-container * {
	box-sizing: initial !important;
}
div#warning_update img {
	float: left;
	margin-right: 10px;
}
div#warning_update {
	padding: 20px;
}
.sub-menu ul > li.active > a,
.sub-menu ul > li > a:hover {
	color: #000000;
}
.bold label {
	font-weight: bold !important;
}
.enfant_1 label::before {
	content: '\00a0\00a0\00a0\00a0\00a0\00a0';
}
.enfant_2 label::before {
	content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
}
.enfant_3 label::before {
	content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
}
.enfant_4 label::before {
	content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
}
.enfant_5 label::before {
	content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
}
.bg_dn_33 {
	background-color: rgba(231, 76, 60, 0.5);
}
.bg_dn_66 {
	background-color: rgba(255, 152, 0, 0.5);
}
.bg_dn_100 {
	background-color: rgba(146, 204, 73, 0.5);
}
.color_dn_33 {
	background-color: rgba(231, 76, 60, 0.5);
}
.color_dn_66 {
	background-color: rgba(255, 152, 0, 0.5);
}
.color_dn_100 { 
	background-color: rgba(146, 204, 73, 0.5);
}
body {
	overscroll-behavior: none;
}
body.agenda #modal-new-event input, body.agenda #modal-edit-event input {
	max-width: none !important;
}
.accordion .input-group-addon {
	padding: 0 !important;
	font-size: 15px !important;
	color: #fff !important;
	text-align: center !important;
	background-color: #bdc3c7 !important;
	border: 2px solid #bdc3c7 !important;
	-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
			border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomright: 6px;
			border-bottom-right-radius: 6px;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear !important;
			transition: border .25s linear, color .25s linear, background-color .25s linear !important;
}
.accordion .form-control {
	display: block !important;
	width: 100% !important;
	height: 30px !important;
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
			border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
		 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.accordion textarea.form-control {
	height: auto !important;
}
.ms-drop {
	width: auto !important;
}
#pop_notif_create_questionnaire,
#pop_notif_edit_questionnaire,
#pop_notif_create_promo,
#pop_notif_edit_promo {
	max-width: 90%;
	max-height: 90%;
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
	height: 90% !important;
	width: 90% !important;
	top: 5%;
	left: 5%;
	margin-top: 0px !important;
	margin-left: 0px !important;
}
#pop_notif_create_questionnaire .text_notif,
#pop_notif_edit_questionnaire .text_notif,
#pop_notif_create_promo .text_notif,
#pop_notif_edit_promo .text_notif {
	height: 100% !important;
	width: 100% !important;
	padding-left: 5px;
	padding-right: 5px;
}
.alert.growl-animated {
	z-index: 1000000 !important;
	border: 3px double #FFFFFF;
}
.bgm-yellow {
	color: #000000 !important;
}
.btn-colors .btn.bg_agenda_promo,
.bg_agenda_promo.bg_autocomplete_agenda,
.fc-event.bg_agenda_promo .fc-content {
	background: url(/img/discount-48.png) top left no-repeat;
	background-size: 24px;
	padding-left: 16px;
}
.bg_agenda_promo.bg_autocomplete_agenda,
.btn-colors .btn.bg_agenda_promo {
	background-size: 27px;
	padding-left: 27px;
}
.bg_agenda_promo .fc-content {
	line-height: 20px;
}
.tab_datatables {
	font-size: 0.9em;
}
/*body.ranking_produit .magasins.fdv_magasins.tab_datatables td:nth-child(3n-1) {
	border-left: 1px solid #cacaca;
}
*/
body.ranking_produit .magasins.fdv_magasins.tab_datatables th,
body.ranking_produit .magasins.fdv_magasins.tab_datatables td {
	text-align: center;
}
body.ranking_produit .magasins.fdv_magasins.tab_datatables td:first-child {
	text-align: left;
}
.barre {
	text-decoration: line-through;
}

.add_selected_produit {
  display: none;
  position: absolute;
  top: 0;
  right: 25px;
  cursor: pointer;
}

 .fc-agenda-view .fc-day-grid .fc-row{min-height:6em !important}

 .suivi_des_mp .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;

}