/* =========================================================
   Редактирование клиента: дата первого касания только для просмотра
   ========================================================= */

#editFirstTouchDate.readonly-input,
#editFirstTouchDate[readonly] {
    background: #f8fafc !important;
    color: #475569 !important;
    border-color: #cbd5e1 !important;
    cursor: not-allowed !important;
    font-weight: 900 !important;
}

#editFirstTouchDate[readonly]:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #cbd5e1 !important;
}
