body {
	background-color: #E8E8E8;
	font-family: verdana, arial, sans-serif;
	font-size:0.8em;
	color:#707173;
	padding-top: 100px;
}

.highlight { background-color: yellow; }


#filterList {
	text-align:left;
}

.logged .subMenuContainer {
	text-align:center;
	position:fixed;
	width:100%;
}

.logged .subMenu {
	background-color:#FAFAFA;
	border: 1px solid #707173;
	border-top-width:0px;
	padding:10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.logged .modalClosingMenu a{

}

.logged .navbar {
	margin-bottom: 0px;
	max-width: 100%;
	margin: auto;	
}

.login #page {
	border:1px solid #3A87AD;
}

.nav-collapse {
	margin-top:2px;
}

#page .breadcrumb {
	padding:0px !important;
	margin:0px !important;
}



#footer {
	background-color: #9EB7DC;
	color:white;
	font-weight: normal;
	margin-top:10px;
	margin:10px auto;
	text-align:center;
	//width:200px;
}

.logged .label-info, .logged .badge-info {
    background-color: #9EB7DC;
}

#page .label-info {
	padding: 10px 20px;
	font-size:1.5em;
	margin-bottom:10px;
	border-radius: 0px;
}

.hint {
	margin-top:5px;
	clear:both;
	padding:3px;
	font-style:italic;
	font-size:0.8em;
}

span.required {
	color:red;
}

.errorMessage{
	color:red;
	font-style:italic;
}

.clear {
	clear:both;
}

.form .row {
	padding-left:10px;
	margin-bottom:5px;
	margin-left:10px;
}

.logged .row label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	padding-top: 3px;
}

.logged .row .toggle-button label {
	padding-right:0px;
}

.test .row label {
	display:inline;
}
/* ligne de titre du projet */
.lineTitle{
	margin-bottom: 5px;
}

.sortableRow{
	cursor:  move;
}

#wkfTable{
	width:auto;
}
.hidenRow{
	display:none;
}

#configColumns{
	overflow-y: auto;
}

/*MEDIA QUERIES*/
/* Large desktop */
@media only screen and (min-width: 1200px) {
	/** Page login **/
	.login #page {
		padding: 10px;
		text-align: center;
		width: 710px;
		margin: 20px auto;
	}
	/** Fin Page login **/

	.logged #page .row .buttons{
		display:block;
		float:left;
		width:400px;
		text-align:right;
	}
}

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 1199px) {/* ??979 */
	/** Page principale **/
	.logged .subMenuContainer{
		position: static;
	}

	body.logged #page {
		padding-top:20px !important;
	}	/** Page login **/
	.login #page {
		padding: 10px;
		text-align: center;
		width: 640px;
		margin: 20px auto;
	}
	/** Fin Page login **/

	.logged #page .row .buttons{
		display:block;
		float:left;
		width:400px;
		text-align:right;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	/** Page principale **/

	body.logged #page {
		padding-top:30px !important;
	}

	/** Page login **/
	.login #page {
		padding: 10px;
		text-align: center;
		width: 90%;
		margin: 10px auto;
	}
	/** Fin Page login **/

	.logged #page, .test #page {
		width: 100%;
		margin: 0;
		padding:0 ;
	}

	.logged #page .row .buttons{
		display:block;
		float:left;
		width:90%;
		text-align:right;
	}

	.logoMenu{
		display: none;
	}
	.subMenuContainer.row-fluid [class*="span"]{
		min-height: 0;
	}
	.logged .subMenuContainer{
		position: static;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {

	/** Page login **/
	.login #page {
		padding: 10px;
		text-align: center;
		width: 90%;
		margin: 10px auto;
	}
	/** Fin Page login **/
	.logged {
		padding:0px 2px;
	}

	.logged #page, .test #page {
		width: 100%;
		margin: 0 ;
		padding:0;
	}

	.logged #page .row .buttons{
		display:block;
		float:left;
		width:90%;
		text-align:right;
	}

	.logged .subMenu {
		margin:0px
	}
}

div.srbacForm label {
	display:inline;
}

.daterangepicker{
	z-index:1100 !important;
}



.nav-header.nav-subheader {
	font-style:italic;
}

#scrollingZone {
	background-color: #e9eaed;
	border: 0px solid #F2F2F2;
	margin-left: 10px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	/* width: 90%;*/
	clear:both;
	max-height: 400px;
}



#scrollingZone .newComment {
	padding: 2px;
	margin-right:5px;
	float:right;
}
#scrollingZone .editable-container.editable-inline {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
#scrollingZone .editable-input {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width: 97%;
}
#scrollingZone .input-large{
	width:100%;
	height:50px;
}

.row-fluid.commentGroup {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.commentTitle{
 margin-left: 15px;
    margin-top: 5px;
    padding: 5px;
}
#addNewComment{
	padding-right: 10px;
	margin-right: 10px;
}
#addNewComment .well {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-top:10px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

#addNewComment .well-small {
    border-radius: 3px 3px 3px 3px;
    padding: 9px;
}



/* Fenêtre projet */
#project-update-modal,
#project-overview-modal {
	overflow-y: auto;
	width:90%;
	height:90%;
	left:5%;
	/*top:5%;*/
	margin:0px;
}
#project-overview-modal .modal-body, #project-update-modal .modal-body{
	 max-height: none;
}

@media (min-width: 768px) {
	#project-overview-modal .rightContainer {
		float: left;
		max-width: 23%;
	}
}
@media (max-width: 767px) {
	#project-overview-modal .rightContainer {
		float: left;
		max-width: auto;
	}
}


#project-overview-modal .leftContainer {
	width:75%;
	border-right:solid 1px #DDDDDD;
	float:left;
	margin-right:10px;
}
/* filtres */
#filter-selection-modal {
	overflow-y: auto;
	position: absolute;
	height:auto;
	left:25%;
	top:5%;
	margin:0px;
}
#filter-selection-modal .modal-body{
	 max-height: none;
	 padding: 5px 0;
}

#filter-form .rangeLabel {
    margin-left: 5px;
    width: auto;
}
.rangeInf, .rangeSup{
	margin-bottom: 5px;
}
.rangeSup{
	margin-left: 160px;
}
.inputInf, .inputSup {
    width: 175px;
}



/* Fenêtre ticket */
#ticket-overview-modal {
	overflow-y: auto;
	position: absolute;
	width:90%;
	height:90%;
	left:5%;
	/*top:5%;*/
	margin:0px;
}
#ticket-overview-modal .modal-body{
	 max-height: none;
	 padding: 5px 0;
}

#ticket-overview-modal .rightContainer {
/*	float: left;
	width: 30%;*/
}
#ticket-overview-modal .leftContainer {
	border-right:solid 1px #DDDDDD;
	padding: 0 5px;
/*	width:65%;
	float:left;
	margin-right:10px; */
}
#ticket-overview-modal .editor {
	margin-left:160px;
	min-height:40px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	padding: 4px 6px;
}

#ticket-form, #comment-form{
	margin: 0;
}
.ticketTitle {
    font-size: 17.5px;
}

#kanban td,th{
	vertical-align: top;
	border-left: solid 1px #E3E3E3;
}


/* hauteur liste des tickets*/

#ticketHistoryList{
	max-height: 450px;
	overflow-y: auto;
}


ul#ticketHistoryList li.ticketHistory{
	text-transform:none;
}
#user-grid tr:hover td,
#ticket-grid tr:hover td,
#project-grid tr:hover td{
	background-color: #E6E6E6;
	cursor: pointer;
}

#user-grid tr.filters:hover td,
#ticket-grid tr.filters td,
#project-grid tr.filters td{
	background-color:#FFFFFF;
	cursor: none;
}

.logoMenu {
	max-height: 60px;
	float: left;
}

.filterOn {
	background-image: url(/images/funnel_new.png);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 30px;
	background-position: top left;
}

.select-multiple-header{
	background-color: #9EB7DC;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-align:center;
    padding:3px;
}
.select-multiple-footer {
	background-color: #003652;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-align:center;
    padding:3px;
}

/* liste des ticket masque affiche la grille */
.emptyGrid {
	display: none;
}
.alternate {
	display: none;
}
.alternateEmptyGrid{
	display: block;
}

#comment-doc-upload-modal {
	z-index: 3000;
}
#tickets{
	margin-top: 5px;
}
#kanbanContainer{
	margin-top: 5px;
}

.uploadFiles {
    margin-left: 0 !important;
}

.uploadForm{
	margin: 0;
}
.uploadTitle{
	margin: 0;
}

.uploadFiles .delete{
	margin-right: 10px;
}
.uploadFiles li{
	line-height: 25px;
}
/* icone home brand */
.icon-home.brandHome{
	vertical-align: inherit;
	margin-left: 10px;
}

/* impression de la page */

@media print {
	.hideonprint{
		display: none;
	}
    [class*="span"],
    .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: auto;
      margin-left: 0;
    }
    .span12,
    .row-fluid .span12 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
}

/* modif css bc */
.alert-error{
	color: #c09853 !important;
}

.table thead th {
    vertical-align: top !important;
}
#addComment {
  border: solid 2px #f5f5f5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  border-radius: 4px;
  margin: 10px;
  padding: 5px 10px;
}