#overlay{
	position: fixed;
    top: 0;
    left: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #5e72e4 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}
.is-hide{
	display:none;
}


.d-none{
    display: none;
}
.opacity-none{
    opacity: 0;
    width: 0;
    height: 0;
}
.dropdown-toggle-table::after{
    content: none;
}

.table-image{
    width: 100px;
    height: 100px;

}

.table-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.table-center tbody tr td{
    vertical-align: middle;
}
.lb-closeContainer{
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 999;
}

/* Element showing an inline error message */
.form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 140%;
    font-size: 14px;
}
table.vertical-center tbody tr td{
    vertical-align: middle;
}

.select2-container{
    width: 100%!important;
}

.dropzone .dz-message {
    margin: 1em 0;
}


#editor-container {
    height: 350px;
}

.dropzone .dz-message i {
    text-align: center;
    display: block;
    color: var(--primary-color);
    font-size: 40px;
    margin-right: auto;
    margin-left: auto;
}

.dropzone:hover .dz-message i {
    color: #444;
    -webkit-transition: width 2s;
}


.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fotos-principales img {
    height: 159px;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}


.perfil-image img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}



#map_seguimiento {
    height: calc(100vh - 270px);
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }
div.dataTables_wrapper div.dataTables_filter{
    float: right;
}
.image-parent i{
    font-style: initial!important;
}

.rowhover:hover{
    background-color: rgba(0, 0, 0, 0.158);
}

/*
Esconder arrows/spins de los inputs number
.spinsHidden::-webkit-outer-spin-button,
.spinsHidden::-webkit-inner-spin-button
{
    /* display: none; <- Crashes Chrome on hover
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden
    -moz-appearance:textfield; /* Firefox
} */

.dropdown_course:hover{
    color: rgba(0,0,0,0.5);
    cursor:pointer;
}