body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

#page {
    position: absolute;
    width: 900px;
    border: 1px solid #E4E4E4;
  	margin: auto;
  	left: 0;
  	right: 0;
    min-height: 300px;
		padding-bottom: 2rem;
}

#linkInfoCookies {
	text-align:right; 
	position:relative; 
	width:900px; 
	margin: 0 auto; 
	padding:1rem;
}

#linkInfoCookies a {
	display: inline-block;
	text-decoration: none;
	margin-left: 2em;
	font-size: 12px;
	text-transform: uppercase;
	color: #221f20;
}

#top {
    height: 52px;
}

#logo {
	position: absolute;
	height: 100%;
}

#logo img {
	position: absolute;
	height: 100%;
}

#user-info {
	position: relative;
    height: 52px;
    text-align: right;
}

#user-info > .info {
  	padding-top: 5px;
  	margin-right: 10px;
  	color: #7f7f7f;
    font-weight: bold;
}

#user-info > div > a:link {
	color: #337ab7;
}

#user-info > div > a:visited {
	color: #337ab7;
}

.title {
  	background-color: #7F7F7F;
  	padding: 10px 25px;
  	color: #fff;
  	font-size: 20px;
  	font-weight: bold;
}

#info-releve-text {
	font-size: 16px;
}

#releve-info {
  margin: 10px 0;
  color: red;
  font-weight: bold;
}

#login-bloc {
	width: 60%;
	background-color: #f2f2f2;
	border: 1px solid #7f7f7f;
	left: 0;
	right: 0;
	margin: 20px auto;
	padding: 30px;
	font-size: 20px;
	font-weight: bold;
}

fieldset {
  	border: none;
  	padding: 5px;
  	margin: 0;
}

fieldset label {
  	display: inline-block;
  	width: 130px;
  	text-align: right;
  	margin-right: 20px;
    color: #555;
}

fieldset input {
  	padding: 7px;
  	border-radius: 5px;
  	border: 1px solid #7f7f7f;
}

#login-button, #search-button {
    padding: 6px 12px;
  	background-image: none;
  	border: none;
  	border-radius: 4px;
  	color: #fff;
  	background-color: #7f7f7f;
  	border-color: #ccc;
  	outline: none;
  	font-weight: bold;
    -webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	vertical-align: top;
}

#login-button:hover, #search-button:hover {
	background-color: #aaa;
}

#welcome {
	margin: 0 50px 50px 50px;
}

#today {
	float: right;
	color: #fff;
	font-size: 14px;
}

#table-releves {
	margin-top: 20px;
	width: 100%;
}

#table-all-releves {
  width: 100%;
}

#table-releves > thead > tr, #table-all-releves > thead > tr {
	background-color: #7f7f7f;
  	padding: 1px 25px;
  	color: #fff;
  	font-weight: bold;
}

#table-releves th, #table-all-releves th {
  	padding: 5px 0 5px 20px;
}

#table-releves tr, #table-all-releves tr {
  	border-top: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
}

#table-releves td, #table-all-releves td {
  	padding: 5px 0 5px 20px;
}

.releve-pdf {
	text-align: center;
	width: 15% !important;
}
#search-params {
	margin-bottom: 20px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pagination-r {
  float: right;
}

.pagination-l {
  float: left;
}

.dataTable .even {
	background-color: #f2f2f2;
}

.error {
    color: #DC143C;
    font-weight: bold;
    font-size: 20px;
}

.loginerror {
	text-align: center;
}

.w15 {
	width: 15% !important;
}
.w30 {
	width: 30% !important;
}
.w40 {
	width: 40% !important;
}
.w60 {
	width: 60% !important;
}
.w25 {
	width: 25% !important;
}
