/* bandeau */
.analytics-subheader{
  background-color: #f9fbfc !important;
  color: white !important;
  box-shadow: 0 0px 1px 0 rgba(0,0,0,0.2), 0 0px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
  margin-bottom: 1px;
  padding: 0px 18px;
  min-height: 58px;
}
.analytics-subheader-btn{
  background-color: #c9c9c9;
  margin: auto 8px auto 0px;
  border-radius: 4px;
  cursor: pointer;
  height: 34px;
}
.analytics-template-warning{
  position: fixed;
  z-index: 9999;
  background-color: #eb7c72;
  color: white;
  bottom: 16px;
  right: 16px;
  padding: 20px 30px;
  border-radius: 4px;
  width: 600px;
}
.analytics-subheader-btn i{
  padding: 9px;
}
.analytics-subheader-btn span{
  font-size: 12px;
  padding: 9px 8px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .analytics-subheader-btn span{
    display: none !important;
  }
}


/*-------------------*/
/* idt-happy-unhappy */
/*-------------------*/

.happy-unhappy-count {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 700;
}   
.split-team {
  width: 1px;
  background-color:rgba(176, 176, 176, 0.25);
  margin: 10px 8px;
  height: 300vh;
}
#line {
  display: flex !important; 
  height: 100% !important; 
  width: 100% !important;
}
.podium {    
  width: 60%;
  height: 100%;
  margin: auto;
  max-width: 30px;
}
.podium-words {
  margin: auto;
  font-weight: 600;
  color: white;    
  text-align: center;   
  font-size: 8px;
  padding-bottom: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.idt-words-details{
  position: absolute;
  background-color: white;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.idt-family {
  position: absolute;
  color: white;
  width: 99%;
  padding: 3px;
  font-weight: 600;
  font-size: 15px;
  background-color: rgba(204, 204, 204, 0.58);
}

/* page individuels */
.analytics-refgroups{
  font-size: 9px;
  text-transform: uppercase;
  color: #ababab;
}
.analytics-private{
  background-color: #e0e0e0;
  height: 12px;
  margin: 12px 0px;
  min-width: 60px;
}
.analytics-item-img{
  margin-bottom: -10px;
}
.analytics-item-img img{
  height: 45px;
  width: 45px;
  margin-right: 10px;
}
.analytics-family-value{
  height: 30px;
  width: 30px;
  margin: 5px 2px;
  border-radius: 4px;
}
.analytics-family-value img{
  width: 22px;
  margin: 4px;
  opacity: 0.3;
}
.analytics-date-item{
  margin: 4px 12px;
  font-size: 10px;
}
.analytics-date-item span{
  font-size: 8px;
  color: #7d7d7d;
}
.analytics-families-header-title{
  position: absolute;
  top: 55px;
  right: 200px;
  font-size: 10px;
  text-transform: uppercase;
  color: grey;
  font-weight: 600;
}

/* partie coaching */
.analytics-coaching-thumb{
  width: 200px;
  margin: 1px;
}
.analytics-coaching-thumb img{
  width: 100%;
  cursor: pointer;
}
.analytics-coaching-thumb .vid-info{
  padding: 0px 10px;
}
.analytics-coaching-thumb .vid-info span{
  color: #868686;
  font-size: 10px;
}
.analytics-coaching-thumb p{
  margin-top: 2px;
}
.analytics-coaching-thumb .podium-views{
  padding: 5px;
  font-size: 26px;
  text-align: center;
}
.analytics-coaching-thumb .podium-views span{
  font-size: 42px;
  padding-bottom: 10px;
  color: white;
}
.analytics-coaching-couronne{
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  padding-bottom: 10px;
}

/* retirer le second groupe */
.analytics-remove-second{
  position: absolute;
  top: 18px;
  z-index: 9;
  right: 12px;
  color: #a6a6a6;
  cursor: pointer;
  font-size: 26px;
}

/* card pour analytics */
.analytics-team-card{
  width: 200px;
  cursor: pointer;
  position: relative;
}
.analytics-team-card idt-card.active{
  border: 2px solid #1cca7e;
  margin: 8px;
}
.analytics-team-card .idt-card-title{
  font-size: 12px;
  height: 28px;
  overflow: hidden;
}
.analytics-all-internal-link{
  position: absolute;
  right: 12px;
  font-size: 8px;
  bottom: 12px;
  cursor: pointer;
}

/* bouton call to actions */
.analytics-call-to-actions{
  font-size: 10px;
  height: 100%;
  color: #b3b3b3;
  line-height: 10px;
  cursor: pointer;
  margin-left: auto;
  width: 60px;
  margin-right: 6px;
  text-align: center;
}
.analytics-call-to-actions i{
  font-size: 12px;
  margin-bottom: 2px;
}

/* Card tips */
.idt-tips-header {
  position: absolute;
  color: white;
  width: calc(100% + 30px);
  padding: 3px;
  font-weight: 600;
  font-size: 15px;
  background-color: #1cca7e;
  top: -18px;
  left: -18px;
}

.idt-tips-nav {
  width: 20px;
  cursor: pointer;
  background-color: #d4d4d4;
  padding: 4px;
  text-align: center;
  font-size: 12px;
}
.idt-direction-btn:hover {
  background-color: #d4d4d4;
}
/* gauge */
.idt-tips-bg-gauge {
  width: 50%;
  height: 5px;
  background-color: #d4d4d4;
  position: relative;
}

/* analytics */
.analytics-all-internal-link:hover{
  font-weight: bold;
}

/* bouton pour relance */
.analytics-all-internal-btn{
  margin: 4px 4px;
  border-radius: 16px;
  padding: 6px 10px;
  cursor: pointer;
  box-shadow: 1px 1px 2px #757575;
  min-width: 14px;
  text-align: center;
  opacity: 0.9;
}
.analytics-all-internal-btn:hover{
  opacity:1;
}

/* formulaire de date */
.analytics-date-container{
  position: absolute;
  font-size: 10px;
  padding: 8px;
  color: #e5e5e5;
}
.analytics-date-selector{
  border: none;
  cursor: pointer !important;
}
input[type=text]::-ms-clear {
  display: none;
}
.analytics-date-thomas-dirty-code{
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #08516d;
  bottom: 6px;
  left: 85px;
}
.analytics-group-btn .idt-button-txt{
  padding-left: 16px; 
  text-align: initial;
}

/*select campagne*/
.analytics-campaign-title{
  width: 200px;
  background-color: #363636;
  padding: 10px;
  margin: 0px 4px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.analytics-campaign-selector{
  width: auto !important;
  margin-left: 0px;
  min-width: 13px !important;
}
.analytics-campaign-date{
  color: #363636;
  font-size: 12px;
  padding: 10px;
}
.analytics-campaign-list{
  position: absolute;
  background-color: white;
  color: #363636;
  width: 420px;
  box-shadow: 2px 2px 4px #aaa;
  left: 4px;
  font-size: 11px;
  z-index: 9999;
  max-height: 360px;
  overflow-y: auto;
}
.analytics-campaign-listitem{
  padding: 14px 10px;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.analytics-campaign-listitem:hover{
  background-color: #f8f8f8;
}

/* texte pour répartition */
.analytics-repartition-txt{
  font-size: 10px;
  line-height: 12px;
  padding: 4px 0px;
}

/* manager dans groupe */
.analytics-have-manager{
  font-size: 10px;
  color:#c3c3c3;
  font-style: italic;
  top: 12px;
  position: absolute;
  right: 16px;
}

/*barre analytics*/
.analytics-history-bar{
  background-color: #e0e0e0;
  bottom: 0px;
  position: absolute;
  width: 70%;
  margin-left: 15%;
}
.analytics-history-note{
  cursor: pointer;
  background-color: #60cbc1;
  width: 28px;
  text-align: center;
  margin-left: 3px;
  height: 28px;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  line-height: 28px;
}
.analytics-history-note-container{
  position: absolute;
  width: 100%;
}
.analytics-history-txt{
  position: absolute;
  bottom: -30px;
  font-size: 9px;
  text-align: center;
  width: 100%;
}
tooltip tip.analytics-history {
  min-width: 150px;
  text-align: initial;
}

/* si pas de campagne */
.analytics-no-camp{
  height : calc(100vh - 240px);
  text-align: center;
}
.analytics-no-camp idt-button-lg{
  margin: 26px 0px;
}
.analytics-no-camp-title{
  font-size: 32px;
  margin-bottom: 32px;
}
.analytics-no-camp-txt{
  width: 300px;
  text-align: justify;
  font-size: 14px;
  padding-left: 14px;
}

/* non invité */
.analytics-notinvited-card{
  text-align: center;
  padding: 0px 40px;
  width: 100%;
  min-height: 340px;
}

/* analytics details*/
.analytics-axe-header{
  color:#717171;
  font-size: 18px;
  margin-top: 18px;
}
.analytics-note-plus{
  background-color: #1cca7e; 
  color: #FFF;
  border-radius: 100%;
  padding: 7px;
  font-weight: 700;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.gauge-mid-plus{
  background-color: #7feab1 !important;
  color: #7feab100 !important;
}
.gauge-mid-moins{
  background-color: #f09d95 !important;
  color : #f09d9500 !important;
}
.analytics-note-moins{
  background-color: #c75151;   
  color: #FFF;  
  border-radius: 100%;
  padding: 7px;
  font-weight: 700;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.analytics-details-question{
  padding: 14px;
  background-color: #fff;
  border-bottom: solid 1px #f4f5f7;
  font-size: 12px;
}
.analytics-gauge-bar{
  color: white; 
  font-weight: 700;  
}
.analytics-gauge-bar-moins{
  background-color: #eb7c72;
  color: #eb7c7200;
}
.analytics-gauge-bar-nc{
  background-color: #bef5d8;
  color: #bef5d800 !important; 
}
.analytics-gauge-bar-plus{
  background-color: #1cca7e;
  color: #1cca7e00;
}
.analyics-comment{
  display: flex;
  flex-direction: column;
  color:#717171;
  background-color: white;
  border : 1px solid #717171;
  margin: 30px 20px 20px 20px;
  padding: 25px;
  border-radius: 4px;
}
.analytics-comment-bd{
  position: absolute;
  left: 20px;
  bottom: -4px;
}
.analytics-comment-bd img{
  height: 26px;
  width: auto;
}
.analytics-comment-bd .idt-mask{
  background-color: white;
  position: absolute;
  height: 5px;
  width: 20px;
  left: 1px;
}
.analytics-comment-date{
  text-align: right;
  font-size: 11px;
  color: #717171;
  font-style: italic;
}
.analytics-comment-avatar{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 50px;
  border-radius: 100%;
}
.analytics-details-word {
  background-color: white;
  padding: 14px;
  border-radius: 4px;
  /*border-bottom: solid 1px #b7b7b7;*/
  cursor: pointer; 
}

.analytics-details-word:hover {
background-color: #e2e2e2; 
}
.analytics-question-count{
  font-size: 14px;
  width: 30px;
  margin-left: 12px;
  text-align: center;
}
.analytics-question-count-bold{
  font-weight: bold;
}
.analytics-history-card{
  margin-top: 20px;
  padding: 14px 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.analytics-podium-border{
  border-right: 1px solid #c9c9c9;
}
.analytics-podium .idt-card{
  height: 100%;
}
.analytics-podium .idt-card-content{
  height: 100% !important;
  min-width: 250px;
}
.analytics-podium-item{
  padding: 8px;
}
.analytics-podium-inside{
  margin: auto 0px;
  width: 100%;
  position: relative;
}
.analytics-podium-bar{
  border-radius: 2px;
  background-color: #c9c9c9;
}
.analytics-podium-note-left{
  padding: 0px 10px;
}
.analytics-podium-separator{
  color: #c9c9c9;
  text-align: center;
  font-size: 14px;
  padding: 14px;
}
.analytics-podium-img{
  position: absolute;
  width: 14px;
  height: 14px;
  right: -10px;
  top: 1px;
}

/* les filtres */
.analytics-filter{
  position: relative;
  border: 2px solid #f4f5f7;
  border-radius: 4px;
  color:#a2a2a2;
  font-size: 12px;
  padding: 8px;
  margin: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.analytics-filter:hover{
  border-color: #d2d2d2;
}
.analytics-filter.active{
  border: 2px solid #363636;
  color:#363636;
}
.analytics-filter-box{
  position: absolute;
  background-color:white;
  border-radius: 4px;
  box-shadow: 1px 1px 2px#828282;
  top: 40px;
  padding: 10px;
  z-index: 99;
  width: 210px;
  left: 14px;
}
.analytics-filter-item{
  color:#686868;
  font-size: 12px;
  padding: 2px;
  cursor: pointer;
  border-radius: 2px;
}
.analytics-filter-item.inactive{
  color: #c6c6c6;
}
.analytics-filter-item:hover{
  background-color: #f0f0f0;
}
.analytics-card-subheader{
  font-size: 14px;
  color: #aeaeae;
}
.analytics-card-axis{
  margin: 15px;
  margin-bottom: 22px;
  text-align: center;
}
.analytics-card-axis img{
  width: 60px;
  margin: 10px auto;
  height: auto;
}
.analytics-card-note{
  font-size: 32px;
  margin-top: 8px;
  font-weight: bold;
}
.analytics-card-pastille{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px 6px;
}
.analytics-axis-podium{
  margin: 42px 0px 32px 0px;
}
.analytics-axis-podium img{
  height: 36px;
  width: 36px;
  margin: 6px 6px;
}
.analytics-axis-podium .analytics-podium-note-left{
  font-size: 22px;
}
.analytics-axis-podium-label{
  margin: auto 10px;
  font-size: 12px;
}
.analytics-details-axis-label{
  font-size: 22px;
  margin: auto 16px;
}
.analytics-details-axis img{
  width: 36px;
  height: 36px;
}
.analytics-details-header{
  font-size: 11px;
  color: #717171;
  margin-top: 22px;
}
.analytics-details-axis-note{
  font-size: 22px;
  margin: auto;
}
.analytics-details-axis-note span{
  font-size: 12px;
  color: #717171;
}
.analytics-gauge-bar.gauge-grey{
  filter: grayscale(100%);
}

/* Widget RPS */
.analytics-rps-item img{
  width: 40px;
  height: 40px;
  padding: 16px 8px;
}
.analytics-rps-item-value{
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  color: #9b9b9b;
  text-align: center;
  width: 40px;
}
.analytics-rps-item-description{
  color: #9b9b9b;
  padding-left: 20px;
  margin: auto;
}


/* page par équipe */
.analytics-activity-axis{
  margin-bottom: 14px;
  margin-right: 14px;
}
.analytics-activity-axis img{
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0px 6px;
}
.analytics-activity-user-note{
  color: white;
  font-weight: bold;
  font-size: 14px;
  width: 42px;
  margin: 0px 2px;
  text-align: center;
  border-radius: 4px;
  line-height: 36px;
}
.analytics-activity-user-divider{
  border-right: 1px solid #b3b3b3;
  height: 36px;
  margin: 0px 8px;
}
.analytics-activity-card-axis{
  margin: 8px;
  margin-bottom: 22px;
  text-align: center;
}
.analytics-activity-card-axis img{
  width: 40px;
  margin: 10px auto;
}
.analytics-activity-user-subtitle{
  padding: 12px;
  padding-bottom: 22px;
  font-size: 12px;
  color: #b3b3b3;
}
.analytics-activity-order{
  color: #868686;
  background-color: #e8e8e8;
}
.analytics-activity-order:hover{
  opacity: 0.8;
}
.analytics-activity-order i{
  font-size: 16px;
}
.analytics-details-header-question{
  background-color: white;
  font-size: 11px;
  color: #717171;
  padding: 14px;
  padding-top: 32px;
  border-bottom: solid 1px #f4f5f7;
}
.analytics-detail-legend{
  color: #717171;
  font-size: 10px;
  width: 80px;
  margin: -4px;
  padding-left: 6px;
}
.analytics-teams-search{
  width: calc(100% - 20px);
  margin: 4px;
  padding: 6px;
  border: 1px solid #9c9c9c;
  border-radius: 4px;
}
.analytics-sondage{
  opacity: 0.5;
  width: 34px;
  text-align: center;
  font-size: 22px;
  margin: -8px 0px;
}