﻿@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; border:0; list-style:none; text-decoration: none; }

/* Normalizando */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
li {
	display: inline;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

/* Base   */



html {
    width: 100%;
	height:100%;
}

body {
    width:100%;
	min-width: 900px;   
    font-family: 'Gotham-Light', Arial, Tahoma, sans-serif;
	background-color: #EEE;
}

a, a:hover, a:visited, a:link {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{ font-weight: normal; }

.clear {
	clear: both;
}

input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

input {
	border:1px solid #CCC;
	padding: 0 15px;
	height: 38px;
	color: #333;
	font: 14px 'Gotham-Book', Arial, Tahoma, sans-serif;
	border-radius: 5px;
	cursor: pointer;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
}

textarea {
	
}
select {	
	border:1px solid #CCC;
	padding: 0 15px;
	height: 38px;
	color: #333;
	font: 14px 'Gotham-Book', Arial, Tahoma, sans-serif;
	border-radius: 5px;
	cursor: pointer;
	background: url('/public/img/layout/default/icones/seta_select.png') center center no-repeat;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	
}
select::-ms-expand {
    display: none;
}

input.submit,
input.limpar {
	width: auto;
	padding: 5px 15px;
	cursor: pointer;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #51B0D9;
	border:1px solid #51B0D9;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
}
input.limpar {
	color: #666;
	background-color: #DDD;
	border:1px solid #CCC;
}
	input.submit:hover {
		background-color: #0E2F3D;	
		border:1px solid #0E2F3D;	
	}
	input.limpar:hover {
		color: #FFF;
		background-color: #999;	
		border:1px solid #999;	
	}

input.cinzaClaro {
	color: #999;
}

/* remove border around all elements */
:focus {
    outline: none;
}


/****  ESTILOS DEFAULT  ******************************************************************************/

.trans_04 {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.erro {
	border:1px solid #FF7373;
	background-color: #FFBFBF;
	color: #8C0000;
	padding: 10px 10px;
	font: 13px 'Gotham-Book', Arial, Tahoma, sans-serif;
}
.sucess {
	border:1px solid #00D900;
	background-color: #B3FFB3;
	color: #00B22D;
	padding: 10px 10px;
	font: 13px 'Gotham-Book', Arial, Tahoma, sans-serif;
}
.erroForm {
	color: #FF0000;
	font: 11px 'Gotham-Book', Arial, Tahoma, sans-serif;
	text-transform:uppercase;
}


/****  TOPO  ****/

#topo {
    position: fixed;
    margin:0 auto;
    width: 100%;
	min-width: 1000px; 
	height: 70px;
	background: url('/public/img/layout/default/topo_bg.png') 0 0 repeat-x;
	z-index: 999999;
}
	#topo a#logo {
		float:left;
		width: 180px;
		height: 40px;
		padding: 15px 0 0 40px;
	}
	#topo a#logo-cliente {
		float:left;
		width: 150px;
		height: 40px;
		margin: 10px 0 0 0;
		padding: 0 0 0 15px;
		border-left:1px solid #DDDDDD;
	}
	
	#topo ul#perfil {
		float:right;
		width: 450px;
	}
		#topo ul#perfil li {
			float:left;
		}
			#topo ul#perfil li a {
				display: block;
				text-indent: -99999px;
				width: 50px;
				height: 60px;			
			}
				#topo ul#perfil li a.topo-msg { background: url('/public/img/layout/default/icones/topo_msg.png') center center no-repeat; }
				#topo ul#perfil li a.topo-msg:hover { background:#51B0D9 url('/public/img/layout/default/icones/topo_msg_on.png') center center no-repeat; }
				
				#topo ul#perfil li a.topo-perfil { background: url('/public/img/layout/default/icones/topo_perfil.png') center center no-repeat; }
				#topo ul#perfil li a.topo-perfil:hover { background:#51B0D9 url('/public/img/layout/default/icones/topo_perfil_on.png') center center no-repeat; }
				
				#topo ul#perfil li a.topo-config { background: url('/public/img/layout/default/icones/topo_config.png') center center no-repeat; }
				#topo ul#perfil li a.topo-config:hover { background:#51B0D9 url('/public/img/layout/default/icones/topo_config_on.png') center center no-repeat; }
				
				#topo ul#perfil li a.topo-sair { background: url('/public/img/layout/default/icones/topo_sair.png') center center no-repeat; }
				#topo ul#perfil li a.topo-sair:hover { background:#B20000 url('/public/img/layout/default/icones/topo_sair_on.png') center center no-repeat; }
				
			#topo ul#perfil li a.pf {
				width: 205px;
				height: 60px;
				text-indent: inherit;
				padding: 0 0 0 10px;
			}
				#topo ul#perfil li a.pf #mask {
					float:left;
					position: relative;
					width: 40px;
					height: 40px;
					margin: 10px 15px 0 5px;
				}
					#topo ul#perfil li a.pf #mask img {
						float:left;
						position: relative;
					}
					#topo ul#perfil li a.pf #mask #mascara {
						position: absolute;
						width:40px;
						height: 40px;
						top:0;
						left:0;
						background: url('/public/img/layout/default/topo_perfil_mask.png') center center no-repeat;
					}
				#topo ul#perfil li a.pf .nome {
					display: block;
					float:left;
					font: 14px 'Gotham-Book', Arial, Tahoma, sans-serif;
					margin: 12px 0 0 0;
					color: #333;
				}
				#topo ul#perfil li a.pf .nivel {
					display: block;
					float:left;
					color: #999;
					font: 12px 'Gotham-Light', Arial, Tahoma, sans-serif;
					margin: 2px 0 0 0;
				}

/****  MENU  ****/

#menu {
	position: absolute;
    width: 220px;
	float:left;
	border-right:1px solid #CCC; 
	height: auto;
	min-height:600px;
	top:0;
	bottom:0;
	background-color: #FFF;
	z-index: 99999;
}
	#menu ul {
		float:left;
		width: 100%;
		position: relative;
		padding: 70px 0 0 0;
	}
		#menu ul li {
			float:left;
		}
			#menu ul li a {
				display: block;
				float:left;
				width: 210px;
				height: 24px;
				padding: 14px 0 0 10px;
				font: 11px 'Gotham-Book', Arial, Tahoma, sans-serif;
				color: #777;
				text-transform:uppercase;
				border-bottom: 1px solid #EEE;
			}
				#menu ul li a.active,
				#menu ul li a.active:hover {
					color: #FFF;
					background-color: #51B0D9;
					border-bottom: 1px solid #51B0D9;
				}
				#menu ul li.sub a.active,
				#menu ul li.sub a.active:hover {
					color: #FFF;
					border-bottom: 1px solid #51B0D9;
					background: #51B0D9 url('/public/img/layout/default/menu/seta_baixo_on.png') 190px center no-repeat;
				}
				#menu ul li.sub a:hover,
				#menu ul li a:hover {
					background-color: #F2F2F2;
					border-bottom: 1px solid #F2F2F2;
				}
				#menu ul li.sub a {
					background: url('/public/img/layout/default/menu/seta_baixo.png') 190px center no-repeat;
				}
				#menu ul li.sub a.cima {
					background: url('/public/img/layout/default/menu/seta_cima2.png') 190px center no-repeat;
				}
				#menu ul li.sub a.active.cima {
					background: #51B0D9 url('/public/img/layout/default/menu/seta_cima_on.png') 190px center no-repeat;
				}
			#menu ul li ul {
				display: none;
				background: #1E6888;
				padding: 0 0 0 0;
			}
			#menu ul li ul.actived{
				display: block;
			}
				#menu ul li ul li a { 
					width: 195px;
					padding: 14px 0 0 25px;
					height: 24px;
					color: #FFF;
					border-bottom: 1px solid #2787AF;
				}
				#menu ul li.sub ul li a.active,
				#menu ul li.sub ul li a.active:hover,
				#menu ul li.sub ul li a:hover {
					color: #FFF;
					background-color: #0E2F3D;
					border-bottom: 1px solid #0E2F3D;
				}
				#menu ul li.sub ul li a,
				#menu ul li.sub ul li a.active,
				#menu ul li.sub ul li a.active:hover { 
					background-image: none;
				}
					

/****  MENU  ****/

#corpo {
	position: relative;
	width:100%;
	height: auto;
	min-height:100%;
	min-width: 1000px;
}
	#corpo-site {
		position: relative;
		width:auto;
		margin-left: 220px;
		padding: 60px 0 0 0;
	}
		#corpo-site .box {
			background-color: #FFF;
			border:1px solid #DDD;
			border-radius: 4px;
			padding: 15px;
			margin: 20px;
		}
		#corpo-site #box-01 {
			width: auto;
			height: 50px;
		}
			#corpo-site #box-01 h3 {
				display: block;
				float:left;
				width: auto;
				text-transform:uppercase;
				font: 12px 'Gotham-Book', Arial, Tahoma, sans-serif;
				color: #D80000;
			}
			#corpo-site #box-01 h2 {
				display: block;
				float:left;
				width: 100%;
				font-size: 20px;
				color: #333;
				padding: 5px 0 0 0;
			}
		#corpo-site #box-02 {
			width: auto;
			height: 190px;
		}
			#corpo-site #box-02 h3 {
				display: block;
				float:left;
				width: auto;
				font: 18px 'Gotham-Book', Arial, Tahoma, sans-serif;
				color: #333;
			}
			#corpo-site #box-02 ul {
				width: 100%;
				float:left;
				margin-top: 25px;
			}
				#corpo-site #box-02 ul li a {
					display: block;
					float: left;
					width: 130px;
					height: 130px;
					border:1px solid #DDDDDD;
					text-transform:uppercase;
					margin-right:10px;
				}
					#corpo-site #box-02 ul li a.datas {
						background: url('/public/img/layout/default/icones/icon_datas.png') center 15px no-repeat;
					}
					#corpo-site #box-02 ul li a.datas-lista {
						background: url('/public/img/layout/default/icones/icon_datas_lista.png') center 20px no-repeat;
					}
					#corpo-site #box-02 ul li a:hover {
						border:1px solid #999;
						background-color: #FBFBFB;
					}
					#corpo-site #box-02 ul li a h2 {
						width:100%;
						font: 13px 'Gotham-Book', Arial, Tahoma, sans-serif;
						color: #333;
						height: 40px;
						text-align: center;
						padding: 60px 0 0 0;
					}
					#corpo-site #box-02 ul li a h4 {
						width:100%;
						font: 11px 'Gotham-Book', Arial, Tahoma, sans-serif;
						color: #999;
						text-align: center;
						padding: 5px 0 0 0;
					}
						

/****  RESERVAS  ****/

#reservas {
	width: auto;
}
	#reservas .title {
		float:left;
		width: 100%;
		color: #000;
		font-size: 12px;
	}
		#reservas .title h2 {
			color: #666;
			display:inline-block;
		}
	#reservas #error,
	#reservas #sucess {
		width: auto;
		position: relative;
		margin: 30px 0 0 0;
	}
	#reservas form {
		position: relative;
		float:left;
		padding: 20px 0 0 0;
		width: 600px;
	}
		#reservas form input {
			width: 520px;
			margin:8px 2px;
		}
			#reservas form input.data {
				width: 239px;
				background: url('/public/img/layout/default/icones/calendar.png') 240px center no-repeat;
			}
			#reservas form input.submit,
			#reservas form input.limpar {
				width: auto;
				margin-top: 40px;
			}
		#reservas form select {
			width: 271px;
			margin:8px 2px;
			background-position: 241px center;
		}
		
		#reservas form #erro-01,
		#reservas form #erro-02,
		#reservas form #erro-03,
		#reservas form #erro-04,
		#reservas form #erro-05 {
			display: block;
			position: absolute;
			right:60px;
			top:42px;
			width: auto;
			text-align: right;
		}
		#reservas form #erro-02 {
			right:auto;
			left: 5px;
			top:121px;
			text-align: left;
		}			
		#reservas form #erro-03 {
			right:auto;
			left: 285px;
			top:121px;
			text-align: left;
		}
		#reservas form #erro-04 {
			right:auto;
			left: 5px;
			text-align: left;
			top:178px;
		}
		#reservas form #erro-05 {
			right:auto;
			left: 285px;
			top:178px;
			text-align: left;
		}		
	
	#reservas table {
		width: 100%;
		position: relative;
		font: 13px 'Gotham-Book', Arial, Tahoma, sans-serif;
		margin-top:40px;
	}	
		#reservas table tr {
			border-bottom: 1px solid #DDD;								
			width: 100%;
		}
			#reservas table tr th,
			#reservas table tr td,
			#reservas table tr td a {
				padding: 10px 5px;
			}
			#reservas table tr th {
				text-transform: uppercase;
				background-color: #51B0D9;
				color: #FFF;
				font: 12px 'Gotham-Book', Arial, Tahoma, sans-serif;
				padding: 10px 5px;
			}
				#reservas table tr.cinza {
					background-color: #F2F2F2;
				}
			#reservas table tr td {
				border: 1px solid #DDD;		
			}
				#reservas table tr .descricao { width: 30%; }
				#reservas table tr .apt { width: 20%;  }
				#reservas table tr .tipo { width: 20%; }
				#reservas table tr .entrada { width: 11%; text-align: center; }
				#reservas table tr .saida { width: 11%; text-align: center; }
				#reservas table tr .deletar { width: 8%; text-align: center; }
				
				#reservas table tr td.apt { color: #666; }
				#reservas table tr td.tipo { color: #666; }
				#reservas table tr td.descricao { padding: 0; }
				#reservas table tr td.deletar { padding: 0; }
				
				#reservas table tr td.zerado { padding: 30px 20px; color: #666; }
				
				#reservas table tr td.descricao a {
					display: block;
					width: auto;
					height: auto;
					color: #000;
					cursor: default;
				}
					#reservas table tr td.descricao a:hover {
						text-decoration: none;
					}
				
				#reservas table tr td.deletar a {
					display: block;
					width: auto;
					height: auto;
					background: url('/public/img/layout/default/icones/icon_excluir.png') center center no-repeat;
					text-indent: -9999px;
				}
					#reservas table tr td.deletar a:hover {
						background: #B20000 url('/public/img/layout/default/icones/icon_excluir_on.png') center center no-repeat;
					}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
