/*.footer a{
    color: #808080;
}
body {
    background: #b3b3b3;
}
*/
input.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}

.validation-advice {
    margin: 1px 0;
    padding: 1px;
    color : #FF3300;
    font-weight: bold;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

/*.dropdown-menu a:hover{
    color: #f9a532;
}*/

.nombre_corto {
    color: #0000FF;
    font-weight: bold;
}

.anuncio {
    color: #000000;
    font-weight: bold;
}

.oculto {
	display: none;
}

.pendiente {
	border-color: red;
	background-color: yellow;
}

.resaltado_verde {
    color: #FF0000;
    font-weight: bold;
}

.resaltado_info_ok {
    color: #000000;
    font-weight: bold;
    background-color: #ff0;
    text-align: center;
    font-size: medium;
    border-radius: 15px;
    border: 2px solid #0000FF;
}

.resaltado_info_no {
    color: #FF0000;
    font-weight: bold;
    background-color: #ff0;
    text-align: center;
    font-size: medium;
    border-radius: 15px;
    border: 2px solid #0000FF;
}

@media screen and (max-width: 767px) {
  .dropdown {
    position: relative;
    width: 100%;
    text-align: left;
  } 
    
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}






