﻿body {
   background-image: url(/content/imagen/textura-fondo.png);
}
a.ui-datepicker-next.ui-corner-all {
    float: right;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #bbbbbb;
    border: 1px solid #cccccc;
}
.displayinline {
    display: inline
}
.cancelado td{
    color: #f04124;
    text-decoration: line-through;
}
.fallida td{
    color: #f08a24;
}
.sinReserva {
    text-align: center;
    font-weight: bold;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

.chosen-container-single,.chosen-single {
        height: 2.3125rem !important;
    line-height: 2.3125rem !important;
    width: 100% !important;
}
.accordion dd a {
    border-bottom: 1px solid #999;
}

#cargandoResultadosFiltro
{
    top:0;    
    display: none;    
    background: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 9999;             
}

#cargandoContenidoResultadosFiltro
{
    margin: 20% auto auto auto;
    color: #fff !important;
}
.textoCargandoResultados
{
    padding-top:20px;
    display:block;
    padding:20px 0;  
    letter-spacing:-1px;    
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    right: 0.3rem;
    top: 0rem;
}
fieldset .chosen-container {
    margin-bottom: 0;
}

.button{
    margin-bottom:0;
}

table input[type="text"] {
    margin: 0;
}

.categoriaSelecionada label{
    color: #13572E !important;
}

.categoriaNoSelecionada label{
    color: #FF030E !important;
}

.field-validation-error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#residentDiscount {
    cursor: pointer;
}

.mapeado {
    background-color: lightgoldenrodyellow !important;
}

.detalle-consumidor, .ver-reservas, .toogle-detalle-liquidacion {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
   
.descarga-reservas-consumidor {
   padding-left: 0 !important; 
   padding-right: 5px !important; 
   padding-top: 5px !important; 
   padding-bottom: 5px !important; 
}

.descarga-reservas span, .descarga-reservas-consumidor span{
    filter: opacity(.4);
    font-size: 0.68em;
}

.descarga-reservas, .descarga-reservas-consumidor {
    text-align: center !important;
    max-height: 58px;
    min-height: 58px;
    box-shadow:  0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.descarga-reservas img, .descarga-reservas-consumidor img {
    max-height: 25px;
    filter: opacity(.4);
}

.descarga-reservas-consumidor:hover img,  .descarga-reservas:hover img{
    -webkit-transform:scale(1.4) !important;
    -ms-transform: scale(1.4) !important;
    transform:scale(1.4) !important;
    filter: opacity(1);
}

.descarga-reservas-consumidor:hover span{
    font-size: 0.8em !important;
    font-weight: bold !important;
    filter: opacity(1);
}

.progress-bar {
	background-color: #3E6FAD;
	width: 0px;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;	
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
}
.file-upload {
  position: relative;
  overflow: hidden;
}

.file-upload input.file-input, .file-upload input.image-input  {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
    height: 100%;
}

.precio-original-pnr {
    color: #721c24; 
    background-color: #f8d7da; 
    border-color: #f5c6cb;
}

.precio-original-pnr .info {
    background-color: #f5c6cb;
}

.precio-nuevo-pnr {
    color: #155724; 
    background-color: #d4edda; 
    border-color: #c3e6cb;
}

.precio-nuevo-pnr .info {
    background-color: #c3e6cb;
}

.top-bar-inicio, #cabecera {
    background: #333;
}

.top-bar-inicio {
    background: transparent;
}

.top-bar-inicio .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
   color: #fff !important;
}

.top-bar-inicio .top-bar-section ul li>a {
    color: #fff;
}


.top-bar-inicio .top-bar-section ul li {
    color: #fff;
}

.top-bar-inicio .top-bar-section .has-dropdown>a:after {
    border-color: #fff transparent transparent transparent;
    left: 80px;
    top: 30px;
}


#mensaje-datos-residente-ya-enviados {
    color: red;
    margin-top: -15px;
    font-size: 0.7rem;
}

#listado {
    width: 100%;
    overflow-x: auto;
}
#scroll-top {
    overflow-x: auto;
    overflow-y: hidden;
    height: 20px;
    width: 100%;
}
#scroll-top div {
    height: 20px;
}

.tabla-detalle-reserva{
    font-size: 0.6875rem;
    background-color: transparent;
    border: 0;
}

.tabla-detalle-reserva td{
    font-size: 0.6875rem;
}

.tabla-detalle-reserva tr:nth-of-type(even) {
    background-color: transparent;
}


.mt-0 {
    margin-top: 0 !important;
}

.billing-date {
    min-width: 150px;
    display: inline-block;
}

.block-price {
    text-align: right;
    padding-left: 1em;
}