
body{
  margin:0px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
img {
  max-width: 100%;
  /*height: auto !important;*/
  max-height: 100%;
}
a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

    a.button {
        text-decoration: none;
    }

.floatLeft {
    float: left;
}
.striked {
  text-decoration: line-through
}

.clear {
    clear: both;
}
h2, .h2 {
color:#666; font-size:2em;margin-bottom:10px;}
#header {
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 2;
    min-width: 910px;
    height: 71px;
}
#logo {
    float: left;
    border-right: 1px solid #666;
    /*width: 165px;*/
    padding: 15px;
    height:40px
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}
    #menu li {
        float: left;
        position: relative;
        border-right: 1px solid #666;
    }
#menu li a {
    float: left;
    display: block;
    padding: 27px 30px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
}
    #menu li:hover a,
    #menu li a:hover {
        background: #f0f0f0;
        color: #000;
    }
#menu ul {
    display: none;
}
#menu li:hover ul {
    display: block;
}
    #menu ul {
        float: none;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
        top: 69px;
        left: 0;
        background: #f0f0f0;
    }
        #menu ul li {
            float: none;
            clear: none;
            margin: 0;
            padding: 0;
            width: auto;
            color: #000;
            border: 0;
            border-top: 2px solid #fff;
        }
    #menu li:hover ul li a, #menu li:hover ul li a, #menu ul li a {
        line-height: 200%;
        display: block;
        padding: 10px 30px;
        float: none;
        color: #000;
        background: none;
        white-space: nowrap;
        text-transform: initial;
        font-size: 1.1em;
    }
#menu li:hover ul li a:hover,
#menu ul li a:hover {
    text-decoration:underline;
}
#user {
    float: right;
    color: #fff;
    height: 71px;
    background: #666666;
    display:table;
}
#pnlCart {
    background: #666;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #000;
    position:relative;
    cursor:pointer;
}
#pnlCart:hover {
    background: #f0f0f0;
    color: #666;
}
#lblUtilisateur, #hplLogoff {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
    #hplLogoff:hover {
    color:#f0f0f0;}
    .panier {
        position: relative;
        padding: 14px;
        display: block;
    }
.cart-text {
    position: absolute;
    left: 50%;
    color: #666;
    font-weight: bold;
    top: 20px;
    font-size: 1.2em;
}
#pnlCart:hover .cart-text {
color:#f0f0f0;}
#divDetailCart {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    border-top: solid 2px #fff;
    top: 71px;
    right: 0;
    box-shadow: 0px 10px 10px #ccc;
}
.itemBloc {
    display: table;
    border-spacing: 10px;
    border-bottom: 2px solid #fff;
    width:100%;
}
.itemImage {
    display: table-cell;
    vertical-align: top;
}
    .itemImage a {
        display: block;
        text-align: center;
        color: #9e1b32;
        font-size: 0.85em;
    }
        .itemImage a:hover {
        color:#000;}
        
        .itemText {
            display: table-cell;
            color: #666;
            min-width: 220px;
        }
.itemPrix {
    /*display: table-cell;*/
    white-space: nowrap;
    font-weight: 900;
    color: #000;
    text-align:right;
}
.itemBloc.total {
    background:#666;color:#fff;
}
    .itemBloc.total .itemImage {
        min-width: 53px;
        text-align: center;
        font-size: 1.2em;
        color: #fff;
    }
    .itemBloc.total .itemText, .itemBloc.total .itemPrix {
        color: #fff;
    }
.itemBloc.inputPanier {
text-align:center;border:0;}

.button {
    border: 0;
    background-color: #9e1b32;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.85em !important;
    color: #fff;
    font-weight: 700;
    display:inline-block;
}

    .button:hover {
        background-color: #000;
    }
    .button.search {
        background: #9e1b32 url(../images/magnifier-white.svg) no-repeat 10px center;
        background-size: 20px;
    }
    .button.pdf {
        background: #9e1b32 url(../images/pdf-white.svg) no-repeat 10px center;
        background-size: 20px;
        display:block;
    }
    .button_grey {
        border: 0;
        background-color: #666666;
        padding: 10px 20px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 0.85em;
        color: #fff;
        font-weight: 700;
    }
    .button_grey.upload {
        background: #666 url(../images/upload_white.svg) no-repeat 10px center;
        background-size: 20px;
    }
        .button_grey.excel {
            background: #666 url(../images/excel_white.svg) no-repeat 10px center;
            background-size: 20px;
            padding-left: 40px;
        }
        .button_grey:hover, .button.search:hover {
            background-color: #000;
        }
#mainContent {
    /* position: relative; */
    padding-top: 71px;
    min-width: 910px; 
    display: table;
    width: 100%;
    height: 100%;
}

.searchPanel {
    background: #f0f0f0;
    padding: 20px;
    width: 160px;
    display: table-cell;
    vertical-align:top;
    /*position: absolute;
    top: 71px;
    min-height: 100%;*/
}
.searchPanel hr {
    border: 2px solid #fff;
    color: #fff;
    margin: 22px -20px;
}

    .searchPanel .h2::after, #divCommande .h2:after, .divDetailRemise .h2:after {
        content: "";
        display: block;
        border-top: solid #ccc 3px;
        margin-top: 5px;
        opacity: .5;
    }
.textbox {
    border: solid 1px #ddd;
    height: 20px;
    line-height: 20px;
    color: #000;
    width: 96%;
    padding: 2%;
}
.blocForm #ContentPlaceHolder1_txtVille.textbox {
    float: right;
}
.textbox.txtPrix {
    width: 44%;
}
.listbox, select {
    border: solid 1px #ddd;
    /*padding: 2%;*/
    color: #000;
    border-radius: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
}
input {
    font-family: 'Lato', sans-serif !important;
}

textarea {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    border: solid 1px #ddd;
    line-height: normal;
    color: #000;
    width: 96%;
    padding: 2%;
}

.btnHidden {
    display: none;
}
.searchPanel p {
font-weight:700;}
.searchPanel .textbox, .searchPanel select, .ui-multiselect, .searchPanel .checkbox, .containerLogin .checkbox {
    margin-bottom: 5px;
}
.searchPanel .button, .searchPanel .button_grey, .pageButton .button_grey, .pageButton .btn_new {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.searchPanel input[type=image] {
width:auto;text-align:center;}

.mainPanel {
    display:table-cell;
    padding: 20px 30px;
}
.mainPanelFull {
    padding: 20px 30px;
}

.section-header {
    margin-bottom: 15px;
}
.section-header h1.pageTitle {
    float: left;
    font-weight: 900;
}
    .section-header h1.pageTitle i {
    margin-right:10px;}
    
.section-header .pageButton {
float: right;
}
#popupContent .section-header {
    float: right;
    position: relative;
    z-index: 1;
    margin-bottom:-2px;
}
.nbRef {
    background: #f0f0f0;
    padding: 5px 10px;
}
    .nbRef span:nth-child(2) {
    font-weight:900}


.bordered {
    border: 1px solid #f0f0f0;
    width: 100%;
    border-spacing: 0;
}

    .bordered tr:hover {
        background: none repeat scroll 0 0 #f0f0f0;
        transition: all 0.1s ease-in-out 0s;
    }

    .bordered td, .bordered th {
        border-left: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
        padding: 5px;
    }
        .bordered td:hover {
        cursor:pointer;} .bordered th {
            background-color: #000;
            border-top: medium none;
            color: #fff;
        }

        .bordered td:first-child, .bordered th:first-child {
            border-left: medium none;
        }

        .bordered th:first-child {
        }

        .bordered th a {
            text-decoration: none;
            color: #fff;
        }

    .bordered tr.Pager, .bordered tr.Pager:hover, .bordered tr.Pager table tr:hover {
        background-color: #666;
    }
        .bordered tr.Pager table td {
            border: 1px solid #fff;
            padding: 5px 10px;
            background: #fff;
        }


        .bordered tr.Pager table td span {
            font-weight: bold;
        }

        .bordered tr.Pager table td a {
            color: #666;
        }

            .bordered tr.Pager table td a:hover {
                color: #000;
            }

.ui-widget-overlay {
    background:#000;
    opacity: .75 !important; 
    filter: Alpha(Opacity=75) !important;
}

.ui-dialog.ui-widget {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
.ui-dialog-titlebar {
    border: 0;
    border-radius: 0;
    background: #f0f0f0;
    padding: 15px 20px !important;
}
.ui-dialog .ui-dialog-title {
       font-size: 1.4em;
    font-weight: 900;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: 1.3em;
    border-radius: 0;
}

.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: none;
}
#popupContent {
    padding: 10px 0 10px 0px;
}
#popupContent .pageTitle {
 padding:10px 0;font-weight:700;float:left;}

.ui-tabs .ui-tabs-panel {
   border:1px solid #f0f0f0;
}
.ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    border: 0;
}
.ui-tabs .ui-state-default, .ui-tabs .ui-widget-content .ui-state-default, .ui-tabs .ui-widget-header .ui-state-default, .ui-tabs .ui-button, html .ui-tabs .ui-button.ui-state-disabled:hover, html .ui-tabs .ui-button.ui-state-disabled:active {
    background: #f0f0f0;
    color: #666;
}
.ui-tabs .ui-state-active, .ui-tabs .ui-widget-content .ui-state-active, .ui-tabs .ui-widget-header .ui-state-active, .ui-tabs a.ui-button:active, .ui-tabs .ui-button:active, .ui-tabs .ui-button.ui-state-active:hover {
    background: #000;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #9e1b32;
    background: #9e1b32;
    font-weight: normal;
    color: #fff;
}
.ui-tabs-panel .line > td {
    font-weight: 700;
    padding-right: 10px;
    border-bottom: 1px dotted #666;
}
.ui-tabs-panel .line td.fieldName {
	font-weight: normal !important;
	text-align: left;
}
.fileinput-button {
    display: inline-block;
}
.divPhoto {
    position: relative;
    border: solid 1px #f0f0f0;
    display: table;
    float: left;
    margin-right: 5px;
    margin-bottom:5px;
}
    .divPhoto a {
        display: table-cell;
        width: 200px !important;
        height: 205px !important;
        overflow: hidden;
        vertical-align: middle;
        background: #f0f0f0;
        text-align: center;
    }

 .imgDeleteLogo {
        background-image: url(../images/trash-red.svg);
    }
.imgControl {
	text-align: center;
	padding: 2px;
	display: table-cell;
	background: #fff;
	vertical-align: middle;
  z-index:200;
}
.btnImageButton {
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    opacity: 0.5;
}
    .btnImageButton:hover {
        opacity: 1;
    }
    .fileinput-button input {
        height: 35px !important;
        width: 180px !important;
    }

.divFile {
    background: #f0f0f0;
    display: inline-block;
    padding-right:10px;
}
    .divFile img {
        padding: 5px;
    }
    .divFile input {
        padding: 5px 10px;
        background-size: 16px;
        background-position: center;
        margin-left: 5px;
    }
#tabs-3 li {
    list-style: square;
    margin-bottom: 2px;
}
.nowrap {
white-space:nowrap;}


.blocForm, .blocIdentifiant {
  float: left;
  width: 60%;
  background: #f0f0f0;
}
.title {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    margin-bottom:10px;
}

.blocContacts {
  float: right;
  width: 39%;
  background: #f0f0f0;
  margin-right: 0%;
}

.bgLogin {
  background: #000 url(../images/login.jpg) no-repeat;
  background-size: cover;
}
.containerLogin {
    background-color: #000;
    padding: 20px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 15%;
    width: 300px;
    height: 300px;
    margin: -170px 0 0 0;
    box-shadow: 0 0px 20px #666666;
}
    .containerLogin img {
    max-width:100%;margin-bottom:15px;}

    .containerLogin h1 {
        margin-bottom: 15px;
    }
    .containerLogin i {
        color: #666;
        padding: 8px;
        position: absolute;
    }
    .containerLogin .textbox {
        margin-bottom: 5px;
        padding-left: 10%;
        width: 90%;
    }

    .containerLogin .button:hover {
        background:#666;
    }

/* Sliders */
input#periode, input#kilometrage {
    border: 0;
    color: #666666;
    font-weight: bold;
    background: none;
    margin-bottom:5px;
}

#slider-range, #slider-kilometrage {
margin-bottom:15px;}
.ui-slider-range {
background:#666;}
.ui-slider-handle.ui-state-default {
    background: #000;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    cursor:pointer;
}
.ui-slider .ui-slider-handle{
  z-index:1;
}
.text-strong {
  font-weight: 700
}

.blocVehicule {
    border-bottom: solid 1px #f0f0f0;
    display: table;
    width: 100%;
}

.photoVehicule {
  display: table-cell;
  width: 20%;
  min-width: 210px;
  padding: 15px 0;
  position: relative;
}
    .photoVehicule img {
    max-width:100%;}

.detailVehicule {
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    color:#666;
}
.description {
    font-size: 17px;
    font-weight: 700;
    margin-bottom:10px;
}

.prixVehicule {
  display: table-cell;
  padding: 15px;
  vertical-align: top;
  text-align: right;
  width: 22%;
}

.prixVente, .prixNet, .fre, .remise {
    margin-bottom: 10px;
    color: #666;
}
    .prixVente span span, .prixNet span span, .fre span span, .remise span span {
        font-size: 17px;
        font-weight: 700;
        color: #000;
        white-space: nowrap;
    }
.detailVehicule .couleur, .detailVehicule .interieur, .detailVehicule .linkVehicule, .detailVehicule .linkVehicule {
    margin: 5px 15px;
}
    .detailVehicule .couleur i, .detailVehicule .interieur i, .detailVehicule .linkVehicule i {
        width: 25px;
    }
.linkVehicule a:hover {
color:#9e1b32;}
#divCart {
    width: 71%;
    float: left;
}
#RecapRight {
    width: 26%;
    float: right;
}
#divCommande, .divDetailRemise {
    background: #f0f0f0;
    padding: 5%;
    margin-bottom: 30px;
}

#divRecapCommande {
    
}
#divRecapCommande p {
  font-weight: 700;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  margin-bottom:15px;
}
  #divRecapCommande p.resum span {
      display: block;
      font-size: 20px;
      color: #000;
      text-align: right;
      white-space: nowrap;
  }
  #divRecapCommande p.total span {
      display: block;
      text-align: right;
      white-space: nowrap;
      margin-bottom:10px;
  }
  #divRecapCommande p.total span  span{color:#000; font-size:20px;
  }
  #divRecapCommande i {
    width: 25px;
  }
.divStatut {
  margin-top: 20px;
}
  .divStatut .valide {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: green;
  }
  .divStatut .attente {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #9e1b32;
  }
  .center {
    text-align: center;
  }

.smallComment {
    font-size: 0.7em;
}

.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px;
  max-width: 500px;
  margin: 0 auto;
}

.fa-stack {
  font-size: 0.5em;
}

.progress {
  z-index: 2147483647 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -33px; /* make this half your image/element height */
  margin-left: -50px; /* make this half your image/element width */
  text-align: center;
  width: 100px;
  height: 66px;
  background-color: white;
  border: solid 1px #aaaaaa;
  padding: 10px;
  display: none;
}

.inputNombre{
  text-align:right;
}
.vertical_centre{
  display:table;
  width:100%;
}
#leftPanel {
    display:table-cell;
    width: 78%;
    vertical-align:middle;
}
#rightPanel {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
#marge {
  display: table-cell;
  width: 2%;
  vertical-align: middle;
  background-color:#fff;
}
.boxMessages, .boxPromotion {
    padding: 10px;
    background: #f0f0f0;
    margin-bottom: 20px;
}
    
.dashBoardBox {
    margin-bottom: 30px;
}
#leftPanel .dashBoardBox {
float:left; width:32%; margin-right:1%;}
.dashBoardBox .header {
    background-color: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    text-transform:uppercase;
}
.dashBoardBox .body {
    padding: 10px;
    text-align: center;
}
.dashBoardBox .number {
    color: #9e1b32;
   line-height:1em;
    display: block;
    font-size: 4em;
    font-weight: bold;
}
.dashBoardBox .name {
    font-size:1.2em; font-weight:bold;text-transform:uppercase;margin-bottom:10px;
}
.dashBoardBox a {
        text-decoration: none;
    }
.picture-tab {
position:relative;}
.promotion {
  background-image: url("../images/promo.png");
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -16px;
  cursor: pointer;
}
.duo {
  background-image: url("../images/duo.png");
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -16px;
  cursor: pointer;
}
.favorite.active {
    background-image: url("../images/star.png");
    background-repeat: no-repeat;
    background-size: 16px;
}
    .picture-tab .favorite {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: -3px;
}
.ui-tabs-nav .favorite {
    padding-left: 25px;
    float: right;
    display: block;
    margin-top: 5px;
}

.cgv {
margin-bottom:30px;}
    .cgv a {
    color:#9e1b32}

hr {
    border: 1px solid #000;
    margin: 15px 0;
}
.mt-10 {
margin-top:10px;}
.mb-10 {
    margin-bottom: 10px;
}
.commentairePromotion {
   margin-bottom:15px;
    color: #666;
}
.blocPromo {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 15px;
}

.vinItemsLot div, .vinItems div {
    border: solid 1px #666;
    background-color: #fff;
    border-radius: 26px;
    float: left;
    margin: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}
.vinItemsLot .fa-times-circle, .vinItems .fa-times-circle {
    font-size: 12px;
    color: #000;
    margin-right: 5px;
}
.activeGreen {
    color: #1b9e33;
}

.activeRed {
    color: #9e1b32;
}

.ui-tooltip {
  padding: 10px 20px !important;
  color: #808080;
  border-radius: 10px !important;
  box-shadow: 0 0 7px black;
  white-space: pre-line;
}

#footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.card {
    background-color: #000;
    padding: 20px;
    color: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size:1.2em;
    min-width:35%;
    line-height:1.8em;
}
    .card .picture {
        float: left;
        width: 70px;
        padding: 20px 20px 20px 0;
        border-right: 1px solid #ddd;
        margin-right: 20px;
    }
    .card .name {
        font-weight: 900;
        font-size: 1.2em;
        color: #ccc;
        white-space:nowrap;
    }
    .card .fonction {
        font-size: 1.2em;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block;
        white-space: nowrap;
    }
.en-commande {
  background-image: url("../images/c-gris.png");
  width: 40px;
  height: 40px;
  display: block;
}