html{
	height: auto;
}

body{
    background: #F9F9F9;
    font-family: sans-serif;
}
    table {
    border-collapse: collapse;
    width: 90%;
}
#main{
    margin-top: 3.2em;
}
#top{
	margin: .8em 1em;
}
h1#title{
	margin: 0;
}
.clearboth{
	clear: both;
	height: 1px;
}
table tr th, table tr td{
    border: 1px solid #999;
    padding: 3px;
}
td.count{
    text-align: right;
}
h3.customer-name{
    display: inline-block;
}
span.order-number{
    border: 1px solid #999;
    padding: 3px;
    margin-right: 5px;
}
span.phone{
    margin-left: 5px;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.tabs::before{
    content: "" !important;
    display: none !important;
}
ul.tabs li{
    background: none;
    color: #777;
    padding: 5px 7px;
    margin: 0 3px;
    cursor: pointer;
    display: none;
    font-size: .9em
}
ul.tabs li.visible{
    display: inline-block;
}
ul.tabs li.empty{
	color: #ccc;
/*
    display: none;
*/
}

ul.tabs li.current{
    background: #fff;
    color: #222;
}

.tab-content{
    display: none;
    background: #fff;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}
div#results{
    position: relative;
}
form#categories{
    float: right;
    margin-top: .5em;
    margin-left: 3em;
    position: relative;
    z-index: 1;
}
form#categories div#cats{
    margin-bottom: 5px;
}
form#categories div#h{
    float: left;
}
form#categories p{
    margin: 1px;
    font-size: .8rem;
    line-height:.6;
    white-space: nowrap;
}

input[type="checkbox"]{
    margin: 0 3px 0 0;
    float: none;
}

a.button{
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 4px;
    padding-top: 5px;
    margin: 0 3px 3px 0;
    text-decoration: none;
    font-size: .9rem;
    color: #333;
    background-color: transparent;
}
p#doing{
    
}
.warning{
    color: rgb(200, 30, 30);
}
tr.empty{
    background-color: rgb(250, 250, 250);
    color: #ccc;
}

table{
    table-layout: auto;
}

h2.error{
    color: rgb(200, 30, 30);
}
td.more{
    width: 5%;
}
td.more span{
    white-space: nowrap;
    display: block;
}
/****/
table tr.blank td{
    color: #ccc;
    background-color: #eee;
}
table tr.deactivated td{
    color: #888;
    background-color: #f9f9f9;
}

.barely-visible{
	opacity: 0.3;
}

  .ui-progressbar {
    position: relative;
    height: .4em !important;
    margin: 0;
    overflow: visible !important;
    border: 0px !important;
    border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
    
/*
    width: 50%;
*/
  }
  .ui-progressbar .ui-progressbar-value{
	margin: -1px !important;
	background-color: #669;
	border: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
  }
  .progress-label {
    position: absolute;
    left: 1.6em;
/*
    width: 100%;
*/
    text-align: left;
    top: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    font-size: .7em !important
  }
  .invisible{
	  opacity: 0;
  }
  
  #doing, #result, #commandes-num{
	  font-size: .8em !important;
	  width: 
  }
  
  /***************/
  li.tab-link{
	  border: solid 1px #999;
	  border-radius: 5px 5px 0 0;
/*
	  border-bottom: 1px solid #fff;
*/
	  position: relative;
	  top: 1px;
  }
  li.tab-link.current{
	  
	  border-bottom: 1px solid #fff;
	  
  }
  
  div.tab-content{
	  border-top: 1px solid #999;
  }

