body {
	font-family: 'Open Sans', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url("/daboxUI/images/projet.jpg");
  	background-position: center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
	background-color: #ababab;
}

a {
    text-decoration: none;
}

input:focus{
	outline:none;
}

@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections */
    background-image: none;
  }
}

@font-face {
    font-family:'Baumans';
    src: url('../fonts/Baumans.ttf') format('truetype');/* TTF file for CSS3 browsers */
}

#header {
    position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#index {
    box-shadow: 0px 0px 12px #232323;
    text-align: center;
    /* min-height: 400px; */
	width: 360px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 6px;
	padding-bottom: 15px;
	padding-top: 60px;
/*	background-image: url("/daboxUI/images/tangram/tangram_fond_login.jpg");*/
	/* background-position: right top; */
	/* background-repeat:no-repeat; */
	/* -webkit-background-size: cover; */
  	/* background-size: cover; */
}

.logo {
	font-family: baumans;
	font-size: 24px;
	font-weight: 300;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
	color: white;
	display: inline;
	cursor: pointer;
}

#logo {
    display: block;
    margin: 0 auto;
    width: 220px;
}

.title {
	margin-top: 40px;
	font-family: Open sans;
/*	font-family: "Conduit ITC W01 Bold";*/
	font-size: 20px;
	font-weight: 700;
    /* color: #414b57; */
    color:#5aa127;
/*    color: #485565;*/
}
#errormsg {
	display: block;
	height: 40px;
}

#signinForm {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
	width: 300px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#inputForm {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

#login {
	font-size: 15px;
    border: 0 none;
    margin: 0;
    padding: 11px 10px 11px 13px;
    width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e8e8e8;
}

.clickable {
    cursor: pointer;
}

#password {
	font-size: 15px;
    border: 0 none;
    border-top: 1px solid #9a9797;
    margin: 0;
    padding: 11px 10px 11px 13px;
    width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e8e8e8;
}

.inputCreate {
	font-family: 'Open sans';
	display: block;
	/* margin-bottom: 20px; */
	/* width: 100%; */
	height: 30px;
	padding-left: 4px;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	font-size: 13px;
/*    float: right;*/
}

.settingsBox {
	display: flex;
	justify-content: space-between;
	width: 300px;
}


#mail, #pass {
	font-size: 15px;
    border: 0 none;
    margin: 0;
    padding: 11px 10px 11px 13px;
    width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ededed;
}
.forgetTxt {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.inputblock {
	position: relative;
}

.fa {
	position: absolute;
	right: 10px;
	top:14px;
	color: gray;
}

#connexion {
	font-size: 15px;
    border: 0 none;
    border-radius: 4px;
    padding: 11px 10px 11px 13px;
    width: 100%;
/*    background-color: #d4cebe;*/
/*	background-color: #667e94;*/
	/* background-color:#414b57; */
    /* background-color: #5aa127; */
	background-color: #607d8b;
	color: #ffffff;
}

.forgotBox {
	display: inline-block;
	width: 300px;
}
.forgot {
/*	color: white;*/
	font: 300 12px Arial,sans-serif;
	float: right;
	padding-top: 10px;
}
iframe {
	border: 0 none;
	color: white;
	font-size: 12px;
	height: 20px;
}

#primcode_logo {
	padding-top: 30px;
	font: 100% Arial,sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: white;
}

#dabox_logo {
	position: absolute;
	bottom: 20px;
	right: 30px;
	font: 100% Arial,sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: white;
	text-shadow: 1px 1px 2px black;
}

#choices {
    position: relative;
/*    margin-top: 50px;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

#color_choices, #lang_choices {
    display: table;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-radius: 4px;
}

.colorSelect, .langSelect {
    display: table-cell;
}

#white:hover {
    background-color: white;
}

#light:hover {
    background-color: #ababab;
    color: white;
}

#dark:hover {
    background-color: #222222;
    color: white;
}

#black:hover {
    background-color: #000000;
    color: white;
}

p {
	font-family: Arial;
}
.pressed, .selected, .clickable:hover, .menu:hover {
	box-shadow: 0px 0px 4px #333;
}
