
.verde {
	fill: #008000;
	fill-opacity: .5;
}
.rojo {
	fill: #ff0000;
	fill-opacity: .5;
}

.amarillo {
	fill: #ffff00;
	fill-opacity: .5;
}

.naranjo {
	fill: #ff6600;
	fill-opacity: .5;

}

th.verde {
	border-bottom: 5px solid #008000;
}
th.rojo {
	border-bottom: 5px solid #ff0000;

}

th.amarillo  {
	border-bottom: 5px solid #ffff00;

}
th.naranjo  {
	border-bottom: 5px solid #ff6600;


}

polygon {
	fill: transparent;
}

/*SVG cabeza*/
svg {

	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.container {
	width: 100%;
	overflow: hidden;
	display: flex;
}


.panel-tabla-resumen {
	width: 67%;
	float: left;
}

table, th, td {
    text-align: center;
    font-size: small;
}

th, td {
	border: 1px solid #C1C1C1;

}

th {
	font-weight: 900;
	background-color: #C1C1C14D;
}


table {
	width: 90%;
}

.titulo-modal {
    padding-bottom: inherit;
}

.area-especial button{
	color: red;
	padding-left: 0;
	font-size: small;
}

.area-especial td {
	border: 3px solid red;
}

#imagen_cuerpo, area {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

header {
	background: #006EB6;
	padding-top: 1%;
	padding-bottom: 1%;
}

.header{
	background-color: #006EB6;
	height: auto;
}

footer {
	background: #006EB6;
}

.col-lateral {
	width: 20%;
}

.col-central {
	width: 60%;
}
.panel-imagen {
	width: 30%;
	float: right;
	position: relative;
	display: inline-block; /* <= shrinks container to image size */
	height: max-content;
}

.area-cell {
	background: #006EB6;
	color: white;
}

td.col-area-del-cuerpo {
	border: none;
	text-align: left;
}

/*Para que la tabla tome el ancho total*/
.tabla {
display: inline-table;
border-collapse: separate;
}

.divTitulo {
	padding-top: 1%;
}

#div-form-ficha {
    border: 3px #006EB6 solid;
    height: 100%;
}

#imgTituloIngreso {

	width: 100%;

}

.mouse-over-polygon {
	fill: #006EB6;
	fill-opacity: .5;
}

legend, label {
	font-size: x-small;
	padding-top: calc(.375rem + 1px);
	font-weight: bold;
}

.div-input-ficha {
	padding: 1%;
	margin-bottom: 0;
}

input, select {
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #C1C1C1;
	font-size: small;
}

#img-ficha-clinica{
	width: 60%;
}



.no-padding{
	padding-left: 0;
	padding-right: 0;
}

.textosLargosMenorFuente {
	font-size: x-small !important;
}


.radio-buttons {
	border-radius: 0;
	margin-bottom: .9rem !important;
	width: 32%;

}

.btn-group {
	
	display: unset;
}

.oculto {
	display: none;
}

.input-texto {
	left: 0%;
}


#otrosTexto {
	bottom: 3.4%;
}

.logo-hospital-curico{
	width: 56%;
}

.logo-utalca {
	width: 28%;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #006EB6;
    border-color: yellow;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #006EB6;
    border-color: #006EB6;
}

.btn-group-sm > .btn, .btn-sm {

    font-size: .65rem;

}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {

    box-shadow: none;

}


#lineaPloma {
	height: 15px;
	width: 100%;
	background-color: #E8E9EB;
}

.secundario {
	border: 1px solid gray;
	color: black;
}

.etiqueta {
	padding-left: 15px;
	padding-right: 0;
}
.div-input-dp {
	padding-left: 0;
	white-space: nowrap;
}

.card-body{
	padding-bottom: .2rem;
}

button {
	border-radius: 0 !important;
}


#divFinalizar {
	margin-top: 1%;
}

.divRow100{
	height: 50%;
}


.rBDatosPacientes {
	font-size: small;
}

#tabla-calculo {
	width: 100%;
}

#tabla-calculo tr td, #tabla-calculo th {
	border: transparent;
	text-align: left;
}

 #tabla-ingreso-quemadura tr td {
 	border: transparent;
 	text-align: left;
 }
#tabla-ingreso-quemadura {
	width: auto;
}

.detallesCalculo {
	font-size: small;
}

#tabla-calculo th {
	background-color: #E8E9EB;
}

.pronosticoDado {
	color: red;
}

#detallesPronostico {
	color: red;
	font-size: small;
}

.padding-bottom {
	padding-bottom: 1%;
}

body {	
	font-family: loma;
}

.textoMaximoIngresoQuemadura {
	font-size: small;
}

.card {
	padding-bottom: 1%;
}

label { 
	cursor: pointer;
}

.id {
	padding-right: 0;
}

footer {
	background-color: transparent;
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 5%;
    padding-bottom: 0;
    z-index: 99;
}

.footer {
	font-size: small;
	padding-bottom: 0;
}

.footer > div {
	background-color: #E8E9EB;
	border: 1px solid #006EB6;
	text-align: center;
	padding-bottom: 0;
}

#parteDelCuerpoFooter {
	color: #006EB6;
}


#ayudaFooter {
	text-align: left;
}

.div-area-especial {
	font-size: small;
}

#modal-alert {
	z-index: 9999;
}

.modal-header {
	background-color: #006EB6;
}

.modal-header > p {
	font-size: medium;
	color: white;
}

textarea {
	height: 60%;
}

/*TExtos ingresados por el médico*/
[name$='Texto'] {
	font-family: "courier new";
	font-size: small;
}

.btn-group {
	display: inline;
}


.sugerencias {
	margin-top: 2em;
	display: grid;
	font-family: loma;
	font-size: small;

}

.titulo-sugerencias{

	font-size: medium;
	font-weight: bold;
	margin-bottom: 1em;
}

.nota-sugerencias{

	margin-bottom: 1em;
}

.info-sugerencias{
	display: flex;
	justify-content: space-between;
}


@media (min-width :167px) and (max-width:1024px) {

	table, th, td {
		font-size: 11px;
	}

	.no-padding-md{
		padding-left: 0;
		padding-right: 0;
	}



	input{
		font-size: x-small;
	}


	footer {
		display: none;
	}
}



/* Extra small devices (phones, less than 576px) */
@media (max-width: 575px) {
    /* CSS rules for phones */

	.logo-hospital-curico {
		width: 100%;
	}

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS rules for small devices */
	.logo-hospital-curico {
		width: 50%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* CSS rules for tablets */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* CSS rules for desktops */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* CSS rules for large desktops */
}

@media print {
	

}


@media print {

	.container-fluid {
	  width: auto;
	}

	 html, body {
	   width: 1024px;
	 }

	 .container {
	   width: auto;
	 }

	 .col-print-1 {
	 	width: 8.333%;
	 }

	 .col-print-2 {
	 	width: 16.666%;
	 }

	 .col-print-3 {
	 	width: 25%;
	 }

	 .col-print-4 {
	 	width: 33.333%
	 }

	 .col-print-6 {
	 	width: 50%
	 }
	 .col-print-8 {
	 	width: 66.666%;
	 }

	 .col-print-9 {
	 	width: 75%;
	 }
 	 .col-print-10 {
	 	width: 83.333%;
	 }
 

	 .col-print-12 {
	 	width: 100%;
	 }

	polygon{
		fill: #C6C6C6;
		fill-opacity: 1;
		stroke: transparent;
	}

	#imagen_cuerpo{
		display: none;
	}

	#btn-imprimir, #btn-finalizar {
		display: none;
	}
	label.active.focus, .toggle-on {
		background-color: #006EB699 !important;
		color: #fff !important;
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}

	
	.verde {
		fill: #008000;
		fill-opacity: 1;
		stroke:transparent;
	}
	.rojo {
		fill: #ff0000;
		fill-opacity: 1;
		stroke: transparent;
	}

	.amarillo {
		fill: #ffff00;
		fill-opacity: 1;
		stroke: transparent;
	}

	.naranjo {
		fill: #ff6600;
		fill-opacity: 1;
		stroke: transparent;
	}
	div.card {
		break-inside: avoid;
	}


	th.rojo {
		background-color: #ff0000;
	}

	th.amarillo  {
		background-color:  #ffff00;
	}
	th.naranjo  {
		background-color: #ff6600;
	}

	header {
		background-color: #006EB6 !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		color: white;
	}

	.logo-utalca {
		width: 3em;
		margin: 1em;
	}

	.logo-hospital-curico {
		width: 6em;
		margin: 1em;
	}


	#divFinalizar{
		display: none;
		width: 0;
	}

	#imgTituloIngreso {
		width: 100%;
	}

	.card {
		border: 3px solid rgba(0,0,0,.125);
	}

	th {
		font-weight: 900 !important;
		background-color: #C1C1C14D !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	th, td {
		border: 1px solid #C1C1C1 !important;
	}

	/* This forces the browser to attempt printing backgrounds if user allows it */
	body {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}


	input, select {
		border-radius: 0;
		border: 2px solid black;
	}

	.area-cell {
		background-color: #006EB6 !important;
		color: white !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	.btn-outline-secondary {
		background-color: #fff;
		border: 2px solid black;
	}

	.page-break {
		break-before: always;
		/* legacy fallback */
		page-break-before: always;
	  }

	  #imagen_cuerpo, area {
		height: 50vh;
	}

	#div-img > svg {
		height: 50vh;

	}

	#div-img > * {
		position: initial;
	}
}
