.container {
    padding-top: 100px;
    margin-bottom: 100px;
}

h2.title {
    margin-top: 0;
}

.item-repair {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #666666;
}

.inputDate, .inputDateAnalyze {
    width: 100%;
}

.inputDate input, .inputDateAnalyze input {
    float: left;
    width: 95% !important;
}

.input-group-addon {
    float: right;
    width: 5% !important;
    height: 34px;
    cursor: pointer;
}

.form-search .inputDate input, .form-search .inputDateAnalyze input {
    width: 85% !important;
}

.form-search .input-group-addon {
    width: 15% !important;
}

.bootstrap-datetimepicker-widget {
    display: block !important;
}

.btn-delete {
    margin-left: 10px;
}

.btn-repairer-infos {
    margin-left: 10px;
}

.form-radio-inline {
    display: inline-block;
    margin-right: 10px;
}

input[type=checkbox], input[type=radio] {
    float: left;
    margin-top: 2px;
    margin-right: 5px !important;
}

.form-control {
    color: #000000 !important;
    font-size: 18px !important;
}

table td {
    font-size: 20px;
}

.contentChartRepairers, .contentChartWorkshops { 
    margin-top: 10px;
    margin-bottom: 30px;
}

.contentInputNumberPlate.has-error label {
    color: #a94442;
}

.contentInputNumberPlate.has-error input {
    color: #a94442;
}

.msgError {
    color: #a94442;
    font-weight: bold;
}


/*
.contentChartRepairers {
    width: 500px !important;
    height: 500px !important;
    margin-left: 25%;
}*/