/* Add here all your css styles (customizations) */

#tabla1{
	max-height: 600px;
    overflow:scroll;
}

.dropdownc {
    position: relative;
    display: inline-block;
}

.dropdownc-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-height: 500px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    overflow: scroll;
}

.dropdownc:hover .dropdownc-content {
    display: block;
}

#id_licencia {
    max-height: 300px;
    overflow: scroll;
}

#campos-ocultos {
    border: 1px #ef4e50 solid; 
    margin-bottom:10px; 
    padding:10px;
}

.DragWord{
    width: auto;
    max-width: 400px;
    margin-bottom: 2px;
    background-color: #ef4e50;
    color: white;
    border-radius: 4px !important;
    padding: 0 30px 0 10px;
    text-align: center;
    
}

.wordy{
    text-align: left;
}

.DropTarget{
    width: 100%; 
    height: 200px; 
    border: 2px #333 dashed;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

.dropInd{
    width:100% !important; 
    border: 2px solid #E5E3E3; 
    margin-bottom:2px;
}

.hidden{
    display: none;
}

#opciones_documentos{
   /* position: absolute;*/
    margin-top: -63px;
    float: right;
    width: 400px;
}

.fancybox-lock .fancybox-overlay{ 
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 
}
