/* GENERAL */
form {
	margin: 0;
}
/*
* {
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

#site *,
input[type=text], 
input[type=password], 
textarea {
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;	
}
*/

/* debug login input height from Bootstrap */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto;   
}
.input-append .add-on, .input-prepend .add-on {
	background-color: #FFF;
	border-right: none;
}
.no-margin {
	margin: 0;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}

/* LOGIN */
.login.full-height,
.page-content {
    height: 100%;
}
.login {
  background-color: #41545D;
  /*padding-top: 100px;*/
  padding-top: 0px;
  /*margin-top: -42px;*/

}
.login .content {
  background-color:#fff; 
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
  width: 360px;
  margin: 0 auto; 
  margin-bottom: 0px;
  padding: 30px;  
  background-image:url("IMG/header-connexion.png");
  background-repeat:no-repeat;
  background-position:left top;
  border-radius: 4px !important;

  top: 50%;
  left:50%;
  position: absolute;
  margin-top: -205px;
  margin-left: -210px;

}
.login .content h3 {
  color: #000;
}
.login .content h4  {
  color: #555;
}
.login .content p {
  color: #222;
}
.login .control-group.options {
	overflow: hidden;
    width: auto;
}
.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}
.login .content .m-wrap {
  width: 318px;
}
.login .content .control-group {
  margin-bottom: 20px;
}
.login .content .input-icon .m-wrap {  
  margin: 0px;
}
.login .login-form .input-icon {
    clear: both
}
.login .content .forget-form {
  display: none;
  padding-top: 100px;
}
.login .content .register-form {
  display: none;
}
.login .content .form-title {
  font-weight: 300;
  margin-bottom: 0;
}
.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  padding: 0px;
  margin: 40px 0 0 0;
}
.login .content .remember {
	float: left;
	width: 180px;
}
.login .content .forget-password {
	float: right;	
	width: 180px;
	text-align: right;
}
.login .content .remember label, .login .content .forget-password a {
	font-size: 11px;	
}
.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  
.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}
.login .content .form-actions .btn {
  margin-top: 1px;
}
.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}
.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}
.login .copyright {
  text-align: center;
  width: 250px;
  margin: 0 auto; 
  padding: 10px 10px 0 10px;
  color: #999;
  font-size: 11px;
}
.login #avatar {
	width: 85px;
	margin-right: 1px;
	margin-bottom: 50px;
	opacity:0;
	padding:1px;
	border:1px solid #e5e5e5;
}
.dropdown.user span.username {
	margin-left: 10px;
}

/* BUTTON */
.btn.btn-new, .btn.btn-new:hover, .btn.btn-new.active, .btn.btn-new:active, .btn.btn-new:focus, 
.btn.btn-add, .btn.btn-add:hover, .btn.btn-add.active, .btn.btn-add:active, .btn.btn-add:focus, 
.btn.btn-save, .btn.btn-save:hover, .btn.btn-save.active, .btn.btn-save:active, .btn.btn-save:focus, 
.btn.btn-confirm, .btn.btn-confirm:hover, .btn.btn-confirm.active, .btn.btn-confirm:active, .btn.btn-confirm:focus  {
background-color: #57bd42;
color: #FFF;
padding: 0 18px 0 0;
}

.btn.btn-save:before,
.btn.btn-confirm:before {
	background: #4aa038;
	content: "\f00c";
}

.btn.btn-new:before, 
.btn.btn-add:before {
	background: #4aa038;
	content: "\f067";
}

.btn.btn-new:before, 
.btn.btn-add:before {
	background: #4aa038;
	content: "\f067";
}

.btn.btn-previous:before {
	background: #999;
	content: "\f053";
}

.btn.btn-next:before {
	background: #999;
	content: "\f054";
}

.btn.btn-previous, .btn.btn-previous:hover, .btn.btn-previous.active, .btn.btn-previous:active, .btn.btn-previous:focus,
.btn.btn-next, .btn.btn-next:hover, .btn.btn-next.active, .btn.btn-next:active, .btn.btn-next:focus {
    background-color: #AAA;
	color: #FFF;
	padding: 0 18px 0 0;
}

.btn.btn-remove, .btn.btn-remove:hover, .btn.btn-remove:hover, .btn.btn-remove.active, .btn.btn-remove:active, .btn.btn-remove:focus,  
.btn.btn-delete, .btn.btn-delete:hover, .btn.btn-delete:hover, .btn.btn-delete.active, .btn.btn-delete:active, .btn.btn-delete:focus,  
.btn.btn-dismiss, .btn.btn-dismiss:hover, .btn.btn-dismiss:hover, .btn.btn-dismiss.active, .btn.btn-dismiss:active, .btn.btn-dismiss:focus {
    background-color: #bd120e;
	color: #FFF;
	padding: 0 18px 0 0;
}

.btn.btn-remove:before {
    background-color: #9c0f0b;
	content: "\f068";
}

.btn.btn-delete:before,
.btn.btn-dismiss:before {
    background-color: #9c0f0b;
	content: "\f00d";
}

.btn {
	background-image: none;
	background-color: transparent; 
	text-shadow: none;
	filter: none;
	outline: none;
	cursor: pointer;
	box-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 3px !important;
	padding: 0;
	font-family: 'Roboto';
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	-ms-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
	margin-left: 15px;
    height: 40px;
    line-height: 40px;
	font-size: 15px;
}

.btn:before {
	float: left;        
	width: 40px;
   	margin-right: 18px;
	text-align: center;
	border-radius: 3px !important;
	font-family: FontAwesome;
	text-indent: 0;
}

.btn.active, .btn:active, .btn:focus {
	background-color: transparent;
	box-shadow: none;
	outline: 0;
}

.btn:hover {
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	-ms-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
 	background-color: transparent;
	opacity: .7;
}

.btn[disabled], .btn.disabled {
	color: #CCC;
	background-color: #F8F9F9 !important;
}

.btn[disabled]:before, .btn.disabled:before {
	color: #CCC;	
	background-color: #EEE !important;
}

.btn[disabled]:hover, .btn.disabled:hover {
	opacity: 1 !important;
	color: #CCC;
}

body {
    background-color: #41545D;
}

.page-content {
    padding: 0 !important;
}
.page-container {
    padding: 0 !important;
}

.login-form .btn.btn-save:before, 
.login-form .btn.btn-confirm:before {
    content: "\f00c" !important;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.test-band {
	background-color: #F00;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 0;
	z-index: 10000;
	text-align: center;
	padding-top: 5px;
}

.alert_test{
	font-size: 45px;
}

input[type="password"], input[type="text"] {
    height: auto;
}

.page-container {
    width : 100%;
}

.login .content {
    position: static;
    margin : 200px auto;
    overflow: hidden;
}