html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.container {
	width : 90%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}
.glyph-green {
	color: #0f0;
}
.glyph-red {
	color: #f00;
}
.mrz-text {
    font-size: 10pt;
    font-family: monospace;
}
.msw-div-progress {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 100px;
	z-index: 100;
}
.msw-div-progress p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.msw-div-progress img {
	display: block;
	margin: auto;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
  width: 10em;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }

video {
  width: 100%    !important;
  height: auto   !important;
}

.filterElementClass {
    padding-top: 5px;
    padding-bottom: 5px;
}

div#filterButtons {
    padding-left: 11px;
    padding-top: 10px;
}

div#searchButton {
    display: inline-block;
    float: right;
    padding-right: 5px;
}

div#clearFiltersButton {
    display: inline-block;
    float: right;
    padding-left: 5px;
}

.btn-form-logout {
    padding: 0px;
    border: 0px;
    background: none;
    outline: none;
}

.btn-form-logout-panel {
    padding-left: 19px;
}

.form-logout:hover {
    background: #F5F5F5;
}

.icon-valid {
    color: LightGreen;
}

.icon-warning {
    color: orange;
}

.icon-not-valid {
    color: red;
}

.show-detail-icon {
    padding-right: 4px;
}
#validation_table_hide_wrapper, #validation_table_hide, #show_button, #msw-div-progress, #results_content, .not-display-content-element {
  display: none;
}

.img-responsive.img-responsive-custom,.main-header-text{
    display: inline;
    vertical-align: middle;
}

#menu-buttons-list{
    list-style: none;
}

.input-group.date.fullWidth{
    width: 100%;
}

.row.field-to-fill-test {
    margin-bottom: 1em;
}

.input-group.field-to-fill-test, .validation-result-message{
    margin-top: 1em;
}

.text-left.button-test {
    margin-top: 2em;
}

.content-table-label {
    margin-top: 0.5em;
}

.row.mrz-line-field {
    font-family: monospace;
}

.row.mrz-line-field.not-first-line {
    margin-top:0.25em;
}

.row.button-json-response {
    margin-top: 1em;
    margin-bottom: 1em;
}

.img-responsive.img-thumbnail.img-show-detail-view {
    max-height: 150px;
}

.no-border-item {
    border: 0px;
}

.failed-validations-list {
    list-style-type: none;
    padding-left: 5px;
}

.failed-validations-list-item {
    display: inline;
    margin-bottom: 3px;
}

a.btn.no-outline, a.btn.no-outline:focus {
    border: 0px;
    background: none;
    outline: none;
}

.biometrics-result {
    margin-top: 7px;
}

.filterButtons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#license-button {
    text-align: left !important;
}

/* Idioma
-------------------------------------------------- */

.navbar-lang {
    margin-right: 60px;
}

.navbar-lang>li>a {
    padding: 0 15px;
}

.navbar-lang li a:focus, .navbar-lang li a:hover {
    background: none;
    border: 0px;
}

.navbar-lang .open>a, .navbar-lang .open>a:active, .navbar-lang .open>a:focus, .navbar-lang .open>a:hover {
    background: none;
    border: 0px;
}

.lang-selected, .lang-id, .lang-name, .lang-navigation a {
    font-size: 12px;
    color: 333;
    font-family: "Helvetica Neue";
    font-weight: 400;
    line-height: 1.42857143;
}

.header {
    padding: 16px;
}

.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover,
.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover {
    background: #D9DEE4
}

.top_nav ul {
    list-style: none;
}

#lang-navigation ul li a {
    color: #000;
}

#lang-navigation ul li a:hover {
    background-color: #eee;
    cursor: pointer;
}

.icon-state {
    font-size: 20px;
}

.lang-selected,
.lang-id,
lang-name,
#lang-navigation a {
    font-size: 12px;
    color: #000;
    font-family: "Helvetica Neue";
    font-weight: 400;
    line-height: 1.42857143;
    display: flex;
    gap: 7px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.nav_menu {
    display: flex;
    flex-direction: row;
    list-style: none;
}

.login_nav {
    display: flex;
    justify-content: flex-end;
}

.login_nav .nav>li>a:focus,
.login_nav .nav>li>a:hover,
.login_nav .nav .open>a,
.login_nav .nav .open>a:focus,
.login_nav .nav .open>a:hover {
    background: #D9DEE4
}

.login_nav ul {
    list-style: none;
}

.header_buttons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 1em;
}

.image-swap-container {
    position: relative;
    display: inline-block;
}

.swap-button {
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 2;
    visibility: hidden;
}

.hidden-class {
    visibility: hidden;
}

.none-class {
    display: none;
}

.placeholder-shadow {
    background-color: #f5f5f5;
    color: #aaa;
    font-style: italic;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.panel-subtitle {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 10px;
      color: inherit;
}

.alm-title-td {
    font-weight: bold;
    padding: 0px 5px 10px 5px;
}

.alm-value-td {
    margin: 0px 10px 10px 10px;
    width: 100%;
}