﻿#solumir-footer-area {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-family: Arial;
  font-size: 11px;
}
.msg-div {
  margin: 20px 0px 20px 0px;
  box-sizing: border-box;
  width: 100%;
}
.top-menu-selected-option {
  padding: 4px;
  color: #fff;
  background-color: #808080;
}
.blank-background {
  background-color: white;
}
.borderless td,
.borderless th {
  border: none;
  padding: 3px;
}
.borderless tbody tr td,
.borderless thead tr th,
.borderless tfoot tr th {
  border: none;
  padding: 3px;
}
.navbar {
  margin-bottom: 5px;
}
.icon8px {
  width: 8px;
  height: 8px;
}
#infoTop2 img {
  float: right;
  visibility: hidden;
}
.hidden {
  display: none;
}
.full-width {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.error-msg-area {
  width: 100%;
  float: left;
}
.error-msg-area p {
  background-color: red;
  color: white;
}
#htmlReportHeader {
  width: 100%;
  margin: 20px 0px 20px 0px;
  box-sizing: border-box;
}
#htmlReportHeader h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
}
#htmlReportHeader h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}
#htmlReportHeader td.cell1 {
  width: 15%;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}
#htmlReportHeader td.cell1 img {
  max-height: 75px;
  max-width: 130px;
}
#htmlReportHeader td.cellTitle {
  text-align: center;
}
#htmlReportHeader td.cell2 {
  width: 70%;
  text-align: center;
  vertical-align: top;
}
#htmlReportHeader td.cell3 {
  width: 15%;
  text-align: right;
  vertical-align: top;
}
.modal-header {
  background-color: lightblue;
}
.modal-footer {
  background-color: whitesmoke;
}
.area-central {
  margin: 0px auto;
  max-width: 650px;
}
.help-line-01 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  padding: 1px;
}
.help-line-01 .help-line-01-text {
  background-color: #ffffcc;
  border: dotted 1px black;
  padding: 5px;
  margin: 2px;
  font-weight: bold;
}
.help-line-01 .help-line-01-text a:hover {
  background-color: #edfaef;
}
.help-line-01 .help-line-01-text a,
.help-line-01 .help-line-01-text a:link,
.help-line-01 .help-line-01-text a:visited,
.help-line-01 .help-line-01-text a:active {
  text-decoration: none;
}
.help-line-01 .help-line-01-text img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.tooltip > .tooltip-inner {
  background-color: red;
  color: #FFFFFF;
  padding: 5px;
}
/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
  border-top: 5px solid red;
}
/* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid red;
}
/* Tooltip on left */
.tooltip.left > .tooltip-arrow {
  border-left: 5px solid red;
}
/* Tooltip on right */
.tooltip.right > .tooltip-arrow {
  border-right: 5px solid red;
}
ul.iconized li a {
  padding-left: 45px !important;
}
ul.iconized li a img {
  position: absolute;
  max-height: 14px;
  left: 20px;
}
td.iconized {
  text-align: right;
}
td.iconized a img {
  max-width: 10px;
}
td.iconized .btn {
  margin: 0px 5px;
  padding: 0px 5px 1px 5px;
}
td.iconized iconized-left {
  text-align: left;
}
.badge-danger {
  background-color: #d9534f;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-primary {
  background-color: #337ab7;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  border: none;
}
.btn-icon {
  color: transparent;
  background-color: #ebebeb;
  border-color: transparent;
  line-height: unset;
}
table tr:hover .btn-icon {
  background-color: #cccaca;
}
.btn-icon img {
  width: 12px;
  height: 12px;
}
.btn-icon2 img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.celda-opciones {
  text-align: right;
}
.celda-opciones a {
  margin-left: 5px;
  border-radius: 5px;
}
.celda-opciones a img {
  max-height: 10px;
}
td.listado-acciones > * {
  display: inline;
}
td.listado-acciones > button > img {
  width: 10px;
  height: 10px;
}
#reporte td.reporte-menu {
  text-align: right;
}
#reporte td.reporte-menu > * {
  display: inline;
}
#reporte td.reporte-menu img {
  width: 10px;
  height: 10px;
}
table.v2023 > tbody > tr > td:last-child {
  text-align: right;
  overflow: visible !important;
}
table.v2023 > tbody > tr > td:last-child > * {
  display: inline;
}
table.v2023 > tbody > tr > td:last-child img {
  width: 10px;
  height: 10px;
}
ul.lightBorder {
  border: 1px solid #eee;
}
table.v2023 > tbody > tr > td.dataTables_empty {
  text-align: center;
}