/*
 * Toolbar.less
 * Basic and global styles
 * ----------------------- */
/*
 * Package.less
 * Date: Dec. 2011
 * Version 1.0.1
 */
/* 
 * Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * Credits:
 *  Preboot.less http://markdotto.com/bootstrap/ 
 *  LESS Elements http://lesselements.com/
 *  CSS Tricks: http://css-tricks.com/snippets/css/useful-css3-less-mixins/ 
 * ------------------------------------------------------------------------ */
/* For image replacement */
/* Hide for both screenreaders and browsers: h5bp.com/m */
/*  Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* Hide visually and from screenreaders, but maintain layout */
/* Guideline.less
 * Variables to customize the look and feel
 * ---------------------------------------- */
/*
 * Grid.less
 * Basic and global styles for generating a grid system
 * Credits:
 *  http://twitter.github.com/bootstrap/
 *  http://semantic.gs/
 * ---------------------------------------------------- */
#toolbar {
  width: 100%;
  border-bottom: 4px solid #d66000;
  height: 28px;
  background: #e4e2dd;
  position: absolute;
  top: 0;
  z-index: 9999;
}
#toolbar .container {
  border: none !important;
  margin-top: 0px !important;
  padding-top: 0px;
  background: transparent;
}
#toolbar nav ul {
  display: inline-block;
  margin: 0;
  list-style: none;
}
#toolbar nav ul li {
  float: left;
}
#toolbar nav ul li a {
  display: block;
  border-left: 1px solid #c2beb2;
  padding: 5px 10px;
  color: #242424;
  text-decoration: none;
  font-family:arial, sans-serif;
  line-height:18px;
}
#toolbar nav ul li a:hover, #toolbar nav ul li a.active {
  background: #c2beb2;
  color: #2e5d94;
}
#toolbar nav ul li a.arrow:after {
  margin-left: 5px;
  margin-top: 9px;
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #242424;
}
#toolbar nav ul li.more {
  position: relative;
  cursor: pointer;
}
#toolbar nav ul li.more .dropdown-menu {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  overflow: hidden;
  border: 1px solid #c2beb2;
  border-top: 0;
  margin: 0;
  width: 150px;
  background: #e4e2dd;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#toolbar nav ul li.more .dropdown-menu li {
  float: none;
}
#toolbar nav ul li.more .dropdown-menu li a {
  border-left: 0;
}
#toolbar nav ul li.more:hover .dropdown-menu {
  display: block;
}
#toolbar nav ul li#home-beacon a {
  display: block;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  direction: ltr;
  text-align: left;
  text-indent: -999em;
  background-image: url("http://www.lesoir.be/sites/all/themes/custom_selv7/css/ui/sprite-alt.png");
  background-color: tranparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 0;
  height: 30px;
  width: 164px;
}
#toolbar nav ul li#home-beacon a br {
  display: none;
}
#toolbar nav ul li#home-beacon a:hover {
  background-image: url("http://www.lesoir.be/sites/all/themes/custom_selv7/css/ui/sprite-alt.png");
  background-color: tranparent;
  background-repeat: no-repeat;
  background-position: 0px -50px;
}
#toolbar .entries {
  float: left;
}
#toolbar .my-account {
  margin-right: 9px;
  float: right !important;
  width: auto;
}
#toolbar .my-account .log-in {
  background: #d66000;
}
#toolbar .my-account .log-in a {
  color: #fff;
  font-weight: bold;
}
#toolbar .my-account ul li .last {
  border-right: 1px solid #c2beb2;
}
#toolbar .my-account ul li .user:after {
  margin-left: 5px;
  content: "S";
  font-family: 'WebSymbolsRegular';
}
.ui-dialog {
  left: 492px;
}
.ui-widget, .p-wrap, .p-main-content {
  width: 410px !important;
}
.ui-widget-overlay {
  background: #000000 !important;
  filter: alpha(opacity=35);
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
.p-the-content {
  border: 1px solid #e6e6e6;
  width: 390px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.p-the-content form label, .p-the-content form .label {
  color: #474747;
  text-align: left;
}
.p-the-content form label span, .p-the-content form .label span {
  color: inherit;
}
.ui-corner-all.ui-widget-header .ui-state-hover {
  border: none;
  background: none;
  font-weight: bold;
  color: black;
}
.ui-corner-all.ui-widget-header a.ui-state-hover, .ui-corner-all.ui-widget-header a.ui-state-hover {
  color: black;
  text-decoration: none;
}
.ui-widget-header a .ui-icon {
  background: url(http://i.min.us/ibxecUTaewJusf.gif) no-repeat center top;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ui-widget-header a.ui-state-hover .ui-icon {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.p-the-content h1 {
  border-bottom: 1px dotted #A2A2A2;
  margin: 25px 10px 0;
  padding-bottom: 9px;
  font: 20px/24px "Droid serif", Georgia, serif;
  color: #3a6692;
}
.p-the-content form {
  display: block;
  padding: 25px 0 25px 25px;
}
.p-the-content form .form-text {
  height: 16px !important;
  width: 184px;
  border: 1px solid #c1bebc;
  padding: 6px 8px 5px 8px;
  border-radius: 2px;
  cursor: auto;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(left, #f1f1f1, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f1f1f1), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #f1f1f1, #ffffff);
  background-image: -o-linear-gradient(left, #f1f1f1, #ffffff);
  background-image: linear-gradient(to right, #f1f1f1, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=1);
}
.p-the-content form .form-text:focus {
  border-color: #c1bebc;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.p-the-content form label, .p-the-content form .label {
  float: left;
  width: 118px;
  color: #474747;
  font: 13px/2.5 "Droid serif", Georgia, serif;
}
.p-the-content form .row {
  margin: 0 0 11px 0;
}
.JeMeConnecte .btn-submit {
  margin-left: 118px !important;
  margin-top: 0px !important;
}
.JeMeConnecte .l-new-msg {
  margin: 0 0 25px 0;
  text-align: left;
}
.JeMeConnecte .l-new-msg p {
  color: #474747;
  text-align: left;
  font: 13px/21px "Droid serif", Georgia, serif;
}
.JeMeConnecte .l-new-msg p strong {
  color: #474747;
}
.JeMeConnecte .l-new-msg a {
  color: #3a6692;
  font: 13px/13px "Droid serif", Georgia, serif;
}
.JeMeConnecte .l-new-msg a:hover {
  text-decoration: none;
}
.btn-submit {
  border: 1px solid #3a6692;
  border-radius: 0;
  margin-top: 0px;
  padding: 5px 0;
  width: 150px;
  font: 13px/29px Arial, sans-serif;
  text-shadow: none;
  color: #ffffff;
  background-color: #4a87b1;
  background-image: -moz-linear-gradient(top, #336da5, #6dafc4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#336da5), to(#6dafc4));
  background-image: -webkit-linear-gradient(top, #336da5, #6dafc4);
  background-image: -o-linear-gradient(top, #336da5, #6dafc4);
  background-image: linear-gradient(to bottom, #336da5, #6dafc4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff336da5', endColorstr='#ff6dafc4', GradientType=0);
}
.btn-submit:hover {
  background-color: #347195;
  background-image: -moz-linear-gradient(top, #285884, #4696ae);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#285884), to(#4696ae));
  background-image: -webkit-linear-gradient(top, #285884, #4696ae);
  background-image: -o-linear-gradient(top, #285884, #4696ae);
  background-image: linear-gradient(to bottom, #285884, #4696ae);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff285884', endColorstr='#ff4696ae', GradientType=0);
}
#fgpwd {
  margin-left: 0 !important;
  padding: 9px 9px 18px 9px;
  text-align: center;
}
#fgpwd a {
  position: relative;
  display: inline-block;
  border: 0 !important;
  margin-top: 9px;
  padding: 8px 20px 10px;
  background: #2e5d94;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#fgpwd a:hover {
  text-decoration: underline !important;
}
#fgpwd #fgpwdl, #fgpwd #fgpwdl2 {
  display: block;
  margin-top: 0px;
  padding: 0 !important;
  background: none;
  color: #2e5d94 !important;
  font-weight: normal;
  font-size: inherit !important;
}
#fgpwd #fgpwdl2 {
  margin-top: 9px;
}
#loading {
  z-index: -1;
}
.checkboxB .to-block {
  margin: 0;
  width: 320px;
  text-align: left;
}
.checkboxB .to-block label {
  top: 0px;
  padding: 0 5px;
  width: 280px;
  line-height: 1.3em;
}
.checkboxB .to-block input {
  width: 20px;
}
#go.btn-submit {
  margin-left: 93px;
}
#charte {
  height: 20px !important;
  width: 20px !important;
}
.ui-dialog-titlebar-close {
  position: absolute;
  right: 25px;
  top: 25px;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -999em;
}
.ui-dialog-titlebar-close span {
  display: block;
}
#une-abo {
  position: absolute;
  left: 0;
  top: 28px;
  display: none;
  padding: 10px 0 0;
  height: 510px;
  width: 364px;
  background: #ffffff;
  color: #2A2A2A;
  text-align: center;
  text-shadow: 1px 1px 0 #F3F3F3;
  z-index: 10000;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
#encart-newsletter {
  position: absolute;
  top: 28px;
  left: 228px;
  background: #ebe6e2;
  border: 1px solid #8f8b88;
  width: 430px;
  height: 160px;
  color: #2a2a2a;
  text-align: left;
  z-index: 10001;
  text-shadow: 1px 1px 0 #f3f3f3;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -moz-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}
#encart-newsletter #mynews {
  float: left;
  width: 100%;
}
#encart-newsletter img {
  float: left;
  padding: 10px;
}
#encart-newsletter h2 {
  clear: none;
  margin: 10px 0;
  color: #CE0000 !important;
  font-family: 'Lucida Sans', 'Lucida Grande', Lucida, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#encart-newsletter ul {
  padding: 10px 0;
}
#encart-newsletter ul, #encart-newsletter ul li {
  background: none !important;
  color: #CE0000;
  list-style-type: square;
  list-style-position: inside;
}
#encart-newsletter ul li a {
  float: none;
  display: inline;
  padding: 0;
  height: auto;
  text-align: left;
  color: #2A2A2A;
  text-shadow: none;
}
#encart-newsletter ul li a span {
  font-size: 1.3em;
  font-weight: bold;
}
#encart-newsletter a {
  color: #2E5D94;
}
#encart-newsletter .onsubmit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  float: left;
  display: block;
  border-color: #DC9754;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 2px 0 0;
  padding: 2px 10px;
  width: 100px;
  background: #d47a22 url("http://www.lesoir.be/modules/toolbar/module/images/item-03.gif") repeat-x left bottom;
  color: white;
  cursor: pointer;
  font-family: Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 1px 1px #5D3915;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#encart-newsletter #monmail {
  background: #ffffff url('http://www.lesoir.be/modules/toolbar/module/images/mail.gif') no-repeat 8px 5px;
  border: 0;
  margin-top: 10px;
  width: 200px;
  font-size: 12px;
  padding: 3px 10px 3px 20px;
  color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
#rowpush {
  position: relative;
}
#toolbar .entries #soir17 {
  background: #d66000;
}
#toolbar .entries #soir17 a {
  color: #fff;
  font-weight: bold;
}