/* MODAL & FORM LIVRAISON */ #modalViewClient { overflow: hidden; } #modalViewClient div.modal-header { border-bottom: none; padding-bottom: 5px; } #modalViewClient .formClient { margin: -15px; } /* NAV TABS */ .formClient ul.nav.nav-tabs { padding-left: 10px; } div.formClientTabs > div.tab { display: none; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; overflow-y: scroll; } div.formClientTabs > div.tab.active { display: block; } div.formClientTabs > div.tab span.nullChild { display: block; padding: 10px; } div.formClientTabs > div.tab span.nullChild { display: block; padding: 10px; } /* TAB INFOS */ div.formClientTabs > div.tabInfos table tr:first-child > th, div.formClientTabs > div.tabInfos table tr:first-child > td { border-top: none; } div.formClientTabs > div.tabInfos table th { width: 100px; } /* TAB CONTRATS */ div.formClientTabs > div.tabContrats table { margin-bottom: 0; } /* TAB ABSENCES */ div.formClientTabs > div.tabAbsences table { margin-bottom: 0; } div.formClientTabs > div.tabAbsences table td.ref { width: 30px; } div.formClientTabs > div.tabAbsences table td.debut, div.formClientTabs > div.tabAbsences table td.fin { width: 130px; text-align: center; } div.formClientTabs > div.tabAbsences table tr.editable { background-color: #cce4f9; } div.formClientTabs > div.tabAbsences table tr.editable td.debut, div.formClientTabs > div.tabAbsences table tr.editable td.fin, div.formClientTabs > div.tabAbsences table tr.editable td.remarque { padding: 0; } div.formClientTabs > div.tabAbsences table tr.editable input { border: none; padding: 0; width: 100%; height: 24px; margin-top: 6px; } div.formClientTabs > div.tabAbsences table tr.editable input:focus { outline-style: none; } div.formClientTabs > div.tabAbsences table tr.editable td.debut input, div.formClientTabs > div.tabAbsences table tr.editable td.fin input { width: 110px; margin-left: 10px; margin-right: 10px; text-align: right; } div.formClientTabs > div.tabAbsences table tr.editable td.remarque input { padding-left: 8px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; }