.modal-content {
	background-color: #000000;
	border: none;
}

#modal_imagen .modal-content, #modal_proyectos .modal-content, #modal_pacientes_ver_modificar_variables .modal-content {
	min-height: 100%;
}

#modal_upload .modal-content {
	max-height: 80% !important;
}

#modal_imagen .modal-content .modal-header {
	border: none;
}

#modal_upload .modal-content .modal-header {
	border-style: solid;
	border-width: 1px;
	border-color: #bebebe;
}

.modal-content .modal-body {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #bebebe;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #bebebe;
	border-bottom: none;
	border-top: none;
}

.modal-content .modal-body.modal_body_sin_footer {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bebebe;
}

.modal-content .modal-footer {
	border-style: solid;
	border-width: 1px;
	border-color: #bebebe;
	border-radius: 0px;
}

.modal-content .nav-tabs .nav-link.active {
	border: 1px solid #d29139;
	background-color: #453722;
	color: #ebdcc8;
}

.modal-content .nav-tabs .nav-link {
	border: 1px solid #bebebe;
	background-color: #242424;
	color: #bebebe;
	height: 50px;
}

.boton_cerrar_modal BUTTON {
	border: 1px solid #bebebe;
	background-color: #3b3b3b;
	color: #bebebe;
}

.boton_cerrar_modal BUTTON:hover {
	background-color: #191919;
	color: #bebebe;
}

.capa_modal_navegacion {
	height: 50px;
}

.boton_cerrar_modal {
	width: 50px;
	height: 50px;
}

.boton_cerrar_modal BUTTON {
	width: 50px;
	height: 50px;
}

.modal-content .modal_tab_imagen_paciente {
	height: auto;
}

.modal-content .modal_tab_imagen_paciente_datos_paciente {
	display: grid;
  	grid-template-columns: repeat(auto-fill, 50%);
}

.modal-content .modal_tab_imagen_paciente_datos_paciente .modal_tab_campo_y_label {
	margin-right: 3%;
}

.modal-content .modal_tab_imagen_label {
	padding-bottom: 8px;
	margin-top: 8px;
}

.modal-content .modal_tab_imagen_campo {
	background-color: #242424;
	border-style: solid;
	border-width: 1px;
	border-color: #474747;
	padding-left: 18px;
	height: 50px;
} 

.modal-content .modal_tab_metadato_spacer_row_table {
	height: 4px;
}

.modal-content .modal_upload_texto_subida_1 {
	padding-left: 23%;
	padding-right: 23%;
	padding-top: 30px;
	padding-bottom: 0px;
}

.modal_upload_subir_img {
	display: block;
	visibility: visible;
}

.modal_upload_subir_img_flex {
	display: flex;
	visibility: visible;
}

.modal_upload_subiendo_img {
	display: none;
	visibility: hidden;
}

.modal_upload_uploading .modal_upload_subir_img, .modal_upload_uploading .modal_upload_subir_img_flex {
	display: none;
	visibility: hidden;
}

.modal_upload_uploading .modal_upload_subiendo_img {
	display: block;
	visibility: visible;
}

#modal_upload .modal_imagen_pendiente {
	background-image: url('../img/ico-upload-pendiente.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	border-color: #474747 !important;
}

#modal_upload .modal_imagen_ok_upload {
	background-image: url('../img/ico-upload-ok.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	border-color: #474747 !important;
}
#modal_upload .modal_imagen_ok_processed {
	background-image: url('../img/ico-upload-ok.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	border-color: green !important;
}


#modal_upload .modal_imagen_error {
	background-image: url('../img/ico-upload-error.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	border-color: #db617d !important;
}

#modal_imagen .posicionCapaEstadosModal {
	inset: -199px auto auto -1px;
}

#modal_imagen .posicionCapaEstadosModal.posicionCapaEstadosControlCalidad {
	inset: -294px auto auto -1px;
}

.width_max_content {
	width: max-content;
}

.modal_icono_scroll_izqda_tabs {
	top: 8px;
	left: 5px;;
}

.modal_icono_scroll_dcha_tabs {
	top: 13%;
	left: -23px;
}

.modal_imagen_ico_sig_ant {
	width: 20px;
	opacity: 0.8;
}

.modal_imagen_ico_sig_ant_pequeño {
	width: 12px;
	opacity: 0.8;
}

.ms-30_percent {
	margin-left: 30% !important;
}

.ms-40_percent {
	margin-left: 40% !important;
}

.modal_config_ancho_300 {
	width: 20%;
}

.modal_config_ancho_150 {
	width: 10%;
}

.textarea_no_resize {
	resize: none;
}

.tabla_border_collase_separate {
	border-collapse: separate;
 	border-spacing: 3px;
}

.td_modal_texto_sin_hover {
	border: 1px solid #6f6f6f;
	background-color: #3b3b3b;
	color: #bebebe;
	padding: 17px 10px;
}
.modal_upload_container_uploading{
	height: 200px;
	overflow-y: auto;
}