@import "signIn.css";
@import "signUp.css";
@import "dashboard.css";
@import "homePerso.css";
@import "table.css";
@import "bootstrap-dialog.min.css";
@import "forms.css";
@import "opeTab.css";
@import "addOperation.css";
@import "graphs.css";

#bg-video VIDEO {
	  /* Set rules to fill background */
  min-height: 100%;
  min-width: 100%;
	
  /* Set up proportionate scaling */
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.wallpaper{
	background: url(../img/wallpaper.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 100%;
	height: 100%;
		  /* Set rules to fill background */
  min-height: 100%;
  min-width: 100%;

	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}



.form-horizontal .form-group {
   margin-right: 0px !important; 
   margin-left: 0px !important; 
}

/* TODO */
.logo{
	margin: 150px auto;
	width: 300px;
	display: block;
	margin-bottom: 30px;
}

.main-title{
	color: white;
	margin-top: 290px;
	text-align: right;
	margin-bottom: 150px;
	font-size: 3em;
	position: relative;
	margin-left: 265px;
	margin-right: 101px;
	display: block;
	height: 80px;
}

.device{
	background: url(https://d2gnmrx58i4xh3.cloudfront.net/i/iphone5s.png) no-repeat;
	width: 240px;
	height: 505px;
	position: absolute;
}

.preview-img{
	margin-top: 74px;
	margin-left: 23px;
	width: 200px;
	height: 350px;
}

.download{
	float: right;
	margin-top: 390px;
}

.center-content{
	width: 635px;
	margin: 10px auto;
}

.icon-iphone-app{
	display: inline-block;
	width: 180px;
	height: 60px;
	background-image: url(../img/app-store-icon.png);
	background-repeat:no-repeat;
	background-position:center; 
	background-size:180px 60px;
}

.icon-google-play{
	display: inline-block;
	width: 180px;
	height: 60px;
	background-image: url(../img/google-play-icon.png);
	background-repeat:no-repeat;
	background-position:center; 
	background-size:180px 60px;
}

footer{
	bottom: 0;
	opacity: 0.65;
	position: fixed;
	width: 100%;
	background-color: black;
	text-align: center;
	color: white;
}


footer p{
	bottom: 0;
}

header{
	top: 0;
	opacity: 0.65;
	position: fixed;
	width: 100%;
	background-color: black;
	text-align: center;
	color: white;
	padding-right: 15px;
}

#wrapper{

	position: absolute;
	z-index: 2;
	top: 20%;
	left: 20%;
}

#home-header, #home-footer{
	-webkit-transition: all 1s;
    transition: all 1s;
    height: 40px;
    z-index: 10;
}

#home-header:hover, #home-footer:hover{
	opacity: 1;
}

#home-header a, #home-footer a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: white;
	text-decoration: none;
}

#home-header.show, #home-footer.show{
    height: 50%;
}

#home-header.show:hover , #home-footer.show:hover{
	opacity: 0.65;
}

#home-header.show a, #home-footer.show a{
	display: none;
}








