#msg{
    font-weight: bold;
}

#user,#shopUser,#shopExport,#shopSynthese {
    float:left;
    width: 400px;
    margin-right: 10px;
}

#shopSynthese {
    float:left;
    width: 500px;
    margin-right: 10px;
}

#mailjour,#btAdmin {
    float:center;
}


#listLi li{
    /*float:left;*/
    display:inline-block;
    margin-right: 20px;
    border-width: 1px;
    /*border-color: #ffe #aaab9c #ccc #fff;*/
    border-style: solid;
    text-decoration: none;
    background: #0000FF;
    padding: 10px 15px;
}

#listLi{
    width: 100%;
    margin: 0 auto;
}

#listLi li:hover,
.button-ski:hover{
    opacity: 0.5;
}
#listLi li a{
    color: white;
}
#listLi li a:hover{
    text-decoration: none;
}

#listStationToModify tbody tr.stationSelected td,table.tablesorter tbody tr.packageSelected td{
    background-color: #B7CFEB;
}

#listUsersToModify tbody tr.userSelected td,table.tablesorter tbody tr.packageSelected td{
    background-color: #B7CFEB;
}

#listStationYield tbody tr.stationSelected td,table.tablesorter tbody tr.packageSelected td{
    background-color: #B7CFEB;
}

#listShopToUnify,#listShopToModify{
    float:left;
    margin-left: 100px;
    width: 200px;
}
#listShopToModify{
    margin-top: 18px;
}

#listShopToUnify .tablesorter-filter-row td:nth-child(5n+3) .tablesorter-filter,
#listShopToModify .tablesorter-filter-row td:nth-child(5n+3) .tablesorter-filter {
    width: 50px;
}
#listShopToUnify .tablesorter-filter-row td:nth-child(5n+4) .tablesorter-filter,
#listShopToModify .tablesorter-filter-row td:nth-child(5n+4) .tablesorter-filter {
    width: 50px;
}
#listShopToUnify .tablesorter-filter-row td:nth-child(5n+5) .tablesorter-filter,
#listShopToModify .tablesorter-filter-row td:nth-child(5n+5) .tablesorter-filter {
    width: 10px;
}

*[id^="listStation"]{
    float: left;
    width: 150px !important;
}

*[id^="listUser"]{
    float: left;
    width: 150px !important;
}

.button-ski{
    display:inline-block;
    margin-right: 20px;
    color:white;
    text-decoration: none;
    background-color: #0000FF;
    padding: 5px 10px;

}
/* Seller */
#listShopToUnifySeller,#listShopConcurSeller{
    float:left;
    margin-left: 100px;
    width: 200px;
}

#listShopUserSeller, #listShopToModifySeller{
    float: left;
    width: 150px;
}

#listShopToUnifySeller .tablesorter-filter-row td:nth-child(5n+5) .tablesorter-filter,
#listShopConcurSeller .tablesorter-filter-row td:nth-child(5n+5) .tablesorter-filter{
    width: 20px;
}

#listUsersToModify .tablesorter-filter-row td:nth-child(2n+2) .tablesorter-filter{
    width: 40px;
}

#listShopToUnifySeller .tablesorter-filter-row td:nth-child(5n+3) .tablesorter-filter,
#listShopConcurSeller .tablesorter-filter-row td:nth-child(5n+3) .tablesorter-filter {
    width: 100px;
}

#listShopToUnifySeller .tablesorter-filter-row td:nth-child(5n+4) .tablesorter-filter,
#listShopConcurSeller .tablesorter-filter-row td:nth-child(5n+4) .tablesorter-filter {
    width: 100px;
}

input[type="checkbox"] {
  margin: initial !important;
  margin-right: 5px !important;
}

#birtOutput {
	border: none;
	width: 1100px;
	height: 958px;
	margin: auto;
	display: block;
}

#buttonValid {
    margin-left: 320px;
    width: 640px;
    display: block;
}


/* Gestion des unifications */
#tableListStation{
    float:left;
    margin-left: 100px;
    width: 100px;

}

#tableShopConcurrent,#tableMyShop{
    float:left;
    width: 310px;
}

#tableMyShop .tablesorter-filter-row td:nth-child(1) .tablesorter-filter,
#tableShopConcurrent .tablesorter-filter-row td:nth-child(1) .tablesorter-filter{
    width: 180px;
}

#tableMyShop .tablesorter-filter-row td:nth-child(n+2) .tablesorter-filter,
#tableShopConcurrent .tablesorter-filter-row td:nth-child(n+2) .tablesorter-filter{
    width: 140px;
}

#tableMyShop .tablesorter-filter-row td:nth-child(n+4) .tablesorter-filter,
#tableShopConcurrent .tablesorter-filter-row td:nth-child(n+4) .tablesorter-filter{
    width: 100px;
}

#tableMyShop .tablesorter-filter-row td:nth-child(n+5) .tablesorter-filter,
#tableShopConcurrent .tablesorter-filter-row td:nth-child(n+5) .tablesorter-filter{
    width: 40px;
}

#tableShopConcurrent .tablesorter-filter-row td:nth-child(n+6) .tablesorter-filter{
    width: 140px;
}


#tableShopConcurrent caption, #tableMyShop caption {
    text-align: left;
    margin: 10px 0px 5px 300px;
}

#tableListStation caption {
    margin: 10px 0px 5px 0px;
}