.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }
/* Esto rompia el footer */
/*html, body { height: 100%; }*/

.loader-upload{
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 50px;
  height: 50px;
  -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); }
}

.img-canvas{
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border:1px solid #000000;
    height: 20px;
    width: 20px;
    cursor: pointer;
/*     margin-left:6px; */
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
/*     right: 0; */
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.adjunto-fila{
	padding-top:10px;
	border-bottom:1px solid #dddddd;
}

.adjunto-titulo{
	display: inline-block;
	font-weight:bold;
	color:white;
	font-size:16px;
	background-color:#4181bc;
	padding-top:10px;
	padding-bottom:10px;
}

@media screen and (max-width: 425px){
	.adjunto-titulo{
		display:none;
	}	
}

.upload-modal-window{
	z-index: 1071 !important;
}

.upload-modal .modal-dialog{
	top:115px;
}

.adjunto-archivo{
	margin-bottom:10px;
}

.btn-adjunto{
	padding: 12px 12px;
	color:white;
	background-color: #00aeff;
	border-color: #00aeef;
	border: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor:pointer;
}

.adjunto-descripcion{
	font-size:16px;
}

.adjunto-tamano{
	font-size:16px;
}

.adjunto-icono{
	font-size:19px;
}

.adjunto-input{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
}

.adjunto-check{
	width: 0px !important;
	border: 0px !important;
}

.adjunto-centrar > div {
	justify-content: center;
}

.form-adjunto{
	display: table-cell !important;
	padding: 11px 12px !important;
	border: 0px !important;
}

.btn-accion{
/* 	width: 70%; */
	display: block;
	padding: 0.5px;
}

.btn-upload{
	margin-bottom:2px !important;
}

.highlighted {
	background-color: #ffffcf;
	transition: 1s;
}

.not-highlighted {
	transition: 1s;
}