@CHARSET "ISO-8859-1";

html,body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-size: 13px;
    font-family: verdana;
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 1124px;
    padding: 0 15px;
    margin: 0 auto;
}

#page_header {
    width: 1124px;
    padding-top: 10px;
    height: 118px;
}

#page_header .logo {
    position: absolute;
    left: 25px;
    top: 0;
}

#page_header .languages {
    margin-top: 2px;
    margin-right: 10px;
}

#page_header .top_navigation {
    position: absolute;
    top: 5px;
    right: 25px;
}

#page_header .top_navigation ul li {
    display: inline;
    float: left;
}

#page_header .top_navigation .title {
    font-weight: bold;
    font-size: 14px;
}

#page_header .top_navigation .separator {
    padding-left: 6px;
    padding-right: 6px;
}

#page_header .top_navigation a {
    text-decoration: none;
}

#page_header .top_navigation a:hover {
    text-decoration: underline;
}

#menu {
    float: right;
    margin-top: 91px;
    margin-right: 5px;
}

#page_content {
    clear: both;
    width: 1124px;
    padding-top: 20px;
    padding-bottom: 45px;
}

.content {
    padding: 0 15px;
}

.contentLeft {
    float: left;
    width: 180px;
    padding-left: 15px;
}

.sousMenu {
    float: left;
    width: 150px;
    padding: 10px;
}

.sousMenu ul li {
    padding-left: 20px;
    margin-bottom: 15px;
}

.sousMenu a {
    text-decoration: none;
}

.sousMenu a:hover {
    text-decoration: underline;
}

.sousMenuSelected a {
    text-decoration: none;
    font-weight: bold;
}

.contentCenter {
    float: left;
    width: 750px;
    padding: 10px 15px 0 10px;
}

#page_footer {
    position: absolute;
    width: 1124px;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
}
/***** Onglets *****/
.block_onglet {
    clear: both;
}

.block_onglet_head {
    height: 27px;
}

.block_onglet_head a {
    text-decoration: none;
}

.onglet_active {
    height: 27px;
    float: left;
    margin-right: 5px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
}

.onglet {
    height: 22px;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 22px;
    text-align: center;
}

.onglet:hover {
    cursor: pointer;
}

.onglet_active .onglet_img_gauche {
    float: left;
    height: 27px;
    width: 9px;
}

.onglet_active .onglet_img_centre {
    float: left;
    height: 27px;
    padding: 0 5px;
}

.onglet_active .onglet_img_droit {
    float: left;
    height: 27px;
    width: 9px;
}

.onglet .onglet_img_gauche {
    float: left;
    height: 22px;
    width: 9px;
}

.onglet .onglet_img_centre {
    float: left;
    height: 22px;
    padding: 0 5px;
}

.onglet .onglet_img_droit {
    float: left;
    height: 22px;
    width: 9px;
}
/***** Bouton *****/
.btn_bar .btn {
    float: left;
    margin-right: 20px;
}

.btn {
    height: 25px;
    cursor: pointer;
}

.btn_gauche {
    float: left;
    height: 25px;
    width: 7px;
}

.btn_centre {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    font-weight: bold;
    text-decoration: none;
}

.btn_droite {
    float: left;
    height: 25px;
    width: 7px;
}
/***** Box *****/
.box {
    clear: both;
}

.box .tl,.box .tr,.box .bl,.box .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

.box .body {
    padding: 5px 10px 10px;
    width: 370px;
}

.box .header {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}
/***** Tableau *****/
.tabForm td {
    padding: 5px;
}

.tabData {
    width: 100%;
}

.tabData th {
    font-weight: bold;
    padding: 5px 8px 5px 3px;
}

.tabData td {
    padding: 5px 3px;
}
.tabData td.Client, .tabData td.Salarie {
    word-wrap: break-word;
}
/***** Filtre *****/
.fieldset {
    padding: 10px;
}

.fieldset .legend {
    position: absolute;
    padding: 0 5px;
    margin-top: -20px;
    font-weight: bold;
}
/***** Element *****/
a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input {
    padding: 1px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 15px;
}

label {
    
}

div.result div.dataTables_wrapper {
    clear: both;
    position: relative;
}

div.result div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

div.result div.dataTables_wrapper table.tabData {
    
}

div.result div.dataTables_wrapper table.tabData tr.even {
    background-color: #DFDFDF;
}

table.tabData tr.even {
    background-color: #DFDFDF;
}

table.tabData tr.odd {
    background-color: #FFFFFF;
}

table.tabData tr.ligneClientSelectionne {
    font-weight: bold;
    background-color: #AFAFAF;
}

div.result div.dataTables_wrapper table.tabData th .DataTables_sort_icon
    {
    float: right;
}

div.result div.dataTables_wrapper table.tabData td.action {
    text-align: center;
}

div.result div.dataTables_wrapper div.tablesorterPager {
    background-color: #AFAFAF;
    padding: 5px 0;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

div.result div.dataTables_wrapper div.tablesorterPager div.dataTables_info
    {
    width: 60%;
}

div.result div.dataTables_wrapper div.tablesorterPager div.dataTables_paginate
    {
    
}

div.result div.dataTables_wrapper div.tablesorterPager div.dataTables_length
    {
    float: right;
    padding-right: 10px;
}

div.result div.dataTables_wrapper div.paging_full_numbers .ui-button {
    color: #333333 !important;
    cursor: pointer;
    margin: 0;
    padding: 2px 6px;
    border: 1px solid #C6C6C6;
}

div#clientModal div#creer form textarea,div#clientModal div#modifier form textarea,div#medecinModal div#creer form textarea,div#medecinModal div#modifier form textarea,div#cpamModal div#creer form textarea,div#cpamModal div#modifier form textarea
    {
    width: 95%
}

div#clientModal div#creer form input#hardis_bundle_clientbundle_clienttype_clAdresse1,div#clientModal div#modifier form input#hardis_bundle_clientbundle_clienttype_clAdresse1,div#clientModal div#creer form input#hardis_bundle_clientbundle_clienttype_clAdresse2,div#clientModal div#modifier form input#hardis_bundle_clientbundle_clienttype_clAdresse2,div#medecinModal div#creer form input#hardis_bundle_medecinbundle_medecintype_meAdresse,div#medecinModal div#modifier form input#hardis_bundle_medecinbundle_medecintype_meAdresse,div#cpamModal div#creer form input#hardis_bundle_cpambundle_cpamtype_cpAdresse,div#cpamModal div#modifier form input#hardis_bundle_cpambundle_cpamtype_cpAdresse
    {
    width: 87%;
}

div#clientModal div#creer form input#hardis_bundle_clientbundle_clienttype_clContactId_cnEmail1,div#clientModal div#modifier form input#hardis_bundle_clientbundle_clienttype_clContactId_cnEmail1,div#clientModal div#creer form input#hardis_bundle_clientbundle_clienttype_clContactId_cnEmail2,div#clientModal div#modifier form input#hardis_bundle_clientbundle_clienttype_clContactId_cnEmail2,div#medecinModal div#creer form input#hardis_bundle_medecinbundle_medecintype_meEmail,div#medecinModal div#modifier form input#hardis_bundle_medecinbundle_medecintype_meEmail,div#cpamModal div#creer form input#hardis_bundle_cpambundle_cpamtype_cpContactMail1,div#cpamModal div#modifier form input#hardis_bundle_cpambundle_cpamtype_cpContactMail1,div#cpamModal div#creer form input#hardis_bundle_cpambundle_cpamtype_cpContactMail2,div#cpamModal div#modifier form input#hardis_bundle_cpambundle_cpamtype_cpContactMail2
    {
/*     width: 50% */
}

div#filterError {
    color: red;
    margin-bottom: 10px;
    text-align: center;
}

div.fieldError {
    color: red;
}

table.record_properties td.value {
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
}

div#ui-datepicker-div {
    display: none;
}

form#updateSalarie textarea {
    width: 300px;
}

form#updateSalarie input#hardis_bundle_medecinbundle_missiontype_miTypeSortie,form#updateSalarie input#hardis_bundle_medecinbundle_missiontype_miTypeCtrl,form#updateSalarie input#hardis_bundle_medecinbundle_missiontype_miTypeConvoc
    {
    width: 60%;
}

form#updateMandat textarea,form#updateConclusionMedecin textarea,form#updateSalarie textarea,form#updateFacturation textarea
    {
    width: 70%;
}

form#updateConclusionMedecin #hardis_bundle_medecinbundle_missiontype_miMentioncr
    {
    width: 60%;
}

form#updateSalarie .error {
    border: solid 1px red;
}

form#updateMandat #hardis_bundle_medecinbundle_missiontype_miHeurectrl {
    width: 70%;
}

form#updateMandat #hardis_bundle_medecinbundle_missiontype_miHeurectrlHour,form#updateMandat #hardis_bundle_medecinbundle_missiontype_miHeurectrlMinute,form#updateConclusionMedecin #hardis_bundle_medecinbundle_missiontype_miHeurectrlHour,form#updateConclusionMedecin #hardis_bundle_medecinbundle_missiontype_miHeurectrlMinute
    {
    width: 6%
}

div.ui-accordion-content {
    height: auto !important;
}

form#updateFacturation div#hardis_bundle_medecinbundle_missiontype_miStatut2
    {
    float: left;
    width: 120px;
}

form#updateFacturation input#hardis_bundle_medecinbundle_missiontype_miPrixAnnulation
    {
    width: 50px;
}

form#updateFacturation input#hardis_bundle_clientbundle_tariftype_taPrixKmSupP,form#updateFacturation input#hardis_bundle_clientbundle_tariftype_taPrixKmSupM,form#updateFacturation input#hardis_bundle_clientbundle_tariftype_taPrixLrar,form#updateFacturation input#hardis_bundle_clientbundle_tariftype_taPrixChronopost,form#updateFacturation input#hardis_bundle_clientbundle_tariftype_taPrixSupWeek,form#updateFacturation input#hardis_bundle_clientbundle_tariftype_taPrixSupDomtom
    {
    width: 50px;
}

div#tarifModal input#hardis_bundle_clientbundle_tariftype_taLibelle {
    width: 70%;
}

button.sendEmailFactureSent,button.viewFactureSent,button.sendEmailRelance1Sent,button.sendEmailRelance2Sent,button.informClientAlwaysBlocked,button.informClientBlocked
    {
    cursor: not-allowed;
}

div#clientModal div.ui-dialog-buttonset {
    float: none;
}

div.ui-dialog-buttonset button#billButton {
    left: 20px;
    position: absolute;
}

div#suiviModalDelete {
    display: none;
}

div#reporting div#hardis_bundle_reportingbundle_reportingsearchtype_typeRapport
    {
    width: 265px;
}

div#userModal table#hardis_bundle_userbundle_usertype_utPassword ul li {
    color: red;
}

div#userModal table#hardis_bundle_userbundle_usertype_utPassword tr td {
    padding-bottom: 15px;
}

div#userModal table#hardis_bundle_userbundle_useredittype_utNewPassword ul li
    {
    color: red;
}

div#userModal table#hardis_bundle_userbundle_useredittype_utNewPassword tr td
    {
    padding-bottom: 15px;
}

div.boxLogin div.error {
    color: red;
    text-align: center;
}

div.flash-notice {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center
        no-repeat;
}

img.autocomplete {
    vertical-align: text-bottom
}

td.action {
    white-space: nowrap;
}

td.errorRed {
    background-color: red;
}

input#hardis_bundle_medecinbundle_missiontype_miSalarie_saAdresse,input#hardis_bundle_medecinbundle_missiontype_miVisite_viHeurevisPrevue
    {
    width: 70%;
}

td.greenCell {
    background-color: #20DB00;
}

.tdReportingDate {
    width: 50%;
}

#hardis_bundle_reportingbundle_reportingsearchtype_typeRapport input {
    margin-left: 0px;
}

.customerCommentMin {
    font-size: 0.85em;
    font-style: italic;
}

#tableCRUD {
    table-layout: fixed;
    width: 100%;
/*     word-wrap: break-word; */
}

.clientNewOrNot {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    display: block;
}

#hardis_bundle_suivibundle_suivinewtype_clChoice {
    display: inline;
}
#hardis_bundle_suivibundle_suivinewtype_saInfo , #hardis_bundle_suivibundle_suivinewtype_arCommentaire {
    width : 170%;
    resize:none;
}

#submitButton div{
    border:none;
    text-align:right;
}
.suiviNewInput {
    width: 65%;
}

.suiviNewTable {
    width: 95%;
    margin-left: 6%;
    margin-right: 5%;
    border-collapse: separate;
    border-spacing: 9px;
}

.suiviNewTable td {
    margin-right: 5%;
    width : 51%;
}
.suiviNewTable tbody {
    margin-right: 5%;
    border-collapse: separate;
    border-spacing: 9px;
}

.suiviNewTr {
    width: 100%;
}

/* formulaire nouveau client */

.precision {
    display:none;
    margin-top: 2%;
}

.tabulation {
	margin-left: 20px;
}


#hardis_bundle_suivibundle_suivinewtype_aStatut1,#hardis_bundle_suivibundle_suivinewtype_aStatut2 {
    vertical-align: top;
    margin-left:0; 
    margin-right:0;
    margin-bottom:2%;
}
#hardis_bundle_suivibundle_suivinewtype_aPrecision1{
    margin-bottom:1%;
}
form#addMission .error {
    border: solid 1px red;
}

.fieldError {
    color: red;
}
#commentaire {
    width: 300px;
}

