/*=========================================================================================================================
Produit     : RDV Web
Version     : 1.0
---------------------------------------------------------------------------------------------------------------------------
Unité       : RDV.css
Version     : 1.0
Description : Fichier principale contenant les styles css pour le site web

Programmeur : Samuel Nadeau
Date        : 2 Février 2018
Organisation: Formatik
Copyright   : Tous droits réservés 2017-2018

Remarques   : 

***************************************************************************************************************************
Copyright(c) 2017-2018 Formatik, Inc.

Toute reproduction totale ou partielle du code source, idées, méthodes, libraries, techniques, architecture, composants visuels, 
aspects visuels est srictement interdites.

Par conséquent, copier la structure du site web dans un autre site web est susceptible de constituer une contrefaçon, même 
si leurs codes sont différents. Cela implique également qu’un site web qui est déjà mis en forme, dont l’architecture est 
suffisamment avancée, est déjà protégé même si le code n’a pas encore été écrit.
***************************************************************************************************************************
==========================================================================================================================*/
	/*--background-image: url("../img/back.png");*/
	/*--background-image: linear-gradient(to top, #222160, #ffffff);*/
	
	

/*************************************************************************************************************************************************
													COMPOSANTS IMPORTANT POUR LES COULEURS
*************************************************************************************************************************************************/



/************************************************************************************************************************************************
1. ELEMENT FOND
*************************************************************************************************************************************************/
html{
	//background:url("/rdv_public/img/back.png"); !important; /*IMAGE DE FOND*/
	background: white !important; /*IMAGE DE FOND*/
    height: 100% !important; /*NE PAS CHANGER*/
}

body{
	//background:url("/rdv_public/img/back.png"); !important; /*IMAGE DE FOND*/
	background: white !important; /*IMAGE DE FOND*/
	height: 100% !important; /*NE PAS CHANGER*/
}

/*Couleur du carré (blanc par défaut) avec le contenu*/
.BackGroundColor{
	background-color:#ffffff !important;
}

/************************************************************************************************************************************************
2. TEXTES
*************************************************************************************************************************************************/

/*Couleur des jours de la semaine (dim,lun,mar...) + flèches + Mois Année du calendrier*/
.CouleurText{
	color: black; !important;
}

/*Couleur du texte pour une date disponible dans le calendrier*/
.DateDisponible{
	color: black; !important;	
}

/*Couleur du texte pour une date non disponible dans le calendrier*/
.DateNonDisponible{
	color: grey !important;		
}

/*Couleur des titres + messages retour*/
h3,h4 {
	color: black !important;
}

/*Couleur du texte qui dit qu'il va y avoir redirection dans les messages retour*/
.RedirectionWarning{
	color: black !important;
}

/*Couleur du texte en général*/
p,label,a {
	color: black !important;	
}

/************************************************************************************************************************************************
3. ONGLETS / LISTES
*************************************************************************************************************************************************/

/*Couleur de l'onglet du login qui est sélectionné*/
li.active a,
li.active a:hover,
li.active a:focus,
li.active a:visited,
li.active a:active {
	background:#115E67 !important;	/*couleut de l'onglet*/
	color: #ffffff !important;		/*couleur du texte*/	
}

li.hover a,
li.hover a:hover,
li.hover a:focus,
li.hover a:visited,
li.hover a:active {
	background:#115E67 !important;	/*couleut de l'onglet*/
	color: #ffffff !important;		/*couleur du texte*/	
}

li a,
li a:hover,
li a:focus,
li a:active {
	background:#115E67 !important;	/*couleut de l'onglet*/
	color: #ffffff !important;		/*couleur du texte*/
}

/*Couleur des onglets (menu/login) lorsque l'on met la souris dessus*/
li a:hover{
	background:#115E67!important; 	/*couleur de l'onglet*/
	color: #ffffff !important;		/*couleur du texte dans l'onglet*/	
}

/*Couler des onglets (menu/login)*/
li a{
	background:transparent  !important;		/*couleur de l'onglet*/
	color: black !important;				/*couleur du texte dans l'onglet*/		
	
}

/*Couleur des listes*/
.list-group-item{
	background:transparent  !important;		/*couleur de l'élément*/
	color: black !important;				/*couleur du texte*/	
}

/*Couleur des listes (menu) lorsque l'on met la souris dessus*/
a.hover:hover,
a.hover:focus,
a.hover:active{
	background:#115E67 !important;			/*couleur de l'élément*/
	color: #ffffff !important;				/*couleur du texte*/
	border-color:transparent  !important;			
}

/*Couleur lorsque l'on sélectionne un coiffeur dans la liste*/
a.activeCoiffeur{
	background:#115E67 !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/
	border-color:transparent  !important;	
}

/*Couleur de la liste des catégorie et de la liste des rendez-vous*/
a.activeCategorie{
	background:#ad8441  !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/
	border-color:black  !important;	
}

/*Couleur lorsque l'on sélectionne un service dans la liste*/
a.activeService{
	background:#115E67 !important; 	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/	
	border-color:transparent  !important;			
}

/*Couleur lorsque l'on sélectionne une plage qui nous est suggéré*/
a.activePlage{
	background:#115E67 !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/
	border-color:transparent  !important;		
}

/*Couleur lorsque l'on sélectionne une date dans le calendrier*/
.activeDate{
	background:#115E67 !important;	/*couleur de l'élément*/
	color: #ffffff !important;			/*couleur du  texte*/	
	border-color:transparent  !important;		
}

/************************************************************************************************************************************************
4. BOUTON / ENCADRÉ
*************************************************************************************************************************************************/

/*Couleur des boutons*/
#button, button, input[type="button"], input[type="submit"]{
	background:none !important;
	background-color:#115E67 !important;		/*couleur du bouton*/
	color: #ffffff !important;					/*couleur du texte*/
	border-color:#115E67 !important;			/*couleur du contour*/
}

/*Couleur de la bordure du calendrier*/
.FormatikCalendrierEvenement{
	border-color: #ad8441;
}

/*Couleur de la bordure des informations sur le rendez-vous (Mes rendez-vous)*/
.infoRendezVous{
	border-color: #ad8441;	
}

/*Couleur du background des icones lorsque l'on se connecte (mettre même couleur que bouton)*/
span {
	background-color:#115E67!important;
	border-color:#115E67!important;
}

/*couleur de l'en-tête du timepicker*/
.wickedpicker__title {
	background:#115E67  !important;	/*couleur de l'élément*/
	color: #ffffff !important;		/*couleur du texte*/
}

.fa{
	color:white !important;
}



/*************************************************************************************************************************************************
													FIN DES COMPOSANTS IMPORTANT POUR LES COULEURS
*************************************************************************************************************************************************/

#footerMain{
   /*position:absolute;*/
   /*bottom:0 !important;
   height:10px !important;*/
   width:100%;
   background-color:transparent !important;	
   border-color:transparent !important;
   font-size:9px !important;
   text-align:center;
   /*line-height:10px;*/
   /*margin-bottom:10px !important;*/
}

#footerMain2{
   /*position:absolute;*/
   /*bottom:0 !important;
   height:10px !important;*/
   width:100%;
   background-color:transparent !important;	
   border-color:transparent !important;
   font-size:9px !important;
   text-align:center;
   /*margin-top:100px !important;*/
   line-height:10px;
   bottom:0 !important;
   /*margin-bottom:10px !important;*/
}

#buttonCreateAccount{
	margin-top:15px !important;	
}

label{
	margin-bottom:0px !important;	
}


h3,h4 {
	text-align: center !important;
	margin-top:0px !important;
	margin-bottom:5px !important;
}

.NoBackGround{
	background-color:transparent !important;	
}

.upperCase{
	text-transform: uppercase !important;		
}

.h4left{
	text-align:left !important;
	margin-left: 60px !important;
	margin-bottom: 30px !important;	
}

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

div {
	margin-bottom:0px !important;	
}

.btn-margin-left{
	margin-top: 10px !important;
	margin-left: 5px !important;
	margin-bottom: 5px !important;
}

.btn-margin-left2{
	margin-top: 10px !important;
	margin-left: 5px !important;
}

.btn-margin-right{
	float:right;
	margin-top: 10px !important;
	margin-right: 5px !important;
}

.timepicker{
	width:160px !important;	
}

.MaxWidthPlageSelection{
	width:160px !important;	
}

.h-90{
	height: 90px !important;		
}

.align-middle-vertically2{
	margin: 14% 0% 0% 0% !important;
}

.RedirectionWarning{
	text-align: center !important;
	font-size:9px !important;
	background-color:transparent  !important;
	border-color:transparent  !important;
	display:block !important;
	margin: 0 auto !important;
}

p {
	margin-bottom:0px !important;
}

.NoBorder{
	border-style:none !important;	
}

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

#Right{
	position: absolute !important;
    right: 15px !important;
	top:100px !important;
}

.center-name{
	width: -webkit-calc(100% - 100px) !important;
	width: -moz-calc(100% - 100px) !important;
	width: calc(100% - 100px) !important;
    height:50px !important;
	line-height: 50px !important;
	margin-left:50px;
}


.center-lang{
    height:50px !important;
	line-height: 50px !important;
	float:right !important;	
	margin-right: 5px !important;
}

.FormatError{
	position: absolute !important;
    right: 15px !important;
	color:red !important;
	background-color:transparent !important;
	border-color:transparent !important;
}

.HeureNonDisponible{
	color:red !important;
	background-color:transparent !important;
	border-color:transparent !important;
}

.MsgPlageLibre{
	color:black !important;
	font-size:9px !important;	
	background-color:transparent !important;
	border-color:transparent !important;
	line-height: 10pt !important;
	margin-bottom:0px !important;
	margin-top: 40px !important;
}

.HeureDisponible{
	color:blue !important;
	background-color:transparent !important;
	border-color:transparent !important;
}

.PasswordError{
	position: absolute !important;
	color:red !important;
	background-color:transparent !important;
	border-color:transparent !important;
}

.DisplayNone{
	display:none !important;
}

.VisibilityNone{
	visibility: hidden !important;
}

.CursorPointer {
    cursor:pointer !important;
}

.CursorNotAllowed{
	cursor:not-allowed !important;	
}

li a:hover{
	background-image:none !important;
}

li a{
	background-image:none !important;	
}

.list-group-item{
	background-image:none !important;	
}

a.hover:hover{
	background-image:none !important;		
}

li.active a,
li.active a:hover,
li.active a:focus,
li.active a:visited,
li.active a:active {
	background-image:none !important;
}

a.activeCoiffeur{
	background-image:none !important;
}

a.activeCategorie{
	background-image:none !important;
}

a.activeService{
	background-image:none !important;
}

a.activePlage{
	background-image:none !important;
}

.activeDate{
	background-image:none !important;
}

a.list-group-item.activeCategorie.collapsed:after{
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;	
  float: right;
}

a.list-group-item.activeCategorie:not(.collapsed):after{
  font-family: 'FontAwesome';
  content: "\f068";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;
  *margin-right: .3em;	
  float: right;
}

a:hover{
	cursor: pointer;	
}

.dropdown-toggle:hover {
    display: block;
}

.dropdown{
	border:thick !important;
	border-color:blue !important;	
}

.inputError {
	border: 1px solid red !important;        
}

.invalid{
	border: 1px solid red !important;     
}

.col-md-6{
	position:relative !important;
	min-height:1px !important;
	padding-right:15px !important;
	padding-left:15px !important;
	float:left !important;
	width:50% !important;	
}

	
#Conteneur1{
	position: absolute !important;
	height: 100% !important;
	width: 100% !important;
}

.indent{
	text-indent: -9999px !important;	
}

.no-margin{
	margin: 0px,0px,0px,0px !important;	
}

.imgsmall{
	width: 100px;
	height: auto;	
	margin-top: 5px;
	margin-bottom:20px;
	float:left;
}

.comm-rdv{
	margin-left:100px;
	width: -webkit-calc(100% - 100px) !important;
	width: -moz-calc(100% - 100px) !important;
	width: calc(100% - 100px) !important;
}

.logomobile{
	/*width: 50px;
	height: 50px;	*/
	float:right;
	margin-top:10px !important;	
}

@media (min-width:531px) and (min-height:901px) {

	.imgsmall2{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 100px;
		height: auto;
	}
	
	.divimgsmall2{
		margin-top: 5px;
		display:inline-block !important;
		height:100px !important;
		width:100px !important;
	}
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 100px) !important;
		width: -moz-calc(100% - 100px) !important;
		width: calc(100% - 100px) !important;
		float:right !important;		
	}
	
	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
		
	.noLogoMobile{
		width: auto;
		height: 150px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top: 20px !important;		
	}

	.centerimg{
		width: auto;
		height: 150px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top: 20px !important;
	}
	
	
	#Conteneur2-img{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 500px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
	
	#Conteneur2-rdv{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 600px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}

	#Conteneur2{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 500px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
	
	.MaxHeight{
		height: 500px !important;
		overflow:hidden !important;
	}
	
	.MaxHeight-rdv{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-coiffeur{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-service{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border-style: solid;
		font-size:16px !important;
	}
	
	.infoRendezVous{
		border-style: solid;
		border-width: 0px 2px 2px 2px;	
	}
	
	.Counter{
		float:right !important;	
		font-size:12px !important;
		color: red !important;
	}
	
	#VerifyPwd{
		max-width: 600px !important;
	}
		
}

@media (min-width:531px) and (max-height:900px){
	
	.imgsmall2{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 100px;
		height: auto;
	}
	
	.divimgsmall2{
		margin-top: 5px;
		display:inline-block !important;
		height:100px !important;
		width:100px !important;
	}
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 100px) !important;
		width: -moz-calc(100% - 100px) !important;
		width: calc(100% - 100px) !important;
		float:right !important;		
	}
	
	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
		
	.noLogoMobile{
		display:none !important;	
	}

	.centerimg{
		width: auto;
		height: 150px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top: 20px !important;
	}
	
	
	#Conteneur2-img{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 500px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
	
	#Conteneur2-rdv{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 425px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}

	#Conteneur2{
		position: absolute !important;
		left: 50% !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
		top: 425px !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
	
	.MaxHeight{
		height: 500px !important;
		overflow:hidden !important;
	}
	
	.MaxHeight-rdv{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-coiffeur{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.MaxHeight-rdv-service{
		height: 500px !important;
		overflow:auto !important;
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border-style: solid;
		font-size:16px !important;
	}
	
	.infoRendezVous{
		border-style: solid;
		border-width: 0px 2px 2px 2px;	
		/*height: 185px;*/
	}
	
	.Counter{
		float:right !important;	
		font-size:12px !important;
		color: red !important;
	}
	
	#VerifyPwd{
		max-width: 600px !important;
	}
	
}

@media (max-width: 530px) {
	
	#IncorrectAccountInfo{
		max-width: 155px !important;	
	}
	
	#VerifyPwd{
		max-width: 195px !important;
		line-height: 15pt !important;
	}
	
	.imgsmall2{
		position: relative;
		margin-top:50%;
		transform:translateY(-50%);
		width: 80px;
		height: auto;
	}
	
	.comm-rdv2{
		width: -webkit-calc(100% - 5px) !important;
		width: -moz-calc(100% - 5px) !important;
		width: calc(100% - 5px) !important;
	}
	
	.divimgsmall2{
		margin-top: 5px;
		display:inline-block !important;
		height:80px !important;
		width:80px !important;
	}
	
	.divrdvinfo2{
		display:inline-block !important;
		width: -webkit-calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: calc(100% - 80px) !important;
		float:right !important;		
	}
	
	.Counter{
		float:right !important;	
		font-size:10px !important;
		color: red !important;
	}
	
	.infoRendezVous{
		border-style: solid;
		border-width: 0px 2px 2px 2px;	
		/*height: 230px;*/
	}

	
	.noLogoMobile{
		display:none;	
	}

	.centerimg{
		width: auto;
		height: 80px;
		display: block !important;
		top: 200px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top: 5px !important;
		margin-bottom: 0px !important;
	}
	
	#Conteneur2-img{
		position: relative !important;
		width:100% !important;
		max-width: 700px !important;
		min-width: 280px !important;
	}
	
	#Conteneur2{
		position: relative !important;
		width:100% !important;
		height: -webkit-calc(100% - 51px) !important;
		height: -moz-calc(100% - 51px) !important;
		height: calc(100% - 51px) !important;
		max-width: 700px !important;
		min-width: 280px !important;
	}
	
	#Conteneur2-rdv{
		position: relative !important;
		width:100% !important;
		height: -webkit-calc(100% - 51px) !important;
		height: -moz-calc(100% - 51px) !important;
		height: calc(100% - 51px) !important;
		max-width: 700px !important;
		min-width: 280px !important;
	}
	
	.fit-box{
		position:absolute !important;
		top: 0 !important;
		bottom: 0 !important;
		height: 100% !important;
		width:100% !important;
	}
	
	.height100{
		height:100% !important;
	}
	
	.MaxHeight{

	}
	
	.MaxHeight-rdv{
		position:relative !important;
		height: -webkit-calc(100% - 55px) !important;
		height: -moz-calc(100% - 55px) !important;
		height: calc(100% - 55px) !important;
		overflow: auto !important;	
	}
	
	.MaxHeight-rdv-coiffeur{
		position:relative !important;
		height: -webkit-calc(100% - 140px) !important;
		height: -moz-calc(100% - 140px) !important;
		height: calc(100% - 140px) !important;
		overflow:auto !important;	
	}
	
	.MaxHeight-rdv-service{
		position:relative !important;
		height: -webkit-calc(100% - 165px) !important;
		height: -moz-calc(100% - 165px) !important;
		height: calc(100% - 165px) !important;
		/*overflow: auto !important;*/
		overflow: auto !important;	
	}
	
	.fixedBody{
		position:fixed !important;
	}
	
	h3{
		font-size:21px !important;	
	}
	
	.selectTime{
		font-size:13px !important;	
	}
	
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	
	::-webkit-scrollbar:vertical {
		width: 12px;
	}
	
	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}
	
	::-webkit-scrollbar-track {
		border-radius: 10px;  
		background-color: #ffffff; 
	}
	
	.FormatikCalendrierEvenement{
		height: 225px;
		width: 100%;
		border-style: solid;
		font-size:16px !important;
	}
		
}

.wickedpicker {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
	background: #fefefe;
	margin: 0 auto;
	border-radius: 0.1px;
	width: 200px;
	height: 125px;
	font-size: 14px;
	display: none; 
	background-color:#fefefe !important;
}
.wickedpicker__title {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 11px 10px 15px;
	font-size: inherit; 
}
  .wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    cursor: pointer;
	background-color:transparent !important; 
}
    .wickedpicker__close:before {
      content: 'x'; 
}
  .wickedpicker__controls {
    padding: 0;
    line-height: normal;
    margin: 0; 
	background-color:transparent !important;
}
    .wickedpicker__controls__control, .wickedpicker__controls__control--separator {
      vertical-align: middle;
      display: inline-block;
      font-size: inherit;
      margin: 0 auto;
      width: 35px;
      letter-spacing: 1.3px; 
	  background-color:transparent !important;
      margin-left:5px;
      margin-right:5px;
}
      .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
        position: relative;
        display: block;
        margin: 0px auto;
        font-size: 18px;
        cursor: pointer; 
		background-color:transparent !important;
}
      .wickedpicker__controls__control-up:before {
		content: url('/rdv_public/img/up-icon.png'); 
}
      .wickedpicker__controls__control-down:after {
		content: url('/rdv_public/img/down-icon.png');
}
      .wickedpicker__controls__control--separator {
        width: 5px; 
}

      .wickedpicker__controls__control--separator-inner {
		background-color:transparent !important;
}

      .wickedpicker__controls__control--hours { 
		background-color:transparent !important;
}

      .wickedpicker__controls__control--minutes { 
		background-color:transparent !important;
}

      .wickedpicker__controls__control--meridiem { 
		background-color:transparent !important;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center; 
}