/* -------------- VARIABLES -------------- */
:root {
	--margT : 30px;
	--margB : 30px;
	--blue: #2638BD;
	--darkblue: #0F164A;
	--pink: #FF0070;
	--bg: #F1F5FE;
	--lightbg: #717594;
	--grey: #717594;
	--green: #1AD08E;
	--lightblue: #3A9EF3;
	--purple: #7A61D3;
	--orange: #FFAE5E;
	--red: #FF3636;
	--grey2: #A2A2A2;
	--lightgrey: #d9e4f4;
	--white: #ffffff;
	--radiusXS: 4px;
	--radiusS: 6px;
	--radiusL: 8px;
	--paddButton: 16px 30px 16px 30px;
	--inputBG: #fdfdfd;
	--inputBr: #DFE0E1;
	--inputColor: #1A1D1E;
}

html *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 

body{
	background: var(--bg);
	color: var(--darkblue);
	font-family: 'Source Sans Pro', 'Roboto', 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5 !important;
	font-weight: 400;
	margin:0;
	padding:0;
	position: relative;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.noScrollBar{ overflow-y: hidden; }
::selection{background-color:var(--blue);color:#fff;}
::-moz-selection{background-color:var(--blue);color:#fff;}

::-webkit-scrollbar { width: 8px; } /* width */
::-webkit-scrollbar-track { background: var(--bg);  } /* Track */
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: var(--radiusL); } /* Handle */
::-webkit-scrollbar-thumb:hover { cursor: ns-resize !important; } /* Handle on hover */

.gecko * { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*----------------------------------*/
/*   TYPOGRAPHY                     */
/*----------------------------------*/
a, input.button{
	cursor:pointer;
	text-decoration:none;
	  -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		   -o-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}
a{ color: var(--blue); }
a:hover{ color: var(--lightblue); }


h1 , h2 , h3 , h4 , h5 , h6 { color: inherit; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{ font-weight: bold; font-weight: 600; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{ display: inline-block; }

h1{ font-size: 36px; margin-bottom: 10px; }
h2{ font-size: 24px; margin-bottom: 10px; }
h3{ font-size: 20px; margin-bottom: 10px; }
h4{ font-size: 18px; margin-bottom: 10px; }
h5{ font-size: 16px; margin-bottom: 10px; }
h6{ font-size: 14px; margin-bottom: 10px; }

.woody{ font-size: calc(17px + (60 - 17) * ((100vw - 300px) / (2000 - 300))); line-height: normal; }
.sJobID{ font-size: 54px; line-height: 50px; }
strong { font-weight: bold; font-weight: 600; }
em     { font-style: italic; }
small  { font-size: 80%; line-height: 60%;}
sup{ position: relative; font-size: 60%; line-height: 12px; top: -5px; }
pre { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
 tab-width: 4; overflow-x: auto; }
pre:hover, pre:focus { width: min-content; }
pre[data-lang]::before { content: attr(data-lang); display: block; }
.suptitle{ font-size: 14px; color: var(--darkblue); font-weight: bold; display: block;  }
.font{ font-size: calc(17px + (36 - 17) * ((100vw - 300px) / (2000 - 300))); line-height: normal; }

.linktext--red{ background-color: transparent; border:none; font-size: 15px; font-weight: 600; color: var(--red); padding: 8px 10px; }

.blue{ color: var(--blue); }
.darkblue{ color: var(--darkblue); }
.lightblue{ color: var(--lightblue); }
.green{ color: var(--green); }
.purple{ color: var(--purple); }
.pink{ color: var(--pink); }
.orange{ color: var(--orange); }
.red{ color: var(--red); }
.grey{ color: var(--grey); }
.lightgrey{ color: var(--lightgrey); }
.grey2{ color: var(--grey2); }

.s10{ font-size: 10px; }
.s11{ font-size: 11px; }
.s12{ font-size: 12px; }
.s13{ font-size: 13px; }
.s14{ font-size: 14px; }
.s15{ font-size: 15px; }
.s16{ font-size: 16px; }
.s17{ font-size: 17px; }
.s18{ font-size: 18px; }
.s19{ font-size: 19px; }
.s20{ font-size: 20px; }
.s21{ font-size: 21px; }
.s22{ font-size: 22px; }
.s23{ font-size: 23px; }
.s24{ font-size: 24px; }
.s25{ font-size: 25px; }
.s26{ font-size: 26px; }
.s27{ font-size: 27px; }
.s28{ font-size: 28px; }
.s29{ font-size: 29px; }
.s30{ font-size: 30px; }
.s31{ font-size: 31px; }
.s32{ font-size: 32px; }
.s33{ font-size: 33px; }
.s34{ font-size: 34px; }
.s35{ font-size: 35px; }
.s36{ font-size: 36px; }
.s37{ font-size: 37px; }
.s38{ font-size: 38px; }
.s39{ font-size: 39px; }
.s40{ font-size: 40px; }
.s41{ font-size: 41px; }
.s42{ font-size: 42px; }
.s43{ font-size: 43px; }
.s44{ font-size: 44px; }
.s45{ font-size: 45px; }
.s46{ font-size: 46px; }
.s47{ font-size: 47px; }
.s48{ font-size: 48px; }
.s49{ font-size: 49px; }
.s50{ font-size: 50px; }
.s51{ font-size: 51px; }
.s52{ font-size: 52px; }
.s53{ font-size: 53px; }
.s54{ font-size: 54px; }
.s55{ font-size: 55px; }
.s56{ font-size: 56px; }
.s57{ font-size: 57px; }
.s58{ font-size: 58px; }
.s59{ font-size: 59px; }
.s60{ font-size: 60px; }
.s70{ font-size: 70px; }
.s80{ font-size: 80px; }
.s90{ font-size: 90px; }
.s100{ font-size: 100px; }

.lh15{ line-height: 1.5; }
.s10,.s11,.s12,.s13,.s14,.s15,.s16,.s17,.s18,.s19,.s20,.s21,.s22,.s23,.s24,.s25,.s26,.s27,.s28,.s29,.s30,.s31,.s32,.s33,.s34,.s35,.s36,.s37,.s38,.s39,.s40,.s41,.s42,.s43,.s44,.s45,.s46,.s47,.s48,.s49,.s50,.s51,.s52,.s53,.s54,.s55,.s56,.s57,.s58,.s59,.s60{
	line-height: 1.5;
}

.breakwords{ word-break: break-all; }
/*----------------------------------*/
/*   COLUMNS                        */
/*----------------------------------*/
.row:after{ content:".";display:block;height:0;clear:both;visibility:hidden }
.row_col{ display: block; float: left; }
.col_gap_20{ margin-right: -20px; margin-left: -20px; }
.col_gap_20 .row_col{ padding-left: 20px; padding-right: 20px; }

.c-1-1{ width:100%; }
.c-1-2{ width:50%; }
.c-1-3{ width:33.33333336%; }
.c-1-4{ width:25%; }
.c-1-5{ width:20%; }
.c-1-6{ width:16.66666667%; }
	.c-2-2{ width:100%; }
	.c-2-3{ width:66.33333336%; }
	.c-2-4{ width:50%; }
	.c-2-5{ width:40%; }
	.c-2-6{ width:32.33333336%; }
		.c-3-4{ width:75%; }
		.c-3-5{ width:60%; }
		.c-3-6{ width:100%; }
			.c-4-5{ width:100%; }
			.c-4-6{ width:100%; }
				.c-5-6{ width:100%; }


.grids2p{ display:grid; }
.gridJob{ grid-template-columns: 280px 1fr; }
.gridClient{ grid-template-columns:  30px 260px 260px 160px 160px 1fr 160px; }
.gridDevis{ grid-template-columns:  100px 220px 1fr 200px auto; }
.gridTickets{ grid-template-columns:  130px 220px 220px 1fr auto; }
.split2{ grid-template-columns: 1fr 1fr; }
.split3{ grid-template-columns: 1fr 1fr 1fr; }
.minmax260{ grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)); }
.gridJobList{ grid-template-columns: 100px 200px auto 150px 50px; }
.repeat7{ grid-template-columns: repeat(7, 1fr); }
.gridspace{ grid-gap: 20px 20px; }
.aligncentered{ align-items: center; } 
.alignbottom{ align-items: end; }
.bankable{ border:1px solid var(--pink); }
.dotgreen{ display: inline-block; width:10px; height: 10px; border-radius: 5px; background-color: var(--green); }
.dotred{ display: inline-block; width:10px; height: 10px; border-radius: 5px; background-color: var(--red); }

.grid-layout--6,
.grid-layout--5,
.grid-layout--4,
.grid-layout--3,
.grid-layout--2,
.grid-layout--1,
.grid-layout--60-40,
.grid-layout--cft,
.grid-layout--headingOpt {
  display: grid;
  grid-template-rows: 1fr;
}
.grid-layout--6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . . . .";
}
.grid-layout--5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . . .";
}
.grid-layout--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . .";
}
.grid-layout--3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . .";
}
.grid-layout--2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
}
.grid-layout--1 {
  grid-template-columns: 1fr;
  grid-template-areas: ".";
}

.grid-layout--60-40 {
  grid-template-columns: 60% 40%;
  grid-template-areas: ". .";
}
.grid-layout--cft {
  grid-template-columns: 1fr 300px;
  grid-gap: 60px;
}
.grid-layout--headingOpt {
  grid-template-columns: 1fr auto;
}

.grid-gap{ grid-gap: 30px; }
.grid-gap--10{ grid-gap: 10px 10px; }
.grid-gap--20{ grid-gap: 20px 20px; }
.grid-gap--40{ grid-gap: 40px 40px; }
.grid-gap--60{ grid-gap: 60px 60px; }
.grid-gap--20-80{ grid-gap: 20px 80px; }

@media(max-width: 1280px) {
	.grid-to-2-1200{ grid-template-columns: 1fr 1fr; grid-template-areas: ". ."; }
}

@media(max-width: 800px) {
  .grid-layout--6,
  .grid-layout--5,
  .grid-layout--4,
  .grid-layout--3,
  .grid-layout--2,
  .grid-layout--1,
  .grid-layout--60-40{ grid-template-columns: 1fr; grid-template-areas: "."; }
}

/*----------------------------------*/
/*   MARGINS & BLOCKS               */
/*----------------------------------*/
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{ display:block; width:100%; }
.gap-10{ height: 10px; } .gap-20{ height: 20px; } .gap-30{ height: 30px; } .gap-40{ height: 40px; } .gap-50{ height: 50px; } .gap-60{ height: 60px; } .gap-70{ height: 70px; } .gap-80{ height: 80px; } .gap-90{ height: 90px; } .gap-100{ height: 100px; }

.max100{ width: 100%; max-width: 100px !important; margin-left: auto; margin-right: auto; float: none;}
.max200{ width: 100%; max-width: 200px !important; margin-left: auto; margin-right: auto; float: none;}
.max300{ width: 100%; max-width: 300px !important; margin-left: auto; margin-right: auto; float: none;}
.max400{ width: 100%; max-width: 400px !important; margin-left: auto; margin-right: auto; float: none;}
.max500{ width: 100%; max-width: 500px !important; margin-left: auto; margin-right: auto; float: none;}
.max600{ width: 100%; max-width: 600px !important; margin-left: auto; margin-right: auto; float: none;}
.max700{ width: 100%; max-width: 700px !important; margin-left: auto; margin-right: auto; float: none;}
.max800{ width: 100%; max-width: 800px !important; margin-left: auto; margin-right: auto; float: none;}
.max900{ width: 100%; max-width: 900px !important; margin-left: auto; margin-right: auto; float: none;}
.max1000{ width: 100%; max-width: 1000px !important; margin-left: auto; margin-right: auto; float: none;}
.max1100{ width: 100%; max-width: 1100px !important; margin-left: auto; margin-right: auto; float: none;}
.max1200{ width: 100%; max-width: 1200px !important; margin-left: auto; margin-right: auto; float: none;}
.max1280{ width: 100%; max-width: 1280px !important; margin-left: auto; margin-right: auto; float: none;}
.max1400{ width: 100%; max-width: 1400px !important; margin-left: auto; margin-right: auto; float: none;}
.max1440{ width: 100%; max-width: 1440px !important; margin-left: auto; margin-right: auto; float: none;}
.max1600{ width: 100%; max-width: 1600px !important; margin-left: auto; margin-right: auto; float: none;}

.w300{ max-width: 300px;  }
.w400{ max-width: 400px;  }
.w500{ max-width: 500px;  }
.w600{ max-width: 600px;  }
.w700{ max-width: 700px;  }
.w800{ max-width: 800px;  }
.w900{ max-width: 900px;  }

.m-b-0{ margin-bottom: 0px; }
.m-b-5{ margin-bottom: 5px; }
.m-b-10{ margin-bottom: 10px; }
.m-b-20{ margin-bottom: 20px; }
.m-b-30{ margin-bottom: 30px; }
.m-b-40{ margin-bottom: 40px; }
.m-b-50{ margin-bottom: 50px; }
.m-b-60{ margin-bottom: 60px; }
.m-b-70{ margin-bottom: 70px; }
.m-b-80{ margin-bottom: 80px; }
.m-b-90{ margin-bottom: 90px; }
.m-b-100{ margin-bottom: 100px; }

.m-t-0{ margin-top: 0px; }
.m-t-10{ margin-top: 10px; }
.m-t-20{ margin-top: 20px; }
.m-t-30{ margin-top: 30px; }
.m-t-40{ margin-top: 40px; }
.m-t-50{ margin-top: 50px; }
.m-t-60{ margin-top: 60px; }
.m-t-70{ margin-top: 70px; }
.m-t-80{ margin-top: 80px; }
.m-t-90{ margin-top: 90px; }
.m-t-100{ margin-top: 100px; }


.mb-0{ margin-bottom: 0px; }
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }
.mb-40{ margin-bottom: 40px; }
.mb-50{ margin-bottom: 50px; }
.mb-60{ margin-bottom: 60px; }
.mb-70{ margin-bottom: 70px; }
.mb-80{ margin-bottom: 80px; }
.mb-90{ margin-bottom: 90px; }
.mb-100{ margin-bottom: 100px; }

.mt-0{ margin-top: 0px; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }
.mt-60{ margin-top: 60px; }
.mt-70{ margin-top: 70px; }
.mt-80{ margin-top: 80px; }
.mt-90{ margin-top: 90px; }
.mt-100{ margin-top: 100px; }

.px-10{ padding-left: 10px; padding-right: 10px; }
.px-20{ padding-left: 20px; padding-right: 20px; }
.px-30{ padding-left: 30px; padding-right: 30px; }
.px-40{ padding-left: 40px; padding-right: 40px; }
.px-50{ padding-left: 50px; padding-right: 50px; }
.px-60{ padding-left: 60px; padding-right: 60px; }
.px-70{ padding-left: 70px; padding-right: 70px; }
.px-80{ padding-left: 80px; padding-right: 80px; }
.px-90{ padding-left: 90px; padding-right: 90px; }
.px-100{ padding-left: 100px; padding-right: 100px; }

.py-10{ padding-top: 10px; padding-bottom: 10px; }
.py-20{ padding-top: 20px; padding-bottom: 20px; }
.py-30{ padding-top: 30px; padding-bottom: 30px; }
.py-40{ padding-top: 40px; padding-bottom: 40px; }
.py-50{ padding-top: 50px; padding-bottom: 50px; }
.py-60{ padding-top: 60px; padding-bottom: 60px; }
.py-70{ padding-top: 70px; padding-bottom: 70px; }
.py-80{ padding-top: 80px; padding-bottom: 80px; }
.py-90{ padding-top: 90px; padding-bottom: 90px; }
.py-100{ padding-top: 100px; padding-bottom: 100px; }
.py-5vw{ padding-top: 5vw; padding-bottom: 5vw; }
.py-10vw{ padding-top: 10vw; padding-bottom: 10vw; }

.pb-10{ padding-bottom: 10px; }
.pb-20{ padding-bottom: 20px; }
.pb-30{ padding-bottom: 30px; }
.pb-40{ padding-bottom: 40px; }
.pb-50{ padding-bottom: 50px; }
.pb-60{ padding-bottom: 60px; }
.pb-70{ padding-bottom: 70px; }
.pb-80{ padding-bottom: 80px; }
.pb-90{ padding-bottom: 90px; }
.pb-100{ padding-bottom: 100px; }
.pb-110{ padding-bottom: 110px; }
.pb-120{ padding-bottom: 120px; }
.pb-130{ padding-bottom: 130px; }
.pb-140{ padding-bottom: 140px; }
.pb-150{ padding-bottom: 150px; }
.pb-160{ padding-bottom: 160px; }
.pb-5vw{ padding-bottom: 5vw; }
.pb-10vw{ padding-bottom: 10vw; }

.pt-10{ padding-top: 10px; }
.pt-20{ padding-top: 20px; }
.pt-30{ padding-top: 30px; }
.pt-40{ padding-top: 40px; }
.pt-50{ padding-top: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pt-90{ padding-top: 90px; }
.pt-100{ padding-top: 100px; }
.pt-110{ padding-top: 110px; }
.pt-120{ padding-top: 120px; }
.pt-130{ padding-top: 130px; }
.pt-140{ padding-top: 140px; }
.pt-150{ padding-top: 150px; }
.pt-160{ padding-top: 160px; }
.pt-2vw{ padding-top: 2vw; }
.pt-5vw{ padding-top: 5vw; }
.pt-10vw{ padding-top: 10vw; }

.pr-10{ padding-right: 10px; }
.pr-20{ padding-right: 20px; }
.pr-30{ padding-right: 30px; }
.pr-40{ padding-right: 40px; }
.pr-50{ padding-right: 50px; }
.pr-60{ padding-right: 60px; }
.pr-70{ padding-right: 70px; }
.pr-80{ padding-right: 80px; }
.pr-90{ padding-right: 90px; }
.pr-100{ padding-right: 100px; }
.pr-110{ padding-right: 110px; }
.pr-120{ padding-right: 120px; }
.pr-130{ padding-right: 130px; }
.pr-140{ padding-right: 140px; }
.pr-150{ padding-right: 150px; }
.pr-160{ padding-right: 160px; }

.pl-10{ padding-left: 10px; }
.pl-20{ padding-left: 20px; }
.pl-30{ padding-left: 30px; }
.pl-40{ padding-left: 40px; }
.pl-50{ padding-left: 50px; }
.pl-60{ padding-left: 60px; }
.pl-70{ padding-left: 70px; }
.pl-80{ padding-left: 80px; }
.pl-90{ padding-left: 90px; }
.pl-100{ padding-left: 100px; }
.pl-110{ padding-left: 110px; }
.pl-120{ padding-left: 120px; }
.pl-130{ padding-left: 130px; }
.pl-140{ padding-left: 140px; }
.pl-150{ padding-left: 150px; }
.pl-160{ padding-left: 160px; }

.wfull{ width: 100%; }
/*----------------------------------*/
/*   ICONS                          */
/*----------------------------------*/
@font-face {
  font-family: 's2pcrmicons';
  src:
	url('../fonts/s2pcrmicons.ttf?4pmzhf') format('truetype'),
	url('../fonts/s2pcrmicons.woff?4pmzhf') format('woff'),
	url('../fonts/s2pcrmicons.svg?4pmzhf#s2pcrmicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 's2pcrmicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-badge:before {        	content: "\e900"; }
.icon-star:before {         	content: "\e901"; }
.icon-report:before {       	content: "\e902"; }
.icon-bell-fill:before {    	content: "\e903"; }
.icon-question:before {     	content: "\e904"; }
.icon-bell:before {         	content: "\e905"; }
.icon-left:before {         	content: "\e906"; }
.icon-down:before {         	content: "\e907"; }
.icon-right:before {        	content: "\e908"; }
.icon-up:before {           	content: "\e909"; }
.icon-delivery:before {     	content: "\e90a"; }
.icon-vacancy:before {      	content: "\e90b"; }
.icon-file-wait:before {    	content: "\e90c"; }
.icon-support:before {      	content: "\e90d"; }
.icon-file-checked:before { 	content: "\e90e"; }
.icon-pin:before {          	content: "\e90f"; }
.icon-file:before {         	content: "\e910"; }
.icon-magnify:before {      	content: "\e911"; }
.icon-dots:before {         	content: "\e912"; }
.icon-check:before {        	content: "\e913"; }
.icon-warning:before {      	content: "\e914"; }
.icon-move:before {         	content: "\e915"; }
.icon-duplicate:before {    	content: "\e916"; }
.icon-hide:before {         	content: "\e917"; }
.icon-show:before {         	content: "\e918"; }
.icon-minus:before {        	content: "\e919"; }
.icon-plus:before {         	content: "\e91a"; }
.icon-cross:before {        	content: "\e91b"; }
.icon-delete:before {       	content: "\e91c"; }
.icon-edit:before {         	content: "\e91d"; }
.icon-logout:before {       	content: "\e91e"; }
.icon-mail:before {         	content: "\e91f"; }
.icon-admin:before {        	content: "\e920"; }
.icon-tickets:before {      	content: "\e921"; }
.icon-staff:before {        	content: "\e922"; }
.icon-clients:before {      	content: "\e923"; }
.icon-workflow:before {     	content: "\e924"; }
.icon-logo:before {         	content: "\e925"; }
.icon-box-add:before {      	content: "\e95e"; }
.icon-download:before {     	content: "\e960"; }

/*----------------------------------*/
/*   BUTTON                         */
/*----------------------------------*/
.btn{ border-radius: var(--radiusXS); display: inline-block; padding: 8px 16px; font-weight: bold; }
.btn.btn-blue{ background-color: var(--blue); color: var(--white); }
.btn.btn-red{ background-color: var(--red); color: var(--white); }
.btn.btn-purple{ background-color: var(--purple); color: var(--white); }
.btn.btn-green{ background-color: var(--green); color: var(--white); }
.btn.btn-pink{ background-color: var(--pink); color: var(--white); }
.btn.btn-grey{ background-color: var(--grey); color: var(--white); }

.btn.btn-blue:hover{ background-color: var(--lightblue); color: var(--white); }
.btn.btn-red:hover,
.btn.btn-purple:hover,
.btn.btn-green:hover,
.btn.btn-pink:hover,
.btn.btn-grey:hover{ opacity:0.8; }

/*----------------------------------*/
/*   HEADER                         */
/*----------------------------------*/
.crm--header{ background:var(--white); width:80px; height: 100vh; text-align: center; position: fixed; z-index: 300; }
.crm--logo{ width: 100%; height: 76px; line-height: 76px; }
.crm--logo span{ display: block; font-size:40px; height: 76px; line-height: 76px; }
.nav--sections{}
.nav--sections ul{}
.nav--sections ul li{}
.nav--sections ul li a{ display: block; width: 100%; height: 80px; line-height: 80px; font-size:30px; color: var(--darkblue); opacity: 0.6; }
.nav--sections ul li.current-page-ancestor a, .nav--sections ul li.current-menu-item a{ color: var(--blue); opacity: 1; }
.nav--sections ul li a:hover, .nav--sections ul li.current-page-ancestor a, .nav--sections ul li.current-menu-item a{ opacity: 1; }
.nav--sections-admin{ position: absolute; bottom: 0; width: 100%; }

.crm--topbar{
background:var(--darkblue);
background:linear-gradient(60deg, var(--darkblue), var(--blue));
position: fixed; top: 0; left: 0; width: 100%; padding: 16px 40px 16px 120px; z-index: 100; display:grid; grid-template-columns: 1fr 400px; grid-gap:20px; align-items: center;
	  -webkit-transition: padding 0.2s ease-in-out;
		 -moz-transition: padding 0.2s ease-in-out;
		   -o-transition: padding 0.2s ease-in-out;
			  transition: padding 0.2s ease-in-out;
}
.crm--topbarNav{}
.crm--topbarNav ul{ font-size: 0; }
.crm--topbarNav ul li{ font-size: initial; display: inline-block; padding-right: 40px; }
.crm--topbarNav ul li a{ color: var(--white); position: relative; }
.crm--topbarNav ul li a:after{ background-color: var(--pink); content: ''; display:none; width: 6px; height: 6px; border-radius: 10px; position:absolute; top: -2px; right:-8px; }
.crm--topbarNav ul li.current-menu-item a,
.crm--topbarNav ul li.current_page_item a,
.crm--topbarNav ul li.current-page a{ font-weight: bold; }
.crm--topbarNav ul li.current-menu-item a:after,
.crm--topbarNav ul li.current_page_item a:after,
.crm--topbarNav ul li.current-page a:after{ display:block; }
.crm--topbarNav ul li a:hover{ opacity: 0.6; }

.crm--userbar{ display: grid; grid-template-columns:auto auto 48px; align-items: center;}
.searchboxBill, .searchbox{ position: relative; padding-right: 20px; }
.searchbox-field{ border:none; border-radius: var(--radiusS); padding: 0 20px; height: 40px; width: 100%; }
.searchbox-field::placeholder{ color: var(--grey); font-style: italic; }
.searchboxBill button, .searchbox button{ background:none; position: absolute; top: 0; right: 20px; width: 50px; height: 40px; line-height: 44px; font-size:24px; border:none; }
.avatarBox{ box-shadow: 0px 0px 0px 3px var(--white); border-radius: 40px; display:block; width:44px; height: 44px; overflow: hidden; }
.avatarBox img{ width: 100%; }

.crm--userbar--plus { box-shadow: 0px 0px 0px 3px var(--white); border-radius: 40px; color: var(--white); display: block; line-height: 40px; font-size: 24px; text-align: center; width: 34px; height: 34px; overflow: hidden; margin: 0 auto; }
.crm--userbar--plus:hover{ background-color: var(--white); color:  var(--blue); }

/*----------------------------------*/
/*   FORM                           */
/*----------------------------------*/
.s2pcrm--form h4{ border-bottom: 1px solid var(--colorH); margin-bottom: 16px; padding-bottom: 16px;}
.s2pcrm--form .grid-gap{ margin-bottom: 20px; }
.grid-form-input{
	display: grid;
	grid-template-columns: 200px 1fr;
	margin-bottom: 16px;
}
.s2pcrm--form{ /*padding: 20px 30px;*/ }
.crmList .s2pcrm--form{ padding: 0px 0px; }
.s2pcrm--form label{
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.crmList .s2pcrm--form label{ font-size: 12px; }
.s2pcrm--form .field{
	background-color: var(--inputBG);
	border-width: 1px;
	border-style: solid;
	border-color: var(--inputBr);
	border-radius: var(--radiusXS);
	color: var(--inputColor);
	height: 46px;
	font-size: 16px;
	padding: 0 16px;
	width: 100%;
}
.s2pcrm--form .field.textarea{ min-height: 120px; }
.s2pcrm--form .minifield{ height: 40px; }
.s2pcrm--form .button{ border:none; }

/* Checkbox */
.s2p_check {
  display:none;
  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;  /* FF4+ */
  -o-transition: all 0.4s ease;  /* Opera 10.5+ */
  transition: all 0.4s ease;
}

.s2p_check-label{
  display:inline;
  font-weight:bold;
  font-size:16px;
  cursor:pointer;
  position: relative;
  padding:0px 10px 0px 60px;
  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;  /* FF4+ */
  -o-transition: all 0.4s ease;  /* Opera 10.5+ */
  transition: all 0.4s ease;
}
.s2p_check-label:before{
  content: '';
  background-color: var(--inputBG);
  border:1px solid var(--inputBr);
  width: 44px; height: 24px;
  display: block;
  position: absolute; left: 4px; top: 6px;
  border-radius: 20px;
}
.s2p_check-label:after{
  content: '';
  width: 16px; height: 16px;
  display: block;
  position: absolute; left: 8px; top: 11px;
  background-color:var(--red);
  border:none;
  opacity: 1;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}

.s2p_check + label {}
.s2p_check:checked + label:after {
  background-color:var(--white);
  left: 28px; opacity: 1;
}
.s2p_check:checked + label:before {
  background-color: var(--blue);
}

/*Radio*/

.s2p_radio {
  display:none;
  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;  /* FF4+ */
  -o-transition: all 0.4s ease;  /* Opera 10.5+ */
  transition: all 0.4s ease;
}

.s2p_radio-label{
  display:inline;
  font-weight:bold;
  font-size:16px;
  cursor:pointer;
  position: relative;
  padding:5px 10px 5px 32px;
  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;  /* FF4+ */
  -o-transition: all 0.4s ease;  /* Opera 10.5+ */
  transition: all 0.4s ease;
}
.s2p_radio-label:before{
  content: '';
  background-color: #fff;
  border:1px solid #a8aeb6;
  width: 12px; height: 12px;
  display: block;
  position: absolute; left: 4px; top: 7px;
  border-radius: 10px;
}
.s2p_radio-label:after{
  content: '';
  width: 6px; height: 6px;
  display: block;
  position: absolute; left: 8px; top: 11px;
  border-radius: 4px;
  background-color: var(--colorB);
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}

.s2p_radio:checked + label { color: var(--colorB); }
.s2p_radio:checked + label:after {
  opacity: 1;
}

.devisPrice{ height: 60px; border:1px solid var(--grey); }
.updateDevisPrice{ cursor: pointer; }

/*----------------------------------*/
/*   CONTAINER                      */
/*----------------------------------*/
.crm--container{ padding: 120px 0px 40px 80px; }
.module{ margin-bottom:40px; padding: 0 40px; }

.box{ background-color: var(--white); border-radius: var(--radiusL); padding: 16px 20px;
	  -webkit-transition: box-shadow 0.2s ease-in-out;
		 -moz-transition: box-shadow 0.2s ease-in-out;
		   -o-transition: box-shadow 0.2s ease-in-out;
			  transition: box-shadow 0.2s ease-in-out;
}

.box.padd10{ padding: 10px; }
.box.padd20{ padding: 20px; }
.box.padd30{ padding: 30px; }
.box.padd40{ padding: 40px; }
.box.padd50{ padding: 50px; }
/*----------------------------------*/
/*   ADMIN SIDEBAR                  */
/*----------------------------------*/
.crm--adminSidebar{ background:var(--white); font-size: 14px; line-height: 1.5; position: fixed; top: 0; right: -340px; width: 340px; height:100vh; padding: 40px;  z-index: 200;
	  -webkit-transition: right 0.2s ease-in-out;
		 -moz-transition: right 0.2s ease-in-out;
		   -o-transition: right 0.2s ease-in-out;
			  transition: right 0.2s ease-in-out;
}
.showAdminSide .crm--adminSidebar{ right: 0; }
.moduleSide{ margin-bottom: 40px; }
.moduleSide--title{ border-bottom: 1px solid var(--lightgrey); font-weight: bold; font-size: 20px; line-height: 1.4; margin-bottom: 20px; }
.ms--activities{}
.ms--activities ul li{ font-size: 14px; line-height: 1.5; padding-left: 30px; padding-bottom:20px; position:relative; }
.ms--activities ul li:before{ content:''; background-color: var(--lightgrey); height: 100%; width:1px; position: absolute; top: 20px; left: 10px; }
.ms--activities ul li:after{ content:''; box-shadow: 0px 0px 0px 6px var(--lightgrey); background:var(--lightblue); border-radius: 50%; height: 6px; width: 6px; position: absolute; top: 7px; left: 8px; }
.ms--activities ul li:nth-child(odd):after{ background: var(--blue); }

.ms--activities p:last-child{ margin-bottom: 0; }

.calendar{ text-align: center; }
.calendar .days{ color: var(--blue); font-size: 13px; font-weight: bold; }
.calendar .cases div{ height: 40px; line-height: 40px; position: relative; }
.calendar .worked a{ display: block; font-weight: bold; color: var(--white);  }
.calendar .worked:after{ content: ''; border-radius: 20px; position: absolute; top: 4px; left: 3px; width: 32px; height: 32px; background-color: var(--pink); display: block; z-index: -1;
	  -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		   -o-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}
.calendar .worked:hover a{ color: var(--pink); }
.calendar .worked:hover:after{ background-color: var(--white); box-shadow: 0px 0px 0px 2px var(--pink); }
/*----------------------------------*/
/*   WORKFLOW                       */
/*----------------------------------*/
.workflowGrid{ display:grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-gap:30px; }
.workflowGrid h3{ font-size: calc(13px + (20 - 13) * ((100vw - 300px) / (2000 - 300))); line-height: normal; }
.workflowGrid li{ margin-bottom: 20px; position: relative;
 -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.dot{ display: inline-block; width: 8px; height: 8px; border-radius: 12px; margin-right: 10px; vertical-align: middle; }

.statusNew .colorDynamic{ color: var(--grey); }
.statusChecking .colorDynamic{ color: var(--lightblue); }
.statusProduction .colorDynamic{ color: var(--purple); }
.statusDelivery .colorDynamic{ color: var(--orange); }
.statusAlert .colorDynamic{ color: var(--red); }
.statusComplete .colorDynamic{ color: var(--green); }


.statusNew .box:hover{ box-shadow: 0px 5px 15px -10px var(--grey); }
.statusChecking .box:hover{ box-shadow: 0px 5px 15px -10px var(--lightblue); }
.statusProduction .box:hover{ box-shadow: 0px 5px 15px -10px var(--purple); }
.statusDelivery .box:hover{ box-shadow: 0px 5px 15px -10px var(--orange); }
.statusAlert .box:hover{ box-shadow: 0px 5px 15px -10px var(--red); }
.statusComplete .box:hover{ box-shadow: 0px 5px 15px -10px var(--green); }


.bg-grey,
.statusNew .bgFadeDynamic:after{ background-color: var(--grey); }
.bg-lightblue,
.statusChecking .bgFadeDynamic:after{ background-color: var(--lightblue); }
.bg-purple,
.statusProduction .bgFadeDynamic:after{ background-color: var(--purple); }
.bg-orange,
.statusDelivery .bgFadeDynamic:after{ background-color: var(--orange); }
.bg-red,
.statusAlert .bgFadeDynamic:after{ background-color: var(--red); }
.bg-green,
.statusComplete .bgFadeDynamic:after{ background-color: var(--green); }

.workflow--column{ min-height: calc(100vh - 290px); position: relative; }
.workflow--column:after{ border:1px dashed var(--blue); content: ''; height: calc(100% + 20px); width: calc(100% + 20px); opacity: 0; position: absolute; top:-10px; left: -10px; z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.workflow--column.highlight:after{ opacity: 1; }
.workflow--column .ui-sortable-helper { opacity: 0.9; }
.workflow--column .placeholder{ background-color: var(--lightgrey); border-radius: var(--radiusS); }
.jobCard h4{ margin-bottom: 0; }
.jobCard--email{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jobcard--hero{ box-shadow: 0px 0px 0px 4px var(--bg); display: block; width: 24px; height: 24px; border-radius: 40px; position: absolute; right: 14px; top: 20px; }
.jobcard--hero{ overflow:hidden; }

.noteClient{ border-radius: var(--radiusS); border:1px solid var(--red); padding: 20px; margin-bottom: 30px; }
.noteClient p:last-child{ margin-bottom: 0; }
.gridJob--infos-sticky{ padding:40px; position: sticky; top: -20px; }
.gridJob--products{ padding: 40px 40px 40px 40px; }
.gridJob--products--item{ border-bottom: 5px solid var(--blue); padding-bottom: 30px; margin-bottom: 30px; }
.gridJob--products h3{ font-weight: bold; }
.gridJob--products-limiter{ max-width: 1200px; margin: 0 0 0 auto; }
.gridJob--product_price{ font-size: 18px; }
.products--item_cat{ font-weight: bold; position: relative; padding: 2px 10px; z-index: 2; }
.products--item_cat:after{ content:''; width: 100%; height: 100%; display: block; border-radius: var(--radiusXS); position: absolute; top: 0; left: 0; z-index: -1; opacity: 0.3; }
.gridJob--product_details{display:block; width: 100%;}
.gridJob--product_details li{ padding: 6px; width: 100%; }
.gridJob--product_details li:nth-child(odd){ background-color: var(--bg); }
.gridJob--product_details li div{ display:grid; grid-template-columns: 160px 1fr; width: 100%; }
.gridJob--product_details li strong{}
.gridJob--product_details li span{}
.file_product{ font-size: 18px; font-weight: bold; }
.file_product span{ color: var(--grey); font-size: 40px; vertical-align: middle; margin-right: 10px; }

.actions{ font-size: 0; }
.actionButton { border-radius: var(--radiusS); background-color: var(--bg); box-shadow:inset 0px 0px 0px 2px var(--bg); color: var(--grey); display: inline-block; font-size: 27px; line-height: 52px; width: 50px; height: 50px; }
.actionButton:hover { box-shadow:inset 0px 0px 0px 2px var(--blue); color: var(--blue); }

.clientListingDrop{ position: relative; z-index: 100; }
.clientListingDrop ul{ position: absolute; top: 0; left: 0; z-index: 10; width: 100%; background-color: #fff; border:1px solid var(--lightgrey); }
.clientListingDrop li{ padding: 4px 20px; text-align: left; }
.clientListingDrop,
.clientListingDrop li{ display: none; }
.stripeIDInput{ background-color: var(--bg); border-radius: var(--radiusXS); border:none; padding: 6px 10px; width: 100%; }

.popup--alert,
.popup--delivery{
    position: fixed;
    top: 0%; left: 0%;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgb(15 22 74 / 94%);
    display: grid;
   	place-content:center;
   	opacity: 0; visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popup--alert.active,.popup--delivery.active{ opacity: 1; visibility: visible; }
.popup--inside {
    background: var(--white);
    border-radius: var(--radiusL);
    display: block;
    width: 100vw;
    height: 100%;
    max-width: 800px;
    padding: 40px;
    text-align: center;
}

.tooltip{ position: relative; }
.tooltip em{ background-color: var(--blue); color: var(--white) !important; border-radius: 4px; display: inline-block; font-size: 11px; padding: 4px 6px; line-height:normal; font-style: normal; text-transform: uppercase; position: absolute; bottom: 50%; left: 50%; transform:translateX(-50%); opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tooltip:hover em{ bottom: 105%; opacity: 1; }
.rotate90{
display: inline-block; vertical-align: middle;
-webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	 -o-transform: rotate(90deg);
		transform: rotate(90deg);
}

#job_content {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    padding: 76px 0px 0px 0px;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
    width: calc(100% - 80px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.showAdminSide #job_content { padding-right: 340px; }
#job_content.showContent{ visibility: visible; }
.closeJob{ position: absolute; right:60px; top:40px; font-size: 30px; }

.addProductInJob{ display: inline-block; }

.crmPriceGrid{ position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; opacity: 0; visibility: hidden; }
.crmPriceGrid.active{ opacity: 1; visibility: visible; }
.crmPriceGrid .pricingTable{ height: 100%; display: grid; align-content: center; }
.crmPriceGrid .pricingTable_notCrm, .pricingTable_crm{ display: none; }
.crmPriceGrid .pricingTable_crm{ display: block; }

.select{ position: relative; }
.dropdownChoice{ background:#ffffff; position: absolute; top:32px; left: 0; z-index: 10; width: 70%; }


.preview-jobfile{
	background-color: #ffffff;
	display: grid;
	padding: 150px 20px 20px 100px;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	opacity: 0; visibility: hidden;
	z-index: 100;
	overflow: hidden;
	overflow-y: auto;
}
.preview-jobfile.active{ opacity: 1; visibility: visible; }
.preview-jobfile .button{ position: absolute; right: 20px; top: 100px; z-index: 20; }
.preview-jobfile-pdf, .preview-jobfile-jpg{ display: none; max-height: 100%; overflow: hidden; }
.preview-jobfile-pdf.active, .preview-jobfile-jpg.active{ display: block; }
.preview-jobfile-pdf-object{ height: 90vh; width: 90vw; }
.preview-jobfile-jpg img{ max-height: 100%; }
.previewFile{}


.wp-pagenavi{ font-size: 0; text-align: center; position: relative; padding: 20px;}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { position: absolute; width: 40px; height: 40px; line-height: 40px !important; font-size: 28px; display: block; top: 50%; transform: translateY(-50%); }
.wp-pagenavi .previouspostslink{ left: 0; }
.wp-pagenavi .nextpostslink{ right: 0; }
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{ font-family: 's2pcrmicons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wp-pagenavi .previouspostslink:before{content: "\e906";} .wp-pagenavi .nextpostslink:before{ content: "\e908"; }
.wp-pagenavi a, .wp-pagenavi .extend{ display: inline-block; font-size: 18px; width: 30px; height: 30px;  color: var(--color); }
.wp-pagenavi .current{ display: inline-block; border-radius: 40px; font-size: 18px; width: 30px; height: 30px; background-color: var(--blue); color: var(--white); }


.fullScreen_message{
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1000;
	background-color: var(--blue);
	display: grid;
	align-items: center;
}
.noteProd, .noteProductionContent{ margin-bottom: 20px; }
/*----------------------------------*/
/*   BANK 		             	    */
/*----------------------------------*/
.bank_list li{
	display:grid;
	grid-template-columns: 1fr 1fr;
}
.bank_list > li{ margin-bottom: 10px; }
.bank_billings li{ border-bottom:1px solid var(--lightgrey); align-items: center; grid-template-columns:1fr 1fr 1fr; padding: 6px 0;  }
.bank_billings li h5{ margin-bottom: 0; }
.bank_total{ display: grid; font-size: 2vw; }
.bank_list .paid span{ vertical-align: middle; }

/*----------------------------------*/
/*   ADMIN OR NOT              	    */
/*----------------------------------*/
.hideAdminSide .crm--container{ padding-right: 0px; }
.showAdminSide .crm--container{ padding-right: 340px; }

.showAdminSide .crm--topbar{ padding-right: 370px; }
.hideAdminSide .crm--topbar{ padding-right: 60px; }
.openSideAdmin{
	background: none;
    border: none;
    border-radius: 50%;
    display:none;
    font-size: 20px;
    line-height: 44px;
    position: fixed; top: 18px; right: 10px; width: 40px; height: 40px; z-index: 1000;
	  -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		   -o-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}
.isSuperAdmin .openSideAdmin{ display:block; }
.showAdminSide .openSideAdmin{ background-color: var(--white); right: 320px; }
.openSideAdmin .icon-dots{ display: block; color: var(--white); }
.openSideAdmin .icon-cross{ display: none; }
.showAdminSide .openSideAdmin .icon-cross{ display: block; }
.showAdminSide .openSideAdmin .icon-dots{ display: none; }
/*----------------------------------*/
/*   EMPLOYEES                     */
/*----------------------------------*/
.employees{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(330px, 100%), 1fr));
	grid-gap: 40px;
}
.employeeBadge{}
.employeeBadge--avatar{ overflow: hidden; border-radius: 50%; max-width: 140px; margin: 0 auto 20px auto; }
.employeeBadge--avatar img{}
.employeeBadge--header{}
.employeeBadge--details li{ border-bottom: 1px solid var(--lightgrey); display: grid; grid-template-columns: 100px 1fr; padding:6px 0;}
.employeeBadge--details strong{}
.employeeBadge--details span{}

/*----------------------------------*/
/*   TICKETS SAV                    */
/*----------------------------------*/
.ticketSAV--dial{}
.ticketSAV--dial li{ margin-bottom: 30px; max-width: 900px; position:relative; width: 90%; }
.ticketSAV--dial li.client{ margin-left: auto; }
.ticketSAV--dial li.client .ticketSAV--dial--header{ text-align: right; }
.ticketSAV--comment{ background-color: var(--white); border-radius: var(--radiusS); padding: 30px; }
.client .ticketSAV--comment{ background-color: var(--blue); color: var(--white); }
.ticketSAV--dial--avatar {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
    top: -20px;
    margin: 0 0 -20px 20px;
}
.ticketSAV--dial--header{ font-size: 14px; padding-top: 6px; }
.ticketSAV--dial--authorName{ font-weight: bold; padding-left: 10px; padding-right: 10px; }


.messageAction{
    color: var(--pink);
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    opacity: 0; visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.messageAction.show{ opacity: 1; visibility: visible; }


/*----------------------------------*/
/*   ANIMATIONS                     */
/*----------------------------------*/
.transitionHide{
	position: relative;
	animation: transitionHide 0.6s cubic-bezier(.37,.85,.67,.98) 1 forwards;
}
@keyframes transitionHide {
	0% {
		opacity: 1;
		top: 0px;
	}
	100% {
		opacity: 0;
		top: 20px;
	}
}
.transitionShow{
	position: relative;
	animation: transitionShow 0.6s cubic-bezier(.37,.85,.67,.98) 1 forwards; 
    background: var(--bg);
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100%;
}
@keyframes transitionShow {
	0% {
		opacity: 0;
		top: 10px;
	}
	50% {
		opacity: 0;
		top: 10px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}

