﻿/* CSS Document */
html { height: 100%; }
body {
		height: 100%;
		width:100%;
		padding: 0px;
		margin: 0px;
		color: #000000;
		font-family: "Open Sans", "Arial", Sans-Serif;
		font-size:10px;
		background: #F0F0F0;
		overflow-x: hidden;
	}
	

	/* **************  TOP ************** */
	#Top {
		min-width: 1100px;
		background: #ECECEC;
		height: 56px;
		font-size:12px;
		line-height: 56px;
		border-bottom: 1px solid #CCC;
		overflow: hidden;
		}

    #flag{
        width: 70px;
        float: left;
        padding-top: 3px;
        margin-left: 7px;
    }

	#TitolWeb {
		color: #FFFFFF;
		float: left;
		width: 200px;
		margin-left: 2px;
		padding-top: 3px;	
		height: 57px;
		}
		
	#TopMenu {
		/* width: 780px; */
		float: left;
		font-size:12px;
		}
		
	#TopLogin {
		/* width: 250px; */
		text-align: right;
		float: right;	
		padding-right: 5px;		
		font-size:12px;	
		}

	.boto-top:first-child{
		border-left: 1px solid #CCC;
	}

	.boto-top{
		width: 180px;
		height: 56px;
		border-right: 1px solid #CCC;
		font-size: 14px;
		font-weight: bold;
		padding: 0px 20px;
		text-decoration: none;
		text-align: center;
		color: #666;
		display: inline-block;
		margin: 0;
		padding: 0;
		float: left;
	}		

	.boto-top:hover{
		background: #CCC;
		border-bottom: 2px solid #E57F7F;
	}

	.boto-top-seleccionat{
		width: 180px;
		background: #cccccc4d;
		height: 55px;
		border-bottom: 2px solid #E57F7F;
	}


				
	/* **************  TOP ************** */
	
	/* **************  LATERAL ************** */			
	#Centre {
		width: 100%;
		height: 90%;
	}	
	#Lateral {
		float: left;
		/* margin: 0% 2% 0% 0%; */
		font-size: 12px;
		background: #FFF;
		/* border: 1px solid #CCC; */
		padding: 0px 2px 5px 0px;
		margin-right: 2%;
	}
	#Lateral-admin{
		float: left;
		margin: 3% 0% 0% 0%;
		font-size: 12px;
		/* background: #f0f0f0; */
		/* border: 1px solid #CCC; */
		padding: 1px 5px 50px 5px;
		width: 12%;
		/* border-radius: 5px; */
		font-size: 18px;
		font-weight: normal;
		color: #CCCCCC;
		text-align: center;
		max-height: 320px;
		border-right: 1px solid #999999;
	}

	#Lateral-admin-pantalles{
		float: left;
		margin: 3% 0% 0% 0%;
		font-size: 12px;
		/* background: #f0f0f0; */
		/* border: 1px solid #CCC; */
		padding: 1px 5px 50px 5px;
		width: 12%;
		/* border-radius: 5px; */
		font-size: 18px;
		font-weight: normal;
		color: #CCCCCC;
		text-align: center;
		max-height: 320px;
		border-right: 1px solid #999999;
	}

	.Central-admin{
		/* background: #f0f0f0; */
		display: grid;
		margin-top: 2%;
	}
	
	#Lateral-admin .botonsRooms{
		width: 122px;
		background: #e3e3e3;
		color: #666675;
		font-size: 14px;
		border-radius: 19px;
		padding: 4px 10px 4px 10px;
		margin: 0px 2px 50px 2px;
		display: inline-block;
	}

	#Lateral-admin a{
		text-decoration: none !important; 
	}

	#Lateral h2 {
		font-size: 18px;
		font-weight: normal;
		color: #CCCCCC;
		text-align: center;
	}
	.iconos-admin{
		/* border: 1px solid red; */
		float: none !important;
	}
	/* **************  LATERAL ************** */					
					
			#ZonaContingut {
				padding: 0px;
				font-size: 12px;
				margin-left: 5%;
				min-height: 500px;
			}	
				
				#ZonaContingut h1{
				    color: #999;
				    font-size: 60px;
				    padding: 0px 10px 0px 0px;
				    margin-left: 25px;
				    margin-top: 5px;
				    margin-bottom: 0px;
				    font-weight: normal;				
				}
				#ZonaContingut h1 span{
					color: #999999;
					font-size: 22px;
					margin-left: 5px;				
				}
				#ZonaContingut h1 .links{
					color: #999999;
					font-size: 12px;					
				}				
				#Contingut {
					width: 90%;
					/* height: 75%; */
					padding: 30px;
					border: 1px solid #CCC;
					background: #FFF;
					min-height: 500px;			    					
				}						
			.zc-rooms{
					margin-left: 20%;
				}
		.TaulaForm td{
			padding: 3px;
			background: #ECECEC;
			font-size: 13px;
		}
		.TaulaForm th{
			background: #999999;
			font-weight: bold;
			font-size: 16px;
			color: #ffffff;
			padding: 2% 20% 1% 0%;
		}
		
	.TaulaForm{
		display: inline-table;
		height: 350px;
		border-collapse: collapse;
		border-radius: 5px;
		overflow: hidden;
		margin-left: 2%;
	}

	.formNewUser{
		height: 400px;
		margin-top: 25px;
	}
	
	#formHotels{
		/* display: grid; */
	}
							

/* admin/rooms */
.titul{
	font-size: 1.9rem;
}
.btn_admin_rooms{
	background-color: #999;
	border-radius: 10px;
	font-size: 1.2rem;
	width: 10%;
    padding: 10px;
	text-decoration: none;
    color: black;
}
.btn_admin_rooms_nou{
	background-color: #83e87a;
	border-radius: 10px;
	font-size: 1.2rem;
    align-content: center;
    justify-content: center;
	width: 5%;
    padding: 10px;
    margin: 10px;
	text-decoration: none;
    color: black;
}

.btn_admin_rooms_edit{
	background-color: #999;
    border-radius: 10px;
    font-size: 1.2rem;
    width: 5%;
    padding: 10px;
    margin: 10px;
    text-decoration: none;
    color: black;
}

.admin_hotel_actual{
	font-size: 1.5rem;
	color: #6c6c6c;
}

.admin_hotel_actual_id{
	font-size: 1.5rem;
}
.admin_edit_floor{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    border: 1px solid gray;
    padding: 1%;
    margin: 0 20%;
}
.admin_floor_name{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.admin_id_floor{
	margin-right: 15px;
	width: 90px;
}
.admin_roomname{
	width: 250px;
}
.admin_roomname_soft{
	margin-left: 15px;
	float: right;
}
.form_admin_rooms{
	padding: 10%;
    text-align: center;
    font-size: 1.2rem;
}