.navbar {
  background-color: #0092af !important;
  color: #ffffff !important;
}

.navbar i {
  color: #ffffff !important;
}

.navbar .title {
  font-weight: 700;
}

.toolbar-fecha {
  height: 20px;
  background-color: #0092af !important;
  z-index: 10;
}

.tabbar-general {
  background-color: #0092af !important;
}

.tabbar-general .tab-link {
  /* padding-top: 12px !important; */
  color: rgba(255, 255, 255, 0.7) !important;
}

.tabbar-general .tab-link-active {
  color: rgba(255, 255, 255, 1) !important;
}

.tabbar-general .tab-link-highlight {
  background: rgba(255, 255, 255, 0.8) !important;
}

.tabbar-general .tabbar-label {
  font-size: 11px !important;
}

.sombra-toolbar {
  background: linear-gradient(rgba(237, 237, 237, 0.8) 30%, rgba(237, 237, 237, 0.1) 100%) !important;
  height: 25px;
  margin-top: -25px;
}

.bg-color {
  background-color: #f7f7f7 !important;
}

.bg-color-login {
  background-color: #fdfdfd !important;
}

.sticky {
  background-color: #000000 !important;
}

.button {
  background-color: #0092af !important;
  font-weight: bold !important;
  border-radius: 25px !important;
  padding-top: 3px !important;
  padding-bottom: 5px !important;
  height: 40px !important;
}

.card, .card ul {
  border-radius: 10px !important;
}

.fab a {
  background-color: #0092af !important;
  font-size: 21px;
}

input:disabled,
select:disabled {
  color: #3d3d3d !important;
  opacity: 1 !important;
}

.page-content {
  transition: all 200ms ease;
  height: calc(100% - 50px);
}

.no-toolbar .page-content,
.popup .page-content {
  height: 100%;
}

.popover {
  width: 60%;
}

.sin-resultados {
  text-align: center;
  font-size: 16px;
  padding: 13% 5% 15% 5%;
  display: none;
}

.panel-login i {
  font-size: 23px;
}

.login-logo {
  width: 180px;
  margin-top: 20%;
}

.form-login {
  margin-top: 30px;
}

.form-login ul {
  background: none;
}

.form-login input {
  font-weight: 300;
  background: #ffffff !important;
}

.form-login .item-floating-label {
  border-radius: 5px;
  font-weight: normal !important;
}

.panel-botones {
  transition: all 200ms ease;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #ffffff;
  z-index: 999999;
}

.page-cotizacion .panel-botones,
.page-precios .panel-botones {
  bottom: 56px;
}

.boton-rojo {
  background-color: #f44336 !important;
}

.boton-verde {
  background-color: #4caf50 !important;
}

.tabla {
  font-size: 11px !important;
}

.tabla th,
.tabla td {
  height: 36px !important;
  padding-left: 0px !important;
  padding-right: 10px !important;
}

.tabla th {
  background-color: #000000 !important;
  font-weight: bold !important;
  text-transform: uppercase;
  border-bottom-width: 0 !important;
  white-space: normal !important;
}

.tabla th.label-cell,
.tabla th.numeric-cell {
  color: #ffffff !important;
}

.tabla tr:nth-child(2) th {
  background-color: #363636 !important;
}

.tabla td {
  border-bottom: 1px solid #d5d5d5 !important;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabla td:first-child,
.tabla th:first-child {
  padding-left: 10px !important;
}

.tabla tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.tabla-vacia {
  font-weight: normal !important;
  text-align: center !important;
}

.tabla-cantidades th {
  text-align: center !important;
}

.tabla-cantidades td:nth-child(1) {
  width: 30% !important;
  text-align: center !important;
}

.tabla-cantidades td:nth-child(2) {
  width: 70% !important;
}

.tabla-vacantes th {
  text-align: center !important;
}

.tabla-vacantes td:nth-child(1) {
  width: 50% !important;
  text-align: center !important;
}

.tabla-vacantes td:nth-child(2) {
  width: 50% !important;
  text-align: center !important;
}

.tabla-ventas td:nth-child(1) {
  width: 20% !important;
}

.tabla-ventas td:nth-child(2) {
  width: 50% !important;
}

.tabla-ventas td:nth-child(3) {
  width: 30% !important;
}

.tabla-ventas .total-ticket {
  background: #d4d4d4 !important;
  color: #000000 !important;
  font-weight: bold !important;
}

.tabla-listado-ventas td:nth-child(1) {
  max-width: none !important;
}

.tabla-listado-ventas td:nth-child(2) {
  font-weight: bold;
}

.tabla-listado-ventas .total-ventas {
  background: #d4d4d4 !important;
  color: #000000 !important;
  font-weight: bold !important;
}

.tabla-listado-ventas th,
.tabla-listado-ventas td,
.tabla-total-cobrado th,
.tabla-total-cobrado td,
.tabla-total-acobrar th,
.tabla-total-acobrar td {
  text-align: center !important;
}

.list {
  margin-top: 15px;
}

.list.media-list .item-title,
.list .item-title.item-label,
.list .item-input-with-value .item-title,
.list .item-input-focused .item-title {
  font-weight: bold;
}

.list ul::before,
.list ul::after,
.list li .item-inner::after,
.list li .item-input-wrap::after {
  height: 2px !important;
}

.list li.item-input-focused .item-input-wrap::after,
.list li.item-input-invalid .item-input-wrap::after {
  height: 1px !important;
}

.list li.item-input-outline .item-input-wrap::after {
  height: 100% !important;
  border-radius: 25px !important;
}

.accordion-list .accordion-item-opened {
  background: #f3f5f8;
}

.menu {
  background-color: #f3f5f8;
}

.menu .list a {
  font-size: 15px;
}

.fila-seleccionada {
  background-color: #a5e4f0 !important;
  font-weight: bold !important;
}

.fila-seleccionada select {
  font-weight: bold !important;
}

.filtro-fecha {
  display: inline-block;
  height: 35px;
  width: 55%;
  max-width: 250px;
  border-radius: 25px !important;
  margin-top: 2px;
}

.filtro-fecha .titulo-fecha {
  display: inline-flex;
  font-weight: bold;
  margin-top: 6px;
}

.filtro-fecha .titulo-fecha i {
  font-size: 20px;
}

.filtro-fecha .titulo-fecha span {
  font-size: 15px;
  margin-left: 10px;
}

.page-listado-ventas .list ul {
  background: none !important;
}

.chip-reserva {
  background-color: #0092af !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: bold !important;
  margin: 0 !important;
  height: 24px !important;
}

.page-cotizacion .page-content,
.page-precios .page-content,
.page-detalle-ticket .page-content,
.page-detalle-horario .page-content,
.popup-imprimir-ticket .page-content {
  height: calc(100% - 120px);
}

.page-index .page-content {
  height: 100%;
}