
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Averia+Serif+Libre);
@import url(https://fonts.googleapis.com/css?family=Adamina);
@import url(https://fonts.googleapis.com/css?family=BenchNine);
@import url(https://fonts.googleapis.com/css?family=Mate);
/* Notificaciones */

.titulos{
  font-size: 17px;
}

.clouds {
  background: rgba(0, 0, 0, 0) url("/images/clouds.png") no-repeat scroll center bottom;
  bottom: -2px;
  min-height: 125px;
  position: absolute;
  width: 95%;
  z-index: 9;
}

.spnNotifications {
  margin-left: 8px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.btnNotifications {
  color: #fff;
  border: thin solid #111;
  cursor: pointer;
  background-color: #444444;
  padding: 8px;
  margin-top: 6px;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
}

.btnNotifications:hover { background-color: #555555; }
/* CSS General de ayuda */
div.ayuda-menu div.ayuda-title{
  padding: 22px 0 8px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid rgba(136, 136, 136, 0.31);
  font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
}

div.content-help { 
  padding-top: 0; 
}

div.ayudaNew div.content-help {
  padding-top: 2%;
}
  
div.content-help h1 {
  color: #444;
  margin-left: 10px;
  border-bottom: 1px solid #888;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.ayuda-menu ul { 
  list-style-type: none; 
}
    
.ayuda-menu ul li label {
  color: #444;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 0;
  padding: 3px 0 3px 20px;
  font-weight: bold;
  font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
}
    
.ayuda-menu ul li label:hover {
  background-color: #EAE8EF;
  color: #000;
}

.ayuda-menu ul li ul {
  padding: 0;
  width: 215px;
  margin-left: -40px;
  font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
}

.ayuda-menu ul li ul li label {
  background-color: #F4F3F7;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  margin-bottom: 0;
  padding: 8px 0 8px 30px;
  margin: 0;
  font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
}

.ayuda-menu ul li ul li label:hover {
  color: #000;
  background-color: #efefef;
  font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
}

.navbar-absolute {
  position: absolute;
  margin-bottom: 0;
  z-index: 1000;
  width: 100%;
}

.ayuda {
  position: absolute;
  height: 93%;
  background: transparent linear-gradient(to right, rgb(244, 243, 247) 28%, #FFF 232px) repeat scroll 0px 0px;
  width: 60%;
  right: 0px;
  z-index: 250px;
  display: none;
  top: 0px;
  padding-top: 42px;
  z-index: 800;
  font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
}

.ayuda-menu {
  position: relative;
  width: 28%;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.ayuda-title {
  font-size: 22px;
  height: auto;
  width: 100%;
  cursor: pointer;
  font-family: 'Acme', sans-serif;
  position: relative;
  text-align: center;
  padding: 30px 0px 20px 0px;
}

.bx-help { color: #FFA203; }

.nav-menu {
  margin-bottom: 20px;
  list-style: none;
}

.nav-menu > li:hover > label,
label.active {
  background-color: rgb(219, 216, 221) !important;
}

.bx-menu {
  padding: 0px;
  width: 100%;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}

.content-help {
  position: relative;
  width: 69%;
  height: 90%;
  padding: 10px;
  float: right;
  overflow: hidden;
}

.content-close {
  text-align: right;
  padding: 10px;
  float: right;
  overflow: hidden;
  position: relative;
  width: 69%;
}

.show-help {
  background-color: #FFF;
  width: 100%;
  font-size: 15px;
  text-align: justify;
  position: relative;
  float: right;
  height: 85%;
  overflow-y: scroll;
}

.show-help p img { 
  position: relative; 
}

.show-help p img.img-center,
.img-youtube {
  /*padding:1px;*/
  border:1px solid #021a40;
  margin: 0 auto;
  max-width: 100%;
  display: inherit;
  margin-bottom: 8%;
  margin-top: 5%;
}

.img-youtube { 
  cursor: pointer; 
}

.show-help p code{
  color: #1B1718;
}

.show-help ol li code{
  color: #1B1718;
}

.show-help blockquote p {
  font-size: 16px;
  margin: 7px 33px -4px 15px;
}

.show-help a {
  font-size: 12px;
}

.show-help strong {
  font-size: 16px;
}

.show-help p img.img-left {
  float: left;
  margin-bottom: -6px;
  max-width: 100%;
}

.show-help p img.img-right { 
  float: right; max-width: 100%; 
}

.show-help > * { 
  /*margin:  3px 15px 10px;margin: -1px 12px 25px 4px;*/
  margin: -1px 26px 21px 5px;
  font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
}

.show-help ul { margin:  15px 30px;}

.help-navigation {
  position: relative;
  width: 69%;
  float: right;
}

#dlgShowVideo {
  opacity: 1;
  display: none;
  overflow: hidden;
}

.nav-header {
  /*text-transform: ;*/
}

.nav-list > li > a,
.nav-list .nav-header{
  margin-left: -45px;
}

.title {
  font-size: 15px;
  color: #7A7373;
  display: block;
  margin-left: -38px;
  font-weight: bold;
  /*height: 37px;*/
  line-height: 37px;
  position: relative;
  cursor: pointer;
}

.title:hover { color: #535c69; }

.subtitle:hover { color: #535c69; }

#botones { margin-bottom: 3%; }

.btnCalificacion {
  text-transform: uppercase;
  display: inline-block;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  padding: 12px 17px;
  width: 160px;
  font-size: 13px;
}

#btnPositive {
  background-color: #fafafa;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  display: inline-block;
  line-height: 16px;
  margin: 6px 8px 6px 0;
  min-width: 88px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

#btnNegative:hover{
  color:#757575;
  background-color: #E0E0E0;
}

#btnPositive:hover{
  color:#757575;
  background-color: #E0E0E0;
}

#btnNegative {
  background-color: #fafafa;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  display: inline-block;
  line-height: 16px;
  margin: 6px 8px 6px 0;
  min-width: 88px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

#btnsendComment {
  background: #4285f4 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  outline: 0 none;
  padding: 10px 16px;
  text-transform: uppercase;
}

#btnsendComment:hover {
  background: #3b78e7 none repeat scroll 0 0;
  cursor: pointer;
  text-decoration: none;
}

#nt {
  margin-left: 23%;
  width: 40%;
}

/* Resultados de la búsqueda */
.search-results { margin-left: 0; }

.search-results blockquote { margin-bottom: 10px; }

.search-results blockquote p { color: rgb(111, 119, 118); }

.search-results blockquote strong { color: rgb(52, 56, 55); }


@media screen and (max-width: 700px) {
  .content-help {
    padding: 0px;
  }
  .ayuda-menu ul li ul li label {
    padding: 8px 0 8px 0px;
  }
}

@media screen and (max-width: 1100px) {
  .content-help {
    padding: 0px;
  }

  .ayuda-menu ul li ul li label {
    padding: 8px 0 8px 0px;
  }
}


div.ayuda-menu .right {
  width: 80%;
  float: right;
}
div.ayuda-menu .left {
  width: 20%;
  float: left;
  bottom: 4px;
}

/*--NUEVA AYUDA--23/07/2021--*/
.ayuda.ayudaNew {
  border-left: 1px solid var(--ondel-gray3);
  box-shadow: 0px 0 4px 1px var(--ondel-gray2);
  padding-top: 0;
  height: auto;
  top: 0;
  bottom: 0;
  background: var(--white);
  font-family: inherit;
  position: fixed;
}
.ayuda.ayudaNew .content-back,
.ayuda.ayudaNew .content-close {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.6s ease;
}
.ayuda.ayudaNew .content-back i,
.ayuda.ayudaNew .content-close i {
  color: var(--white);
  font-size: 22px;
}
.ayuda.ayudaNew .content-back:hover,
.ayuda.ayudaNew .content-close:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.ayuda.ayudaNew .content-close {
  right: 5px;
  left: auto;
  padding: 0;
}
.ayuda.ayudaNew .ayuda-menu {
  background-color: var(--ondel-gray1);
  padding-top: 50px;
  border-right: 1px solid var(--ondel-gray3);
}
.ayuda.ayudaNew .ayuda-menu .ayuda-title {
  text-align: left;
  padding: 10px 10px 15px;
  box-sizing: border-box;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu {
  height: calc(100% - 100px);
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul {
  margin-left: 0;
  padding: 0;
  width: 100%;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > label {
  margin: 0;
  text-shadow: none;
  padding-left: 10px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > label:hover {
  transition: all 0.6s ease;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > ul {
  margin-left: 0;
  padding: 0;
  width: 100%;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > ul > li label {
  padding-left: 20px;
  background-color: var(--white);
  color: var(--gray);
  text-shadow: none;
  transition: all 0.6s ease;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > ul > li label.active {
  background-color: var(--gray4) !important;
}
.ayuda.ayudaNew .content-help {
  height: calc(100% - 48px);
  margin-top: 20px;
}
.ayuda.ayudaNew .content-help .show-bienvenida h4 {
  font-weight: 500;
  text-align: left !important;
  margin-bottom: 15px;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.ayuda.ayudaNew .content-help .show-bienvenida h4 img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.ayuda.ayudaNew .content-help .show-bienvenida h5 p {
  font-size: 16px;
  line-height: 24px;
}
.ayuda.ayudaNew .content-help .show-bienvenida h5 p:last-child {
  font-size: 12px;
  opacity: 0.8;
}
.ayuda.ayudaNew .content-help .show-bienvenida .clouds {
  display: none;
}
.ayuda.ayudaNew .content-help #content_docs {
  border: 0;
  width: 100% !important;
  overflow-y: auto;
}
/*Centro de Ayuda - Ayuda toma el color de la barra de navegacion*/
.ayuda.ayudaNew .ayuda-menu .ayuda-title .bx-help{
  color:var(--col-back-nav);
}
/*Ajustando Ayuda 29/03/2022*/
.ayuda.ayudaNew {
  z-index: 3333;
}
.ayuda.ayudaNew .content-help .show-bienvenida > h4 {
  margin-top: 0;
}
.ayuda.ayudaNew .content-help .show-bienvenida > h5 {
  font-size: 1.25rem;
  font-weight: 400;
}
/*CSS para mejorar Ayuda en todas las plataformas 31/05/2022*/
.ayuda.ayudaNew {
  z-index: 33333;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li {
  width: 100%;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > label {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > ul > li {
  width: 100%;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > ul > li label {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}
.ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > ul > li label:hover, .ayuda.ayudaNew .ayuda-menu .bx-menu > ul > li > ul > li label.active {
  color: var(--txt-black);
  background-color: var(--ondel-gray1) !important;
}