th, td {
    border: 0px solid #000;
}

#tarif_ligne-available {
    height: 500px;
    overflow: auto;
}

#tarif_ligne-available ul {
    list-style: none;
}

#tarif_ligne-table input {
    width: auto;
}

#tarif_ligne-table td {
    text-align:center;
}

#tarif_ligne-table th, #tarif_ligne-table td {
    width: 12.5%;
}

#tarif_ligne-table tr td.actions { -moz-opacity:.20; filter:alpha(opacity=20); opacity:.20; }

#tarif_ligne-table tr:hover td.actions, 
#tarif_ligne-table tr.hover td.actions { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }

#tarif_ligne-table tr.modified form { background-color:#f0e68c; }

#tarif_ligne-available ul li{list-style-image:url('../images/fleche.png');}

#semaines-status .recap { float: right; padding: 10px; }

#composition-available-produits {
    height: 500px;
    overflow: auto;
}

#composition-available-produits ul {
    list-style: none;
}

#composition-produits-table input {
    width: auto;
}

#composition-produits-table td {
    text-align:center;
}

#composition-produits-table .kg-par-unite {
    width: 80px;
}

#composition-produits-table th, #composition-produits-table td {
   width: 8%;
}

#composition-produits-table thead th{
	text-align: center;
	font-size: 11px;
}


#composition-produits-table tr td.actions { -moz-opacity:.20; filter:alpha(opacity=20); opacity:.20; }

#composition-produits-table tr:hover td.actions, 
#composition-produits-table tr.hover td.actions { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }

#composition-produits-table tr.modified form { background-color:#f0e68c; }

td.sf_admin_list_td_solde,
td.sf_admin_list_td_montant_ttc, 
td.sf_admin_list_td_montant_ht, 
td.sf_admin_list_td_montant,
td.sf_admin_list_td_prix_ttc, 
td.sf_admin_list_td_total_ttc, 
td.sf_admin_list_td_total_ht, 
td.total-montant_ttc,
td.total-total_ttc,
td.total-montant
{
    text-align: right;
}

.sf_admin_form_row.sf_admin_text.sf_admin_form_field_photo img,
.sf_admin_text.sf_admin_list_td_photo_path img {
    width: 100px;
}

.sf_admin_form_field_photo .input-medium {
    width: auto;
}

#commande-table .sf_admin_list_td_content_as_string {
    font-size: 80%;
}

#offre-table .sf_admin_list_td_content_as_string {
    font-size: 80%;
    white-space: nowrap;
}

.graphe {
    overflow: auto;
}

.semaine ul li {
    list-style-type: none;
}

.semaine ul li p {
    padding-left: 15px;
}

.mode-reglement {
    cursor: pointer;
}

.select-state {
    position: absolute;
    z-index: 100;
    background-color: #ddd;
    margin-left: 50px;
}

div table#commande-table tr.etat-livre td {
    background-color: #f1eba4 !important;
}

div table#commande-table tr.etat-facture td {
    background-color: #b7ffb0 !important;
}

div table#commande-table tr.etat-non_cherche td {
    background-color: #ff9b6f !important;
}

div table#commande-table tr.etat-annulee td {
    background-color: #DDD !important;
    color: #999;
}


/* ------------------ DO NOT TOUCH AFTER THIS LINE ----------

Instead, put all your "app-specific" css rules at the top of this file. 
 
@TODO: move app-specific css rules to another file.          */

.parent-header div.header-row {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.parent-header div label {
    font-weight: normal;
    padding-right: 10px;
}

/* -------------------- Basic HTML tags -------------------- */
body {
    font: 12px/ 1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #444444;
    background-color: #f6f6f6;
}

a:focus {
    outline: 1px dotted invert;
}

hr {
    border: 1px solid #ccc;
    clear: both;
    height: 0;
}

h1 {
    font-size: 30px;
    letter-spacing: -1.5px;
}

h2 {
    font-size: 24px;
    letter-spacing: -1px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

ol {
    list-style: decimal;
    list-style-position: inside;
}

ul.bullets {
    list-style: disc;
    list-style-position: inside;
}

ul.bullets li {
    margin-left: 20px;
    margin-bottom: 5px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
    margin-bottom: 15px;
}

a,a:visited {
    color: #0063be;
    text-decoration: none;
}

a:hover,a:active {
    text-decoration: underline;
    text-shadow: 2px 2px 3px;
}

h1 a,h1 a:visited,h2 a,h2 a:visited,h3 a,h3 a:visited,h4 a,h4 a:visited,h5 a,h5 a:visited,h6 a,h6 a:visited
    {
    color: #444444;
}

h1 a:hover,h1 a:active,h2 a:hover,h2 a:active,h3 a:hover,h3 a:active,h4 a:hover,h4 a:active,h5 a:hover,h5 a:active,h6 a:hover,h6 a:active
    {
    color: #0063be;
}

/* --------------------  Custom general classes -------------------- */
.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bottom-spacing {
    margin-bottom: 20px;
}

/* -------------------- Page elements -------------------- */
#header {
    margin-bottom: 20px;
}

#header-status {
    background: #000000;
    padding: 0;
    color: #aaaaaa;
}

#text-invitation {
    display: block;
    padding: 9px 0 11px 0;
    text-align: center;
}

#message-notification {
    display: block;
    float: left;
    background: url(../images/mail-q-bg.jpg) top left no-repeat;
    color: #6dc6e7;
    padding: 9px 0 11px 0;
    text-decoration: none;
    margin-left: 10px;
}

#message-notification span {
    color: #444444;
    margin-right: 15px;
    text-align: center;
    display: block;
    float: left;
    width: 32px;
}

#message-notification a:hover,#message-notification a:active {
    color: #ffffff;
}

a#logout,a#logout :visited {
    display: block;
    float: right;
    background: url(../images/icon-logout.gif) center right no-repeat;
    color: #6dc6e7;
    padding: 9px 20px 11px 0px;
    text-decoration: none;
}

a#logout :hover,a#logout :active {
    color: #ffffff;
}

#header-main {
    background: #005195 url(../images/themes/blue/header-bg.jpg) repeat-x
        top left;
    height: 94px;
}

#header-main #logo {
    /*background: url(../images/themes/blue/logo.png) no-repeat left 10px; */
    width: 100%;
    height: 75px;
}

#logoimg {
    position: absolute;
    top: 14px;
    left: 90px;
}

#subnav {
    background: #ffffff url(../images/submenu-bg.gif) repeat-x bottom left;
    height: 48px;
}

#subnav ul {
    list-style: none;
	height:40px;
	border-right:solid #CCC 2px;
	border-left:solid #CCC 2px;
	border-bottom:solid #CCC 2px;
	text-align:center;
}

#subnav ul li {
    float: left;
    margin: 1px 10px 0 0;
    padding: 0px 10px 0 0;
	padding-left:6px;
    list-style-image: none;
    list-style-type: none;
    border-right: 1px solid #2eaf5f;
	
}


#subnav ul li.current {
    font-weight: bold;
}

#subnav ul a,#subnav ul a:visited {
    display: block;
    float: left;
    color: #0063be;
    font-size: 14px;
    padding: 9px 0 0 0;
    text-decoration: none;
}

#subnav ul a:hover,#subnav ul a:active {
    text-decoration: underline;
}

#subnav ul a.current{
	background-color:#C33;
}

.filter_link li{
	list-style:none;
	list-style-image:none;
	display:inline;
}

.sf_admin_filter {
    float: left;
    padding-right: 20px;
}

#footer {
    padding: 0;
    color: #aaaaaa;
    padding: 12px 0 15px 0;
    margin-top: 30px;
    border-top: 1px solid #cccccc;
}

/* -------------------- Nav tabs (sliding door technique) -------------------- */
ul#nav {
    float: left;
    margin-top: 60px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
}

ul#nav li {
    background: transparent url(../images/themes/blue/tab-left.gif)
        no-repeat scroll left top;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 0 0 9px;
}

ul#nav li a,ul#nav li a:visited {
    background: transparent url(../images/themes/blue/tab-right.gif)
        no-repeat scroll right top;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 7px 15px 6px 6px;
    text-decoration: none;
}

ul#nav li a:hover {
    padding: 8px 15px 5px 6px;
}


ul#nav li#current {
    /* give the id="current" to the currently selected tab */
    background: transparent url(../images/themes/blue/tab-active-left.gif)
        no-repeat scroll left top;
}

ul#nav li#current a {
    background: transparent url(../images/themes/blue/tab-active-right.gif)
        no-repeat scroll right top;
    color: #444444;
}

/* -------------------- Box module -------------------- */
div.module {
    background: url('../images/module-body-left-bg.gif') no-repeat scroll bottom left;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.module-body ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:circle;
    padding-left: 6px;
	padding-top: 8px;
}

div.module div.module-body {
    background: url('../images/module-body-right-bg.gif') no-repeat scroll
        bottom right;
    padding: 10px 3% 10px 3%;
    float: left;
    width: 94%;
}
div.module div.module-body table{
	border:none;
}

/* Percentage padding in the module dependant on the cell width */
.grid_1 div.module div.module-body {
    padding: 20px 8% 20px 8%;
    float: left;
    width: 84%;
}

.grid_2 div.module div.module-body {
    padding: 20px 7% 20px 7%;
    float: left;
    width: 86%;
}

.grid_3 div.module div.module-body {
    padding: 20px 6% 20px 6%;
    float: left;
    width: 88%;
}

.grid_4 div.module div.module-body {
    padding: 20px 5% 20px 5%;
    float: left;
    width: 90%;
}

.grid_5 div.module div.module-body {
    padding: 20px 4% 20px 4%;
    float: left;
    width: 92%;
}

.grid_6 div.module div.module-body {
    padding: 20px 3% 20px 3%;
    float: left;
    width: 94%;
}

.grid_7 div.module div.module-body {
    padding: 20px 2.75% 20px 2.75%;
    float: left;
    width: 94.5%;
}

.grid_8 div.module div.module-body {
    padding: 20px 2.5% 20px 2.5%;
    float: left;
    width: 95%;
}

.grid_9 div.module div.module-body {
    padding: 20px 2.25% 20px 2.25%;
    float: left;
    width: 95.5%;
}

.grid_10 div.module div.module-body {
    padding: 20px 2% 20px 2%;
    float: left;
    width: 96%;
}

.grid_11 div.module div.module-body {
    padding: 20px 1.75% 20px 1.75%;
    float: left;
    width: 96.5%;
}

.grid_12 div.module div.module-body {
    padding: 10px 1.5% 10px 1.5%;
    float: left;
    width: 97%;
}


div.module div.module-table-body {
    background: url('../images/module-body-right-bg.gif') no-repeat scroll
        bottom right;
    padding: 0;
    float: left;
    width: 100%;
}

div.module h2 { /* Sliding right image */
    background: url('../images/module-header-left-bg.gif') no-repeat scroll
        top left;
    display: block;
    float: left;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: normal
}

div.module h2 span { /* Background left image */
    background: url('../images/module-header-right-bg.gif') no-repeat top
        right;
    display: block;
    line-height: 20px;
    /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 7px 0 5px 18px;
}

div.module table {
    width: 100%;
    margin: 0;
    border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#categorie-table{
	float:left;
}

div.module table.tr {
    border-collapse: separate;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
}

div.module table th {
    background-color: #eeeeee;
    color: #444444;
    padding: 5px;
    text-align: left;
	border:1px solid #d9d9d9;
}

div.module table td {

    padding: 5px;
}
div.module table td.delete-padding-td{
	padding:0px;
}

div.module table tr.odd td {
    /* You can use this style if you want to do zebra-colored tables with other technique than Table Sorter script used here */
    background-color: #f1f5fa;
}

div.module-table-body table tr.sf_admin_row:hover td {
    background-color: #ffd770 !important;
}


.table-apply {
    width: 50%;
    float: right;
    text-align: right;
    margin-right: 10px;
}

/* -------------------- Pager -------------------- */
.pager {
    display: block;
    padding: 0px 10px 10px 10px;
    width: 40%;
    float: left;
}

.pager .first,.pager .prev,.pager .next,.pager .last {
    margin-bottom: -2px;
}

/* -------------------- Button (sliding door technique) -------------------- */
    /* button outside a module box */
a.button { /* Sliding right image */
    background: transparent url(../images/button-right-bg-m.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 26px; 
    padding-right: 11px;
    text-decoration: none;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	border:none;
	padding-left: 4px;
	padding-top: 0;
}

a.button span { /* Background left image */
    background: transparent url(../images/button-left-bg-m.gif) no-repeat
        top left;
    display: block;
    line-height: 15px;
    padding: 4px 0 7px 10px;
}

a.button:hover {
    background-position: bottom right;
    color: #0063be;
}

a.button:hover span {
    background-position: bottom left;
    color: #0063be;
}

/* button inside a module box */
div.module a.button { /* Sliding right image */
    background: transparent url(../images/button-right-bg.gif) no-repeat
        scroll top right;
    display: block;
    float: left;
    height: 26px; 
    padding-right: 11px;
    text-decoration: none;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	border:none;
	margin-top:0;
	padding-top: 3px;
}

div.module a.button span {
    background: transparent url(../images/button-left-bg.gif) no-repeat top left;
    display: inline;
    line-height: 15px;
    padding: 4px 0 7px 10px;
}

div.module h2 span.header-add {
    padding-right:10px !important;
}

/* -------------------- Pagination -------------------- */
.pagination {
    margin-bottom: 20px;
    float: right;
}

.pagination a.button {
    margin-right: 10px;
}

.pagination a.last {
    margin-right: 0;
}

.pagination .numbers {
    float: left;
    padding-top: 3px;
    margin-right: 15px;
}

.pagination .numbers span {
    padding: 0 5px 0 5px;
}

.pagination .current {
    font-weight: bold;
}

/* -------------------- Forms -------------------- */


.login ul.error_list {
    border: 1px solid red;
    margin-left: 0;
    width: 260px;
}

#sf_admin_content .sf_admin_form_row label {
    width: 150px;
    text-align: right;
    padding-right: 10px;
    float: left;
}

.login label {
    width: 115px;
    text-align: right;
    padding-right: 10px;
    float: left;
}

#sf_admin_content .sf_admin_form_row, .login p {
    clear: both;
}

.form-in-list .sf_admin_form_row, .form-in-list .sf_admin_form_row div {
    display:inline;
}

.form-in-list .sf_admin_form_row div label {
    padding: 10px;
    padding-right: 2px;
} 

#sf_admin_content fieldset {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
}

#sf_admin_content fieldset legend {
    border: 1px solid #ddd;
}

legend {
    margin-bottom: 10px;
    display: block;
}

label {
    /*display: block;*/
    margin-bottom: 5px;
}

.input-short,.input-medium,.input-long {
    padding: 3px;
}

select {
    padding: 2px;
}

textarea {
    padding: 3px;
}

.input-short {
    width: 25%;
}

.input-medium {
    width: 50%;
}

select.input-medium, input[type="checkbox"].input-medium {
    width: auto;
}

.input-long {
    width: 75%;
}

input.input-short,input.input-medium,input.input-long,select,textarea {
    background: url(../images/input-bg.gif) top left repeat-x #f6f6f6;
    border: 0;
    border: 1px solid #cccccc;
}

input.input-short:focus,input.input-medium:focus,input.input-long:focus,select:focus,textarea:focus
    {
    background: url(../images/input-bg-focus.gif) top left repeat-x #ffffff;
    border-color: #a9c2d1;
}

input.submit-green {
    background: url(../images/submit-green-bg.gif) top left repeat-x;
    border: 0;
    border: 1px solid #017698;
    color: #fff;
    font-size: 14px;
    padding: 2px 12px;
    margin: 0px 10px 0 0;
    cursor: pointer;
}

input.submit-green-hover {
    background-image: url(../images/submit-green-bg-hover.gif);
}

input.submit-gray {
    background: url(../images/submit-gray-bg.gif) top left repeat-x;
    border: 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 12px;
    margin: 0px 10px 0 0;
    cursor: pointer;
}

input.submit-gray-hover {
    background-image: url(../images/submit-gray-bg-hover.gif);
}

/* -------------------- Text input and select input notifications -------------------- */
.notification-input {
    background: 10px 50% no-repeat;
    margin: 0 0 0 5px;
    padding: 5px 0 5px 32px;
    font-size: 12px;
}

.ni-correct {
    background-image: url(../images/tick-on-white.gif);
    color: #00ae42;
}

.ni-error {
    background-image: url(../images/cross-on-white.gif);
    color: #c9282d;
}
.error_list li{
	list-style-type:none;
	list-style-image:none;
	padding-left:5px;
	padding-bottom:10px;
	font-weight:bold;
}
.error_list{
    background-color: #ffc6ca;
    border-color: #efb9c3;
	width:45%
}

/* --------------------  Boxed notifications -------------------- */
.notification {
    display: block;
    padding: 20px 20px 20px 45px;
    border: 1px solid;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

.n-success {
    background-color: #a3e6bd;
    border-color: #68d59b;
    background-image: url(../images/notification-tick.gif);
}

.n-information {
    background-color: #9fddea;
    border-color: #5fceea;
    background-image: url(../images/notification-information.gif);
}

.n-attention {
    background-color: #f9e497;
    border-color: #ffcb4f;
    background-image: url(../images/notification-exclamation.gif);
}

.n-error {
    background-color: #ffc6ca;
    border-color: #efb9c3;
    padding-left: 20px;
    background: url(../images/notification-slash.gif) #ffc6ca no-repeat top left;
}

/* -------------------- Indicators -------------------- */
.indicator {
    width: 220px;
    height: 12px;
    background: url(../images/indicator-bg.gif) no-repeat top left;
}

.indicator div {
    height: 12px;
    background: url(../images/indicator-green-to-red.gif) no-repeat top left
        ;
}

.indicator div.reverse {
    background: url(../images/indicator-red-to-green.gif) no-repeat top left
        ;
}

/* -------------------- Category list -------------------- */
a.removable,a.removable:visited {
    padding: 5px 18px 5px 0px;
}

a.removable:hover,a.removable:active {
    background: url(../images/cross-small.gif) no-repeat center right;
}

/* -------------------- To-do list -------------------- */
a.checkable,a.checkable:visited {
    padding: 5px 18px 5px 0px;
}

a.checkable:hover,a.checkable:active {
    background: url(../images/tick-small.gif) no-repeat center right;
}

a.completed,a.completed:visited {
    color: #aaaaaa;
}

/* -------------------- Messages -------------------- */
.separated {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

.user {
    display: block;
    padding-left: 22px;
    background: url(../images/user.gif) left 50% no-repeat;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.user-female {
    display: block;
    padding-left: 22px;
    background: url(../images/user-female.gif) left 50% no-repeat;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.reply {
    padding-left: 20px;
    background: url(../images/arrow-curve-180-left.gif) left 50% no-repeat;
    margin-right: 7px;
}

.forward {
    padding-left: 20px;
    background: url(../images/arrow-curve-000-left.gif) left 50% no-repeat;
    margin-right: 7px;
}

a.delete,a.delete:visited {
    padding-left: 16px;
    background: url(../images/cross-small.gif) left 50% no-repeat;
    color: #C00;
}

h3.mail {
    display: block;
    padding: 20px 0px 20px 70px;
    background: url(../images/Crystal_Project_mail_open.gif) left 50%
        no-repeat;
}

#p-messages {
    padding: 20px;
}

/* -------------------- Login page -------------------- */
form.login {
    background: url(../images/Crystal_Clear_locked.gif) 95% 10px no-repeat;
}

/* -------------------- Dashboard -------------------- */
a.dashboard-module,a.dashboard-module:visited {
    width: 142px;
    height: 142px;
    display: block;
    float: left;
    background: url(../images/dashboard-module.gif) top left no-repeat;
    margin: 0 8px 8px 0;
    text-align: center;
    color: #444444;
}

a.dashboard-module:hover,a.dashboard-module:active {
    background-position: bottom left;
    text-decoration: none;
    color: #0063be;
}

a.dashboard-module img {
    margin-top: 20px;
}

a.dashboard-module span {
    margin-top: 10px;
    display: block;
}

img.picto {
    vertical-align:bottom;
    padding:3px;
}

tr.row-total {
    font-weight: bold;
}

i.small {
    font-size: 0.8em;
}
#login_button {
	margin-left: 160px;
}

div fieldset#sf_media_browser_upload, div fieldset#sf_media_browser_mkdir{margin-right:20px; margin-top:0px; padding:20px;}
div fieldset#sf_media_browser_upload legend, div fieldset#sf_media_browser_mkdir legend{border:none; margin-top:0px;}

/* -------------------------- Error 404 ------------- */
.oops{
	font-size:18pt;
}
#composition-available-produits ul li{list-style-image:url('../images/fleche.png');}
#composition-available-produits ul li.red{ color:red; list-style-image:url('../images/flechered.png');}

#composition-available-produits ul{padding-left:25px;}

span.facture-non-paye, span.facture-non-paye a, span.facture-non-paye a:visited{color: red;}
span.facture-paye, span.facture-paye a, span.facture-paye a:visited{color: green;}
span.trop-percu, span.trop-percu a, span.trop-percu a:visited{}
table span.facture-status {padding: 0;}
/* -------------------------- Popup Reglement -------------------------- */
#popup{
	-moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
	width:300px;
	min-height:120px;
	border:1px solid #9E1F63;
	background-color:#f3f3f3;
	padding:10px;
	color:#58595b;
        display: none;
}
#popup h1{
	font-size:16pt;
	font-weight:bold;
	padding-top:20px;
}
.croix-fermer{
	float:right;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	width:30px;
	height:24px;
	padding-top:4px;
	padding-left:10px;
}
#popup ul{
	list-style:none;
}
#popup ul li.first {
    margin-bottom: 15px;
}
#popup ul li.middle {
    margin-left: 20px;
    padding: 3px;
}
#popup ul li.last {
    margin-top: 15px;
}

div.calendar {
    z-index: 99999999
}

.container_12 #sf_media_browser_list .action .delete{
	background-repeat:no-repeat;
}

/* -------------------------- Menu sfAdminDash -------------------------- */
li.node-no-child {
    background: none;
}
body div#sf_admin_menu {
	padding: 0 8px;
	background: #F1F3F5;
	border-bottom: 1px solid #CCC;
}

/* PDF */
.documents_pdf th{
	width:20%;
}
.documents_pdf ul li{
	list-style:none;
}
.download_documents_pdf{
	margin:10px;
}

div.site_group {
    width:33%;
    float:left;
}


.pdf_xls_doc_prepa img{
	position:absolute;
	margin-top:-6px;
	padding-left:5px;
}
.pdf_xls_doc_prepa{
	margin-top:10px;
}
.pdf_doc_texte, .xls_doc_texte{
	padding-left:40px !important;
}
.checkbox_list li{
    padding: 6px;
    margin: 4px;
	list-style:none;
	list-style-image:none;
	display:inline-block;
    line-height: 24px;
	border:1px solid #bbb;
	background:#eaeaea;
}

/* --------------------- Popup clore site --------------------- */
div#popup_clore_site {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    width: 90%;
    min-height:120px;
    margin-right: auto;
    margin-left: auto;
    border:1px solid #9E1F63;
    background-color:#f3f3f3;
    padding:10px;
    color:#58595b;
    display: none;
}


#filter_adv td{
	vertical-align:top;
}


#tarif_ligne-available ul{
	margin-left: 15px;	
}

.moyen_paiement_facture {
    font-size: 12px;
    font-style: italic;
    padding: 0px;
}


/* STATISTIQUES */

table.stat_table th, table.stat_table td{
   padding: 5px;
   text-align: center;
}
table.stat_table {
    border: 1px solid #CCF;
}
table.stat_table td{
    border: 1px solid #CCF;
}

table.stat_table th{
    background-color: #CCF;
}

#cmd_pesee tr.in_poste {
    background-color: #CFC;
}
#cmd_pesee tr.pesee_ok {
    font-weight: bold;
}

#caisse_filters_numerocaisse_range_from, #caisse_filters_numerocaisse_range_to{
    width: 30px; 
}

.commentaire{
    font-size:20px;
    padding:5px;
    border-radius: 10px;
    margin-right:5px;
    background-color:#CFC;
}

form.minisize ul.holder{
    width:90%;
}

li.ui-menu-item {
  list-style: none;  
}

select#adherent_filters_semaine_id{
    width:74px;
}
a#adherent_filters_semaine_id.multiSelect{
    width:74px;
}

#adherent_filters_semaine_id div label{
    width:74px;
}

.radio-toolbar input[type="radio"] {
    display:none;
}

.radio-toolbar label {
    display:inline-block;
    background-color:#ddd;
    padding:4px 11px;
    font-family:Arial;
    font-size:16px;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color:#9e9;
}


#modeleList ul li{
    text-align:left;
}

#modeleList ul{
    color: #41a62a;
}

label.miniform{
    width:150px;
    display:inline-block;
}

ul.statistique_accueil {
    padding-left: 20px;
}

.sf_admin_form_row > div > div.content > input[type=text] {
    width:18em;
}
.semaine ul li > strong:first-child {
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    padding: 5px 10px;
    font-size: 14px;
    display: block;
}