html,
body {
	height: 100%;
	table-layout: fixed;
	padding-top: 50px;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
	
}
.custom-range::-webkit-slider-thumb {
  background: gray;
}

.custom-range::-moz-range-thumb {
  background: gray;
}

.custom-range::-ms-thumb {
  background: gray;
}

.scrollBar {
	overflow-y: auto;
    max-height: 650px;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollBar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.scrollBar::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
.scrollBar-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.scrollBar-webkit-scrollbar-button {
    display:none;
}

.alignRight {
	text-align: right;
	
}
.userCalendar {
	display: inline-block;
}
.bg_grey {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	background-color: #f7f7f7;
	border: 1px solid #FFF;
}
.bg_profil {
	padding: 10px;
	font-size: 1.2em;
}
.text-bold {
	font-size: 1.2em;
	font-weight: bold;
}
.text-secondary {
	font-weight: 600;
	color: #6c757d;
}
.title-dashboard-1 {
	padding: 10px;
	color: orange;
	font-size: 1.2em;
	font-weight: 700;
	border-left: 2px solid orange;
	border-bottom: 2px solid orange;	
}
.title-dashboard-2 {
	padding: 10px;
	color: #3db4e5;
	font-size: 1.2em;
	font-weight: 700;
	border-left: 2px solid #3db4e5;
	border-bottom: 2px solid #3db4e5;
}
.title-dashboard-3 {
	padding: 10px;
	color: green;
	font-size: 1.2em;
	font-weight: 700;
	border-left: 2px solid green;
	border-bottom: 2px solid green;
}
.progressCircle {
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid gray;
}
.progressCircleGlen {
	padding-top: 15px;
	margin: 15px auto;
	text-align: center;
	border-right: 1px solid gray;
}
.progressCircleGlen:last-child {
	padding-top: 15px;
	margin: 15px auto;
	text-align: center;
	border-right: 0px solid gray;
}
.progressCircle:last-child {
	border-right: 0px solid gray;
}
.circleText {
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
}
.circleTextGlen {
	font-size: 0.8em;
	text-align: left;
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
}
.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}


.circle strong {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.bigText {
	font-size: 2em;
	font-weight: bold;
	
}
.bigTextGlen {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	
}
.btitle-div {
	border-bottom: 1px solid orange;

}
.title-kpis {
	font-size: 1.2em;
	color: orange;
	font-weight: thin;
}
.stitle-blue {
	color: #3db4e5;
	
}
.pad40left {
	padding-left: 40px;
	
}
.pad60left {
	padding-left: 60px;
}
.event-infos {
	font-size: 1.2em;
	color: #6c757d;
}
.inline-item {
	display: inline-block;
}
.marque {
	font-size: 0.8em;
	
}
.ambassadeur {
	font-size: 0.65em;
	
}
.searchCal {

    font-family: Open Sans, FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.logo {
	margin-left: auto;
	margin-right: auto; 
	background: transparent url(../img/logo2-x3.png) no-repeat center;
	width: 90px;
	height: 53px;
}

a {
	color: #333;
	text-decoration: none; 
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
}
.PageLogin {
	margin: 0;
	margin-top: -100px;
	padding: 0;
	padding-bottom: 20px;
	background-color: #ccc;
	min-height: 100vh;
}

ul {
    list-style: none;
}


.resultLogin {
	height: 60px;
	
}
.optionMaisonMarque {
	padding: 0;
	margin: 0;
}
table.dataTable thead th {
  white-space: nowrap
}

.nowrap {
	white-space: nowrap
}
.title {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding: 10px;
	font-size: 24px;
	color: #000;
}

.title2 {
	margin: 10px;
	padding: 10px;
	font-size: 18px;
	
}
.sTitre {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #333;
	text-align: center;
	
}

.titleTb {
	margin: 0;
	padding: 10px;
	background-color: #CCC;
	color: #fff;
	border: 1px solid #CCC;
	border-radius: 10px 10px 0 0;
}
.contentTb1 {
	min-height: 250px;
	max-height: 250px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 0;
    overflow: auto;
}
.contentTb2 {
	min-height: 250px;
	max-height: 250px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 0;	
    overflow: auto;
}
.contentTb3 {
	height: 200px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 0;
    overflow: auto;
}

.titleTb2 {
	margin: 0;
	padding: 10px;
	background-color: #333;
	color: #fff;
	border: 1px solid #333;
	border-radius: 10px 10px 0 0;
}

.previewPhoto {
	width: 300px;
}
.previewPhotoDetailProduit {
	width: 200px;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.descriptionPhoto {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;	
}
.text-center {
	text-align: center;	
}
.text-right {
	text-align: right;	
}
.text-left {
	text-align: left;	
}
.right {
	float: right;	
	
}

.vert {
	color: #28922d;
	font-weight: bold;
}

.rouge {
	color: #ed2713;
	font-weight: bold;
}
.border-rounded {
	border: 1px solid #000;
	border-radius: 10px;
	
}
.border-title {
	border-bottom: 1px solid #000;	
}
.border-bottom {
	border-bottom: 2px solid #000;
}
.border-top {
	border-top: 2px solid #000;
}

.custom-file-input ~ .custom-file-label:lang(fr)::after {
  content: "Parcourir";
}
 #calendar-container {
    position: fixed;
	margin-top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .fc-header-toolbar {
    /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
  
.fc-col-header-cell {
background-color: #9FA6B2;
color: #FFFFFF;
padding-top: 15px;
padding-bottom: 15px;
}	
  
 .calendar__button {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	background-color: #9FA6B2 !important;
	border-radius: 50%;
	box-shadow: 0 6px 10px 0 #0000001a,0 1px 18px 0 #0000001a, 0 3px 5px -1px #0003;
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-decoration: none;
	transition: transform 0.3s;
	
}

.calendar__button:hover {
	text-decoration: none;
	color: #FFF;
	transform: scale(1.2);
} 
  
  
  
/* color Categorie radio */

input[type="radio"].cat-white {
  display: none;
}
input[type="radio"].cat-white + label {
  padding: 0.8rem 0.8rem;
  border: 1px dashed #ccc;
}
input[type="radio"].cat-white:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-blue {
  display: none;
}
input[type="radio"].cat-blue + label {
  padding: 0.8rem 0.8rem;
  border: 1px dashed #ccc;
  background-color: #b0daee;
}
input[type="radio"].cat-blue:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-pink {
  display: none;
}
input[type="radio"].cat-pink + label {
  padding: 0.8rem 0.8rem;
  border: 1px dashed #ccc;
  background-color: #facefb;
}
input[type="radio"].cat-pink:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-yellow {
  display: none;
}
input[type="radio"].cat-yellow + label {
  padding: 0.8rem 0.8rem;
  background-color: #f6f396;
  border: 1px solid #ccc;
}
input[type="radio"].cat-yellow:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-green {
  display: none;
}
input[type="radio"].cat-green + label {
  padding: 0.8rem 0.8rem;
  background-color: #c2f9dd;
  border: 1px solid #ccc;
}
input[type="radio"].cat-green:checked + label {
  background-color: #c2f9dd;
  border: 1px solid #000;
}
input[type="radio"].cat-orange {
  display: none;
}
input[type="radio"].cat-orange + label {
  padding: 0.8rem 0.8rem;
  background-color: #FCE2AC;
  border: 1px solid #ccc;
}
input[type="radio"].cat-orange:checked + label {
  background-color: #FCE2AC;
  border: 1px solid #000;
}

/*--------- CSS campagnes ------*/

.infoCampagn {
	margin: 10px;
	padding-left: 10px;
	
	
}

.center {
	text-align: center;
}

.pad10 {
	padding: 10px;
	
}

/*------------------------------*/
.textGeneral {
	margin: 10px;
	padding-left: 10px;
	font-size: 14px;
	
}

.form-page {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding:15px;
}

.space {
	height: 25px;
	width: 100%;
	
}

.logo {
	padding-top: 0px;
	color: #000;
	display: block-inline;
}

.menu {
	text-align: right;
	padding-top: 20px;
	color: #000;
}

.center {
	margin: auto;
	padding : auto;
	text-align: center;
}


.imgLogo {
	margin-left: auto;
	margin-right: auto; 
	background: transparent url(../img/logo2-x1.png) no-repeat center;
	width: 350px;
	height: 204px;
}



.login {
	width: 550px;
	height: 650px;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.bg-color-2 {
	background-color:#333 !important;
	border: 2px solid #333;
	padding: 2px;
}
.brown {
color: 	#333;
	
}
.red {
	font-size: 11px;
	color: red;
	
}

.red2 {
	color: red;	
}
.spaceText {
	padding: 5px;
		
}

.bg-perso {
	background-color:#CCC !important;
	outline: none;
	
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.page-item.active .page-link {
    background-color: #333 !important;
    border: 1px solid grey;
	color: #FFF !important;
	outline: none;
}
.page-link {
    color: black !important;
	outline: none;
}
/* bouton export */
.export {
	background-color: transparent;
	color: #333;
}

.export:focus {
	background-color:transparent;
	color: #333;
}

.export:hover {
	background-color:transparent;
	color: #333;
	
}
.export:active {
	background-color: transparent !important;
	color: #333;
}
.buttonTb {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	font-weight: bolder;
	color: #000;
	font-size: 20px;
	
}
.buttonAdmin {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 75px;
	height: 75px;
	text-align: center;
	padding-top: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	
}
.listAdmin {
	display: block;
	text-align: center;
	color: #333;
}

/* bouton login */
.color-d4d2c6 {
	background-color:#333;
	border-color: #333;
	color: #fff;
}

.color-d4d2c6:visited {
	background-color:#333;
	border-color: #333;
	color: #fff;
	
}

.color-d4d2c6:focus {
	background-color:#333;
	border-color: #333;
	color: #fff;
}

.color-d4d2c6:hover {
	background-color:#333;
	border-color: #333;
	color: #fff;
	
}
.color-d4d2c6:active {
	background-color:#CCC !important;
	border-color: #333 !important;
	color: #fff;
}


/*bouton menu2 */

.color-menu2 {
	background-color:#CCC;
	border-color: #CCC;	
	color: #FFF;
}

.color-menu2:visited {
	background-color:#CCC;
	border-color: #CCC;
	
}

.color-menu2:focus {
	background-color:#CCC;
	border-color: #CCC;
}

.color-menu2:hover {
	background-color:#CCC;
	border-color: #CCC;
	
}
.color-menu2:active {
	background-color:#CCC !important;
	border-color: #CCC !important;
}


/*bouton menu */

.color-menu {
	background-color:#CCC;
	border-color: #333;	
	color: #333;
}

.color-menu:visited {
	background-color:#CCC;
	border-color: #333;
	
}

.color-menu:focus {
	background-color:#333;
	border-color: #333;
}

.color-menu:hover {
	background-color:#333;
	border-color: #333;
	
}
.color-menu:active {
	background-color:#CCC !important;
	border-color: #333 !important;
}

.pageCentral {
	padding-top: 50px;
}


/* bouton primary */
/*
.active {
	background-color:#CCC !important;
	border-color: #333 !important;
	color: #fff !important;
}
*/
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f8f8f8 !important;
}

.dropdown-item.active {
    background-color: #CCC !important;
}

select:focus > option:checked,
select:focus > option:hover { 
    background: #333 !important;
	color: #FFF !important;
}
option:hover {
	background: #333 !important;
	color: #FFF !important;
}

/* css tab */
/*
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}
*/
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 10px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(166,166,166);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465B;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}




/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



@media (max-width:485px){

body, table, td {
	font-size: 14px;
	
}

.login {
	width: 300px;
	height: 450px;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 1px 1px 12px #333;
}

.nav-link {
	font-size: 14px;
}
}
@media (max-width:475px){
body, table, td {
	font-size: 12px;
	
}	
.logo {
	/*margin-left: auto;
	margin-right: auto; */
	background: transparent url(../img/logo2-x3.png) no-repeat;
	width: 250px;
	height: 47px;
}
.imgLogo {
	margin-left: auto;
	margin-right: auto; 
	background: transparent url(../img/logo2-x3.png) no-repeat center;
	width: 250px;
	height: 93px;
}
.nav-link {
	font-size: 14px;
}
}