html.watson-active {
  /* Bootstrap root font for relative units*/
  font-size: 10px!important; 
  overflow: hidden;
}

#watsonContainer {
  margin: 0px auto auto;
  font-size: 100%;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1em;
}

#watsonContainer input::-webkit-input-placeholder,
#watsonContainer textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #858585;
  text-align:left;
}
#watsonContainer input:-moz-placeholder,
#watsonContainer textarea:-moz-placeholder {
  font-size: 14px;
  color: #858585;
  text-align:left;
}
#watsonContainerinput:-ms-input-placeholder,
#watsonContainer textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #858585;
  text-align:left;
}

#watsonContainer a {
  text-decoration: none;
}
#watsonContainer .hide {
  display: none;
}
#watsonContainer pre {
  margin: 0;
  word-wrap: normal;
}
#watsonContainer .enlaceInhabilitado {
  background: #ccc;
}

/* Style Watson buttons */
#watson__body__chat .btn-default:disabled:hover, 
#watson__body__chat .btn-default:disabled:active {
    background: inherit;
    border-color: #000;
    color: inherit;
    cursor: inherit;
}
#watson__body__chat .respuestaboton,
#watson__body__chat .respuestaboton.enlaceInhabilitado,
#watson__body__chat .respuestaboton.enlaceInhabilitado:hover,
#watson__body__chat .respuestaboton.enlaceInhabilitado:active,
#watson__body__chat .respuestaboton.enlaceInhabilitado:focus { 
  display: inline-block;
  margin: .4rem;
  padding: .7rem 1.6rem; 
  background: transparent; 
  border: 2px solid #000; 
  color: #000;
  border-radius: 0; 
  font-weight: bold;
  text-align: center; 
  -moz-user-select: none; 
  -webkit-user-select: none; 
  user-select: none;
  cursor: pointer; 
}
#watson__body__chat .respuestaboton.enlaceInhabilitado,
#watson__body__chat .respuestaboton.enlaceInhabilitado:hover,
#watson__body__chat .respuestaboton.enlaceInhabilitado:active,
#watson__body__chat .respuestaboton.enlaceInhabilitado:focus,
#watson__body__chat .from-watson #formFeedback button:disabled  { 
  opacity: 0.2; 
  cursor: default; 
  cursor: not-allowed; 
  background: none !important; 
}
#watson__body__chat .respuestaboton:hover { 
  background: #000;
  border-color: #000;
  color: #fff;  
}
#watson__body__chat .respuestaboton:active { 
  background: #ff6600; 
  border-color: #ff6600;
  color: #fff;
}

/* Watson buttons in lists */
#watson__body__chat .from-watson .message-inner ul .respuestaboton { 
  display: block;
  width: auto;
}

/* Watson buttons in lists OTHER STYLE*/
#watson__body__chat .option li .respuestaboton {
  position: relative; 
  margin: 0; 
  padding: 1rem;  
  border-color: #aaa; 
  border-width: 1px; 
  border-left: 0px; 
  border-right: 0px; 
  text-align: left; 
}
#watson__body__chat .option li .respuestaboton:hover { 
  border-color: #000;
}
#watson__body__chat .option li:first-child .respuestaboton { 
  border-top-width: 2px;
}
#watson__body__chat .option li:last-child .respuestaboton { 
  border-bottom-width: 2px;
}
#watson__body__chat .option li .respuestaboton:after { 
  content: ""; 
  display: block; 
  position: absolute;
  width: .6rem; 
  height: .6rem; 
  margin-top: -.3rem;
  border: 3px solid #000; 
  border-top: 0; 
  border-left: 0;  
  top: 50%; 
  right: 10px;  
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg); 
}
#watson__body__chat .option li .respuestaboton:hover:after { 
  border-color: #fff;
}

/* Style Watson links */
#watson__body__chat  .from-watson a { 
    display: inline-block;
    margin: .4rem;
    padding: .7rem 1.6rem;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

#watson__body__chat  .from-watson a:hover { 
  background: #000;
  border-color: #000;
  color: #fff;  
}
#watson__body__chat  .from-watson a:active { 
  background: #ff6600; 
  border-color: #ff6600;
  color: #fff;
}

#watson__body__chat  .option .from-watson a { 
  display: inline-block;
  margin: 0; 
  padding: 3px 6px;  
  border-radius: 0; 
  background: #000;
  font-weight: bold; 
  color: #fff;
  text-decoration: none !important;
}

#watson__body__chat  .option .from-watson a:hover {  
  background: #ff6600;
  color: #fff;
}

#watson__body__chat  .from-watson img { cursor: pointer;}

/* Watson Overlay */
.modal-overlay-Watson { 
  position: fixed;
  display: none;
  background: rgba(100,100,100,.6);
  top: 0;
  bottom: 0; 
  right: 0; 
  left: 0;  
  z-index: 9999999;
}

#watson__body__chat {
  position: absolute;
  width: 100%;
  max-width: 69rem;
  margin-top: 8px;
  margin-bottom: 1.1rem;
  padding: 0 5% 1rem 3%;
  top: 85px;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

#watson__body__chat h2,
#watson__body__chat h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
#watson__body__chat select {
  font-size: 0.8em;
  background: #e0e0e0;
  line-height: 30px;
  height: 30px;
  color: #000;
  width: 22%;
  margin-bottom: 8px;
  font-weight: 700;
}

#watson__body__chat ul{
    list-style-type: circle;
    padding: 0;
    margin: 0;
}


#watson__body__chat p, 
#watson__body__chat ul,  
#watson__body__chat ul li {
    line-height: 1.3;
    color: #6d6d6d;
}
  #watson__body__chat .from-agent p, #watson__body__chat .from-agent ul, #watson__body__chat .from-agent ul li { color: #fff;}
#watson__body__chat ul,  
#watson__body__chat ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#cabeceraWatson {
  position: relative;
  width: 100%;
  display: block;
  background: #000;
}
.cabeceraWatson__title { 
  display: block; 
  padding: 1.5rem; 
  font-size: 2rem;
  font-weight: bold; 
  color: #fff;
}

/* Open Watson button [WIP]: Waiting group design directives */
#popupabrirWatson {
  display: block;
  width: 100px;
  height: 44px;
  position: relative;
  /* padding: 10px; */
  font-size: 20px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  background: #000 url(./btnDjingo.jpg) no-repeat 0px 5px;
  background-size: 95px auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
#watsonButton {
  position: fixed;
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  bottom: 1rem;
  left: 0;
}

#watsonButton:hover #popupabrirWatson {
  background: #ff7900 url(./btnDjingoHover.jpg) no-repeat 0 .25rem; 
  background-size: contain;
}
#watsonButton.watsonHidden,
.modal-wrapperWatson.watsonHidden {
  display: none;
}
#watsonPopUp {
  height: 0px;
  visibility: hidden;
  opacity: 0; 
}

#watsonPopUp:target {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999999999 !important;
  -webkit-animation: watsonSlideInRight 1s;
  animation: watsonSlideInRight 1s;
  visibility: visible;
  opacity: 1;
  top: 0;
  right: 0;
}

@-webkit-keyframes watsonSlideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes watsonSlideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.watsonPopUpContainer {
    position: relative;
    width: 100%;
    height: 94%;
    overflow: hidden;
}
.modal-wrapperWatson {
  position: relative;
  background-color: #fff;
}

/* Close Watson button */
#popupcerrarWatson,
.closeModalWatson { 
  display: block; 
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin: 0; 
  padding: .1rem 0 0 0;
  box-sizing: border-box; 
  border-radius: 100px;
  background: #666; background: transparent;
  font-family: Arial;
  font-size: 3rem !important;
  font-weight: bold; 
  color: #fff;
  line-height: 3rem;
  text-align: center;  
  top: .5rem; 
  right: 1.5rem;
}
.close-watson-times { 
  font-size: 3rem; 
  line-height: 3rem;
}
#popupcerrarWatson:hover,
#popupcerrarWatson:focus { 
  background: #fff; 
  color: #000; 
  text-decoration: none;
}

/* Reset button */
#resetWatson { 
  display: block; 
  width: 100%;
  height: 35px;
  margin: 0;
  background: #f8f8f8;
  font-size: 1.1rem;
  font-weight: bold; 
  justify-content: center;
  align-content: center;
  border: none;
  outline: none;
  cursor: pointer; 
}
#resetWatson:hover { background: #eee !important; }
#resetWatson:active { background: #ddd !important; }
.resetWatson__icon { 
  display: inline-block;
  width: 1.5em; 
  height: 1.5em; 
  padding-top: .07em;
  box-sizing: border-box; 
  border-radius: 100px; 
  background: #50be87; 
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2rem;
  color: #fff;
}
#resetWatson:hover .resetWatson__icon { background: #ff6600;}

/* Send button */
#watson__input__btn { 
  position: absolute;
  width: 8rem;
  height: 100%;
  margin: 0;
  padding: 10px;
  border: 0;
  background: #fff;
  font-size: 1.5rem; 
  font-weight: bold;
  line-height: 17px;
  color: #858785;
  -webkit-appearance: none;
  bottom: 0;
  right: 0;
  float: right;
  cursor: pointer; 
}
#watson__input__btn:hover { background: #f16e00; color: #fff; }
#watson__input__btn:active { background: #cc5200; color: #fff; }
#watson__input__btn:focus { outline: none;}
#watson__input__btn.sendButton {
  background-color :#ff7a00;
  color :#fff; 
}

#watsonPopUp  .inputOutline {
  position: absolute;
  display: block;
  width: 100%;
  background: #eee;
  bottom: 0;
}

/* Feedback Form */
#watson__body__chat  .feedbackSmartForm-bubble{
  width: 100%;
  min-width: 220px;
}
#watson__body__chat  .feedbackSmartForm-bubble >label{
  font-weight: bold;
}
#watson__body__chat  .from-watson #formFeedback input {
    padding: .75rem 0 .75rem .5rem;
}
#watson__body__chat  .form-group {
  line-height: 1.6;
}
#watson__body__chat  .form-group > label {
  display: grid;  
  margin-top: 5px;
}
#watson__body__chat  .form-group.text-align-right {
  margin-top: 15px;
}
#watson__body__chat  .form-control{
  width: 97%;
}
#watson__body__chat  .from-watson #formFeedback button { 
  width: 48%;
  cursor: pointer;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 1px;
  border: 0;
  font-size: 15px;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  vertical-align: top;
  transition: background 250ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#watson__body__chat  #feedbackSmartFormNo {
  margin-right: 8px;
  margin-bottom: 5px;
}
#watson__body__chat  #feedbackSmartFormNo:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
#watson__body__chat  #feedbackSmartFormNo:disabled:hover {
  background-color: inherit;
  border-color: #000;
  color: #000;
}
#watson__body__chat  #feedbackSmartFormSi:hover {
    background: #ff7900;
    border-color: #ff7900;
    color: #fff;
}
#watson__body__chat .errorValidity{
    color: #cd3c14;
}
#watson__body__chat .watsonInputNovalid {
  outline: 2px solid #cd3c14;
}    

#watson__body__chat  #view-change-button {
  display: inline-block;
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background: #AB72F8;
  top: 0.3125rem;
  right: 0.3125rem;
  line-height: 3.125rem;
  vertical-align: middle;
}
#watson__body__chat  #view-change-button img {
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#watson__body__chat  #view-change-button:not(.full) .not-full {
  display: inline-block;
}
#watson__body__chat  #view-change-button.full .full {
  display: inline-block;
}
#watson__body__chat  #contentParent {
  height: 100%;
}
#watson__body__chat  .responsive-columns-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-display: flex;
  -ms-flex-direction: row;
}
#watson__body__chat  .responsive-column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
#watson__body__chat  #chat-column-holder {
    height: 100%;
    width: 100%;
    text-align: center;
}
#watson__body__chat  .chat-column {
  width: 100%;  
  height: 98%;
  margin: auto !important;
  padding: w;
  text-align: left;
  z-index: 999999999999999999999999999999 !important;
}

#watson__body__chat  .message-inner {
  margin-top: 0.9375rem;
  -webkit-transition-property: opacity, margin-top;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: opacity, margin-top;
  -moz-transition-duration: 0.75s;
  -moz-transition-timing-function: ease-in;
  -o-transition-property: opacity, margin-top;
  -o-transition-duration: 0.75s;
  -o-transition-timing-function: ease-in;
  -ms-transition-property: opacity, margin-top;
  -ms-transition-duration: 0.75s;
  -ms-transition-timing-function: ease-in;
  transition-property: opacity, margin-top;
  transition-duration: 0.75s;
  transition-timing-function: ease-in;
  opacity: 0;
}
#watson__body__chat  .load .message-inner {
  margin-top: 0.3125rem;
  opacity: 1;
}
#watson__body__chat  .from-user .message-inner {
  max-width: 85%;
  min-width: -20%;
  padding-right: 4px;
  margin-right: 5px; 
  background: #ff7a00;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #fff;
  float: right;
  font-size: 13px;
  text-align: left;
}
#watson__body__chat  .from-user .message-inner p {
  color: #ffffff !important;
}
#watson__body__chat  .from-user .message-inner:before, .from-user .message-inner:after {
  content: "";
  position: absolute;
}
#watson__body__chat  .from-user {
  width: 80%;
  margin: 2% 0% 2% 0%;
  float: right;
}

#watson__body__chat .from-watson .message-inner {
    display: block;
    margin: 1rem 0 1rem 1rem;
    background: #eaeaea;
    border-radius: .3rem;
    font-size: 13px;
    text-align: left;
    line-height: 3.313rem;
    color: #6d6d6d;
    float: left;
}
  #watson__body__chat .from-watson.from-agent .message-inner {
      background: #989898;
  }
#watson__body__chat .from-watson .message-inner:before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right-color: #eaeaea;
  top: 5px; 
  left: -20px;
}
  #watson__body__chat .from-watson.from-agent .message-inner:before {
      border-right-color: #989898;
  }
#watson__body__chat .from-watson.latest .message-inner {
  color: #000;
}
#watson__body__chat .from-watson {
  display: block;
  padding-left: 32px;
  background-image: url(djingo.png);
  background-size: 3.2rem;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  float: left;
}
  #watson__body__chat .from-watson.from-agent { 
    background-image: url(agent.png);
    background-size: 3rem;
    background-position: 0px 10px;
  }
#watson__body__chat .from-watson img {
  width: 100%;
}
  #watson__body__chat .from-agent img {
    display: block;
    margin: 0 auto;
    height: auto!important;
  }
  #watson__body__chat .from-agent .btn.btn-default {
    display: block;
    width: 13rem;
    margin: .4rem auto;
    padding: .7rem 1.6rem;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  #watson__body__chat .from-agent .btn.btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }  
  
#watson__body__chat .from-watson .list-default li {
  margin: .5rem 0 .5rem 1.5rem;
  list-style: disc;
}
#watson__body__chat .from-watson li a, 
#watson__body__chat .from-watson li span {
  width: 90%;
}
#watson__body__chat .from-watson a.btn {
  display: inline-block;
  margin: .5rem 0;
}
#watson__body__chat .from-watson ol {
  padding-left: 5%;
  margin-left: 6%;
  margin: .5rem 0;
}
#watson__body__chat .from-watson ol a, 
#watson__body__chat .from-watson ol span {
  width: 90%;
  padding-left: 5%;
  margin-left: 6%; 
}
#watson__body__chat .from-watson p {
  margin: 1rem 0; 
}
#watson__body__chat .from-watson iframe {
  max-width: 100%;
  max-height: 400px;
  margin: 1.5rem 0;
  overflow-x: scroll;
}
#watson__body__chat .from-watson .message-inner > p {
  margin: 1.4120rem;
}

#watson__body__chat  .from-user p {
  color: #ffffff !important;
  line-height: 1.2;
  margin: 1.4120rem;
}

.watson__input__field {
  width: 74%;
  padding: 1.5rem 1rem;
  border: 0;
  background: #fff;    
  background-color: rgba(255,255,255,0);
  font-size: 15px;
  color: black !important;
  outline: none;
  float: left;
  overflow: hidden;
  -webkit-appearance: none;
  resize: none;
}

#watson__body__chat  .line-numbers {
  width: 2rem;
  color: #898989;
  text-align: right;
}
#watson__body__chat  .segments {
  display: inline-block;
  width: 96%;
  margin-bottom: 4px;
}

/* ----------------------------------*/
/* RN form image */
/* ----------------------------------*/

#rnwaiting{
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 51px;
    height: 15px;
    background-size: 5rem;
    background-repeat: no-repeat;
    background-image: url(waiting.gif);
}

/* ----------------------------------*/
/* Collapsed content and zoom images */
/* ----------------------------------*/

#watson__body__chat .collapseButton {
    position: relative;
    display: block;
    margin: .5rem 0;
    padding: .5rem 5rem .5rem .5rem;
    background-color: #d4d4d4;
    border-bottom: 2px solid #dcdcdc;
    border-radius: .5rem;
    box-shadow: 0 1px 0px #a5a5a5;
    cursor: pointer;
}
#watson__body__chat .collapseButton:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 1rem;
    background: url(buttonCollapse.png) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: .5rem;
    right: 0.75rem;
}

#watson__body__chat .collapseButton.active:after { 
  -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
#watson__body__chat .collapsed { 
  display: none;
}
#watson__body__chat .collapseButton + div {
  background-color: #d4d4d4;
  padding: .3rem;
} 

#modal-overlay-Watson-img {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 5rem;
    background: rgba(0, 0, 0, 0.64);
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 1s .3s ease-out; transition: opacity 1s .3s ease-out;
    overflow-y: scroll;
    z-index: -10;
}
#modal-overlay-Watson-img.displayModal { opacity: 1; z-index: 99999999999999999999999999999;}
#modal-overlay-Watson-img img {
    width: 98%;
    height: auto;
    max-width: 800px;
    display: block;
    margin: 0 auto 6rem;
}
.closeModalWatson {
    background: #fff;
    color: #000;
    cursor: pointer;
}

/* ----------------------------------*/
/* bg and color response             */
/* ----------------------------------*/
#watsonPopUp .bg-green {
  padding: 1rem;
  background-color: #50be87;
}
#watsonPopUp .bg-grey {
  padding: 1rem;
  background-color: #ddd;
}
#watsonPopUp .color_blanco { color: #fff;}


/* ----------------------------------*/
/*  desplegable-futbol               */
/* ----------------------------------*/
.row.gr100.row1 {
    min-width: 240px;
    margin: 0 -1.4120rem;
}
#watson__body__chat .row.gr100.row1 + br + p { margin: 0;}
#watson__body__chat .accordion-heading {
    min-height: 65px;
    width: 100%;
    display: block;
    color: #000;
    font-family: helveticaFamily ,HelveticaNeue, Arial !important;
}
#watson__body__chat .accordion-heading p {
    display: block;
    min-height: auto;
    margin: 0;
    padding: 15px 35px 15px 5px;
    
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    text-align: right;
    color: #000;
    box-sizing: border-box;
    background-size: auto 100% !important;
    background-position: -50% top !important;
}

#watson__body__chat .futbol-1div .accordion-heading .accordion-toggle { background: url(./futbol-1div.png) #ff7900 no-repeat;}
#watson__body__chat .futbol-2div .accordion-heading .accordion-toggle  { background: url(./futbol-copadelrey.png) #ff9c4b no-repeat;}
#watson__body__chat .futbol-copadelrey .accordion-heading .accordion-toggle { background: url(./futbol-copadelrey.png) #ffb4e6 no-repeat;}
#watson__body__chat .futbol-champions .accordion-heading .accordion-toggle  { background: url(./futbol-champions.png) #4bb4e6 no-repeat;}
#watson__body__chat .futbol-europeleague  .accordion-heading .accordion-toggle { background: url(./futbol-europeleague.png) #a885d8 no-repeat;}
#watson__body__chat .futbol-internacional .accordion-heading .accordion-toggle  { background: url(./futbol-internacional.png) #dedede no-repeat;}

#watson__body__chat .desplegable-partidos .fecha {
    background: #b3b3b3;
    width: 100%;
    min-height: 25px;
}
#watson__body__chat .desplegable-partidos .fecha h3 {
    background: #333;
    color: #fff;
    width: 70%;
    padding: 0 2%;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    margin: 0;
    text-align: left;
}
#watson__body__chat .desplegable-partidos .fecha h3:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 100%;
    right: -10px;
    top: 0px;
    background: linear-gradient(to right top, #333 50%, transparent 51%);
}
#watson__body__chat .desplegable-partidos ul li {
    list-style: none;
    background: #f5f5f5;
    position: relative;
    border-bottom: 1px solid #ccc;
    line-height: 0;
}
#watson__body__chat .desplegable-partidos ul li h4 {
    margin: 0;
    padding-top: 7px;
    padding-left: 5%;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
#watson__body__chat .desplegable-partidos ul li .canal {
position: relative;
    width: 65%;
    height: 25px;
    display: inline-block;
    padding: 0 5%;
    background: #ddd;
    color: #000;
    text-align: right;
    line-height: 35px;
    top: 0;
    right: auto;
    left: 0;
    overflow: hidden;
}

#watson__body__chat .desplegable-partidos ul li .hora:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 100%;
    left: -10px;
    top: 0px;
}
#watson__body__chat .desplegable-partidos ul li .canal p {
    max-height: 30px;
    max-width: 150px;
    display: inline-block;
    margin: 0;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    position: relative;
}
#watson__body__chat .desplegable-partidos ul li .canal span {   
    width: 20px;
    height: 20px;
    margin: 0 6px 0 10px;
    padding: 3px 5px;
    display: inline;
    background: #ffd200;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 25px;
    vertical-align: top;
}

#watson__body__chat .desplegable-partidos ul li .hora {
    position: relative;
    width: 23%;
    right: auto;
    display: inline-block;
    left: 0;
    height: 22px;
    line-height: 23px;
    font-size: 15px;
    border-bottom: 3px solid #ddd;
    color: #000;
    text-align: center;
    float: right;
    padding: 0 1%;
    font-weight: bold;
    top: 0;
}
  #watson__body__chat .futbol-1div .hora { background: #ff7900;}
  #watson__body__chat .futbol-2div .hora  { background: #ff9c4b;}
  #watson__body__chat .futbol-copadelrey .hora { background: #ffb4e6;}
  #watson__body__chat .futbol-champions .hora  { background: #4bb4e6;}
  #watson__body__chat .futbol-europeleague  .hora { background: #a885d8;}
  #watson__body__chat .futbol-internacional .hora  { background: #dedede;}

  #watson__body__chat .futbol-1div .hora:before {
      background: linear-gradient(to left bottom, #ff7900 50%, transparent 51%);
  }
  #watson__body__chat .futbol-2div .hora:before {
      background: linear-gradient(to left bottom, #ff9c4b 50%, transparent 51%);
  }
  #watson__body__chat .futbol-copadelrey .hora:before {
      background: linear-gradient(to left bottom, #ffb4e6 50%, transparent 51%);
  }
  #watson__body__chat .futbol-champions .hora:before {
      background: linear-gradient(to left bottom, #4bb4e6 50%, transparent 51%);
  }
  #watson__body__chat .futbol-europeleague .hora:before {
      background: linear-gradient(to left bottom, #a885d8 50%, transparent 51%);
  }
  #watson__body__chat .futbol-internacional .hora:before {
      background: linear-gradient(to left bottom, #dedede 50%, transparent 51%);
  }

/**************************************************
    MEDIA QUERIES
***************************************************/
@media screen and (min-width: 360px){ 
  .row.gr100.row1 { min-width: 285px;}
}
@media screen and (min-width: 480px){ 
  .row.gr100.row1 { min-width: 340px;}
}
@media only screen and (min-width: 550px) {
    #watsonButton { bottom: 50%;}
    #popupabrirWatson {
      width: 130px;
      height: 64px;
      background-position-y: 10px;
      background-size: 125px auto;
    }
    #watsonButton:hover #popupabrirWatson {
      background-position-y: 10px;
      background-size: 125px auto;
    }  
    #watsonPopUp:target {
      width: 400px;
    }
    .watsonPopUpContainer {
      height: 95%;
    }
    .modal-wrapperWatson {
      right: 0;
    }
    #watson__body__chat .from-user .message-inner {
      font-size: 15px;
    }
    #watson__body__chat .from-watson .message-inner {
      font-size: 15px;
    }
    #watson__body__chat  .feedbackSmartForm-bubble {
      width: 30rem;
    }
    .row.gr100.row1 { min-width: 320px;}
}
