.div_login {
	margin:auto;
	background-color: #EAF2D3;
	border: 1px solid #98BF24;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	width:300px;
	text-align:center;
}


/*----------------------------------------------NAVIGATION SOUS TITRE DEBUT-----------------------------------------------*/
.topnav {
  overflow: hidden;
  background-color: #e9ebe7;
}

.topnav a {
  float: left;
  display: block;
  color: #122844;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 1em;
}

.topnav a:hover {
  background-color: #3e454c;
  color: black;
}

.active_menu_sous_titre {
  background-color: #98bf24;
  color: #122844;
}

.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #122844;
  padding: 12px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  /*font-size: 1em;*/
  text-decoration: none;
}



/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #3e454c;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #98bf24;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/*@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
*/
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav a {
	  float: left;
	  display: block;
	  color: #122844;
	  text-align: center;
	  padding: 8px 10px;
	  text-decoration: none;
	  font-size: 0.8em;
	}

}

/*----------------------------------------------NAVIGATION SOUS TITRE FIN-----------------------------------------------*/

.content-page-droite{
	padding: 1% 1%;
}

.content-page-droite-h2{
    font-size: 2em;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
	.content-page-droite-h2{
		font-size: 1.5em;
		font-weight: 300;
	}
}


.tagpack {
	display: inline-block;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-align:center;
  font-size: 9px;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
  text-decoration: none;
  width:40px;
   font-weight: bold;
   font-size: 9px;
}

.tagpack_type_projet {
	display: inline-block;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-align:center;
  font-size: 9px;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
  text-decoration: none;
  width:15px;
}

.tagpack_rapport {
	display: inline-block;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-align:center;
  font-size: 9px;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
  text-decoration: none;
  width:80px;
   font-size: 12px;
}

.tagpack_bleu
{
	background: #7FC0B7;
	color: black;
}
.tagpack_vert
{
	background: #00b559;
	color: white;
}
.tagpack_jaune
{
	background: #C2F253;
	color: black;
}
.tagpack_rose
{
	background: #F69CF9;
	color: black;
}
.tagpack_orange
{
	background: #FDD38B;
	color: black;
}
.tagpack_bug
{
	background: #4C1B1B;
	color: white;
}
.tagpack_amelioration
{
	background: #046380;
	color: white;
}
.tagpack_rapport_conforme
{
	background: #d5e5a7;
	color: black;
}
.tagpack_rapport_non_conforme
{
	background: #ffb2b2;
	color: black;
}


/*	--------------------------------------------------
	:: Table Filter
	-------------------------------------------------- */
.panel {
	border: 1px solid #ddd;
	background-color: #fcfcfc;
}

.table-filter {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.table-filter tbody tr:hover {
	cursor: pointer;
	background-color: #eee;
}
.table-filter tbody tr td {
	padding: 10px;
	vertical-align: middle;
	border-top-color: #eee;
}
.table-filter tbody tr.selected td {
	background-color: #eee;
}
.table-filter tr td:first-child {
	width: 38px;
}
.table-filter tr td:nth-child(2) {
	width: 35px;
}
.ckbox {
	position: relative;
}
.ckbox input[type="checkbox"] {
	opacity: 0;
}
.ckbox label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	content: '';
.ckbox label:before {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
	border-color: #2BBCDE;
	background-color: #2BBCDE;
}
.ckbox input[type="checkbox"]:checked + label:after {
	top: 3px;
	left: 3.5px;
	content: '\e013';
	color: #fff;
	font-size: 11px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
}
.table-filter .star {
	color: #ccc;
	text-align: center;
	display: block;
}
.table-filter .star.star-checked {
	color: #F0AD4E;
}
.table-filter .star:hover {
	color: #ccc;
}
.table-filter .star.star-checked:hover {
	color: #F0AD4E;
}
.table-filter .media-photo {
	width: 35px;
}
.table-filter .media-body {
    display: block;
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
.table-filter .media-meta {
	font-size: 11px;
	color: #999;
}
.table-filter .media .title {
	color: #2BBCDE;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}
.table-filter .media .title span {
	font-size: .8em;
	margin-right: 20px;
}
.table-filter .media .title span.pagado {
	color: #5cb85c;
}
.table-filter .media .title span.pendiente {
	color: #f0ad4e;
}
.table-filter .media .title span.cancelado {
	color: #d9534f;
}
.table-filter .media .summary {
	font-size: 14px;
}


.progress {
    position: relative;
	height: 25px;
}
.progress > .progress-type {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}