div.container a {
	outline: none;
}
#page {
    padding: 45px 0 30px;
}
#footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	margin-bottom:0;
	z-index:1030;
	overflow:visible;
}
.footer-inner{
	background-color:#EEEEEE;
	border-top:1px solid #999999;
	padding:0 10px;
	text-align:center;
	height:20px;
	color:#777777;
	font-size:10px;
}
div.ui-widget{
	font-family:inherit;
	font-size:inherit;
}
div.ui-widget-content a {
	color:#0088CC;
	text-decoration:none;
}
.navbar.navbar-fixed-top .navbar-inner, .navbar.navbar-fixed-bottom .navbar-inner, .page-inner{
	padding:0 10px;
}
.navbar.navbar-fixed-top .container, .navbar.navbar-fixed-bottom .container, div.container{
	width:100%;
}
.navbar.navbar-fixed-bottom .container{
	color:#999999;
}
ul.breadcrumb{
	margin:0 0 5px 0;
}
#content h1{
	font-size:22px;
	line-height:26px;
	margin:0 0 10px 0;
}
.search-button, .export-button {
	float:right;
}
.export-button {
	margin-right:10px;
}
div.form-actions{
	padding:9px 20px 10px;
	margin:10px 0;
}
form.form-horizontal div.control-group{
	margin-bottom:5px;
}
ul.nav-tabs{
	margin-bottom:15px;
}
#pageSize {
	margin:0;
	width:65px;
	height:23px;
	padding:2px 6px;
}
.grid-view table.items th{
	background-color:#FAFAFA;
	background-image:-moz-linear-gradient(center top,#FFFFFF 0%,#F2F2F2 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F2F2F2));
	background-image: -o-linear-gradient(center top, #FFFFFF, #F2F2F2);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#FFFFFF,endColorstr=#F2F2F2,GradientType=0);	   
	background-repeat:repeat-x;
	text-align:center;
}
div.grid-view{
	padding:0;
}
div.grid-view table.items{
	margin:0;
}
div.grid-view table.items tbody tr.odd td{
	background-color:#E5F1F4;
}
div.grid-view table.items tbody tr.even td{
	background-color:#F8F8F8;
}
div.grid-view table.items tbody tr.selected td{
	background-color:#BCE774;
}
div.grid-view table.items tbody tr.selected:hover td{
	background-color:#CCFF66;
}
div.grid-view table.items tbody tr:hover td{
	background-color:#ECFBD4;
}
div.pagination{
	margin:5px 0 0 0;
}
div.pagination ul{
	float:right;
}
#login{
	margin:100px auto;
	width:500px;
	background:#fff;
}
#w-login{
	padding:20px;
}
#login h1 {
	text-shadow: 0pt 1px 0pt rgb(255, 255, 255);
	color:rgb(119, 119, 119);
	font-size:22px;
	font-weight:200;
	margin:0;
	line-height:30px;
}
.enteteLogin{
	border-bottom:1px solid rgb(227, 227, 227);
	margin:0 auto 10px;
	text-align:center;
	padding-bottom:5px;
}
#login input[type="text"],#login input[type="password"]{
	height:20px;
	padding:4px 6px;
	line-height:20px;
	font-size:14px;
	border-radius:4px 4px 4px 4px;
}
#login .btn{
	font-size:14px;
}
table#Acces{
	border-collapse:separate;
	border-spacing:2px;
	width:auto;
}
table#Acces table{
	margin:0;
	width:100%;
}
table#Acces > tbody > tr > td {
	border:1px solid #ccc;
	padding:5px;
	vertical-align:top;
}
table#Acces td ,table#Acces th {
	padding:2px;
}
table#Acces td {
	text-align:left;
	vertical-align:middle;
}
table#Acces td.checkbox{
	text-align:center;
	width:15px;
}
table#Acces td.libelleTable, table#Acces td.libelleAcces{
	text-align:left;
}
.inactive {
	display:none;
}
#Acces .grandTitre label{
	font-weight:bold;
	font-size:14px;
}

div#content table.widthTableAcces {
	width:100%;
}
#Acces td.widthTDAccesTable {
	width:25%;
}
.TDAccesTable { 
	background-color:#eee;
	width:150px;
}

#Acces label,#HeaderAcces label,#Acces input{
	width:auto;
	margin:0;
	float:none;
	line-height:18px;
	vertical-align:middle;
}
#Acces{
	margin:0;
}
#HeaderAcces{
	margin-top:10px;
}
#right{
	float:right;
	width:200px;
}
#left{
	margin-right:210px;
	overflow: auto;
}
.right-inner{
	padding:10px;
}
.clear{
	clear:both;
}
table.MyGrid{
	width:100%;
}
table.MyGrid th,table.MyGrid td{
	vertical-align:middle;
}
table.MyGrid thead th, table.MyGrid tfoot td{
	font-weight:bold;
	text-align:center;
}
table.MyGrid tbody tr.odd{
	background-color:#F9F9F9;
}
table.MyGrid tbody tr.even{
	background-color:#FFFFFF;
}
table.MyGrid.centered tbody tr td{
	text-align:center;
}
img.MyBrowse,img.delete{
	cursor:pointer;
}
img.MyBrowse{
	padding-left:5px;
}
#ajax-loader { background:url(../images/ajax-loader.gif) no-repeat; float:left; height:24px; width:24px; margin-top:6px; display:none}
#dialog{display:none}
div.entetePiece{
	width:300px;
	float:right;
}
div.entetePiece table th{
	text-align:right;
	padding-right:5px;
	width:100px;
}
table.LignesPiece{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
table.LignesPiece td,table.LignesPiece th{
	padding:2px 4px;
	border:1px solid #DDDDDD;
	vertical-align:middle;
}
table.LignesPiece tbody tr td{
	border:1px solid #DDDDDD;
}
table.LignesPiece tbody tr td{
	text-align:right;
}
table.LignesPiece tfoot tr td,table.LignesPiece tfoot tr th{
	text-align:right;
}
table.LignesPiece tbody tr.odd td{
	background-color:#E5F1F4;
}
table.LignesPiece tbody tr.even td{
	background-color:#F8F8F8;
}

.twoCol:nth-child(even){
	margin-left:10px;
}
.threeCol:nth-child(1n+2){
	margin-left:10px;
}
.module{
	float:left;
	margin-bottom:10px;
	background:#F9F9F9;
	border-left:1px solid #E0DEDE;
	border-right:1px solid #E0DEDE;
	border-top:1px solid #E0DEDE;
	border-radius:3px 3px 3px 3px;
}
#right .module{
	width:200px;
	float:none;
	margin-left:0;
}
.oneCol{
	width:99%;
	width:-webkit-calc(100% - 4px);
	width:-moz-calc(100% - 4px);
	width:calc(100% - 4px);
	float:none;
}
.twoCol{
	width:49%;
	width:-webkit-calc(50% - 7px);
	width:-moz-calc(50% - 7px);
	width:calc(50% - 7px);
}
.threeCol{
	width:33%;
	width:-webkit-calc(33% - 6px);
	width:-moz-calc(33% - 6px);
	width:calc(33% - 6px);
}
.module-titre{
	background-color:#EFEFEF;
	background-image:-moz-linear-gradient(center top,#FDFDFD 0%,#EAEAEA 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDFDFD), to(#EAEAEA));
	background-image: -o-linear-gradient(center top, #FDFDFD, #EAEAEA);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#FDFDFD,endColorstr=#EAEAEA,GradientType=0);	   
	border-bottom:1px solid #E0DEDE;
	border-radius:3px 3px 0 0;
	height:36px;
}
.module-titre h4{
	margin:0;
	padding:10px;
	line-height:12px;
	font-weight:bold;
	font-size:13px;
	color:#444;
	float:left;
}
.module-titre span.tools{
	float:right;
	margin:6px 0 0 0;
	padding:3px 5px 2px;
	font-weight:bold;
}
.module-titre div.range{
	float:right;
	margin:3px 0 0 0;
	padding:3px 5px 2px;
	font-weight:bold;
}

.module-body{
	border-bottom:1px solid #CDCDCD;
	border-radius:0 0 3px 3px;
	padding:10px;
	overflow:hidden;
}
#right .module-body{
	padding:5px;
}
.module ul{
	list-style:none;
	margin:0;
}
.module ul li{
	background:#F2F2F2;
	border-top:1px solid #E2E2E2;
	padding:3px 0 4px 0;
	margin-bottom:3px;
	overflow:hidden;
}
.module ul li:last-child{
	margin-bottom:0px;
}
.module ul li span{
	display:block;
	float:left;
	padding:0 5px;
	width:80px;
	white-space:nowrap;
}
.module ul li span:nth-last-child(2){
	float:right;
	text-align:right;
}
.module ul li span:last-child{
	float:none;
	clear:both;
}
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#EFEFEF;
	padding:2px;
	display:none;
	color:#000;
	z-index:1003;
}
#screenshot img{
	width:200px;
	border:1px solid #ccc;
}
span.dateJour{
	display:block;
	margin-bottom:10px;
	text-align:center;
	padding:4px
}
.c-image{
	margin:10px 0 10px 170px;
	position:relative;
}
.c-image a{
	position:absolute;
	left:10px;
	top:10px;
	display:block;
	width:14px;
	height:14px;
}
.backup a {
	color: #990000!important;
}

@media (max-width: 992px) {
	#right{
		display:none;
	}
	#page {
		padding-top: 170px;
	}
	#login{
		max-width:340px;
	}
	.navbar .brand, .navbar .nav, #ajax-loader, .navbar .nav.pull-right, .pull-right{
		float:none!important;
	}
	.navbar .brand{
		text-align: center;
	}
	#left{
		margin-right: 0;
	}
	.form-horizontal .control-label{
		width:90px!important;
	}
	.form-horizontal .controls{
		margin-left:100px!important;
	}
	.navbar.navbar-fixed-top .navbar-inner, .navbar.navbar-fixed-bottom .navbar-inner, .page-inner{
		padding:10px;
	}
	.module-titre h4{
		font-size: 12px;
	}
}