/** CORRECTION HOFFMAN CSS **/
.content-menu.sticky-menu {
  max-height: none !important;
  background-size: cover;
}

@media screen and (max-width: 1024px)
{
  .content-menu {
    margin-top: 43px;
  }
}

.alert.alert-error p,
.alert.alert-success p {
  font-size: 16px;
  line-height: 20px;
}

.Hidden { display: none; }


/** END OF CORRECTION **/

/** SPBUTTON **/

.spbutton { overflow: hidden; position: relative; }
.spbutton .ripple {
  position: absolute;
  background: #FFFFFF;
  transform: translate(-50%,-50%);
  pointer-events: none;
  border-radius: 50%;
  animation: spbuttonanim1 1s linear forwards;
}

@keyframes spbuttonanim1 {
  0% {width: 0px; height: 0px; opacity:0.5;}
  100% {width: 500px; height: 500px; opacity: 0;}
}


/** END SPBUTTON **/


#LoadingMessage {
  text-align: center;
}

#LoadingMessage .centercontent {
  display: inline-block;
  padding: 40px;
  position: relative;
}

#LoadingMessage .centercontent img {
  width: 88px;
  height: 65px;
}

#LoadingMessage .centercontent:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 34px;
  border-radius: 100%;
  width: 95px;
  height: 95px;
  background-color: #ebebeb;
  animation: LoadingBG 1s ease-in-out infinite alternate;
  z-index: -1;
}

@keyframes LoadingBG{
     0%{
         opacity : 0;
     }
    100%{
        opacity : 1;
    }

}


/** FIELD EXTRA **/
input[type=hidden].parsley-error + .parsley-error-container {
  -webkit-box-shadow: 0 0 0 2px #e21e3b;
  box-shadow: 0 0 0 2px #e21e3b;
  padding: 10px;
  border-radius: 3px;
}


/**** IMPORT FROM BASE.TWIG ****/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  min-width: 450px;
}
.popup .popupContainer{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -233px;
  background-color: #FFFFFF;
  width: 50%;
  height: 466px;
  margin-left: -25%;
  padding: 10px;
}

.popup .popupContent {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.popup .closeTop{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  color: #fff;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 13pt;
  font-weight: bold;
  vertical-align: middle;
  z-index: 1;
  background-color: #000;
  border: 2px solid #FFF;
  border-radius: 100%;
  cursor: pointer;
}
.popup .closeTop:hover{
  background-color: #F00;
}

@media screen and (max-width: 450px)
{
  .popup {
    min-width: 100% !important;
  }
  .popup .popupContainer{
    width: 100%;
    margin: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
  }

  .popup .closeTop{
    top: 0px;
    right: 0px;
  }

}

.timeobj b {
  position: absolute;

  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.timeobj {
  margin: 0 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

[data-clock][data-size="1"] .timeobj span { font-size: 12px; }
[data-clock][data-size="2"] .timeobj span { font-size: 24px; }
[data-clock][data-size="3"] .timeobj span { font-size: 48px; }

[data-clock][data-size="1"] .timeobj { width: 50px; }
[data-clock][data-size="2"] .timeobj { width: 100px; }
[data-clock][data-size="3"] .timeobj { width: 200px; }

[data-clock][data-size="1"] .timeobj b {
  top: 5px;
  max-width: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 20px;
}
[data-clock][data-size="2"] .timeobj b {
  top: 10px;
  max-width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 40px;
}
[data-clock][data-size="3"] .timeobj b {
  top: 20px;
  max-width: 160px;
  line-height: 160px;
  font-size: 80px;
  border-radius: 80px;
}

.gutter-50 { margin-top: 50px; }
.gutter-l-50 { margin-bottom: 50px; }
.gutter-100 { margin-top: 100px; }
.gutter-l-100 { margin-bottom: 100px; }

.pad-t-50 { padding-top: 50px; }
.pad-l-50 { padding-bottom: 50px; }
.pad-t-100 { padding-top: 100px; }
.pad-l-100 { padding-bottom: 100px; }

.Pulse {
  background-color: transparent;
  animation-name: pulseAnim;
  animation-duration: 800ms;
}

@keyframes pulseAnim {
    0%    {background-color: transparent;}
    10%   {background-color: rgba(255,255,255,0.3);}
    100%  {background-color: transparent;}
}

/**** END IMPORT BASE TWIG ****/

/**** ACCORDEON ****/
[data-accordeon]:not(.active) [data-accordeon-content="1"] { display: none; }


@media print {
  .nav-item { display: none !important; }
  .nav-primary { border: 0 !important; }
  .nav-logo { margin: 0 !important; }
  .print_helper { display: block !important; }
  textarea { display: none !important; }
  body { margin-top: 40px !important; }
  .footer .content-left { display: none !important; }
  .main { margin-bottom: 0px !important; }
  button, .button { display: none !important; }
  input[type=file] { display: none !important; }
}

body { min-height: 100%; }

.print_helper { display: none; }

/*.nav-primary {
  padding: 5px 30px !important;
}*/


/* PARSLEY EXTENSION */
input[type=file].parsley-error {
    -webkit-box-shadow: 0 0 0 2px #e21e3b;
    box-shadow: 0 0 0 2px #e21e3b;
    outline: none;
}

/* END PARSLEY EXTENSION */


/* ADS */
.ads {
  display: inline-block;
  margin: 10px;
}
.ads .ads_desktop_img {
  display: inline-block;
}
.ads .ads_mobile_img {
  display: none;
}
@media screen and (max-width: 750px)
{
  .ads .ads_desktop_img {
    display: none;
  }
  .ads .ads_mobile_img {
    display: inline-block;
  }
}

.ads a {
  display: block;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.ads img {
  max-width: 100%;
  max-height: 100%;
}
/* FIN ADS */

/* BEGIN YOUTUBE */
.youtube {
  width: 100%;
  text-align: center;
}
.youtube iframe {
  display: block;
}
/* END YOUTUBE */

.block-text-table {
  min-width: 100%;
  overflow-x: auto;
}

#PromoHeader {
  /*display: none;*/
}

@media screen and (max-width: 800px)
{
  .block-text-table table{
    min-width: 800px;
  }
}

/* CONFIRMATION */
.jconfirm .jconfirm-box.jconfirm-type-oiiaq {
  border-top: solid 7px #3A84B6;
  -webkit-animation-name: type-oiiaq;
  animation-name: type-oiiaq;
}

.btn-oiiaq {
  background-color: #3A84B6;
  color: #FFF;
}

@keyframes type-oiiaq {
  0%   {border-color: #3A84B6;}
  50%  {border-color: #0066ba;}
  100% {border-color: #3A84B6;}
}



/*-----  Table   -----*/
th.sortable {
  cursor: pointer;
  -webkit-transition: background-color .3s linear;
  -ms-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

th.sortable:hover {
  background-color: #8ABBDB;
}

th.sortable:before {
  padding-right: 5px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 13pt;
  vertical-align: middle;
}
th.sortable[data-sort=ASC]:before {
  content: '\f15d';
}
th.sortable[data-sort=DESC]:before {
  content: '\f15e';
}

.tblSelectors {
  margin: 0px 2px;
  padding: 10px 5px;
  margin-top: 10px;
  border: 2px solid #00345e;
  border-bottom: 0px;
}

.tblSelectors .toggleOpen {
  cursor: pointer;
}

.tblSelectors .selectors {
    background-color: #f6f6f6;
    padding: 10px;
}

.tblSelectors + table {
  margin-top: 0px!important;
}

.tblSelectors .toggleOpen{
  margin-top: 5px;
}
.tblSelectors .toggleOpen:before {
  content: '\f0db';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 13pt;
  margin-right: 5px;
}

.tblSelectors .toggleOpen:after {
  content: 'Afficher/cacher des colonnes';
}

.tblSelectors label {
  padding: 5px 20px 5px 5px;
}

/*----- Text presets -----*/
.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

/*----- Background presets -----*/
[data-bga] {
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}

[data-bg=primary],[data-bga=primary] { background-color: #3A84B6!important; color: #FFF!important; }
[data-bga=primary]:hover { background-color: #8ABBDB!important; }

[data-bg=error],[data-bga=error] { background-color: #e21e3b; color: #FFF!important; }
[data-bga=error]:hover { background-color: #c41731!important; }

[data-bg=warning],[data-bga=warning] { background-color: #fce77b; color: #000!important; }
[data-bga=warning]:hover { background-color: #ddc33b!important; }

[data-bg=success],[data-bga=success] { background-color: #b2f7a0; color: #000!important; }
[data-bga=success]:hover { background-color: #7be560!important; }

[data-bg=disable],[data-bga=disable] { background-color: #6d6d6d!important; color: #FFF!important; }
[data-bga=disable]:hover { background-color: #afafaf!important; color: #000!important; }

/*----- Boxes  -----*/
.box { padding: 20px; }
.box .text { font-size: 18pt; margin-bottom: 2px; }
.box .icon { float: right; font-size: 18pt; margin-left: 2px; }
.box .link {
  display: block;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  margin-top: 5px;
  cursor: pointer;
}
.box .link.light { background-color: rgba(255,255,255,0.5); color: #000;}
.box .link.dark { background-color: rgba(0,0,0,0.2);  color: #FFF;}
.box .link.light:hover{ background-color: rgba(255,255,255,0.7);}
.box .link.dark:hover{ background-color: rgba(0,0,0,0.4);}

/* TIMELINE START */

.timeline {
	position: relative;
}

.timeline::before{
	content: '';
	background: #8ABBDB;
	width: 5px;
	height: 95%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline-item {
	width: 100%;
	margin-bottom: 70px;
}
	.timeline-item::after {
		content: '';
		display: block;
		clear: both;
	}

.timeline-item:nth-child(even) .timeline-content
{
	float: right;
	padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
		right: auto;
		left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after{
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #f5f5f5 transparent transparent;
}

.timeline-content {
	position: relative;
	width: 45%;
	padding: 10px 30px;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
}

.timeline-content::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		right: -15px;
		border-width: 10px 0 10px 15px;
		border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
	width: 30px;
	height: 30px;
	background: #3A84B6;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
}

.timeline-card {
	padding: 0!important;
}

.timeline-card p {
	padding: 0 20px;
}

.timeline-card a {
	margin-left: 20px;
}

.timeline-item .timeline-img-header {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
	background-size: cover;
}

.timeline-img-header {
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}

.timeline-img-header h2 {
	color: #FFFFFF;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

.date {
	background: #00345E;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 768px) {

	.timeline .timeline-img {
		left: 50px;
	}

	.timeline .timeline-content {
		max-width: 100%;
		width: auto;
		margin-left: 70px;
	}

	.timeline .timeline-item:nth-child(even) .timeline-content {
		float: none;
	}

	.timeline .timeline-item:nth-child(odd) .timeline-content::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #f5f5f5 transparent transparent;
	}

	.timeline::before{
		left: 50px;
	}

}


/* TIMELINE END */









/**** TASK AND MAIL SYSTEM ****/

.badge .icon i {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.badge {
  position: relative;
  background-color: #3a84b5;
  color: #FFF !important;
}

#Task .dateEnd {
    padding: 10px;
    font-size: 11px;
    color: #F44336;
    font-weight: bold;
}

.badge .newcount {
  font-size: 10px;
  line-height: 11px;
  min-width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
}

.badge.mobile {
  display: none;
  background-color: inherit;
  color: #3a84b5!important;
}

.badge.mobile .icon i {
  font-size: 23px;
}
.badge.mobile .icon i {
  font-size: 23px;
}

.badge.mobile .newcount {
  font-size: 14px;
}
@media screen and (max-width:1100px)
{
  .badge.mobile {
    display: inline-block;
  }
}

.badge .icon {
  padding: 0 10px;
}

#Task .sidepanel {
  color: initial;
}

.badge:not([data-count="0"]) .icon .fa-bell {
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

.badge:not([data-count="0"]) .icon .fa-envelope {
  -webkit-animation: newmail 4s .7s ease-in-out infinite;
  /*-webkit-transform-origin: 50% 4px;*/
  -moz-animation: newmail 4s .7s ease-in-out infinite;
  /*-moz-transform-origin: 50% 4px;*/
  animation: newmail 4s .7s ease-in-out infinite;
  /*transform-origin: 50% 4px;*/
}

#Task .contentContainer {
  /*display: none;*/
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 999;
}
#Task .actions .action,
#Task .actions:before {
  margin-top: 5px;
  margin-bottom: 5px;
}
#Task .actions {
  position: relative;
}

#Task .actions {
  padding-left: 30px;
}
#Task .actions:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px;
    background-color: #F6f6f6;
}

#Task .task[data-completed="true"] .actions:before {
    content: '\f00c';
    color: #4CAF50;
}

#Task .task:not([data-completed="true"]) .actions:before {
    content: '\f017';
    color: #FF9800;
}

#Task .task[data-completed="true"] .action[data-mode="Hide"],
#Task .task:not([data-completed="true"]) .action:not([data-mode="Hide"]) {
  display: inline-block;
}
#Task .task:not([data-completed="true"]) .action[data-mode="Hide"],
#Task .task[data-completed="true"] .action:not([data-mode="Hide"]) {
  display: none;
}


#Task .action {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding: 5px 8px;
  background-color: #3a84b5;
  color: #FFF;
  margin-right: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

#Task .action:hover {
  background-color: #00345e;
}

#Task .TaskHeader {
  font-size: 15px;
  margin: 10px 0;
  border: 1px solid #F3F3F3;
  background-color: #F3F3F3;
  padding: 10px;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
  vertical-align: middle;
  line-height: 20px;
}

#Task .TaskHeader:hover {
  background-color: #3a84b5;
  color: #FFF;
}

#Task .TaskHeader i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

#Task .task {
  -webkit-box-shadow: 10px 10px 15px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 15px -15px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 15px -15px rgba(0,0,0,0.75);
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

#Task .task .description {
    padding: 10px;
    font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .29px;
    line-height: 22px;
    color: #231f20;
}

#Task .task .description b,
#Task .task .description strong {
  font-weight: bold;
}


@-webkit-keyframes newmail {
  0% { -webkit-transform: rotateZ(0); }
  8% { -webkit-transform: rotateZ(15deg); }
  16% { -webkit-transform: rotateZ(-25deg); }
  24% { -webkit-transform: rotateZ(25deg); }
  32% { -webkit-transform: rotateZ(-15deg); }

  40% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}
@-moz-keyframes newmail {
  0% { -webkit-transform: rotateZ(0); }
  8% { -webkit-transform: rotateZ(15deg); }
  16% { -webkit-transform: rotateZ(-25deg); }
  24% { -webkit-transform: rotateZ(25deg); }
  32% { -webkit-transform: rotateZ(-15deg); }

  40% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}
@keyframes newmail {
  0% { -webkit-transform: rotateZ(0); }
  8% { -webkit-transform: rotateZ(15deg); }
  16% { -webkit-transform: rotateZ(-25deg); }
  24% { -webkit-transform: rotateZ(25deg); }
  32% { -webkit-transform: rotateZ(-15deg); }

  40% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

/* Standard syntax */
@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

#Task .sidepanel {
  position: fixed;
  top:  0;
  right: 0;
  bottom: -10px;
  z-index: 1000;
  width: 400px;
  background-color: #FFF;
  overflow: auto;
}

/**** END TASK SYSTEM ****/

/*** FIELD CUSTOM ***/
.field-input .btn {
  position: relative;
    display: inline-block;
    padding: 10px 15px;
    height: 40px;
    border: 2px solid transparent;
    background: #00345e;
    color: #FFF;
    border-radius: 3px;
    outline: none;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: 17px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.field-input .btn:hover {
    background-color: #3a84b5;
    border-color: #3a84b5;
}

@media screen and (max-width: 1200px)
{
  .field-input-date select {
    display: block;
    width: 100%;
  }
}

  .form-fields.parsley-error {
    margin-left: 5px;
    margin-right: 5px;
  }
  .form-fields.parsley-error + .parsley-errors-list {
    color: #EF5350!important;
  }

  .parsley-error + .btn, .parsley-error + .button {
    background-color: #EF5350!important;
  }

  .fileobject
  {
    border: 1px solid #999;
    border-radius: 4px;
    padding: 3px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #FFF;
  }
  .fileobject.error{
    border: 1px solid #F44336;
    background-color: #EF9A9A;
  }
    .fileobject.error:before {
      color: #F44336;
    }
  .fileobject.success{
    border: 1px solid #4CAF50;
    background-color: #A5D6A7;
  }
    .fileobject.success:before {
      color: #4CAF50;
    }

  .filename{
    cursor: pointer;
    font-weight: bold;
  }
  .filename:hover,.filedelete:hover{
    color: #3a84b5;
  }

  .filedelete {
    margin-left: 10px;
  }


  .fileobject:before{
    content: '\f15b';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 20px;
    color: #3a84b5;
  }
  .ext_jpg:before,
  .ext_jpeg:before,
  .ext_png:before,
  .ext_gif:before,
  .ext_tiff:before,
  .ext_tiff:before{ content: '\f1c5'!important; }
  .ext_pdf:before{ content: '\f1c1'!important; }
  .ext_doc:before,
  .ext_docx:before{ content: '\f1c2'!important; }


  .ShowOnFormError { display: none; }
  form[data-parsley-status="error"] .ShowOnFormError
  {
    display: block!important;
  }

  .HideOnFormError { display: block; }
  form[data-parsley-status="error"] .HideOnFormError
  {
    display: none!important;
  }

  .pcaautocomplete { margin-top: -120px!important; }

  div.parsley-error,.field-input-radio.parsley-error~.field-input-radio {
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 2px #e21e3b;
    box-shadow: 0 0 0 2px #e21e3b;
  }

  .address_field .parsley-errors-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    clear: both;
    color: #e21e3b;
    font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 17px;
  }



  /****** POPUP SLIDER ******/
  #popupslider {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  padding: 10px;
  z-index: 99999;
}
.popupslider img { cursor : pointer; }
.popupslider_controls {
	height: 50px;
	background-color: #FFFFFF;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
	padding: 5px 30px;
}
.popupslider_wrapper {
	text-align: center;
	overflow-y: auto;
	scroll-behavior: smooth; /* Enables smooth scrolling */	
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff;
}

.popupslider_content {
  text-align: center;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}


.popupslider_container {
  position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.popupslider_wrapper::-webkit-scrollbar {
  width: 10px; /* Width of vertical scrollbar */
  height: 10px; /* Height of horizontal scrollbar */
  position: absolute;
}

.popupslider_wrapper::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar thumb color */
  border-radius: 5px; /* Rounded corners */
}

.popupslider_wrapper::-webkit-scrollbar-thumb:hover {
  background: #555; /* Thumb color on hover */
}

.popupslider_wrapper::-webkit-scrollbar-track {
  background: #ffffff;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  margin-bottom: 20px;
}

.popupslider_content img {
	display: none;
}
.popupslider_content img.active {
  display: inline-block;
	max-width: 100%;
  max-height: 100%;
  margin-bottom: -7px;
  cursor: zoom-in;
}

.popupslider_content img.fullscreen {
  max-height: none!important;
  cursor: zoom-out;
}


.popupslider_button {
	background-color: #3a84b5;
  color: #FFFFFF!important;
	display: inline-block;
	margin-right: 5px;
	padding: 6px 10px;
	border-radius: 5px;
  cursor: pointer;
}
.popupslider_button * {
  color: #FFFFFF!important;
}

/***** END POPUP SLIDER *****/