/*
    Table Info
*/

.tableinfo {
    /*min-width: 400px;*/
    overflow: hidden;
}

.field-value span{
    display: inline-block;
}

.tableinfo > [class^="row"] {
    margin-bottom: 5px;
}

.tableinfo > [class^="row"]:last-child {
    margin-bottom: 0;
}

.tableinfo > [class^="row"] > [class^="col-md"] {
    padding: 4px 15px;
    line-height: 22px;
}

.tableinfo > [class^="row"] > [class^="col-md"]:nth-child(odd) {
    line-height: 16px;
}

.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(odd),
.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(odd) label {
    font-weight: normal;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(even) {
    background-color: #f2f2f2;
    min-height: 30px;
}

.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(even) input,
.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(even) select,
.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(even) textarea {
    margin: 0;
}

.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(even) .form-control + .chosen-container {
    width: 100% !important;
    display: block;
}


.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(even) .w-datepicker-wrapper {
    display: block;
}


.tableinfo > [class^="row"] > div[class^="col-md"]:nth-child(even) .w-datepicker-wrapper .form-control {
    width: 100%;
}

.tableinfo > [class^="row"] > div.grayed[class^="col-md"]:nth-child(odd) {
    font-weight: normal;
    background-color: #f2f2f2;
}

.tableinfo + .square-box {
    margin-top: 20px;
}

.tableinfo div[class^="col-md"] span + span {
    display: inline-block;
    margin-left: 10px;
}

.tableinfo div[class^="col-md"] .frame span + span {
    display: inline;
    margin-left: 0;
}

.well .tableinfo div[class^="col-md"]:nth-child(even) {
    background-color: #fff;
}

.well .tableinfo div[class^="col-md"]:nth-child(even) pre,
.tableinfo > [class^="row"] > div.grayed[class^="col-md"]:nth-child(odd) pre {
    margin: 0;
    padding: 0;
    border-width: 0;
    background-color: transparent;
}

.tableinfo > [class^="row"] > div.grayed[class^="col-md"]:nth-child(odd) pre {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.tableinfo + .tableinfo {
  margin-top: 5px;
}

.tableinfo2, .section{
    padding:10px;
}

.tableinfo2 [class^="row"],
.section [class^="row"]{
    margin-bottom: 5px;
    /*overflow: auto; /* regle le bug d'espace wierd sur la premiere ligne row-fluid. */
}

.tableinfo2 .field-label,
.section .field-label {
    line-height: 16px;
    padding: 4px 8px;
    font-weight: normal;
}

.tableinfo2 .field-value ,
.section .field-value {
    background-color: #f2f2f2;
    padding: 4px 8px;
    line-height: 22px;
    min-height:30px;
}

#servicecall_form .tableinfo2, .section{
  padding: 0px;
}
