/* 
    Document   : style
    Created on : 20 sept. 2012, 11:30:40
    Author     : Juuu
    Description:
        Purpose of the stylesheet follows.
*/

.PBJ-clear {
	clear:both;
}
.pad-top-20 {
  padding-top:20px;
}
.input-number {
	text-align: right;
        font-size:1em;
}
.PBJ-bg-gray {
  background-color:#FAFAFA;
}
.PBJ-menu-ope {
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
  padding-left:12px;
  margin-bottom: 20px;
}
.PBJ-menu-ope form {
	float:left;
	padding:20px 15px;
}	
.PBJ-menu-ope input[type=submit] {
	margin:0;
        font-size:1em;
}
.PBJ-frm {
  width:870px; /*968-90*/
  border-radius:5px;
  box-shadow:0px 0px 3px #999;
  padding:30px 45px 45px;
  background-color:#FFF;
  color:#231F20;
  
  background-image: -webkit-linear-gradient(bottom, #F3F3F3 0%, #FFF 100%);
  background-image:    -moz-linear-gradient(bottom, #F3F3F3 0%, #FFF 100%);
  background-image:     -ms-linear-gradient(bottom, #F3F3F3 0%, #FFF 100%);
  background-image:      -o-linear-gradient(bottom, #F3F3F3 0%, #FFF 100%);
  background-image:         linear-gradient(bottom, #F3F3F3 0%, #FFF 100%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3',endColorstr='#FFF', GradientType=0);*/
}
.PBJ-content h3, .PBJ-content h6  {
  color:#144473;
  font-family:"Trebuchet MS";
  text-transform:none;
}
.PBJ-content h6 {
 word-spacing:0;
 letter-spacing:0;
 font-weight:bold;
}
.PBJ-frm  table {
  border:0;
}
.PBJ-frm tr {
  border:0;
}
.PBJ-frm tr:hover {
  background:none;
}
.PBJ-frm td {
  color:#231F20;
}
.PBJ-frm  label {
 text-transform:uppercase;
 font-size:14px;
  font-family:"Trebuchet MS";
}
.PBJ-frm input[type=text] {
  width:455px;
}
.PBJ-content .msg_error {
  border:1px solid #F7524A;
  border-radius:2px;
  padding:3px 10px;
  box-shadow:0px 0px 2px #999;
  background-color:#FF8282;
  color:#FFF;
  margin-bottom: 10px !important;
}
.PBJ-content .msg_ok{
  border:1px solid #239623;
  border-radius:2px;
  padding:3px 10px;
  box-shadow:0px 0px 2px #999;
  background-color:#70DA70;
  color:#FFF;
  margin-bottom: 10px !important;
}
.PBJ-frm-cadre {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 15px;
  padding: 15px;
  
  background-image: -webkit-linear-gradient(bottom, #EFEFEF 0%, #FFF 100%);
  background-image:    -moz-linear-gradient(bottom, #EFEFEF 0%, #FFF 100%);
  background-image:     -ms-linear-gradient(bottom, #EFEFEF 0%, #FFF 100%);
  background-image:      -o-linear-gradient(bottom, #EFEFEF 0%, #FFF 100%);
  background-image:         linear-gradient(bottom, #EFEFEF 0%, #FFF 100%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF',endColorstr='#FFF', GradientType=0);*/
}
.PBJ-frm-cadre span {
  color:#144473;
}
.PBJ-frm  .img-paybox {
  display:block;
  float:right;
}
/*Espace Gestion*/
.PBJ-gestion td {
  color:#444444;
}
.PBJ-gestion label, .PBJ-gestion span {
  font-size:1em;
}
.PBJ-gestion form input[type=text],
.PBJ-gestion form input[type=password] {
  width:355px;
  font-size:1em;
}
.PBJ-gestion .PBJ-btns {
  padding-top:20px;
  text-align:right;
}
.PBJ-gestion .pagination {
	border-top: 1px solid #AAA;
	padding-top: 3px;
}
.PBJ-gestion .pagination ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 30px;
}
.PBJ-gestion .pagination li {
	float: left;
	font-size: 16px;
	margin:0 2px 3px;
	padding:2px 5px;
	background-color: #00437F;
	color: #FFF;
	cursor: pointer;
}
.PBJ-gestion .pagination li.active {
	background: none;
	color:#00437F;
	cursor: default;
	font-weight: bold;
}

.PBJ-gest-offre {
  width: 1000px;
  overflow:auto;
  background-color:#FFF;
  border-radius:5px;
  margin-top:20px;
  box-shadow:0 0 2px #444;
  padding-left:4px;
  padding-right:4px;
}
.PBJ-gest-offre h3{
  padding-left:6px;
}
.PBJ-gest-offre table {
  background-color:#FFF;
}
.PBJ-gest-offre  th {
  font-weight:normal;
  font-size:11px;
  padding-top:0;
  padding-bottom:0;
}
.PBJ-gest-offre  td {
  font-weight:normal;
  font-size:11px;
  padding:4px 2px;
}
.PBJ-gest-offre table .button_link {
  height:auto;
  line-height:auto;
  margin:0;
  padding:3px 0px;
  font-size:10px;
}
.PBJ-gest-offre td.pbjmin100 {
  min-width:100px;
}
.PBJ-gest-offre td.pbjcenter {
  text-align:center;
}
.PBJ-gest-offre td.pbjright {
  text-align:right;
}
/*Popup lien offre*/
#bgDark {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #666;
  opacity: 0.7;
}
.myPopup {
  position: fixed;
  z-index: 110;
  left: 50%;
  top: 50%;
  padding: 40px 20px 20px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #444;
  font-family: Arial;
  color: #6f6f6e;
  font-size: 12px;
}
.popupClose {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url('../images/close-gray-16x16.png') no-repeat;
  cursor: pointer;
}
#popupLinkOffer {
  top: 250px;
  margin-left: -450px;	
  width:860px;
} 

/* Affichage Lien offre */
.linkOffer {
  text-align:center;
  border: 1px solid #AAA;
  padding: 10px 2px;
}
#urlClient,
#popUrlClient {
  color:#333;
}
#noticeUrlClient {
  display:none;
  color:#00c301;
  padding-top:15px;
  font-weight:bold;
}
.numUrlClient {
  font-weight:bold;
}
