
/* Empieza Generales */
body {
	background-color: hsl(217, 42%, 22%)!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 1em;
}

h2, h3, h4, label { text-align: center; color: white; }
h2 { font-size: 1.5em; }	
h3 { font-size: 1.25em; margin-top: 10px; }
h4 { font-size: 1em; font-weight: bold; }
input { border-radius: 10px; border-style: none; }

.error-message {
	color: white;
	font-size: 1em;
	text-align: center;
	padding: 10px 0;
	background-color: darkred;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}	


/* Termina Generales */

/* Pantalla inicio */
.leyenda-splash {font-size: 1em; font-weight: bold;color: white; padding: 10px;}
.logo-splash {
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:40%;
    max-width: 300px;
}
.titulos-splash {font-weight: bold;color: white; padding: 10px; text-align: center}
.titulo-splash {font-size: 1.5em;
    padding: 1px 1px 5px 1px;
    border-bottom: 1px solid #fff;}
	/* --- */

/* Empieza Container */

#container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px 15px;
}
#container > * {
	margin: 15px 0;
	width: 100%;
}

/* Termina Container */

	/* -- */

/* Empieza Tabla */

div.tabla {
	color: white;
	font-size: .9em;
	background-color: rgba(255,255,255,.1);
}
div.tabla table {
	display: block;
	overflow-x: auto;
}
table tbody {
	max-height: 500px;
}
table th {
	font-weight: 700;
	border-bottom: 1px solid white;
}
tbody tr:first-child td {
	padding-top: 20px;
}
table th {
	padding: 15px 20px;
	min-width: 50px;
}
table td {
	padding: 5px 20px;
	min-width: 50px;
}

/* Termina Tabla */

	/* --- */

.card {
  background-color: rgba(255,255,255,.1);
  display: inline-block;
  position: relative;
  padding: 10px;
  overflow-y: hidden;
}
.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}
select.custom-select, .vsb-main {
    width: 100%;
	background-color: white;
	border: 1px solid #8ea6c2;
    padding: .375rem 1.75rem .375rem .75rem;
	color: black;
	font-size: 1em;
	margin: 10px 0 !important;
	height: calc(2.25rem + 18px);
	border-radius: 0px;
    line-height: 1.5;
    vertical-align: middle;
    border-radius: 10px;
}

.vsb-main button {
	border: none !important; 
	max-width: inherit !important;
}
input.lookup-value {
	background-color: transparent;
	border-radius: 0px;
	height: calc(2.25rem + 18px);
	margin: 10px 0 !important;
}
select.custom-select::placeholder,
input.lookup-value::placeholder {
	color: #8ea6c2;
}
select.custom-select:first-of-type {
	margin-top: 0;
}
.div-commit {
	display: flex;
	flex-direction: column;
	align-items: center;
}
button.btn-commit {
	width: 100%;
	border-radius: 10px;
	padding: 10px 25px;
	margin: 20px 0;
	border-style: none;
	background-color: gold;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
	font-size:70%;
	vertical-align:sub; 
}