body {
  padding-top: 6rem;
}

.navbar {  
  padding: 0.2rem 1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.bg-bisque {
  background-color: #f5eee1;
}

#librerias {  
  color: white;
  background-color:rgb(162, 211, 90);  
}

#misVideos {  
  color: white;
  background-color: #0066FF;  
}

#misAudios {
  color: white;
  background-color: #0066FF;  
}

/* Barra de navegacion */
.navbar-dark .navbar-brand {
  color: black;
  font-size: 2.2em;
}

.navbar-dark .navbar-nav .nav-link {
  color: black;
  font-size: 1.3em;  
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: blueviolet;
}

.navbar-dark .navbar-nav > li > a:hover {      
  color: white;
  background-color: black;  
  margin: 0px;
}

h1 {
  font-size: 40px;  
  color: #02554f;
}

.card-title a {
  font-size: large;
  color: brown;
}

.list-group-item {
  font-weight: bold;
  color: #003330;
}

/* Libros listados como 'cards' de Bootstrap */
.card {
  border-radius: 5%;
}

.img-rounded {
  border-radius: 10%;
}

/* Formulario para añadir nuevos libros */
#anyadirLibro {
  /* añadir algun icono */
  color: white;
  background-color: #0066FF;
}

:required {
  border: solid 2px red;
  box-shadow: 0 0 5px red inset;
}

::placeholder {
  text-align: center;
  color: #979696;
}

.form-group > input {
  height: 40px;
  background-color: #EAE7E7;        
  border: solid 1px #D1D0D0;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.form-group > select {
  margin: 0 auto;  
}

.modal-footer button {
  height: 40px;
  width: 120px;
  border-radius: 10px;
  border-color: black;
  margin: 0 auto;       
  color: white;
  font-weight: bold;    
  background-color:#666666;
  text-align: center;
}

/* Slider para el control del volumen del video */
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

/* Seccion de videos */
#myvideo {
  border: 8px solid black;
  border-radius: 10px;
  padding: 0px;
}

.botonera {
  width: 500px;
}

.otrosControles h5 {
  display: inline;
}

/* Seccion de audios */
#selectorCanciones {
  margin: 20px;
  border: 2px solid black;
  border-radius: 10px;
}

/* Geoposicionamiento */
#mapid {
  height: 640px;
}
