#devLog { 
  position:fixed;
  z-index:20000;
  bottom:0px;left:0px;width:400px;background:#F3F3F3;padding:10px;border:1px solid gray;
}
#devLog pre { 
  margin-top:10px;
}




#result_master {
  margin:0;
  padding:0;
  position: absolute; z-index: 2; width:380px;
}
#result_master ul {
  margin:0;
  padding:0;
  border-top: 1px solid #b6d5ef;
  border-bottom: 0;
}
#result_master li{
  background-color: #FFF;
  margin:0;
  padding:0;
  list-style: none;

}
#result_master li a{
  margin:0;
  background-color: #FFF;
  padding:5px;
  display:block;
  line-height:30px;
  width:100%;
  text-decoration: none;
  border-bottom: 1px solid #b6d5ef;
  border-right: 1px solid #b6d5ef;
  border-left: 1px solid #b6d5ef;
}
#result_master li a:hover{
  background-color: #b6d5ef;
}

#master_search_form {
  width:400px;
}
#searchMenu li {
  padding:10px;
}
#mainContent {
  padding-top:10px;
}

span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}





.bs-callout {
  border-left: 3px solid #EEEEEE;
  margin: 20px 0;
  padding: 20px;
}

.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #5BC0DE;
}
.bs-callout-warning {
  background-color: #FCF8F2;
  border-color: #F0AD4E;
}
.bs-callout-warning h4 {
  color: #F0AD4E;
}
.bs-callout h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.nav-tabs{
  margin-bottom:15px
}

.mytablesorter {
  display:none;
}
.mytablesorter .dropdown-menu {
 font-size: 12px;
 min-width: 280px;
 padding: 10px;
}


.mytablesorter .popover-target label {
  margin: 0 5px;
  display: block;
}
.mytablesorter .popover-target input {
  margin-right: 5px;
}
.mytablesorter .popover {
  margin-top: -75px; /* adjust popover position */
  width:200px;
}
.mytablesorter tbody {
  font-size:12px;
}


.browserTable>thead>tr>th, 
.browserTable>tbody>tr>th, 
.browserTable>tfoot>tr>th, 
.browserTable>thead>tr>td, 
.browserTable>tbody>tr>td, 
.browserTable>tfoot>tr>td {
  padding:4px;
  font-size:10px;    
}


.panel-level1 {
  padding:0;
}
/*
.sidebar, .main {
  -webkit-transition-duration:0.5s;
}
body.sidebarHidden .sidebar {

  left:-300px;
}

body.sidebarHidden .main {
  width:100%;
  margin:0;
  }*/

  .carousel {

    padding: 20px;
  }
  .carousel-indicators li{
    border-color:silver;
  }
  .carousel-indicators .active {
    background-color: silver;

  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
    margin-left:0;
  }
  .carousel-control {
    width: 20px;
  }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 100%);
  }
  .carousel-control.right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 100%);
  }

  .carousel-indicators {
    bottom: 0;
  }







  #menu-user .img-circle{
    width: 30px;
    height: 30px;
    float:left;
    margin-top:-5px;
    margin-right:5px
  }


  .badge {
    position:absolute;
    margin-top:-8px;
    margin-left:-8px;
    font-size:10px;
  }

  .navbar-default {
    background-color: #428BCA; 
  }
  .navbar-default .navbar-nav > li > a {
    color:#FFF;
    border-radius: 0px;
    height:54px;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.open>a:focus {
    background:rgba(255,255,255,0.2);
    color:#FFF;
  }

  .navbar-default .navbar-brand {
    color: #FFF;
    text-align:center;
    display:block;
    text-transform: uppercase;
    float:none;
  }
  .navbar-default .navbar-brand:hover {
    color: #FFF;
  }

  header a.btn-default{
    margin:8px 8px 0 8px;
    border-color: #FFF;
    color:#428BCA;
  }






  .form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
  }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }
  .form-signin .checkbox {
    font-weight: normal;
  }
  .form-signin .form-control {
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }

  .form-signin input[type="url"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }


  #widget_content{
   
  }


  #menuCMS {
    width:45px;
    position: fixed;
    left:0;
    top:55px;
    bottom:55px;
    background: #646464;
    z-index:99;
  }
  #menuCMS ul{
    display:none;
  }

  #menuCMS ul, #menuCMS ul li {
    list-style: none;
    padding:0;
    margin:0;
    line-height: 28px;
  }  
  #menuCMS ul li {
    position:relative;
  }
  #menuCMS ul li a {
    width:45px;
    display:block;
    padding:5px 0 5px 15px;
    line-height: 2em;
    color:#FFF;
    text-decoration: none;
  }
  #menuCMS ul li a:hover {
    background:rgba(255,255,255,0.2);
  }
  #menuCMS ul li .fa{
    font-size: 16px;
    margin-right:15px;
  }
  #menuCMS ul li .picto{
    font-size: 16px;
    margin-right:15px;
  }
  #menuCMS ul li .glyphicon{
    font-size: 16px;
    margin-right:15px;
  }
  
  #menuCMS ul li .fa + span {
    display:none;
  }

  #menuCMS ul li .picto + span {
    display:none;
  }
  
  #menuCMS ul li .glyphicon + span {
    display:none;
  }
  
  #menuCMS ul li ul {
    display:none;
    position:absolute;
    z-index:99;
    left:45px;
    width:285px;
    top:0;
  }
  html.menuOpen #menuCMS ul li ul{
    position:static;
    margin-left:45px;
  }
  #menuCMS ul li ul li {
    position: static;
  }
  #menuCMS ul li ul li a {
    width:285px;
    background: #646464;
  }
  #menuCMS ul li ul li a:hover {
    background: #838383;
  }
  html.menuOpen #menuCMS ul li ul li a {
    width:285px;
  }
  html.menuOpen #menuCMS ul li ul li a:hover {
    background: rgba(255,255,255,0.2);
  }
  #menuCMS ul li ul li a .fa + span{
    display: inline-block;
  }
  #menuCMS ul li ul li a .picto + span{
    display: inline-block;
  }
  #menuCMS ul li ul li a .glyphicon + span{
    display: inline-block;
  }

  html {

    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(left,  #646464 0, #646464 45px, #ffffff 45px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0,#646464), color-stop(45px,#646464), color-stop(45px,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #646464 0,#646464 45px,#ffffff 45px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #646464 0,#646464 45px,#ffffff 45px); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #646464 0,#646464 45px,#ffffff 45px); /* IE10+ */
    background: linear-gradient(to right,  #646464 0,#646464 45px,#ffffff 45px); /* W3C */


  }

  html.menuOpen {
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(left,  #646464 0, #646464 330px, #ffffff 330px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0,#646464), color-stop(330px,#646464), color-stop(330px,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #646464 0,#646464 330px,#ffffff 330px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #646464 0,#646464 330px,#ffffff 330px); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #646464 0,#646464 330px,#ffffff 330px); /* IE10+ */
    background: linear-gradient(to right,  #646464 0,#646464 330px,#ffffff 330px); /* W3C */
  }

  html.menuOpen #menuCMS,   html.menuOpen  #menuCMS ul li a {
    width:330px;
  }
  html.menuOpen #menuCMS ul li .fa + span {
    display:inline;
  }
  html.menuOpen #menuCMS ul li .picto + span {
    display:inline;
  }
  html.menuOpen #menuCMS ul li .glyphicon + span {
    display:inline;
  }




  #modalMenu .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  #modalMenu .panel-body{
    height:70px;
  }
  #modalMenu .panel-heading{
    padding:0;
  }
  #modalMenu .panel-title{
    display:block;margin:0;
    line-height: 36px;
    padding:0 15px;
  }
  #modalMenu .panel-title:hover {
    background:#FFF;
    color:#428BCA;text-decoration: none;
  }



  body {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-left:45px;
  }



  .sub-header {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
  }
  .sidebar {
    display: none;
    padding-top:10px;
  }
  .sidebarVisible {
    display:block;
  }
  @media (min-width: 768px) {
    .sidebar {
      background-color: #F5F5F5;
      border-right: 1px solid #EEEEEE;
      bottom: 0;
      display: block;
      left: 0;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 20px;
      position: fixed;
      top: 51px;
      bottom : 51px;
      z-index: 1000;
    }
  }
  .nav-sidebar {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -21px;
  }

  .nav-sidebar > li > a {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom:1px solid #428BCA;
  }
  .nav-sidebar > .active > a {
    background-color: #428BCA;
    color: #FFFFFF;
  }
  .nav-sidebar > .active > a:hover {
    background-color: #428BCA;
    color: #FFFFFF;
  }
  .main {
    padding-top: 8px;
  }
/*
@media (min-width: 768px) {
    .main {
        padding-left: 40px;
        padding-right: 40px;
    }
    }*/
    .main .page-header {
      margin-top: 0;
    }
    .placeholders {
      margin-bottom: 30px;
      text-align: center;
    }
    .placeholders h4 {
      margin-bottom: 0;
    }
    .placeholder {
      margin-bottom: 20px;
    }
    .placeholder img {
      border-radius: 50%;
      display: inline-block;
    }
    .notification-placeholder {
      width: 316px;
      right: 0;
      left: initial;
      background: #fff;
      max-height: 512px;
      padding-left: 2px;
      padding-right: 2px;
      overflow-y: scroll;
    }
    .notification-placeholder a.notification-link {
        width: 100%;
        display: block;
        height: 40px;
        font-weight: 700;
        text-align: center;
        padding-top: 10px;
        color: #428bca;
    }
    .notification-placeholder div:first-child {
      margin-bottom: 5px;
      margin-left: 2px;
    }
    .notification-placeholder ul {
      padding-left: 0;
      list-style: none;
    }
    .notification-placeholder ul li {
      color: #428bca;
      border: 1px solid #428bca;
      border-radius: 4px;
      padding: 2px;
      margin-bottom: 5px;
    }
    .notification-placeholder ul li a {
      color:  #428bca;
    }
    .notification-placeholder ul li.unreaded {
      background: #428bca;
      color: #fff;
    }
    .notification-placeholder ul li div.message {
      margin-bottom: 5px;
    }
    .notification-placeholder ul li div.notification_message button.unreaded {
      display: none;
    }
    .notification-placeholder ul li.unreaded div.notification_message button.unreaded {
      display: block;
    }
    .notification-placeholder ul li.unreaded a {
        color: #FFF;
    }
    @media (max-width: 767px) {



      footer .nav > li {
        display: block;
        float: left;
        position: relative;
        width: 20%;
        text-align: center;
      }

    }
    
    .widget_zone{
      background-color: #CCCCD3;
    }

    /**** maj pierre 08/01/2015 => évite que les datepicker 
    ne soient caché par les modal dialogues ****/
    .datepicker{
      z-index:1151 !important;
    }


/********** COMMANDE **********/
#commande_content .commande_reglee{
  border-left: 4px solid green;
}
#commande_content .commande_reglee .reglement_label{
  color: green;
}
#commande_content .commande_a_regler{
  border-left: 4px solid orange;
}
#commande_content .commande_a_regler .reglement_label{
  color: orange;
}
.warning-text{
  color: #a94442;
  font-weight: bold;
}


