/* Style facultatif pour le lien */
.print-link {
  color: #007bff; /* Couleur du lien */
  text-decoration: none; /* Supprimer les soulignements */
  cursor: pointer; /* Afficher un curseur pointer au survol */
}



@media print {
 .print-link{display:none;}
 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  
  #nav-2, #nav-3{
	  display : block !important;
  }
  
  .noprint{
	  display:none !important;
  }

}


.eAjoutGauche{	  
	width:60%;
	flex: 1 1 auto;
}
.eAjoutDroite{	  
	  padding-left: 2em;
	  flex: 1 1 0;
}	  
.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.hand{
	cursor:pointer;
}

#table_wrapper{
  overflow: auto;
}

textarea
{
  width:100%;
  margin:5px 0;
  padding:3px;
}

html,body,.container-fluid{
height:100%	
}

body.back {
    background-image: url("ps-neutral.png");
    background-repeat: repeat;
}
body.front {
    background-color:#B5E3F4;
}

#box-header{
	padding: 0.45em 0.5em;
	height:4.5em;
	width: 100%;
	background-color: #23282E;
	color: #e1ffff;
	text-align: right;
}

#box-header > div{
	/*height: 40px;*/
}
#box-header div span{
	padding-right:15px;
	vertical-align: middle;
}
#box-header, #box-header a{
	color: white;
	font-size: 15px;
}

#box-header img{
	margin-right: 10px;
	height:43px;
}

#box-content{
	padding: 2em;
}

#box-header > div{
		/*display:inline-block;*/
}

.brand{
	float:left;
	line-height: 22px;
	margin-left:2em;
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	min-height: 100%;
}
/*
	.flexbox-container > div {
		padding: 10px;
	}*/

	.flexbox-container-menu{
		width:18%;
		background-color: #2e353d;
	}
	
	#sidebar-wrapper .logo_app{
		padding:0;
		margin:0;
	}
	
	#sidebar-wrapper .logo_app img{
		max-width:13rem;
	}
	
	.flexbox-container-app{
		width:82%;
	}
	
	
	
.panel-login{
	background-image:url("../images/img-fond.jpg");
	background-size: cover;
    border-radius: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	padding-top: 2em;
}

.panel-login h1, .form-signin h1 {
    color: #00699C;
    font-size: 35px;
    line-height: 1em;
    margin: 12px auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.panel-login h2, .form-signin h2 {
    color: #00699C;
    font-size: 25px;
    line-height: 1em;
    margin: 15px auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.form-signin {
	overflow: hidden;
    width: auto;
	margin: 40px auto 0;
    min-height: 270px;
    min-width: 30%;
	background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    max-width: 400px;
    padding: 20px;
}

.form-signin > input {
	padding: 10px;
	border: none;
	border-bottom: solid 2px #c9c9c9;
	transition: border 0.3s;
	margin-top:10px;
	margin-bottom:20px;
	height:50px;
}

form-signin > input:focus, form-signin > input.focus, .form-control:focus{
	border-bottom: solid 2px #EF4849;
}

.button{
	cursor: pointer;
	padding: .5em 1em;
}

.button_home{
	margin: 8% 16%;
	padding: 2em 5em;
}

h1{
	margin-bottom:40px;
	font-size: 2em;
}
h2{
	margin-bottom:30px;
	font-size: 1.75em;
}
h3{
	margin-bottom:10px;
	font-size: 1.5em;
}
/* commun */
.nopadding{
	padding:0;
}

.nomargin{
	margin:0;
}

.well{
	background:#ffffff;
}

.action_success{
	background-color: rgba(124,252,0,0.2);
}

.action_refuse{
	background-color: rgba(220,20,60,0.2);
}

/* FORMULAIRE */
fieldset{
    margin-top: 2em;
}

.form-eposter{
	width:60%;
}


/* FORMULAIRE */
.field:not(:last-child) {
    margin-bottom: .75rem;
}

.label:not(:last-child) {
    margin-bottom: .5em;
}
.label {
    color: #363636;
    font-size: 1rem;
    font-weight: 700;
}

.form-horizontal .control-group::before, .form-horizontal .control-group::after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group::after {
    clear: both;
}
.form-horizontal .control-group::before, .form-horizontal .control-group::after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

/* ajax recherche utilisateur */
.input_container {
    float: left;
    height: 30px;
}
.input_container input {
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 3px;
    width: 250px;
}
.input_container ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #eaeaea #000000 #000000;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 9;
}
.input_container ul li {
    padding: 3px 40px;
}
.input_container ul li:hover {
    background: #eaeaea none repeat scroll 0 0;
    cursor: pointer;
}
#user_list {
    display: none;
}
#chargement {
    background-image: url("ajax-loader.gif");
	background-repeat:no-repeat;
    display: none;
    height: 64px;
    margin: auto;
    position: relative;
    top: 20px;
    width: 64px;
}

.changed{
	border-bottom:1px solid red;
}



/* counter home */
.counter
{
    background-color: #eaecf0;
    text-align: center;
}
.counter-bloc
{
    margin-top: 2em;
    margin-bottom: 2em;
}
.counter-count
{
	font-weight:bold;
    font-size: 25px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.counter-lib{
    font-size: 17px;
    color: #00699C;
    line-height: 25px;
}

#table{
	margin-bottom: 20px !important;
}

.eposter-details{
	background:#f2f2f2;
	padding:20px;
	margin-bottom: 30px;
}

#navbarSupportedContent ul{
	position: absolute;
	right: 0
}
#navbarSupportedContent ul li{
	padding-right: 1.7em;
}


@media (max-width: 767px) {
	
	#box-content {
		padding-top: 5em;
	}
	
	.flexbox-container {
			flex-direction: column;
	}
	.flexbox-container-menu, .flexbox-container-app{
		width:100%;
	}
	.flexbox-container > div{
		padding:0;
	}
	.flexbox-container-menu{
		min-height:60px;
		position: fixed;
		z-index: 99;
	}
	
	.menu-list{
		padding-top: 60px;
	}
	
	.column-layout {  
		display: block;
	}
	#box-header {
    	position: fixed;
    	top: 0;
		width:auto;
		font-size:14px;
		z-index:10000;
		width:100%;
	}
	#box-header img{
		height:20px;
	}
	
	.panel-login h1 {
		padding-left:90px;
    	font-size: 30px;
		padding-bottom:10px;
	}
}










#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}





