/** The Magic **/
.alineado
{
  display: flex;
  flex-flow: wrap;
}
.item
{
  height: calc(100% / 1.075);
  float: left;
}
.resultado
{
  text-align: center;
  margin-bottom: -20px;
  margin-top: -10px;
}
.resultado .dato
{
  display: inline-flex;
}
.rectangulo
{
  /*background:  #FF4C33;*/
  /*background: #33FF39;*/
  border: 2px solid #333;
  padding: 5px;
  border-radius: 0.75em;
  margin: 1px;
}
.rectangulo label
{
  color:black !important;
}

.chosen-container.chosen-drop-up .chosen-drop{
   top: auto;
   bottom: 100%;
}

.jstree-anchor {
    /*enable wrapping*/
    white-space : normal !important;
    /*ensure lower nodes move down*/
    height : auto !important;
}


.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

  .avatarUsuario
  {
    margin: 0 auto;
  }

  .btn-purpura
  {
    background-color: rgb(204, 102, 153);
    color: white;
  }

  .barraNavegacion
  {
    /*width: auto; /* you need this for it to work */
    padding-left: 10%;
    padding-bottom: 10px;
    /*padding-right: 50px;*/
    margin-bottom: 10px;
    /*margin-left: -10px; /* will touch very left side */
    margin-right: -10px; /* will touch very left side */
    background-color: #fff;
    border-bottom: 1px solid #E6E9ED;
  }

  .btnRevisar
  {
    cursor: pointer;
  }

  .caja-error
  {
    text-align: center;
  }

  .contenedorNivel
  {
    display: none;
  }

  .calendario
  {
    position: relative;
  }

  .calendario div input {
    padding-left: 40px;
  }

  .calendario i {
    position: absolute;
    left: 0;
    padding: 0px 20px;
    pointer-events: none;
    border-right: 1px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
  }

  .centrado
  {
    text-align: center;
  }

  .contenedorNivel
  {
    display: none;
  }

  /* Colores utilizados en la leyenda */
  .color1{
    color: #FCEC52;
  }
  .color2{
    color: #8FC93A;
  }
  .color3{
    color: #00A2E8;
  }
  .color4{
    color: #474647;
  }
  .color5{
    color: #C5283D;
  }
  .color6{
    color: #F20000;
  }
  .color7{
    color: #c1e2b3;
  }
  .color8{
    color: #fcefa9;
  }
  .color9{
    color: #f2dede;
  }

  .cuadroContestacion
  {
    display: none;
  }

  .divBreadcrumb
  {
    margin-bottom: 5px;
    margin-left: -15px;
  }

  .divScroll
  {
    height:150px;
    overflow-y: auto;
  }

  .bEliminar
  {
    color:: #8FC93A;
  }

  .errorDevolucion
  {
    display: none;
  }

  .divnuevaReco
  {
    display: none;
  }

  .filaValidar
  {
    margin-top: 5%;
  }

  .hrGrueso
  {
    border-width: 5px;
  }

  .imgRespuesta
  {
    margin-top: 1%;
  }

  .imgXSmall
  {
    max-width: 70px;
  }  

  .imgXXSmall
  {
    max-width: 50px;
  }

  .infoPcResp
  {
    background-color: rgba(153, 204, 255, 0.5);
    color: rgb(70, 70, 70);
  }

  .inputRespuesta
  {
    margin-top: 3%;
    min-height: 100px;
  }

	.logoPrincipal
	{
		width: 100%;
	}

  .mensaje
  {
    cursor: pointer;
  }

  .mensajeCuerpo
  {
    display: none;
  }

  .negrita
  {
    font-weight: bold;
  }

  .nomal
  {
    font-weight: normal;
  }

  @media (max-width: 1025px) {
    .ocultar-tablet {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .ocultar-movil {
      display: none;
    }
  }

  @media (max-width: 368px) {
    .ocultar-movil-small {
      display: none;
    }
  }


  .cuerpoPC
  {
    display: none;
  }

  .boton-activado{
    color:white;
  }

  /* Leyendas */
  .my-legend .legend-title {
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 90%;
   }
  .my-legend .legend-scale ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
   }
  .my-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 50px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 80%;
    list-style: none;
   }
  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 50px;
   }
  .my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
  }
  .my-legend a {
    color: #777;
  }

  /* Colores de fondo utilizados en la leyenda */
  .bcolor1
  {
    background: #FCEC52;
  }

  .bcolor2
  {
    background: #8FC93A;
  }

  .bcolor3
  {
    background: #00A2E8;
  }

  .bcolor4
  {
    background: #474647;
  }

  .bcolor5
  {
    background: #F7F7F7;
  }

  .bcolor6
  {
    background: #73879C;
  }

  .bcolor7
  {
    background: #F20000;
  }

  .botonPC
  {
    cursor: pointer;
  }

  .cuerpoMensaje
  {
    min-height: 300px;
  }

  .checkFilter
  {
    display: none;
    padding-top: 5px;
    color: #1ABB9C;
    font-size: 24px;
  }

  .checkFilterCross
  {
    padding-top: 5px;
    font-size: 24px;
    color: #F78181;
  }

  .divnuevaReco
  {
    display: none;
  }

  .ocultar
  {
    display: none;
  }

  .panelArbol
  {
    min-height: 85vh;
  }

  .separador
  {
    height: 100px;
  }

  .separador-small
  {
    height: 30px;
  }

  .sombreado
  {
    background-color: rgba(153, 204, 255, 0.5);
  }

  .tablaAvance
  {
    padding-left:20px;
  }

  .vistaAlertas
  {
    margin-left: 2%;
  }
  /* END Clases */

  /* ID's */
  #asignacionUsuariosTitulo
  {
    display: none;
  }

  #esconder
  {
    display: none;
  }

  /* Botones añadir/editar */
  #boton-anadir
  {
    background-color: orange;
    color: white;
  }
  #boton-editar
  {
    background-color: #26B99A;
    color: white;
  }

  #botonesAlertas
  {
    height: 60vh;
    overflow-y: scroll;
  }

  #btnQuitarFiltro
  {
    display: none;
  }

  #datatable-responsive tr:hover
  {
    cursor: pointer;
  }

  #datatable-responsive tr.selected
  {
    background-color:#B0BED9
  }

  #divInfoFiltros
  {
    width: 97%;
    padding: 3%;
    border: 1px solid #D8D8D8;
    margin-bottom: 3%;
  }

  #denegado
  {
    font-size: 130px;
  }

  #infoValidacion
  {
    border-left: 1px solid #D8D8D8;
  }

  #errorRecomendacion
  {
    display: none;
  }

  #evidencia
  {
    width: 100%;
  }

  #FondoBlanco
  {
    background-color: white;
  }

  #divFormularioRecomendacion
  {
    display: none;
  }

  #titulo
  {
    font-family: 'Source Sans Pro', sans-serif;
  }

  @media (max-width: 992px) {
    #titulo {
      display: none;
    }
  }

/*Loading*/
  .carga
  {
    position: left;
    /*background: #73879C;*/
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #73879C;
    border-radius: 50%;
    border-top: 16px solid #26B99A;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  @-webkit-keyframes spin 
  {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin 
  {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  /*Fin loading*/

  /* END ID's */

  /*Abrir cerrar x_content*/
  