/*
 ****************************************************************************************
 *
 * @file index.css
 *
 * @brief BLEWaves - index.html Cascading style sheet
 *
 * Copyright (C) RivieraWaves 2009-2012
 *
 ****************************************************************************************
 */

body
{
	font-family: "Calibri", "Oxygen", serif;
	
	height: 100%;
	width: 1200px;
	margin: 10px auto 0px auto;
}

/*
 ****************************************************************************************
 * NiceWaves Description Section
 ****************************************************************************************
 */
#section_desc
{
	display: inline-block;
	width: 49%;
	
	border-radius: 10px;
	border: 1px solid black;
	vertical-align: top;
	box-shadow: 5px 5px 6px black;
}

/*
 * Header
 */
#section_desc header
{
	width: 100%;
	height: 45px;
	margin: auto;
	margin-bottom: 5px;
	
	padding-bottom: 10px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid black;
	
	background-image: url('../../ressources/background_header.png');
	background-size: 100% 100%;
	
	position: relative;
}

#section_desc #header_title
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	margin: 10px 0px 0px 10px;
	color: white;
	font-size: 30px;
	font-style: bold;
}


#section_desc #bt_smart_logo
{
	height: 50px;
	width: 133px;
	position: absolute;
	margin: 2px 10px 0px 0px;
	right: 0px;
	top: 0px;
}

/*
 * Content
 */
#section_desc #text
{
	color: green;
	font-size: 0.9em;
}

#section_desc p
{
	width: 95%;
	margin: auto;
	text-align: justify;
}

#section_desc #p_scheme
{
	text-align: center;
}

#section_desc #scheme
{
	heigth: 119px;
	width: 412px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#section_desc #nicewaves_list
{
	color: rgb(255,139,23);
}

#section_desc li
{
	color: rgb(255,139,23);
}

#section_desc #qr_code
{
	float: right;
	/*Use clear: both; if text after*/
	
	width: 150px;
	height: 150px;
}

/*
 ****************************************************************************************
 * NiceWaves Login Section
 ****************************************************************************************
 */
#section_login
{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin-top: 30px;
}

/*
 * RivieraWaves Logo
 */

#rw_logo_block 
{
	width : 400px;
	margin: auto;
}
 
#rw_logo
{
	width : 100%;
	height : 200px;
	
	border: 0px;
}

/*
 * Authentication form
 */
#form_login
{
	width: 400px;
	margin: auto;
}

#fieldset_identification
{
	width: 100%;
	border-radius: 10px;

	padding: 0;
	border-color: rgb(33, 145, 192);
}

#fieldset_identification legend
{
	margin: 0px 5px 0px 5px;
}

footer
{
	width: 100%;
	margin: 0px auto 0px auto;
	border-radius: 0 0 10px 10px;
	background-image: url('../../ressources/background_header.png');
	background-size: 100% 100%;
}

footer #copyright
{
	width: 75%;
	font-size: 0.7em;
	text-align: center;
	color: white;
	margin: 0 auto 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#create_account
{		
	display: inline-block;
	width: 49%;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 5px;
}

#forgotten_pwd
{	
	display: inline-block;
	width: 47%;
	text-align: right;
}

label
{
	display: inline-block;
	width: 125px;
	text-align: right;
	margin-right: 10px;
}

input
{
	display: inline-block;
	width: 175px;
	border-color: black;
	border-radius: 5px;
}

input:focus 
{
	border-color: rgb(124, 207, 228);
	box-shadow: 1px 1px 5px rgb(124, 207, 228);
}

#loginBut
{
	display: block;
	width: 50%;
	margin: auto;
}

#request
{
	font-size: 0.8em;
	margin-top: 15px;
	width: 100%;
}

#create_account
{		
	display: inline-block;
	width: 49%;
	text-align: left;
}

#forgotten_pwd
{	
	display: inline-block;
	width: 49%;
	text-align: right;
}

/*
 * How to use NiceWaves ?
 */

#how_to_use
{
	background: url("../../ressources/how_to.jpg");
	background-size: 100% 100%;
	height: 110px;
	width: 550px;
	margin: 35px auto 10px auto;
	border-radius: 10px;
	position: relative;
	box-shadow: 5px 5px 6px black;
}

#banner_text
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
	width: 99.5%;
    height: 30px;
	background-color: rgb(24,24,24);
    background-color: rgba(24,24,24,0.5);
    color: white;
	padding-top: 10px;
    padding-left: 4px;
	font-family: arial, serif;
}

#how_to_use #play_button
{
    height: 30px;
	width: 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
	border: 0px;
}