* {
  font-family: 'Roboto' !important;
}

.select2-selection__rendered li, .select2-selection__rendered li .select2-search__field {
 /* width: 100% !important;*/
}

.select2-selection__rendered, .select2-search__field, .select2-search--inline {
  width: 100% !important;
}

.badge-filleul {
  background-color: orange;
}

.message-chat-right > a {
    color: white !important;
}

.date-infos:hover {
  cursor:pointer;
}

.date-infos {
  display:inline-block;
  width:100px !important;
}

.suggest-price {
  color: grey;
}

  .navbar-default {

border-color:#ededed;
}

.message-chat-right a, .message-chat-left a {
}

.panel, .panel-body, .panel-heading, .panel-header, .panel-footer {
  border-color:#ededed;
}

.panel-first-step {
  border-color:#3097D1;
}

.table-vip {
  white-space: nowrap;
}

.picto-green, .picto-green-image {
  color: #7BD0A9 !important;
}

.picto-green-image {
  filter: invert(74%) sepia(49%) saturate(274%) hue-rotate(100deg) brightness(92%) contrast(91%);
}

.picto-orange, .picto-orange-image {
  color: #7d7d7d82;
}

.picto-orange-image {
  filter: invert(89%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(102%) contrast(94%);
}

.orderline-appear {
   -webkit-animation: change-color 4s ; /* Safari 4+ */
  -moz-animation:    change-color 4s ; /* Fx 5+ */
  -o-animation:      change-color 4s ; /* Opera 12+ */
  animation:         change-color 4s ;
}

@-webkit-keyframes change-color {
  0%   { background-color: #3097D1; color: white;}
}
@-moz-keyframes change-color {
  0%   { background-color: #3097D1; color: white;}
}
@-o-keyframes change-color {
  0%   { background-color: #3097D1; color: white;}
}
@keyframes change-color {
  0%   { background-color: #3097D1; color: white;}
}

.range-slider {
    position: relative;
    height: 80px;
}


.irs-slider.single {
  background: linear-gradient(red, red) center/2px 100% no-repeat;
}


@keyframes background-fade {
    99.9% {
        background:#E1FEE0;
    }
    100% {
        background:#000;
    }
}

h1 {
  font-weight: bold;
}

.label-danger {
    background-color: #E4443B;
}

.container 
{
color:#444;
}
.btn-info {
  background-color: #3291c1 !important;
  border-color: #0E7FBB !important;
}

.trblexists {
  background-color: grey !important;
  color:white;
}
.moredetails {
  display:block;
  color:white;
  font-size:40px;
  border-radius:20px;
  width:30px;
  height:30px;
  background-color:#3291C1;
}

.moredetails span {
  display:block;
  color:white;
  width:30px;
  height:30px;
  z-index:999;
  padding: 0 !important;
  line-height:29px;
  text-align:center;
}


.moredetails span:hover {
  cursor: pointer;
}

.note-editor .note-dropzone { opacity: 0 !important; }

.btn-orange {
  background-color: #F26E1A;
  color:white;
}

.btn-orange:hover {
  background-color: #EB501A;
  color:white;
}

.help-block {
    color: red;
}

.note-group-select-from-files {
  display: none;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    height: 40px;
    margin: 5px;
    margin-left: 0px;
}

.data-changed .form-group label {
  color: #FBBA01;
  font-weight: bold;
}

.data-changed .form-group input {
	border: 1px solid #FBBA01;

}

.badge-datachanged {
  background-color:#FBBA01;
  font-weight:normal;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-top: 10px;
}

.btn-warning {
  background-color: #FBBA01;
  border-color: #FBBA01;
}

.btn-warning:hover {
  background-color: #E9A901;
  border-color: #FBBA01;
}

.btn-info, .btn-success, .btn-warning, .btn-primary, .btn-danger {
  border: 0;

}

.btn {
  font-size: 14px;
}

.btn-secondary {
  background-color: #efefef4f;
  color:black;
  border-color: #efefef4f;
}

/*#2ab27b*/




/*
.data-changed {
  background-color:#378CD9;
  color: white;

  padding-bottom: 5px;
  padding-top: 5px;
}
*/

.tooltip {
	position: inherit;
	display: inline;
	text-align: left;
	text-align: start;
	font-size: 12px;
	opacity: 1;
	cursor: pointer;
}


.wizard a {
    padding: 7px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

.tab-pane {
    padding-top: 20px;
}

.badge-success {
    background-color: #44D93A;
    color: white;
}

.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td, .table-bordered>thead>tr>td {
  border-top : 1px solid #cccccc;
  border-right : 1px dotted #eeeeee;
  border-left : 1px dotted #eeeeee;
}

.table-bordered, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>th {
  border-top : 1px hidden;
  border-right : 1px dotted #eeeeee;
  border-left : 1px dotted #eeeeee;
}

.table-striped>thead>tr {
    background-color: #3291C1;

}
.table-striped>thead>tr>th {
      color: #ffffff;
      font-weight:normal !important;
      vertical-align: top;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.table-vip>thead>tr {
    background-color: rgb(248,248,248);

}
.table-vip>thead>tr>th {
      color: black;
      font-weight:normal !important;
      vertical-align: top;
      text-align: center;
}

.table-vip>tbody>tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

.table-vip>tbody>tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.table-vip>tbody>tr>td {
  border-right: 1px solid rgba(230,230,230, 0.3);
}

.table-vip>thead>tr>th {
  border-right: 1px solid rgba(230,230,230, 0.3);
}

.th-ahr {
  /*background-color:#234159;
  color: white !important;*/
  color: #6E62BB !important;
  border-bottom: 1px solid  #6E62BB !important;
  
}

.th-maj {
  /*background-color:#234159;
  color: white !important;*/
  color: #1C3B51 !important;
  border-bottom: 1px solid  #1C3B51 !important;
  
}

.th-smr {
  /*background-color:#A9461B;
  color: white !important;*/
  color: #A9461B !important;
  border-bottom: 1px solid  #A9461B !important;
  
}

.th-sm {
  /*background-color:#A9461B;
  color: white !important;*/
  color: #ff7a1a !important;
  border-bottom: 1px solid  #ff7a1a !important;
  
}



.th-moz {
  /*background-color:#41AEE6;
  color: white !important;*/
  color: #41AEE6 !important;
  border-bottom: 1px solid  #41AEE6 !important;
  
}

.th-domain {
  /*background-color:#41AF59;
  color: white !important;*/
  color: #F0A826 !important;
  border-bottom: 1px solid  #F0A826 !important;
  
}

.td-center-value {
  text-align:center;
}



.btn {
  outline: none !important;
}
.topic_score_label { border-radius: 4px; padding:2px 4px; display:inline-block; }
.topic_score_label.arts { background: #ff6700!important; color: #fff; }
.topic_score_label.news { background: #76D54B!important; color: #333; }
.topic_score_label.society { background: #7A69CD!important; color: #fff; }
.topic_score_label.computers { background: #f33!important; color: #fff; }
.topic_score_label.business { background: #C5C88E!important; color: #333; }
.topic_score_label.regional { background: #F582B9!important; color: #fff; }
.topic_score_label.recreation { background: #89C7CB!important; color: #333; }
.topic_score_label.sports { background: #55355D!important; color: #fff; }
.topic_score_label.kids { background: #fc0!important; color: #333; }
.topic_score_label.reference { background: #C84770!important; color: #fff; }
.topic_score_label.games { background: #557832!important; color: #fff; }
.topic_score_label.home { background: #d95!important; color: #fff; }
.topic_score_label.shopping { background: #600!important; color: #fff; }
.topic_score_label.health { background: #009!important; color: #fff; }
.topic_score_label.science { background: #6BD39A!important; color: #333; }
.topic_score_label.world { background: #577!important; color: #fff; }
.topic_score_label.adult { background: #333!important; color: #fff; }

#button-need-help {
  display:block;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 8px 20px;
  background-color: #C72C48;
  color: white;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  font-size: 1.1em !important;
  box-shadow: rgba(50,50,50,0.5) 0px 5px 20px;
}

.footer {
  margin-top: 20px;
}

.badge-owner {
  background-color: #E9F0F1;
  color: #2C8281;
}



.badge-owner-success {
  background-color: #7CDB86;
  color: #FAFDFE;
}

.badge-owner-error {
  background-color: #E06349;
  color: #FAFDFE;
}

.badge-statuscode-success {
  background-color: #7CDB86;
  color: #FAFDFE;
}

.badge-statuscode-error {
  background-color: #E06349;
  color: #FAFDFE;
}

.btn-filter-search {
  font-weight: normal;
  border: 0px solid #efefef4f!important;
  background-color: #efefef4f!important;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: bold;
}

#btn-rc, #btn-hr, #btn-ae, #btn-ccrc, #btn-cchr, #btn-smr, #btn-maj, #btn-ahr, #btn-moz, #btn-domain, #btn-mediatisation, #btn-mention, #btn-sm {
  margin-top: 5px;
}

.btn-column-rc, .btn-column-ae, .btn-column-hr, .btn-column-ccrc, .btn-column-cchr, .btn-mediatisation, .btn-mention, .btn-column-sm {
  border: 0px solid #ccc;
}

.btn-column-rc-not-selected, .btn-column-ae-not-selected, .btn-column-hr-not-selected, .btn-column-ccrc-not-selected, .btn-column-cchr-not-selected, .btn-column-mediatisation-not-selected, .btn-column-mention-not-selected, .btn-column-sm-not-selected {
  background-color: #efefef4f !important;
  border: 0px solid white !important;
  font-weight:normal;
}



.btn-column-ahr {
  /*background-color:#234159;
  color: white !important;*/
  /*background-color:#e6e6e6;*/
  /*font-weight:bold;
  color: #1C3B51;
  border: 1px solid #1C3B51;*/

}

.btn-column-ahr-not-selected {
  /*background-color:#1C3B51;
  color: white !important;*/
  /*border: 1px solid #1C3B51;*/
  background-color: #efefef4f;
  font-weight:normal;
}

.btn-column-ahr-not-selected, .btn-column-smr-not-selected, .btn-column-moz-not-selected, .btn-column-domain-not-selected {
  background-color: #efefef4f !important;
  border: 0px solid white !important;
}

.btn-column-ahr-not-selected:focus, .btn-column-smr-not-selected:focus, .btn-column-moz-not-selected:focus, .btn-column-domain-not-selected:focus {
  background-color: #efefef4f !important;
  border: 0px solid white !important;
}

.btn-column-maj {
  /*background-color:#234159;
  color: white !important;*/
  /*background-color:#e6e6e6;*/
  /*font-weight:bold;
  color: #1C3B51;
  border: 1px solid #1C3B51;*/

}

.btn-column-maj-not-selected {
  /*background-color:#1C3B51;
  color: white !important;*/
  /*border: 1px solid #1C3B51;*/
  background-color: #efefef4f;
  font-weight:normal;
}

.btn-column-maj-not-selected, .btn-column-smr-not-selected, .btn-column-moz-not-selected, .btn-column-domain-not-selected {
  background-color: #efefef4f !important;
  border: 0px solid white !important;
}

.btn-column-maj-not-selected:focus, .btn-column-smr-not-selected:focus, .btn-column-moz-not-selected:focus, .btn-column-domain-not-selected:focus {
  background-color: #efefef4f !important;
  border: 0px solid white !important;
}


.btn-column-smr {
  /*background-color:#A9461B;
  color: white !important;
  background-color:#e6e6e6;*/
 /* font-weight:bold;
  color: #A9461B;
  border: 1px solid #A9461B;*/
  /*border: 2px solid #A9461B;*/
}

.btn-column-smr-not-selected {
  /*background-color:#A9461B99;
  color: white !important;*/
  background-color: #efefef4f !important;
  border: 0px solid white !important;
  font-weight:normal;
}

.btn-column-moz {
  /*background-color:#41AEE6;
  color: white !important;*/
  

  /*font-weight:bold;
  color: #41AEE6;
  border: 1px solid #41AEE6;*/
}

.btn-column-moz-not-selected {
  /*background-color:#41AEE699;
  color: white !important;*/
  background-color: #efefef4f !important;
  border: 0px solid white !important;
  font-weight:normal;
}

.btn-column-domain {
  /*background-color:#41AF59;
  color: white !important;*/
  font-weight:bold;
  color: #F0A826;
  border: 1px solid #F0A826;
}

.btn-column-domain-not-selected {
  /*background-color:#41AF5999;
  color: white !important;*/
  background-color: #efefef4f !important;
  border: 0px solid white !important;
  font-weight: normal !important;
}

/*.button-cart-list {
  width: 45px;
  height:45px;
  color:white !important;
  font-size:21px;
  background-color: #7BD0A9;
  padding:9px 9px 9px 8px;
  border-radius: 40px;
}*/


/* CSS */
.button-cart-list {
  /*margin: 10px;*/
  width: 45px;
  height:45px;
  padding:9px 9px 9px 8px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 40px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #7BD0A9;
  background-image: linear-gradient(45deg, #2ab27b 0%, #7BD0A9  51%, #2ab27b  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-size:17px;
}

.button-cart-list:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-cart-list:active {
  transform: scale(0.95);
}

#btn-specialoffers {
  color: white;
  background-color: #EF1B27;
  border: 1px solid #EF1B27;
  padding: 3px 10px;
}

#btn-unmissables {
  color: #EF1B27;
  background-color: white;
  border: 1px solid #EF1B27;
  padding: 3px 10px;
  margin-right: 20px;
}


.catalogue_custom_text {
  color: black;
  font-size: 12px;
}

.catalogue_custom_text ul {
  margin: 5px 0 0 0;
}

.catalogue_custom_text svg {
  height: 14px;
  width: 14px;
}


.scroll {
  display: flex;
  position: relative;
  width: 100%;
  height: 15%;
  min-height: 150px;
  margin: auto;
  background-color: #252525;
  overflow: hidden;
  z-index: 1;
}
.m-scroll {
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.m-scroll > div {
  display: flex;
  animation: scrollText 30s infinite linear;
}

.m-scroll p {
  color:#444 !important;
  margin: 0;
  padding: 0 0 0 350px !important;
  font-size: 17px;
}

@keyframes scrollText {
  from {
      transform: translateX(0%);
 }
  to {
      transform: translateX(-100%);
 }
}

.timeline {
  border-left: 3px solid #7BD0A9;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(123, 208, 169, 0.05);
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  /*padding: 50px;*/
  padding: 5px 5px 5px 15px;
  list-style: none;
  text-align: left;
  width: 100%;
  /*max-width: 40%;*/
}

@media (max-width: 767px) {
  .timeline {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  /*padding-bottom: 25px;
  margin-bottom: 25px;*/
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}

.timeline .event.current {
  background-color: rgba(105, 176, 143, 0.05);
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: 0px;
      text-align: left;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #7BD0A9;
  box-shadow: 0 0 0 3px #7BD0A9;
  /*left: -55.8px;*/
  left: -21px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

.timeline .event.complete:after {
  background-color: #7BD0A9;
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #7BD0A9;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  /*right: -55.8px;*/
  right: -21px;
}

.btn.btn-link {
  background-color: transparent;
  border: 0;
  padding-left: 0;
}

.resources-content h2 {
  font-size: 24px;
}

.resources-content ul li {
  font-size: 16px;
}

.resources-content .num {
  font-size:0.9em;
  margin-right: 10px;
}

.resources-content ul {
  margin-left: 40px;
}