body{ 
    background-image : url("../img/fondo.png");
    filter: none;
}

.modal-body2{
    height: 600px;
    width: 100%;
    overflow-y: auto;
  }

#margenModal    {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    }

#cont_mov{
    overflow-y: auto;
    max-height: 700px;
}

#form-login{ 
    margin-top : 200px; 
}
.opcion:hover{
    background-color:#1d2124!important
}
.subopcion:hover{
    color:#212529;
    background-color:#ececf6;
    border-color:#dae0e5;
    cursor: pointer
}
.sub-opci-activo{
    color:#212529;
    background-color:#ececf6;
    border-color:#dae0e5;
    font-weight : bolder
}
.popover{
    max-width: 500px!important
}
th{
    padding-bottom: 0px!important;
    padding-top: 0px!important
}
#contenido{
    background-color:rgba( 245, 245, 245, 1 );
}

.ajs-input{
    display: block!important;
    width: 100%!important;
}
.fa-trash-alt, .fa-times-circle, .fa-file-pdf{
    color: #f55d5d;
}
.fa-list-alt{
    color: cornflowerblue;
}
.fa-edit, .fa-question-circle{
    color: orange;
}
.fa-paper-plane, .fa-check-circle, .fa-file-excel{
    color: limegreen;
}
.fa-cogs, .fa-box, .fa-money-bill-alt, .fa-inbox, .fa-history, .fa-binoculars, .fa-check-square, .fa-users, .fa-wrench, .fa-fighter-jet, .fa-chevron-right{
    color : saddlebrown;
}

.oscuro{ 
    filter: brightness(100%);
}

.normal{ 
    filter: brightness(100%);
}

.Fields {
	background-color: #ffbf75;
	border: 2px solid #A8A8A8;
}


#msg {
    visibility: hidden;
    color: red;
    font-weight: bold;
    font-size: 22px;
    font-family: Verdana;
  }
  button {
    padding: 5px 10px;
    border: 1px solid grey;
    font-size: 18px;
    background: white;
  }
  
  .audio-controls {
    display: flex;
    align-items: center;
    padding-top: 20px;
    justify-content: center;
  }
  .audio-controls button {
    margin: 0px 5px;
  }
  canvas {
    margin-top: 10px;
    background-color: black;
  }
  select {
    height: 25px;
    margin: 0px 5px;
  }
  a {
    margin-left: 20px;
  }
  .app {
    text-align: center;
    padding-top: 20px;
  }
