/**
 * @file
 * Views Styling
 */


/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.view.view-id-liste_des_commandes .feed-icon:before{

    content: 'Export';
    font-weight: bold;
    display: block;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    margin: 2em 1em 1em 0;
}

/* Commande */
.view-liste-des-commandes {
    font-size: 0.8em;
}
.view-liste-des-commandes table .even{
    background-color: #ddd;

}
.view-liste-des-commandes table th:hover a {
    color: #2f4960;
    text-shadow: 0 0 45px #1f1f21;
}
.view-liste-des-commandes table tr:not:first-child:hover{
    background-color: #eeeedd;
}
.view-liste-des-commandes table th {
    text-align: center;
    line-height: 1.2em;
    padding: 5px
}

.view-liste-des-commandes table th a {
    color: #3C5C7A;
    text-align: center;
    text-decoration: none;
}
.view-liste-des-commandes table th a img{
    margin-left: 5px;
}

.view-liste-des-commandes table td {
    text-align: center;
    padding: 5px;
    line-height: 1.2em;
}

.view-liste-des-commandes table th.active, .view-liste-des-commandes table td.active {
    background-color: #ffee84;
}

.view-liste-des-commandes .pager a {
    color: #2f4960;
    text-decoration: none;
    font-weight: bold;

}

/* Photo gallery */
#footer .view.view-images{
	position:relative;
}
#footer .item-gallery{
  margin-left: 20px;
}
#footer .item-gallery ul {
  list-style: none;
  
}
#footer .item-gallery ul li{
  float: left;
}
html.lt-ie8 #footer .item-gallery ul li a img{
  margin-right: 15px;
}
#footer .item-gallery ul li a img{
  background-color: #FFF;
  padding: 7px;
  margin-right: 20px;
}

#footer .view-images ul.pager {

}
#footer .view-images ul.pager li.pager-current {
display: none;
}
#footer .view-images ul.pager li.pager-previous{
	position: absolute;
	left: 0;
	top:50px;
}

#footer .view-images ul.pager li.pager-next{
	position: absolute;
	right: 0;
	top:50px;
	padding: 0;
}
html.lt-ie9 #footer .view-images ul.pager li.pager-previous{
	left: -30px;
}
html.lt-ie8 #footer .view-images ul.pager li.pager-next,html.lt-ie8 #footer .view-images ul.pager li.pager-previous{
	top:65px;
}
#footer .view-images ul.pager li.pager-previous{
  padding:0;
}
#footer .view-images ul.pager li.pager-previous a{
	display: block;
	height:42px;
	width:46px;
	text-indent: -5000px;
	background: transparent url(../images/slider-btn-back.jpg) no-repeat;
}
#footer .view-images ul.pager li.pager-next a {
	display: block;
	height:41px;
	width:43px;
	text-indent: -5000px;
	background: transparent url(../images/slider-btn-ff.jpg) no-repeat;
}

body.page-produits  #main  #content .view-product-list-by-cat{
	 clear: left;
}

body.page-user-liste-des-commandes #edit-field-date-de-livraison-value-wrapper {
    float: none;
    clear: both;
}
body.page-user-liste-des-commandes #edit-field-date-de-livraison-value-wrapper .views-widget > div {
    float: left;
    margin-right: 80px;
}

body.page-user-liste-des-commandes label {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 2px;
}