/* general styling */
* {
	margin: 0;
	padding: 0;
}
body {
	height: auto;
	background-color: #fff!important;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

img {
	cursor: pointer;
	border: none;
}

h1 {
	font-size: 2rem;
	margin-bottom:10px;
}

h2 {
	font-size: 1.6rem;
	margin-bottom:10px;
}
h3 {
	font-size: 1.2rem;
	margin-top:5px;
}
h4 {
	font-size: 1.2rem;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	border: none;
}
a:active  {border: none;} 
table {
	background: #ebf3ff;
}
/*
#barra_sup{
	background: url(../images/logo_rg.png) no-repeat;
	background-size: contain;
	width:100%;
	height:109px;
	overflow: visible;
	padding: 12px 0 0 0;
	margin-left: 4px;
	margin-top: 2px;
}

#txt_barra_sup{
	float: right;
	color: #fff;
	padding-top:10px;
	padding-right:50px;
	text-align:right;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-size: 12px;
}
*/
header{
	background-color: #0058CC;
}
.nav-link, .nav-link:hover {
	color: #fff!important;
}
.nav-link:active{
	color: #FAFF00;
}
/*
#menu{
	color: #fff;
	width:200px;
	height:100%;
	letter-spacing: -1px;
	word-spacing: -1px;
}

#menu ul{
	padding:10px;
	list-style: none;
	width:170px;
}

#menu li{
	margin-top:10px;
	width:170px;
	background: #F3A712;
	padding: 5px;
	border:#6d5233 1px solid;
	cursor: pointer;
}

#menu a{
	width:170px;
	padding: 5px;
}
#menu a:hover{
	text-decoration: none;
	color: #333;
}
#menu li:hover{
	background: #e5d3ba;	
}
#menu li:hover > a {
	color: #333;
}
*/
#container {
	background: #fff;
	/*
	border-top-left-radius: 19px;
	min-width: 1390px;
	min-height: 100%;
	position:absolute;
	top: 110px;
	left:210px;
	*/
	width: 100%;
	height: auto;
	padding:20px;
}
/*
#container input{
	width: 300px;
}
*/

#container p{
	margin-bottom: 10px;
}

#list_apartamentos{
	height: 600px;
	border: #6d5233 1px solid;
	overflow:auto;
}

#list_apartamentos tr:nth-child(even) {
	background: #fff
}

#list_apartamentos td{
	border-bottom: 1px dotted #000;
}

#list_apartamentos a{
	color: #333;
}

#datos_apartamento td{
	padding: 5px 0;
}

#subir_imagenes{
	float:right;
	width:380px;
}
#list_fotos{
	border:#382207 1px solid;
	height: 268px;
	overflow:auto;
	width:380px;
}

#list_fotos td{
	border: 10px solid #fff;
	background-color: #ddd;
}

#form_apartamento{
	width:99%;
	height: auto;
	background: #ebf3ff;/*64431c;*/
	border: 1px solid #6d5233;
	padding: 5px;
}

input.archivo
{
   position: relative;
   text-align: right;
   -moz-opacity:0;
   filter:alpha(opacity: 0);
   opacity: 0;
   z-index: 2;
   left:20px;
}

div.archivofalso
{
   position: relative;
   top: 0px;
   left: 0px;
   z-index: 3;
}

div.examinar
{
   position: relative;
   top: 0px;
   left: 0px;
   z-index: 1;
}

.buscar {
	padding: 13px 5px 5px 5px;
	border-bottom: 1px solid #6d5233;
	font-weight: bold; 
	background: #ebf3ff;/*382207*/
	height: 30px;
}

a.btn_buscar {
	background: #F3A712 url(../images/buscar.png) no-repeat;
	background-position: left center;
	border: 1px solid #6d5233;
	padding: 7px 15px 7px 30px;
	border-radius: 9px;
}

a.btn_buscar:hover {
	background-color: #e5d3ba;
	color: #382207;
}

a.btn_bloquear {
	background: #64431c url(../images/btn_bloquear.png) no-repeat;
	border: 1px solid #6d5233;
	padding: 5px 5px 5px 26px;
}

a.btn_bloquear:hover {
	background-color: #e5d3ba;
	text-decoration: none;
	color: #382207;
}

.campos_buscar{
	width: 100px;
}

#usuarios h3 a:hover {
	text-decoration: none;
}

#contenedor_administradores, #contenedor_propietarios{
	margin-bottom: 3vh;
	display: none;
}

#list_administradores{
	height: 30vh;
}

#list_propietarios, #list_clientes{
	height: 50vh;
}
/*
#list_administradores {
	border: 1px solid #6d5233;
	height: 0px;
	overflow: auto;
	background: #ebf3ff;
}

#list_administradores table {
	padding: 0px;
	margin: 0px;
}

#list_administradores td {
	border-bottom: 1px dotted #000;
	padding: 2px;
}
*/
/*
#list_propietarios {
	border: 1px solid #6d5233;
	height: 0px;
	overflow: auto;
	background: #ebf3ff;
}

#list_propietarios table {
	padding: 0px;
	margin: 0px;
}

#list_propietarios td {
	border-bottom: 1px dotted #000;
	padding: 3px;
}
*/
/*
#list_clientes {
	display: none;
}
#list_clientes {
	border: 1px solid #6d5233;
	height: 0px;
	overflow: auto;
	background: #ebf3ff;
}

#list_clientes table {
	padding: 0px;
	margin: 0px;
}

#list_clientes td {
	border-bottom: 1px dotted #000;
	padding: 3px;
}
*/
#precios {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #382207;
	height: auto;
	background: #ebf3ff;/*64431c;*/
}

#precios table {
	background: #9f9889;
	color: #333;
	font-weight:500;
	border: 1px solid #aa8859;
}

#list_condiciones {
	height: 500px;
	padding-left: 0px;
	border: 1px solid #6d5233;
	border-top: none;
	background: #ebf3ff;/*64431c;*/
	margin-top: -4px;
	overflow: auto;
}

#list_condiciones img{
	margin-bottom:-5px;
}

#panel_reservas {
	width: 100%;
}

#panel_reservas img{
	margin-bottom:-5px;
}

#panel_reservas h3 {
  margin: 10px 0px 4px 0px;
  border-bottom: 2px solid #6d5233;
}

#panel_reservas h3 a:hover{
	text-decoration:none;
}
#panel_reservas h3 img{
	margin-bottom:-2px;
}
#panel_reservas th {
	font-weight:bold;
	border-bottom: 1px solid #42290b;
	padding:3px;
}

#menu_reservas {
	width: 100%;
	padding-top: 3px;
	border: 1px solid #6d5233;
	background: #ebf3ff;/*64431c;*/
}

#menu_reservas ul{
	display: inline;
	list-style: none;
	padding: 20px 3px 0px 3px;
	font-size:32px;
}

#menu_reservas li{
	display: inline;
	margin: 0px -2px 0px 5px;
}

#menu_reservas_2 {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 6px;
	border: 1px solid #6d5233;
	background: #ebf3ff;/*64431c;*/
	margin-top: 10px;
}

#menu_reservas_2 ul{
	display: inline;
	list-style: none;
	padding: 5px 3px 5px 3px;
}

#menu_reservas_2 li{
	display: inline;
	margin: 0px 0px -2px 5px;
}

#list_solicitadas {
	border: 1px solid #6d5233;
	height: 0px;
	overflow: auto;
	background: #ebf3ff;/*64431c;*/
}

#list_solicitadas table {
	padding: 0px;
	margin: 0px;
}

#list_solicitadas td {
	border-bottom: 1px dotted #000;
	padding: 2px;
}

#list_pendientes {
	border: 1px solid #6d5233;
	height: 0px;
	overflow: auto;
	background: #ebf3ff;/*64431c;*/
}

#list_pendientes table {
	padding: 0px;
	margin: 0px;
}

#list_pendientes tr:nth-child(even) {
	background: #fff
}

#list_pendientes td {
	border-bottom: 1px dotted #000;
	padding: 2px;
}
#list_pendientes a{
	color: #333;
}

#list_confirmadas {
	border: 1px solid #6d5233;
	height: 0px;
	background: #ebf3ff;/*64431c;*/
	overflow: auto;
}

#list_confirmadas table {
	padding: 0px;
	margin: 0px;
}

#list_confirmadas tr:nth-child(even) {
	background: #fff
}

#list_confirmadas td {
	border-bottom: 1px dotted #000;
	padding: 3px;
}

#list_confirmadas a{
	color: #333;
}

#calendario_reservas_cabecera{
	background:none;
	width: 1372px;
}

#calendario_reservas_cabecera table {
	background:none;
}

#calendario_reservas_cabecera td {
	width: 101px;
	padding: 1px;	
	text-align:center;
}
#calendario_reservas_cabecera td.mes {
	border-top: 1px solid #6d5233;
	border-left: 1px solid #6d5233;
}
#calendario_reservas_cabecera td.scroll{
	width:15px;
	border-left: 1px solid #6d5233;
}
#calendario_reservas_cabecera td.vacio{
	width: 103px;
	padding: 3px;
}
#calendario_reservas {
	height: 600px;
	width: 1371px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #6d5233;
}

#calendario_reservas td{
	border: dotted #666;
	border-width: 0px 0px 1px 1px;
	color: #000;
	width: 101px;
	height: 57px;
	padding: 1px;
}

#calendario_reservas a{
	color: #000;
	font-weight: normal;
}
.info_reserva {
	visibility: hidden;
	overflow: visible;
	position: absolute;
	width: 101px;
	height: 0;
}
.info_reserva_txt {
	width:248px;
	height:154px;	
	padding:6px;
	background: url(../images/bg_info_res.png);
	/*position:relative;
	top: 1px;*/
	z-index:10000;
	font-size:9px;
	line-height: 17px;
	font-size:14px;
}

#calendario_reservas td.app{
	padding: 3px;
	border: dotted #000;
	border-width: 0px 0px 1px 0px;
	color: #f8ede1;
	width: 99px;
	line-height: 11px;
}

#calendario_reservas td.app a{
	color:  #f8ede1;
	font-weight: bold;
}

#calendario_reservas td.mes{
	letter-spacing:1;
	font-family:arial;
	font-size:9px;
	padding: 0px;
	line-height: 8px;
}
#calendario_reservas td.evento{
	border-width: 0px;
	background: #fff;
	height:14.25px;	
}
#form_reserva{
	width:680px;
	height: auto;
}

#form_reserva table {
	background: none;	
}

#form_reserva table.datos {
	background: #ebf3ff;/*64431c*/
	padding-left: 3px;
	padding-right: 3px;
	padding: 7px;
}

.reserva-resumen td{
	padding: 4px 0;
}

#contratos_fi table {
	background: #ebf3ff;/*64431c;*/
	width: 100%;
	border: 1px solid #6d5233;
}

#contratos_fi td {
	padding: 3px;
}

#contratos_fi input {
	width: 250px;
}

div.contenedor_datos {
	width: 100%;
	border: 1px solid #6d5233;
}

div.contenedor_datos td {
	padding: 7px 4px;
	line-height: 1.8rem;
}

#contenedor_reserva_apartamento {
	margin-top: 0px;
	width: 45%;
	float: right;
}
#contenedor_reserva_apartamento table {
	background: none;	
}
#contenedor_reserva_apartamento  h4{
	width: 100%;
	border-bottom: 1px solid #42290b;
}

span.pendientes {
	font-size:10px;
	width:0px;
	overflow:visible;
	position:relative;
	bottom:18px;
}

#reserva_apartamento {
	border: 1px solid #6d5233;
	background: #ebf3ff;/*64431c;*/
	padding: 5px;
}
#reserva_apartamento table {
	background: #9f9889;	
	color:#333;
	font-weight: 400;
}

#reserva_apartamento td {
	border-bottom: 1px solid #42290b;
	padding:3px;
}
#reserva_apartamento tr.linea_datos {
	background: #ffea97;
}

#reserva_ocupacion {
	border: 1px solid #6d5233;
	background: #ebf3ff;/*64431c;*/
	padding: 5px;
}
#reserva_ocupacion  h4{
	text-align: center;
}

td.numero {
	text-align:right;
	font-weight: bold;
	padding-right: 3px;
}

#reserva_alquiler {
	background: #0058cc;
	text-align: center;
	font-weight: bold;
	border: 1px solid #0058cc;
}

.reserva_alquiler span {
	font-weight:normal
}
.reserva_alquiler td {
	border-bottom: 1px solid #0058cc;
	padding:3px;
	font-weight: normal;
}

#list_canceladas {
	border: 1px solid #6d5233;
	height: 300px;
	overflow: auto;
	background: #ebf3ff;/*64431c;*/
}

#list_canceladas table {
	padding: 0px;
	margin: 0px;
}

#list_canceladas td {
	border-bottom: 1px dotted #000;
	padding: 3px;
}

#list_anuladas {
	border: 1px solid #6d5233;
	height: 300px;
	overflow: auto;
	background: #ebf3ff;/*64431c;*/
}

#list_anuladas table {
	padding: 0px;
	margin: 0px;
}

#list_anuladas td {
	border-bottom: 1px dotted #000;
	padding: 3px;
}

#tab_facturacion{
	display: flex;
}

#tab_facturacion ul {
	list-style: none;
	padding:0;
	margin:0;
}

#tab_facturacion li {
	display: inline;
	border: solid #6d5233;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;
	background: #ebf3ff;/*64431c;*/
	padding: 7px;
}

#tab_facturacion li a {
	padding: 1px 1em;
	font-size: 16px;
	color: #333;
}
#tab_facturacion li.selected a{
	color: #fff;
}
#tab_facturacion li a:hover {
	text-decoration: none;
}

#tab_facturacion .selected {
	padding-bottom: 2px; 
	background: #0058cc;/*382207*/
	color: #fff;
}


#panel_facturacion {
	border: 1px solid #6d5233;
	padding: 8px;
}

#panel_facturacion h3 {
  margin: 10px 0px 4px 0px;
  border-bottom: 2px solid #6d5233;
}

#panel_facturacion table{
	background: none;
}

#panel_facturacion table.datos {
	background: #ebf3ff;/*64431c*/
	padding-left: 3px;
	padding-right: 3px;
	padding: 7px;
}

#panel_facturacion td.scroll{
	width:15px;
}

#factura_conceptos img{
	margin-bottom: -2px;
}
#contenedor_conceptos { 
	height:79px;
	overflow-x:hidden;
	background: #ebf3ff;/*64431c;*/
}
#recibo_conceptos_propietario img{
	margin-bottom: -2px;
}
#contenedor_conceptos_es { 
	height:79px;
	overflow-x:hidden;
	background: #ebf3ff;/*64431c;*/
}
#recibo_conceptos_cliente img{
	margin-bottom: -2px;
}
#contenedor_conceptos_fi { 
	height:79px;
	overflow-x:hidden;
	background: #ebf3ff;/*64431c;*/
}
#list_facturas{
	border: 1px solid #6d5233;
	background: #ebf3ff;/*64431c;*/
	padding: 5px;
	margin-top: 5px;
}

#list_facturas_table{
	height: 584px;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-right: -5px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#list_facturas_table tr:nth-child(even) {
	background: #fff
}

#list_facturas td{
	border-bottom: 1px dotted #000;
	padding: 2px;	
}
#list_facturas td.ultima{
	border-bottom: none;
}
#list_facturas td.total{
	border-bottom: none;
}
#list_facturas th{
	font-weight: bold;
	padding: 3px;
	text-align:left;
}
#list_facturas a{
	color: #333;
}

#list_bloqueadas {
	border: 1px solid #6d5233;
	height: 600px;
	background: #ebf3ff;/*64431c;*/
	overflow: auto;
}
#list_bloqueadas table {
	padding: 0px;
	margin: 0px;
}

#list_bloqueadas td {
	border-bottom: 1px dotted #000;
	padding: 3px;
}
span.etiqueta {
	font-weight: bold;
}

.reservas_bloqueos {
	background: #ebf3ff;/*64431c;*/
	padding: 5px;
	border: 1px solid #6d5233;
	height: 80px;
	overflow: auto;
}

td.fecha {
	width: 130px;
	height: 20px;
}

td.destinatarios {
	width: 230px;
	height: 20px;
}

td.destinatarios a{
	font-weight: normal;
}

.list_destinatarios{
	width: 240px;
	height: 150px;
	overflow: auto;
}

#tipos_incidencias {
	height: 300px; overflow-y:scroll; background: #ebf3ff;/*64431c;*/ border-bottom:1px solid #382207; border-top:1px solid #382207;
}
#tipos_incidencias td {border-bottom:1px dotted #000; padding: 3px 0;}

#incidencia_acciones {
	border: 1px solid #6d5233;
	background: #ebf3ff;/*64431c;*/
	padding: 5px;
}
#incidencia_acciones table {
	background: #9f9889;	
	color:#333;
	font-weight: 400;
}

#incidencia_acciones td {
	border-bottom: 1px solid #42290b;
	padding:3px;
}in
#incidencia_acciones tr.linea_datos {
	background: #ffea97;
}

.ui-widget-content {
	width: 250px !important;
}

ul.ui-widget-content li {
	list-style: none;
	padding-left: 4px!important;
}

.ui-widget-content a:hover{
	text-decoration: none;
}

input.login {
	background-color: #F3A712;
    border: medium none;
	padding: 7px 15px;
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: auto !important;    
}
.plupload_header {
	display: none;
}
.plupload_container {
	padding: 1px !important;
}
ul#uploader_filelist li{
	color: #42454A;
}
.plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status {
	width: 60px;
}
.plupload_filelist_footer {
	line-height: 14px;
}
