fieldset {
	background-color: rgba(180, 180, 180, 0.3);
	border-radius: 4px;
}

.fond-annuaire{
	position: relative;
	height: 180px;
	width: 100%;
}

.fond-workgroup{
    height: 10px;
    width: 10px;
}

.title-annuaire{
	position: relative;
	height: 100px;
	width: 650px;
	left: 0;
	color: white;
	text-align: center;
	background-color: rgba(0, 58, 91);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	top: 70%;
	bottom: 50px;
	vertical-align: baseline;
}

.word-title{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  width: 100%;
}

.annuaire-content{
	background-color: white;
  width: 85%;
  top: 130%;
  padding: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
}

.annuaire-carte{
	width: 100%;
	height: 300px;
}

.annuaire-carte > img{
	width: 100%;
	height: 100%;
}

.search-field{
	border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  background-color: #eee;
  padding: 20px;
  text-align: center;
}

.element-center{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.label-annuaire{
	font-weight: bold;
	text-align: center;
}

.underline-title{
	height: 5px;
}

.agenda-info {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
	text-align:center;
}


/* -------------- AGENGA ----------------*/

.blocSearch{
	display: flex;
  flex-direction: column;
  flex-flow: column;
  justify-content: space-around;
  margin-bottom: 35px;
}

.agenda-filtre {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}

.agenda-search {
	margin-bottom: 20px;
	margin-left: auto;
  margin-right: auto;
}

.tribe-events-calendar-list__event-date-tag-datetime{
	display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 15px;
  flex-wrap: nowrap;
  justify-content: center;
}

.tribe-events-calendar-list__event-date-tag-weekday{
	text-transform: uppercase;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: -4px;
}
.tribe-events-calendar-list__event-date-tag-daynum_tribe-common-h5_tribe-common-h4--min-medium{
	font-size: 24px;
  line-height: 1.42;
	font-weight: 700;
}

.blocContent{
	width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.event-description {
    width: 65%;
    max-width: 65%;
}
#event-section {
  margin-top: 30px;
	margin-bottom: 30px;
}

#event-section article {
  padding: 0 50px 25px  50px;
}

#event-section .event-separation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 1.5em;
}

#event-section .event-item-content {
  padding: 10px;
  display: flex;
	background: ghostwhite;
}

#event-section .event-separation span {
  font-weight: bold;
}

.safe-column {
  display: inline-block;
	padding-left: 5px;
  padding-right: 5px;
}

#event-section .event-item-content .safe-column:first-child {
  width: 15%;
  text-align: center;
	background: white;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: -4px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium{
	font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
}

#event-section .event-item-content .safe-column:first-child strong {
  font-size: 2.3em;
  margin-top: 15px;
  display: inline-block;
}

#event-section .event-item-content .safe-column:nth-child(2) {
  width: 85%;
  padding: 0;
  padding-left: 20px;
}

/* image */
#event-section .featured-image {
  float: right;
  width: 35%;
	padding-left: 10px;
}

#event-section .featured-image img {
	width: 100%;
  height: auto;
  max-height: 300px;
}

/* info */
#event-section .event-info > * {
  margin-right: 30px;
}

#event-section .event-info i {
  margin-right: 5px;
  vertical-align: baseline;
}

#event-section .event-info ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

/* description */
#event-section .event-description h3 {
	padding-left: 10px;	
	background: #eee;
	font-weight: bold;
}


/* separator */
.tribe-events-calendar-list__month-separator{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}


.tribe-events-calendar-list__month-separator-text_tribe-common-h7_tribe-common-h6--min-medium_tribe-common-h--alt{
	font-size: 16px;
	line-height: 1.62;
	font-weight: bold;
	text-transform: capitalize
}

#type_event option:first-child{
	font-weight: bold;
  background: gray;
  color: white;
  text-transform: unset;
}


/*** loading GIF ****/
.loading-overlay {
    display: none;
    background: rgba( 26, 26, 26, 0.7 );
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    top: 0;
  }
  
  .loading-overlay-image-container {
    display: block;
    position: fixed;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% ) scale(0.5);
  }
  
  .loading-overlay-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  #id_work_days{
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }

  #id_work_days label{
    margin-right: 9px;
  }

  #id_work_days input[type="checkbox"] {
    display: none;
  }

  #id_work_days span {
    padding: 10px;
    background: #eeeeee;
    color: black;
    font-size: 11px;
    cursor: pointer;
  }

  #id_work_days span.io{
    border-left: 5px solid #25b7ba;
  }

  #id_work_days span.fi{
    border-left: 5px solid #f9830c;
  }

  #id_work_days span.re{
    border-left: 5px solid #ad77a8;
  }

  #id_work_days span.me{
    border-left: 5px solid #014893;
  }

  #id_work_days span.sa{
    border-left: 5px solid #f41164;
  }

  #id_work_days span.em{
    border-left: 5px solid #6ca00b;
  }

  #id_work_days input[type="checkbox"]:checked + span{
    color: white;
    transition: 0.5s;
  }

  #id_work_days input[type="checkbox"]:checked + span.io {
    background-color: #25b7ba;
  }

  #id_work_days input[type="checkbox"]:checked + span.fi {
    background-color: #f9830c;
  }

  #id_work_days input[type="checkbox"]:checked + span.re {
    background-color: #ad77a8;
  }

  #id_work_days input[type="checkbox"]:checked + span.me {
    background-color: #014893;
  }

  #id_work_days input[type="checkbox"]:checked + span.sa {
    background-color: #f41164;
  }

  #id_work_days input[type="checkbox"]:checked + span.em {
    background-color: #6ca00b;
  }


  #event-section .event-description .io{
    border-left: 5px solid #25b7ba;
  }

  #event-section .event-description .fi{
    border-left: 5px solid #f9830c;
  }

  #event-section .event-description .re{
    border-left: 5px solid #ad77a8;
  }

  #event-section .event-description .me{
    border-left: 5px solid #014893;
  }

  #event-section .event-description .sa{
    border-left: 5px solid #f41164;
  }

  #event-section .event-description .em{
    border-left: 5px solid #6ca00b;
  }

  .event-info time{
    font-size: 14px !important;
    font-style: normal !important;
  }

  button#search-agenda-btn:hover, button#search-agenda-btn:focus{
    color: white;
  }
  
  /*
  option  {
    text-transform: uppercase;
  }*/

/* -------------- FIN  AGENDA ----------------*/


/* -------------- PAGE ANNUAIRE ----------------*/
#choice input[type="checkbox"] {
  display: none;
}

#choice input[type="radio"] {
  display: none;
}

#choice span {
  box-shadow : 0 2px 2px #00336647, 0 3px 2px #00336600;
  padding: 5px;
  text-transform: uppercase;
  border: 1px solid #c3cfdb8c;
  border-radius: 5px;
  line-height: 10px;
  color: #003366;
  font-style: normal !important;
  transition: all 0.2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

#choice input[type="checkbox"]:checked + span {
  background-color: #003366;
  color: white;
  font-weight: bold;
  box-shadow: 0 3px 2px #00336647, 0 3px 2px #00336600;
  transform: translateY(-2px);
}

#choice input[type="radio"]:checked + span {
  background-color: #003366;
  color: white;
  font-weight: bold;
  box-shadow: 0 3px 2px #00336647, 0 3px 2px #00336600;
  transform: translateY(-2px);
}

#choice{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: space-between;
}

#choice label {
  font-size: 12px !important;
  font-weight: 600 !important;
  width: 32%;
  text-align: center !important;
  cursor: pointer;
}

div#segmentation_div > div{
  margin: 35px 0px !important;
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  30% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  36% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  30% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  36% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.animated-hover:hover {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

.liste_prod article {
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #003366;
  border-radius: 10px;
  padding: 6px;
  font-style: normal !important;
}

.liste_prod a  {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  width: 32%;
  border-radius: 35px;
  margin-bottom: 10px;
  margin-right: 9px;
}

.liste_prod a:hover {
  color: #003366;
}

.liste_prod{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.ajoutProduit{
  text-align: center;
}

.ajoutProduit i{
  margin-right: 5px;
}

.ajoutProd:focus{
  box-shadow: none !important;
}

.modal-dialog {
  max-width: 760px !important;
}

.ex1 form textarea {
  height: 10rem;
  border-radius: 5px;
}

.ex1 form span {
  display: block;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.ex1 form textarea {
  width: 100%;
  height: calc(3.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ex1 label {
  margin-bottom: 0;
  font-size: 13px !important;
  text-align: justify !important;
  font-weight: 700 !important;
}

.ex1 #choice span{
  color: #525e6b;
}


.ex1 .description-product-service-val{
  margin-top: 0 !important;
}

.ex1 textarea,.ex1 input[type] {
  margin-top: 0 !important;
}

.ex1 .form-input {
  margin-top: 0;
}

.ex1  .modal-header {
  background: #003366 !important;
  color: white !important;
}

.ex1  .modal-header span {
  color: white !important;
}

.ex1 .import{
  text-align: justify !important;
  font-style: italic;
  font-weight: 500 !important;
  font-size: 13px !important;
  margin-bottom: 5px !important;
  display: block;
  padding: 0px;
  color: slategrey;
  margin-top: -5px;
}

.ex1 .btn:hover, .ex1 .btn:focus {
  color: white !important;
}

.ex1 .btn-primary:hover {
  background-color: #003366;
  border-color: #003366;
}

.ex1 .text_import{
  margin-bottom: -5px;
}

.ex1 .modal-body {
  padding: 0px 25px !important;
}

.ex1 input[type="text"] {
  width: 100% !important;
  height: 25px;
}

.ex1 #choice input[type="checkbox"]:checked + span {
  color: white;
  font-weight: bold;
}

.ajoutProd{
  color: #08675e !important;
  text-decoration: none;
  background: white !important;
  font-size: 11px !important;
  border: 2px solid #08675e !important;
}

.ajoutProd:hover {
  background: #08675e !important;
  color: white !important;
}

.circleAdd{
  margin-right: 5px;
}

/* upload button*/
.ex1 input[type="file"] {
  display: none;
}

#ex2 input[type="file"] {
  display: none;
}
.ex1  .custom-file-upload {
  display: inline-block;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-align: center !important;
  width: 25% !important;
  height: auto;
  cursor: pointer;
  padding: 5px 0px !important;
}

.divImport{
  width: 80%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.ex1 #file-path, .inputFile #file-path-med, .inputFile_d #file-path-med-d{
  margin-left: 15px;
  border-radius: 10px;
  padding: 10px;
  background: #80808054;
  height: 25px;
  width: 40% !important;
  border: none !important;
  display: none;
  font-size: 13px;
}

.inputFile #file-path-med{
  display: block;
}

.inputFile_d #file-path-med-d{
  display: block;
}

.ex1 #file-path:focus, .inputFile #file-path-med:focus, .inputFile_d #file-path-med-d:focus{
  border: none !important;
}

.ex1 #file-path-d, .ex2 #file-path-med-d{
  margin-left: 15px;
  border-radius: 10px;
  padding: 10px;
  background: aliceblue;
  height: 35px;
  border: none !important;
  width: 60% !important;
  display: none;
}

.ex1 #file-path-d:focus, .ex2 #file-path-med-d:focus{
  border: none !important;
}

.ex1 .text-danger {
  color: #e3342f !important;
  text-align: left !important;
  font-weight: 700 !important;
}

#deletePhoto i, #deleteMedia i{
  font-size: 15px;
  color: indianred;
  cursor: pointer;
}

.ex1 #deletePhoto, .inputFile #deleteMedia, .inputFile_d #deleteMedia{
  margin-left: 8px;
  display: none;
}

.inputFile #deleteMedia, .inputFile_d #deleteMedia{
  display: block;
  border: none;
  background: transparent;
}

#deletePhoto i:hover, #deleteMedia i:hover, #deleteLink i:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

#deletePhoto_d i, #deleteMedia_d i{
  font-size: 15px;
  color: indianred;
  cursor: pointer;
}

.ex1 #deletePhoto_d, .ex1 #deleteMedia_d{
  margin-left: 8px;
  display: none;
}

#deletePhoto_d i:hover, #deleteMedia_d i:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

#image_produit, #media_produit{
  margin-left: 0 !important;
  width: auto;
  max-width: 100%;
  height: 100%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.blocFile, .blocFile_d{
  margin-bottom: 5px;
}

.image-area,.media-area {
  position: relative;
  width: auto;
  height: 110px;
  margin-right: 17px;
  margin-bottom: 20px;
}

.remove-image, .remove-media {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 0px 6px 3px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
  border: none;
  background: transparent;
}

#ex2 .remove-image span, #ex2 .remove-media span{
  font-size: 17px !important;
  color: black;
}

#ex2 .remove-image span:hover, #ex2 .remove-media span:hover{
  color: indianred;
  font-size: 20px !important;
}

.remove-image:hover {
  color: #E54E4E;
}

.image-area img, .media-area img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}

#image-link{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 5px;
}

#image-link input[type="text"]{
  width: 60% !important;
  margin-right: 5px !important;
  background: lightgrey !important;
  padding: 5px;
}

#image-link #deleteLink{
  border: none;
  background: transparent;
  font-size: 15px;
  color: indianred;
  cursor: pointer;
}


/******* LINK PRODUCT *****/
.add_form_field{
  background: cadetblue !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
}

.newLink button, .newLink_d button{
  background: cadetblue;
  margin-bottom: 10px;
}

.newLink .add_form_field i, .newLink_d .add_form_field i{
  margin-left: 5px;
  font-size: 13px;
}

#divAdded{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

#divAdded input[type="text"]{
  width: 60% !important;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid powderblue;
}

#divAdded input[type="text"]:focus{
  border: 1.5px solid powderblue;
}

#divAdded #deleteLink{
  margin-left: 10px;
}

#divAdded #deleteLink i{
  font-size: 18px;
  color: cadetblue;
}

.inputFile, .inputFile_d{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 15px;
  flex-direction: row;
}

#divMedia{
  margin:20px;
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}

#divImage{
  display:none;
  margin: 20px;
  width: 20%;
}

.divLink{
  display:none;
  margin-top: 5px;
}

/*********************************/

/* -------------- FIN PAGE ANNUAIRE ----------------*/
/*for file*/

.file, .forwardfile {
  display: none;
}

.file-name {
  margin-bottom: 5px;
  display: block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-name .name {
  display: block;
}

.file-name .name a, .file-name .name span {
  white-space: nowrap;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.file-name .name .remove, .file-name .name button {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 0;
  background: url("/uploads/icons/remove-black.png") no-repeat center/auto 100%;
  text-indent: -9999px;
}

/**/
.logo-file-name {
  margin-bottom: 5px;
  display: block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo-file-name .logo-name {
  display: block;
}

.logo-file-name .name a, .logo-file-name .logo-name span {
  white-space: nowrap;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.logoAnnouncement {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 0;
  background: url("/uploads/icons/remove-black.png") no-repeat center/auto 100%;
  text-indent: -9999px;
}


.clearfix:after, .clearfix:before {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* footer padding important */
.foot_padding{
    padding-right: 0;
    padding-left: 0;
    max-width: 100% !important;
}

.chat-bulle{
  position: absolute; 
  margin-left: 115px; 
  margin-top: 5px; 
  background-color: white; 
  padding: 7px;
}

.err-pop {
  border: solid 1px rgba(200, 0, 0, 0.6) !important;
  /*display: inline-block;*/
  box-shadow: 0 0 4px rgba(200, 0, 0, 0.85) !important;
}

.error-txt {
  font-size: 12px;
  color: #ff0000;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  position: absolute;
  bottom: -1.6em;
  left: 100%;
  padding: 4px 4px 4px 8px;
  color: #666;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #666;
  -webkit-box-shadow: 0px 0px 4px #666;
  box-shadow: 0px 0px 4px #666;
  background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #bfbdbd));
  background-image: -webkit-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -ms-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -o-linear-gradient(top, #f0eded, #bfbdbd);
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}

#event-section .search-item-content .safe-column:first-child {
  width: 15%;
  text-align: center;
  background: white;
}

#event-section .search-item-content .safe-column:nth-child(2) {
  width: 84%;
  padding: 0;
  padding-left: 20px;
}

/* image */
#event-section .workgroup-image {
  float: right;
  width: 35%;
  padding-left: 10px;
}

#event-section .workgroup-image img {
  width: 100%;
  height: auto;
  max-height: 150px;
}

.workgroup-description {
    width: 65%;
    max-width: 65%;
}

#event-section .workgroup-description .wg {
    border-left: 5px solid #f41164;
}

#event-section .workgroup-description h3 {
    padding-left: 10px;
    background: #eee;
    font-weight: bold;
}

#event-section .workgroup-description .content p {
    padding-left: 10px;
    background: #eee;
    font-weight: bold;
    border-left: 5px solid #25b7ba;
}


#member-profile .invalid-feedback{
  display: block;
  font-size: 85%;
}

#member-profile .form-input{
  margin-bottom: 0px;
}


.line-vertical {
  width: 3px;
  height: 34px;
  float: left;
  background-color: #ced4da;
  margin: 5px;
}

.modal-footer .delete{
    background: #b92b27;
    border: 1px solid #b92b27;
    padding: 5px 15px;
}

.modal-footer .delete:hover{
  background: #b92b27;
  border-color: #b92b27;
}

.modal-footer .save{
  background: #64b450;
  border: 1px solid #64b450;
  padding: 5px 15px;
}

.modal-footer .save:hover{
  background: #64b450;
  border-color: #64b450;
}

#no-product-result{
  width: 100%;
}

#wg_checkbox .form-input, #wg_checkbox .item-label {
  display: inline-block;
}

#wg_checkbox ul {
    list-style-type: none;
    padding-left: 0;
}

#wg_checkbox .item-label {
    width: 30%;
}

#responsable {
    border: 5px solid #003366;
    display: inline-block;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
}

.badge-info-workgroup {
  border-style: solid; 
  border-radius: 15px;
  padding: 3px;
  text-align: center;
}

.list-info-workgroup ul {
    list-style-type: none;
}


#search-agenda-btn{
  text-transform: uppercase;
}

#wg-button {
    background-color: #003a5b;
    border-radius:25px;
    border:1px solid #D0D0D0;
    overflow:auto;
    line-height: 1.7em;
}

#wg-button:hover {
    background:#003a5b;
}

#wg-button label span {
    text-align:center;
    padding-top: 3px;
    color: white;
}

#wg-button label input {
    position:absolute;
    top:-20px;
}

#wg-button input:checked + span {
    background-color:#003a5b;
    color:#fff;
}
.et_pb_countdown_timer_container{
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.sep {
  height: 20px;
}

.perimeter{
  width: 460px;
}

.small-input{
  width: 20%;
  height: 25px;
  padding: 3px;
  border-radius: 3px;
}

.selectOpt{
  color: cadetblue;
}

.product_in_progress{
  color: #13aa52;
  font-style: italic;
}

#member-company form .invalid-feedback {
  padding: 0px;
  margin-top: 0;
  font-size: 12px;
}

#yes, #no{
  position: relative;
  appearance: none;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.hide{
  display: none;
}