body {
    margin: 0;
}

#loader_full {
        float:left;
        display:    none;
        position:   fixed;
        cursor:     progress;
        z-index:    2000;
        top:        0;
        left:       0;
        height:     100%;
        width:      100%;
        background-color: white;
        background-image: url('../../img/common/loader.gif');
        background-position: 50% 100px;
        background-repeat: no-repeat;
        opacity: 0.80;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
        filter: alpha(opacity = 80);
        text-align: center;
        padding-top:140px;
}

.loader {
        float:left;
        display:    none;
        position:   relative;
        cursor :    progress;
        z-index:    2000;
        top:        0;
        left:       0;
        height:     90%;
        width:      90%;
        padding:    5%;
        min-height: 100px;
        background-color: white;
        background-image: url('../../img/common/loader.gif');
        background-position: 50% 100px;
        background-repeat: no-repeat;
        opacity: 0.80;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
        filter: alpha(opacity = 80);
        border-radius: 10px;
        text-align: center;
        padding-top:140px;
}

.loader.fa-spinner {
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 565px;
    font-size: 70px;
    background:none;
    padding:0;
}

#id-vehicule .loader {
    width: 450px;
    padding: 0px;
    height: 90px;
    position:   absolute;
    background-position: 52% 62px;
    padding-top: 30px;
    padding-left: 28px;
}

#id-vehicule.voiture-connu .loader {
    width: 422px;
}



/* LOADING */
.QOverlay {
	background-color: #000000;
	opacity:0.8;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	opacity:0.8;
	height: 1px;
}

.QAmt {
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}

#loaderMask{position:fixed;z-index:30000;top:0;bottom:0;left:0;right:0;background:#fff;opacity:0.8}
#loaderMask span#img-loading {position:relative;width:100px;height:100px;display:block;margin:0 auto;}
#loaderMask img{position:fixed;opacity:0;}
#loaderMask span#pourcent-loading {display:block;text-align:center;margin-top:25%;font-size:40px;color:#C2C2C2;}

/*#loader_full .text, .loader .text{
  position:relative;
  padding:0;
  margin:0;
  top:50%;
  float:left;
  width:100%;
  text-align: center;
}*/

#modal-email .modal-body .totaux{width:220px;}
.disabled{opacity:0.5; background-color:#888888;}

.table-availability table{position: relative;margin:0 0 20px;width:100%;}
.table-availability tr{background:#fff}
.table-availability tr:hover,.table-availability tr:hover.odd{background:#f5f5f5}
.table-availability tr.odd{background:#fafafa}
.table-availability th,.table-availability td{font-size:10px;padding:4px 6px;text-align:center;line-height: 18px;vertical-align: middle}
.table-availability th.check,.table-availability td.check{min-width:40px;}
.table-availability th{background:#4d6588;font-weight:bold;text-transform:uppercase;color:#fff;}
.table-availability td:not(:last-child) {color:#616161;border-right:1px solid #ccc;}
.table-availability td a{text-decoration: none}
.table-availability td .suppr,.table-availability td .edit{margin:0 10px;}
.table-availability td .icon-cross:before,.table-availability td .icon-pencil:before{margin-right:5px;}

.table-availability td.response_x{}
.table-availability td.response_select{color:white; font-weight: bold; background-color:green;}
.table-availability td.response_yes{color:white; font-weight: bold; background-color:#00CC00;}
.table-availability td.response_no{color:white; font-weight: bold; background-color:red;}
.table-availability td.response_unknown{color:white; font-weight: bold; background-color:#A1A1A1;color:black;}


.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
  min-height: 400px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  height: 100%;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
  margin:auto;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #6A778D;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
  z-index: 1;
}

.carousel-control.left {
  z-index: 1;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #6A778D;
  border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #0B1E3F;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}


.nav-tabs-files,
.nav-pills {
  *zoom: 1;
}

.nav-tabs-files:before,
.nav-pills:before,
.nav-tabs-files:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs-files:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs-files > li,
.nav-pills > li {
  float: left;
}

.nav-tabs-files > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs-files {
  border-bottom: 1px solid #ddd;
}

.nav-tabs-files > li {
  margin-bottom: -1px;
}

.nav-tabs-files > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  color: #9E9E9E;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs-files > li > a:hover,
.nav-tabs-files > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs-files > .active > a,
.nav-tabs-files > .active > a:hover,
.nav-tabs-files > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

ul.files-list{
    width: 400px;
    margin: 0 auto;
}
ul.files-list li{
    background-image:url(../../img/accueil/ico-upload.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    width: 400px;
    text-align: left;
}
ul.files-list li a{
    color:#0B1E3F;
    font-size:12px;
    text-indent:30px;
}
ul.files-list a.pdf{

}



/*----- Comments list -----*/
#comments {
    background-color: #fff;
    padding-left: 15px;
}

#comments ul li{
	font-weight: normal;
}
#comments ul li:before{
	content: none;
}

.comments-list .comment {
    list-style: none;
    margin: 0;
}
.comments-list .comment .comment-wrap {
    position:relative;
}
.comments-list .comment .comment-avatar {
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    min-width: 35px;	
}

.comments-list .comment .comment-body {
    margin-left:51px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}

.comments-list .comment .comment-body header {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.comments-list .comment .comment-body header .comment-button {
    font-weight: 700;
}
.comments-list .comment .comment-body header .comment-button .comment-reply-link {
    margin-right: 15px;
}

.comments-list .children {
    margin-left: 51px;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
#respond {
	width: 99%;
}
.a-menu{
	font-size: 12px; font-weight: normal; line-height: 22px;
	color:#0b1e3f
}

.a-menu:hover {
    text-decoration: underline;
}


section#configurateur nav.tab-left-list-piece .tab-content ul li li span.menu-header {
    color: #b9dcf3;
    font-size: 12px;
    line-height: 22px;
    margin-left: 15px;
    padding-left: 15px;
	font-weight: bold;
}

section#configurateur nav.tab-left-list-piece .tab-content ul li li a {    
    line-height: 17px;
}

section#configurateur nav.tab-left-list-piece .tab-content ul li li.last {
    margin-bottom: 10px;
}


section#configurateur nav.tab-left-list-piece .tab-content li.menu-header {
	margin-left: -5px;
}

section#configurateur nav.tab-left-list-piece .tab-content li.menu-header ol{
	padding-left: 5px;
}

section#configurateur article #additional_menu .top-catalogue h2 {
	font-size: 15px;color:#357de5;
}

section#configurateur article .selection-pieces .no-parts {
	padding-left: 20px;
	height: auto;
	padding-top: 10px;
	border-top: 1px solid #d5d5d5;
	overflow: hidden;
}

section#configurateur article #additional_menu .selection-pieces .piece {
	padding-left: 20px;
	height: auto;
	padding-top: 10px;
}

/* FIX BOOSTRAP 3.2 */


.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: absolute;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
     -o-transition: height .35s ease;
        transition: height .35s ease;
}

.accordion-body.collapse {
  display: none;
}
.accordion-body.collapse.in {
  display: block;
}
.accordion-body.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
     -o-transition: height .35s ease;
        transition: height .35s ease;
}

.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

/* */
  section#suivi-commandes div.tableau-commandes tr.head ul.typeahead li a{display:block;width:auto;padding:3px 8px;font-size:12px;color:#0b1e3f;}
  section#suivi-commandes div.tableau-commandes tr.head ul.typeahead li a:hover,
  section#configurateur nav.tab-left-list-piece .tab-content ul.typeahead li.active a{display:block;width:auto;background: #eee;text-decoration: none;}
/* */

.tt-dropdown-menu {
  width: 222px;
/*  margin-top: 12px;*/
  /*padding: 8px 0;*/
  /*background-color: #fff;*/
/*  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);*/
/*  -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
        border-radius: 8px;*/
/*  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
  box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background:#fff;
  border:1px solid #eee;
}

.tt-suggestion {
/*  padding: 3px 20px;
  font-size: 12px;
  line-height: 16px;*/

  display:block;width:auto;padding:3px 8px;font-size:12px;color:#0b1e3f;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #e6e6e6;
  cursor:pointer;

  display:block;width:auto;
  /*background: #eee;*/
  text-decoration: none;
}

.tt-suggestion p {
  margin: 0;
}



.panel {
  margin-bottom: 20px;
  background-color: #fff;
  /*border: 1px solid transparent;*/
  /*border-radius: 4px;*/
/*  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-collapse{
  position: relative;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* FIX MODAL */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.design_info{
  position:relative;
  z-index:9999;
  color:black;
  border:1px solid gray;
  border-radius: 5px;
  font-size:10px;
  float:left;
}

.design_info .icon{
  cursor: pointer;
  width:10px;
  height: 10px;
  float:left;
  opacity:0.75;
  line-height: 10px;
  font-size: 10px;
  font-weight: normal;
  margin:0;
  padding:0;
  background-image: none;
  text-decoration: none;
  font-style: none;
  text-transform: none;
}

.design_info .text{
  display:none;
  position: absolute;
  width:400px;
  border-radius: 5px;
  background-color:gray;
  top: 10px;
  padding:5px;
  line-height: 10px;
  font-size: 10px;
  font-weight: normal;
  margin:0;
  padding:10px;
  background-image: none;
  text-decoration: none;
  z-index: 1337;
  font-style: none;
  text-transform: none;
}

.design_info .text li{
  width:400px;
}

.design_info.view{
  background-color: orange;
}

.design_info.view.editable{
  background-color: green;
}

.cache_info{
  background-color: #7D4B8F;
  color:white;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px;
}

/* NOTIFICATIONS */
.notifyjs-container div{width:300px;min-height:45px;}
.notifyjs-corner,.notifyjs-container, .notifyjs-container div span{font-size: 12px;white-space: normal;}

.notifyjs-container .notifyjs-bootstrap-base{
  padding-left: 58px;
  background-position: 6px 7px;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-triumph {
  color: #83319D;
  background-color: #CFC4D4;
  border-color: #DED3EE;
  background-image: url(/img/common/notification_triumph.jpg);
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-achievement {
  color: #35933A;
  background-color: #DEF2DE;
  border-color: #D5EED3;
  background-image: url(/img/common/notification_achievement.jpg);
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-info {
  color: #3334AE;
  background-color: #DEE1F2;
  border-color: #D3D8EE;
  background-image: url(/img/common/notification_info.jpg);
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-notice {
  color: #B9B548;
  background-color: #E8E7CA;
  border-color: #EEEDD3;
  background-image: url(/img/common/notification_notice.jpg);
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-warn {
  color: #B97D48;
  background-color: #E8D5BC;
  border-color: #EEE0D3;
  background-image: url(/img/common/notification_warn.jpg);
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-alert {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  background-image: url(/img/common/notification_alert.jpg);
}

#modal-infos-pieces .modal-header h3{
  margin-left: 10px;
}

#modal-infos-pieces .modal-header .close{
  margin-right: 10px;
}

#modal-infos-pieces .modal-body .infos-images .item{
  line-height: 400px;
  height: 400px;
  white-space: nowrap;
}

#modal-infos-pieces .modal-body .infos-images .item figcaption{
  position: absolute;
  width: 100%;
  line-height: normal;
  top: 50px;
}

#modal-infos-pieces .modal-body .infos-images .item img{
  display: inline;
}

#modal-infos-pieces .modal-body .thumbnails .test{
  line-height: 71px;
  height: 71px;
  white-space: nowrap;
}

#modal-infos-pieces .modal-body .thumbnails{
  cursor: pointer;
  position: absolute;
  float: left;
  width: 500px;
  height: 85px;
  overflow-x: auto;
}

#modal-infos-pieces .modal-body .thumbnails img{
  display: inline;
}

/* ---------------------------------------------------------
--- INFO BULLE 
---------------------------------------------------------- */
.infoBulle{
  z-index: 1000;
  background-color: #ffdcdc;
  border-radius: 5px;
  border: 3px solid #2c2c2c;
  position: absolute;
  display: none;
  width: 300px;
  margin-top: 5px;
  padding: 8px;
}

.boutonInfoBulleListOrder{
  color: red;
}
.boutonInfoBulleListOrder:hover{
  color: blue;
  cursor: pointer;
}


.news-icon{
    color:black;
    font-size:15px !important;
    font-weight:bold;
    cursor:pointer;
    position:relative;
}
.news-icon:before{
    font-family:'FontAwesome';
}
.news-icon.open{
    color:#c1004d !important;
}
.news-icon.N:after{
    content:"";
    width:24px;
    height:24px;
    border-radius:50%;
    background:#c1004d;
    display:block;
    position:absolute;
    top:2px;
    right:-28px;
}
.news-details{
    background: white;
    color:black;
    border:3px solid #c1004d;
    border-radius:10px;
    padding: 20px 20px;
    position:absolute;
    top:64px;
    right:-2px;
    width:565px;
    z-index:999;
    transition: width 0.1s linear, height 0.1s linear;
}
.news-details h4{
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    color:#c1004d;
    margin-bottom:20px;
}
.news-details .close{
    color:grey !important;
    font-size:50px;
    margin:15px 10px 0 0;
    font-weight:normal;
    position:absolute;
    top:0;
    right:0;
}
.news-details p{
    color:black;
}
.news-details ul{
    margin-bottom:10px;
}
.news-details li{
    float:none !important;
    display:list-item !important;
    color:black;
}
.news-details li:before{
    content:"-";
    padding-right:10px;
}
.news-details input,
.news-details a.button{
    line-height:35px;
    height:35px;
    border-radius:3px;
    margin:15px auto auto auto !important;
    display:block !important;
    text-transform:uppercase !important;
    text-align:center;
    float:none !important;
    width:138px;
    font-size:12px !important;
    font-weight:bold;
    color:white !important;
    background-color:#c1004d !important;
}
.news-details iframe{
    height:calc(100% - 40px);
}

/* Parts filter */
.parts-filter {
    padding: 18px 0 0 28px;
    color: #111;
    user-select: none;
}
.parts-filter .title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.parts-filter .title span {
    display: flex;
    width: auto;
    padding-right: 6px;
    margin-left: 8px;
    color: #111;
    font-size: 14px;
}
.parts-filter .title i {
    color: #03305b;
}
.parts-filter > dt {/* button */
    margin-right: 12px;
}
.parts-filter .list {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}
.parts-filter .list dt {
    padding-right: 12px;
    font-size: 13px;
}
.parts-filter .list dl {
    display: flex;
    padding: 0 12px 12px;
    align-items: center;
}
.parts-filter .item {
    display: flex;
    padding: 2px 10px 3px;
    user-select: none;
    border-radius: 20px;
    color: #9F9F9F;
    font-size: 12px;
    border: 1px solid #C5C5C5;
}
.parts-filter dd.item:not(:first-of-type) {
    margin-left: 8px;
}
.parts-filter:not([data-has-kits="false"]) .item:hover {
    background: rgba(0, 0, 0, 0.01);
    color: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}
.parts-filter .item.selected {
    background: #7F7F7F;
    border-color: #7F7F7F;
    color: white;
}
.parts-filter[data-has-kits="false"] [data-filter-type="kit"] .item:hover {
    cursor: not-allowed;
}
.parts-filter[data-has-kits="false"] [data-filter-type="kit"] {
    opacity: 0.7;
}
.parts-filter-no-results {
    padding-left: 28px;
    font-size: 12px;
    color: #c80707;
}
