#training-table {
  td {
    padding-bottom: 20px;
    line-height: 1.6;
    border-top: 0px dashed orange;
  }

  input[type=checkbox] {
    visibility: hidden;
    margin: 0px;
  }
}



/* Filter presentation video (commented for the moment) */

/* .video-title { */
/*   color: var(--secondary-color); */
/*   font-weight: bold; */
/*   font-size: 24px; */
/* } */

/* .video-text { */
/*   color: var(--secondary-color); */
/*   font-size: 18px; */
/* } */

/* .video-bg { */
/*   background-color: #1584A3; */
/* } */

/* .video-gotit { */
/*   background: #0185A6; */
/*   border-radius: 25px; */
/*   display: table; */
/*   padding: 3px 10px 3px 10px; */
/*   margin-top: auto; */
/*   margin-left:auto; */
/*   margin-right:auto; */
/*   font-size: 18px; */
/*   color: #fff; */
/*   font-weight: bold; */
/* } */

/* .video-container { */
/*   position: relative; */
/*   padding-bottom: 56.25%; */
/*   padding-top: 30px; height: 0; overflow: hidden; */
/* } */

/* .video-container iframe, */
/* .video-container object, */
/* .video-container embed { */
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   width: 100%; */
/*   height: 100%; */
/* } */

.botcol {
  background-color: var(--color-white);
  img{
    margin-right: 5px;
    margin-right: auto;
    margin-left: auto;
  }
}

.botcolright {
  padding-right: 1%;
  display: flex;
  align-items: center;
}

.botcol__separator {
  height:1px;
  background:#65acc0;
  border-bottom:1px solid #65acc0;
  margin-top: 2%;
  margin-bottom: 2%;
}

.botcol__heading {
  font-size: 15px;
  color: var(--color-dark);
  font-weight: bold;
  margin-bottom: 2%;
  img{
    width: 18px;
  }
}

.botcol__text {
  color: #888888;
  font-family: var(--font-family-text);
}

.botcol__text--small {
  font-size: 14px;
  color: var(--color-dark);
  margin-bottom: 5px;
  height: fit-content;
}

.botcol__text--normal {
  font-size: 16px;
}

.scope {
  padding-left: 0%;
}

.section {
  border-radius: 4px;
  margin-top: 3%;
  color: var(--color-dark);

  /* -webkit-box-shadow: 5px 6px 10px rgba(0,0,0,0.12);  Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  /* -moz-box-shadow:    5px 6px 10px rgba(0,0,0,0.12);  Firefox 3.5 - 3.6 */
  /* box-shadow:         5px 6px 10px rgba(0,0,0,0.12); */
}

.section--active {
  margin-top: 0%;
  margin-bottom: 3%;
}

.section__body {
  margin-top: 2%;
}

.section__head {
  font-size: 15px;
  font-weight: bold;
  padding: 2% 0%;
  cursor: pointer;

  span.glyphicon {
    color: var(--color-dark);
    float: right; /* ce que portait `@extend .pull-right` */
  }
  img.accordion{
    float: right;
    width: 3px;
    margin-right: 10px;
  }

  a {
    font-size: 16px;
    color: var(--color-dark);
  }
  img{
    width: 18px;
  }
  /* .filter--pos{ */
  /*   img{ */
  /*     filter: invert(13%) sepia(8%) saturate(7096%) hue-rotate(184deg) brightness(91%) contrast(89%); */
  /*   } */
  /* } */
}

input{
  font-size: 16px;
}

.section--open.section-search{
  border: none;
  padding: 0;
  .input-group {
    width: 90%;
  }
}

.send-input{
  .input-group {
    width: 90%;
  }
}
.section--open {
  border: solid 1px;
  border-color: var(--color-dark);
  padding: 15px;
  .bubble__textfield{
    font-size: 12px;
  }
  .section__body {
    display: block;
  }
  .delete__filter__button{
    color: red;
  }
   .section__head {
  }
}


.section--close {
  padding-left: 5px;
  width: 90%;
  .section__head {
    padding-left: 5px;
  }

  .section__body {
    display: none;
  }
}

.section__business--highlight{
  background-color: #d5d5e1;
  color: var(--color-dark);
}

.section__premium--highlight{
  background-color: #c8d2df;
  color: var(--color-dark);
}

.section--highlight {
  padding: 5px;
  border-radius: 5px;
  width: 90%;

  .section__head {
  }
}

.section__text {
  color: #1784a3;
  font-size: 16px;

  a {
    color: #1784a3;
    font-size: 18px;
  }
}

.section__text--small {
  font-size: 16px;
  color: #a5a5a5;

  a {
    font-size: 17px;
    color: #a5a5a5;
  }
}

.section__newfilter {
  display: inline;
  border-radius: 15px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 2%;
  margin-top: 2%;
  color: var(--color-white);
  font-weight:bold;
  font-size: 12px;

  cursor: pointer;

  &:hover {
    text-decoration: underline;
  }

  span.glyphicon {
    cursor: pointer;
    font-size: 15px;
    margin-right: 2%;
  }
}

.section__newfilter--include {
  background-color: var(--color-dark);
   &:hover{
    text-decoration: none;
  }
}

.section__newfilter--exclude {
  border-color: var(--color-dark);
  border: 1px solid;
  color: var(--color-dark);
  &:hover{
    text-decoration: none;
  }
}

input[type='text'].section__textfield {
  border-radius: 1px;
  color: #b5b5b5;

  &:focus {
    border: none;
    box-shadow: none;
  }
}

.filter {
  border-radius: 15px;
  padding-left: 3%;
  padding-right: 3%;
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
  color: var(--color-white);
  margin-top: 1%;
  margin-bottom: 1%;
}

.filter--pos {
  background-color: #c8c8c8;
}

.filter--neg {
  background-color: #a5a5a5;
}

img.filter__btn--remove {
  margin-left: 3px;
  font-size: 12px;
  cursor: pointer;
}

.botcol__selector {
  display: inline-block;
  background-color: var(--color-light-gray);
  border-radius: 5px;
  padding: 1% 2%;
  margin-bottom: 2%;
  margin-top: 2%;
  height: 100%;

  a {
    color: var(--color-white);
    font-size: 16px;
    text-decoration: none;
  }
  a:hover{
    text-decoration: none;
    color: var(--color-white);
  }
}

.botcol__selector--active {
  background-color: gray;
}



.mybot-container-training__articles{
  width: 100%;
  margin: auto
}

.botheader__explain {
  /* padding-top: 30px; */
  padding-bottom: 12px;

  .botheader__score {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }

  .botheader__explaintext {
    text-align: left;
    font-family: var(--font-family-text);
    font-weight: normal;
    color: var(--color-dark);
    font-size: 13px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px #9b9b9b solid;
  }

  .botheader__scoretext {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: normal;
  }

  .botheader__score--good {
    color: var(--match-color);
  }

  .botheader__score--bad {
    color: var(--dontmatch-color);
  }
}

.botheader__name {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.1;
  color: var(--color-dark);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.botheader__title{
  display: inline-flex;
  span.glyphicon {
    color: var(--color-teal-soft);
    font-size: 15px;
  }
  .glyphicon {
    top: 3px;
  }
}

.botheader__description {
  color: #979797;
  font-size: 15px;
}

.mybot-newsletter__text{
  margin-bottom: 20px;
}


.botheader__screen {
  font-size: 17px;
  font-weight: normal;
  padding: 15px;
  margin-left: 8px;
  /* padding: 14px; */
  border-radius: 5px;

  .botheader__screenheading {
    font-size: 15px;
    font-weight: bold;
  }

 .botheader__screentext {
    margin-bottom: 8px;
    font-size: 15px;
    color: var(--color-black);
    line-height: 1.7;
  }
}

.botheader__screen__freemium {
  color: var(--color-teal-soft);
  background-color: var(--color-hover-yellow);

  .botheader__screenheading__freemium {
    color: var(--color-amber-dark);
  }
}

.botheader__screen__premium {
  color: var(--color-dark);
  background-color: #c8d2df;

  .botheader__screenheading__premium {
    color: var(--color-blue);
  }
}

.botheader__screen__business {
  color: var(--color-teal-soft);
  background-color: #d5d5e1;

  .botheader__screenheading__business {
    color: var(--color-purple);
  }
}


.relatedhashtags {
  .relatedhashtag {
    display: inline-block;
    background-color: #606060;
    border-radius: 7px;
    padding: 3px 12px;
    margin-bottom: 1%;
    margin-top: 1%;
    margin-right: 5px;

    a {
      color: var(--color-white);
      font-weight: normal;
      font-size: 15px;
    }
  }
}

.mybot__article {
  .mybot__img {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;

    img {
      display: block;
      width: 150px;
      height: 150px;
      object-fit: cover;
      margin-top: 8px;
      border-radius: 4px;
      margin-right: 30px;
    }
  }

  .mybot__body {
    display: table-cell;
    vertical-align: top;
    width: 10000px;

    a {
      font-size: 16px;
      font-weight: bold;
      color: var(--color-dark);
      font-family: var(--font-family-header);
      line-height: 24px;
    }

    .mybot__domain {
      color: var(--color-blue);
      font-size: 14px;
    }

    .mybot__date {
      color: var(--color-blue);
      font-size: 14px;
    }

    .mybot__text {
      color: #555555;
      font-size: 14px;
    }

    .mybot__hashtags {
      margin-bottom: 1%;
    }

    .mybot__hashtag {
      a {
        color: #b0b0b0;
        font-size: 14px;
        font-family: var(--font-family-text);

        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
}

a.mybot-submit {
  padding: 10px;
  font-size: 16px;

&:hover {
  color: var(--color-white);
  font-weight: bold;
  }
}

@media (max-width: 767px) {
  .bot-message{
    padding: 4%;
  }

  #training-table {
    .mybot__article {
      display: inline-grid;
      .mybot__body {
        width: 100%;
        margin-top: 20px;
      }
      img{
        display: flex;
        margin: auto;
      }
    }
  }
}



@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  .mybot__article {
    .mybot__img {
      img {
        display: block;
        width: 100px;
        height: 100px;
        margin-right: 10px;
      }
    }
  }
}
