/*
    Document   : form
    Created on : 06-mai-2010, 12:43:22
    Description:
        Styles pour les formulaires
*/

form.beform {
    /*    border: 1px none #DAA520;    margin: 15px; */
}


ul.tree li {
    font-weight: bold;
}

ul.tree li ul li {
    font-weight: normal;
}
ul.tree li ul {
    margin-bottom: 2em;
}


table.listitems {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.listitems td {

}




table.listitems thead td.title {    
    margin-bottom: 10px;
    font-size: 10pt;
    font-weight: bold;
    color: #336699;
    border-bottom: solid 1px #336699;
}
table.listitems tbody td.time {
    font-size: 8pt;
    width: 75px;
}
table.listitems tbody td.status {
    font-variant: small-caps;
    font-size: 8pt;
    font-weight: bold;
    color: #6699CC;
    width: 150px;
    text-align: right;
}


dl.commands {

}
dl.commands dt {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 10pt;
    font-weight: bold;
    color: #336699;
    border-bottom: solid 1px #336699;
}

dl.commands dd {
    margin: 0px 0px 0px 20px;
}

dl.commands span.time {
    font-size: 8pt;

}
dl.commands div.status {
    font-variant: small-caps;
    font-size: 8pt;
    font-weight: bold;
    color: #6699CC;
    float: right;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
}

option.even {
    background-color: #dddddd;
}

.separator {
    border-bottom: dashed 2px #999999;
}

label.required {
    font-weight: bold;
    color: red;
}

button.add {
    font-size: 9px;
    width: 120px;
    background: #FFFFFF;
    border-style: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
button.delete {
    font-size: 7pt;
    color: red;
    width: 15px;
    border: outset 1px #DAA520;
    text-align: center;
    background-color: #DAA520;

}
button.edit {
    font-size: 7pt;
    color: green;
    width: 15px;
    border: outset 1px #DAA520;
    text-align: center;
    background-color: #DAA520;
}

div.paginator {
    font-size: 9pt;
    width: 99%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #6699CC;
}


div.paginator span:first-child {
    margin-right: 25px;
}


table.paginator {
    font-size: 9pt;
    width: 99%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-collapse: collapse;
    border: solid 1px #6699CC;

}
table.paginator tr td {
    font-size: 9pt;
    width: 10px;
    text-align: center;
}
table.paginator tr td:first-child {
    font-size: 9pt;
    width: 100px;
    text-align: left;
}
table.paginator tr td:hover {
    background-color: #6699CC;
}
table.paginator tr td a:hover {
    text-decoration: none;
}

span.sort-icon {
    float: right;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: 16px;
    background-image: url(/img/icons-sort.png);
    display: block;
    overflow: hidden;
    position: relative;
}

span.sort-icon-default {
    background-position: -128px;
}
span.sort-icon-asc {
    background-position: 0px;
}

span.sort-icon-desc {
    background-position: -64px;
}



table.grid {
    width: 99%;
    border-collapse: collapse;
}
table.grid tr {
    vertical-align: middle;
}
table.grid th {
    padding: 1px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
    border: solid 1px #6699CC;
    border-bottom: solid 2px #6699CC;
    border-top: solid 2px #6699CC;
    background-color: #336699;
    text-align: center;
}

table.grid th.current {
    background-color: #5588bb;
}


table.grid th:first-child {
    width: 30px;
    font-weight: bold;
    border: solid 1px #6699CC;
    border-bottom: solid 2px #6699CC;
    border-top: solid 2px #6699CC;
    text-align: center;
}
table.grid td {
    padding: 2px;
    vertical-align: middle;
    font-size: 8pt;
    border: solid 1px #6699CC;
    text-align: left;
}
table.grid td:first-child  {
    border: solid 1px #6699CC;
    text-align: center;
}

table.grid tr:hover td {
    background-color: #ffd940;
}

/* Tableau prix garderie */
table.gridcot {
    width: 99%;
    border-collapse: collapse;
}
table.gridcot tr {
    vertical-align: middle;
}
table.gridcot th {
    padding: 1px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
    border: solid 1px #6699CC;
    border-bottom: solid 2px #6699CC;
    border-top: solid 2px #6699CC;
    background-color: #336699;
    text-align: center;
}

table.gridcot th:first-child {
    width: 50px;
    font-weight: bold;
    border: none;
    border-right: solid 2px #6699CC;
    background-color: #fff;
}
table.gridcot td {
    padding: 2px;
    vertical-align: middle;
    font-size: 8pt;
    border: solid 1px #6699CC;
    text-align: right;
}
table.gridcot td:first-child  {
    width: 50px;
    font-weight: bold;
    text-align: center;
    background-color: #336699;
    border-left: solid 2px #6699CC;
    border-right: solid 2px #6699CC;
}

table.gridcot td:hover {
    background-color: #ffc900;
}
table.gridcot td:first-child:hover {
    background-color: #336699;
}

table.smallgrid {
    border-collapse: collapse;
}
table.smallgrid tr {
    vertical-align: top;
}
table.smallgrid th {
    padding: 1px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
    border: solid 1px #6699CC;
    border-bottom: solid 2px #6699CC;
    border-top: solid 2px #6699CC;
    background-color: #336699;
    text-align: left;
}
table.smallgrid td {
    padding: 2px;
    vertical-align: top;
    font-size: 8pt;
    border: solid 1px #6699CC;
    text-align: left;
    width: 75px;
}




table.aftertrans {
    font-size: 9pt;
    width: 99%;
    border-collapse: collapse;
}
table.aftertrans th {
    font-weight: bold;
    border-bottom: solid 2px #999;
    text-align: center;
}
table.aftertrans th:first-child {
    text-align: right;
}
table.aftertrans td {
    text-align: center;
}
table.aftertrans td:first-child {
    text-align: right;
}
table.aftertrans td button {
    margin: 10px;
    font-size: 8pt;

}


/* tableau pour vue commande */
table.beform {
    font-family: Arial, Helvetica, sans-serif;
    border: solid 1px #336699;
    width: 98%;
    max-width: 600px;
    margin-bottom: 10px;
}


table.beform tr td label {
    clear:both;
    color:#444;
    display:block;
    font-size:10px;
    line-height:10px;
    margin:0;
    padding-top:3px;
}

table.beform th {
    font-weight: bold;
}
table.beform tr td {
    font-size: 10pt;
    padding: 5px;
}

table.canteen {
    font-size: 9pt;
    width: 99%;
    border-collapse: collapse;
}

table.canteen td:first-child {
    font-weight: bold;
}


/* Tableau liste commande via user*/
table.command {
    font-size: 9pt;
    width: 99%;
    border-collapse: collapse;
}
table.command tr td {
    vertical-align: top;
}
table.command tr td.tpanel {
    width: 45px;
}
table.command tr td.price {
    text-align: right;
    width: 60px;
}
table.command thead {
    font-weight: bold;
}
table.command tfoot tr td{
    padding-bottom: 10px;
}
table.command tfoot tr td.price {
    border-top: dotted 1px black;
}
table.command tbody tr.grandtotal td {
    border-top: dotted 1px black;
    border-bottom: dotted 1px black;
    font-weight: bold;
}

span.company {
    font-size:8pt;
}


table.paginate {
    font-size: 8pt;
    width: 99%;
    border-collapse: collapse;
}
table.paginate td {
    border: solid 1px #999;
    text-align: left;
}
table.paginate td:first-child {
    text-align: center;
}

dl.beform {
    font-family: Arial, Helvetica, sans-serif;
    width: 99%;
}


dl.beform label {
    clear:both;
    color:#444;
    display:block;
    font-size:12px;
    line-height:12px;
    margin:0;
    padding-top:3px;
	font-style: italic;
	font-weight: bold;
}

dl.beform dd.radio label {
    clear: none;
    color: #000;
    display: inline;
    font-size: 8pt;
}

dl.beform dt {
    font-weight: bold;
}
dl.beform dd {
    margin: 5px;
    font-size: 10pt;
}

dl.beform dd input.text {
    width: 75%;
}
dl.beform dd input.small {
    width: 3em;
    font-size: 10pt;
}
dl.beform dd input.password {
    width: 75%;
}
dl.beform dd input.submit {
    width: 75%;
}
dl.beform dd select.select {
    width: 75%;
    font-size: 10pt;
}
dl.beform dd>button {
    width: 75%;
}
dl.beform dd.error {
    font-size: 9pt;
    text-align: justify;
    color: red;

}
dl.beform dd ul {
    padding-left: 10px;
}


div.decal {
    padding-left: 15px;
}

fieldset {
    max-width: 520px;
}



div.beform {
    font-family: Arial, Helvetica, sans-serif;
    /* width: 75%;*/
    margin: 5px;
    font-size: 10pt;
    text-align: left;
    max-width: 500px;
}

dl.beform a {
    background: url(/images/link-icon.png) center right no-repeat;
    padding: 0 13px 0 0;
}
dl.beform a[href ^="mailto:"], .link-mailto {
    background: url(/images/mail-icon.png) center right no-repeat;
    padding: 0 13px 0 0;
}

div.beform label {
    clear:both;
    color:#444;
    display:block;
    font-size:9px;
    line-height:9px;
    margin:0;
    padding-top:3px;
}
div.beform label.inline {
    width: 120px;
    display: inline-block;
    clear: none;
    color: #000;
    font-size: 10pt;
}
div.beform input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
div.beform input[type="text"] {
    width: 90%;
}
div.beform input[type="file"] {
    width: 90%;
}
div.beform input[type="text"].small {
    width: 5em;
}
div.beform input[type="password"] {
    width: 90%;
}

div.beform input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    width: 210px;
}
div.submit {
    margin: 5px;
    font-size: 10pt;
    text-align: left;
}

div.beform button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    width: 210px;
    text-decoration: none;
    font-weight: bold;
    color: #6699CC;
    border: solid 2px #6699CC;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    vertical-align: middle;
    line-height: 30px;
}


div.beform button:hover {
    font-weight: bold;
    color: #ff8c00;
    border: solid 2px #ff8c00;
    text-decoration: none;
}

div.beform button.ui-datepicker-trigger {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    width: 32px;
    text-decoration: none;
    font-weight: bold;
    color: #6699CC;
    border: solid 2px #6699CC;
    padding: 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    vertical-align: top;
    line-height: 30px;
}

div.submit input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    width: 210px;
    text-decoration: none;
    font-weight: bold;
    color: #6699CC;
    border: solid 2px #6699CC;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
}
div.submit input:hover {
    font-weight: bold;
    color: #ff8c00;
    border: solid 2px #ff8c00;
    text-decoration: none;
}

a.but:link, a.but:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    display: block;
    text-align: center;
    width: 200px;
    text-decoration: none;
    font-weight: bold;
    color: #6699CC;
    border: solid 2px #6699CC;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
}
a.but:hover, a.but:active {
    font-weight: bold;    
    color: #ff8c00;
    border: solid 2px #ff8c00;
    text-decoration: none;
}
a.butdel:link, a.butdel:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    display: block;
    text-align: center;
    width: 200px;
    text-decoration: none;
    font-weight: bold;
    color: #ff6633;
    border: solid 2px #ff6633;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
}
a.butdel:hover, a.butdel:active {
    font-weight: bold;
    color: #ff8c00;
    border: solid 2px #ff8c00;
    text-decoration: none;
}

div.beform select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width: 90%;
}

div.beform textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width: 90%;
}

div.beform select.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    width: 50%;
}
div.beform select.medium {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    width: 66%;
}
div.date select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    width: 5em;
    text-align: center;
}
div.time select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    width: 4em;
    text-align: center;
}
div.small5 select {
    width: 25%;
}

div.error-message {
    border: 1px solid;
    margin: 5px 0px;
    padding: 10px 10px 10px 64px;
    background-image: url('/images/warning.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

div.message {
    border: 1px solid;
    margin: 5px 0px;
    padding: 10px 10px 10px 64px;
    background-image: url('/images/messagebox_warning.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

div.message-warning {
    padding: 10px 10px 10px 64px;
    font-size: 12px;
    margin: 5px 0px;	
    background: #FEEFB3 url('/images/messagebox_warning.png') 10px 50% no-repeat;
    color:#9F6000;
    border: solid 1px #e8aaad;
}

div.message-info span, div.message-warning span {
    display:block;
    font-weight:bold;
    padding:0 0 4px;
}

div.message-info {
    padding: 10px 10px 10px 64px;
    font-size:12px;
    margin: 5px 0px;	
    background: #e5ecf9 url('/images/messagebox_info.png') 10px 50% no-repeat;
    color:#0055b5;
    border:#aac6e8 solid 1px;
}


table.commands td.time {
    font-size: 8pt;
    width: 5em;

}


div.cpanel {
    margin-top: 20px;
}

a.pagerow {
    font-weight: bold;
    font-size: 10pt;
}
span.pagerow {
    font-weight: bold;
    font-size: 10pt;
}
span.disabled {
    color: #999;
}



div.besearch {
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    font-size: 10pt;
    text-align: left;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
div.besearch input {
    width: 180px;
}
div.besmallsearch {
    width: 60px;
}
div.besmallsearch input {
    width: 40px;
}


div.besearch a {
    background: url(/images/link-icon.png) center right no-repeat;
    padding: 0 13px 0 0;
}
div.besearch a[href ^="mailto:"], .link-mailto {
    background: url(/images/mail-icon.png) center right no-repeat;
    padding: 0 13px 0 0;
}

div.besearch label {
    clear:both;
    color:#444;
    display:block;
    font-size:9px;
    line-height:9px;
    margin:0;
    padding-top:3px;
}
div.besearch select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width: 90%;
}
table.report {
    table-layout: fixed;
    width: 700px;
    margin: 10px;
    border-collapse: collapse;
}
table.report tr td {
    text-align: right;
    border-bottom: 1px dotted #999;
}
table.report tr td:first-child {
    text-align: left;
}
table.report tr th {
    text-align: right;
    padding-right: 0em;
}
table.report tr th:first-child {
    text-align: left;
}
table.summarycanteen {
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #000;
}
table.summarycanteen tr td {
    text-align: center;
    border: 1px dotted #000;
    width: 75px;
}
table.summarycanteen tr td:first-child {
    text-align: left;
    width: 300px;
}

table.summarycanteen thead tr td {
    border-bottom: 1px solid #000;
    font-weight: bold;
    background-color: #999;
    color: #fff;
}
table.summarycanteen tbody tr td.bordl {
    border-left: solid 1px #000;
}
table.summarycanteen tbody tr.headclass {
    font-weight: bold;
    background-color: #ccc;
}
table.summarycanteen tbody tr.headclass td {
    border-top: solid 1px #000;
}
table.summarycanteen thead tr td.bordl {
    border-left: solid 1px #000;
}


table.summary {
    table-layout: fixed;
    width: 200px;
    margin: 10px;
    border-collapse: collapse;
    float: left;
}
table.summary tr th {
    border-bottom: solid 5px #ccc;
    width: 50px;
    text-align: left;
}

table.summary tr th:first-child {
    width: 150px;
    text-align: right;
    padding-right: 20px;
}
table.summary tr td {
    width: 50px;
    text-align: left;
}

table.summary tr td:first-child {
    width: 150px;
    text-align: right;
    padding-right: 20px;
}

table.summary caption {
    background-color: #ccc;
    font-weight: bold;
}



div.note {
    background-color: yellow;
    border: solid 1px black;
    padding: 3px;
    width: 300px;
    z-index: +10;
    position: relative;
    top: 0px;
    left: 0px;
    display: none;

}
div.note a {
    float: right;
    position: relative;
    top: -5px;
    color: black;
    margin: 0px;
}

div.amount input[type="text"] {
    width: 50px;
    text-align: right;
}
div.year select {
    width: 60px;
    text-align: right;
}