/* Override default Pytis form colors by current Wiking color theme colors. */

.pytis-form .group, .pytis-form div.submit, .pytis-form .paging-controls {
    background-color: #e8eee8 !important;
    border-color: #d0d7d0 !important;
}
* html .pytis-form fieldset.group legend { 
    color: #000 !important;
}
.pytis-form.browse-form table { 
    border-color: #bcb !important;
}
.pytis-form.browse-form table td, .pytis-form.browse-form table th {
    border-color: #bcb !important;
}
.pytis-form.browse-form table tr { background-color: #f8fbfa !important; }
.pytis-form.browse-form table tr.even { background-color: #f1f3f2 !important; }
.pytis-form.browse-form table th { background-color: #d2e0d8 !important; }

.pytis-form.browse-form table tfoot td {
    background-color: #e8eee8 !important;
    border-color: #d0d7d0 !important;
}
.pytis-form.browse-form #found-record {
    background-color: #f70 !important;
}
.pytis-form.list-view div.tree-indent {
    border-left-color: #d0d7d0
}
.pytis-form.list-view #found-record h3 {
    background-color: #f70 !important;
}
.pytis-form.list-view div.list-item div.meta {
    color: #840 !important;
    background-color: #fff !important;
}
.pytis-form .field-label.disabled { 
    color: #444 !important; 
}
.pytis-form .group span.color-display { 
    border-color: #bcb !important;
}
.pytis-form.show-form .group textarea, .pytis-form.list-view .group textarea {
    background-color: #e8eee8 !important;
}
.pytis-form.edit-form div.help { 
    color: #444 !important;
}
.pytis-form.edit-form .group input.text,
.pytis-form.edit-form .group input.password,
.pytis-form.edit-form .group input.file,
.pytis-form.edit-form .group input.text,
.pytis-form.edit-form textarea,
.pytis-form.edit-form select, #login, #password { 
    border-color: #bcb !important;
}
.pytis-form.list-view div.summary {
    border-top-color: #d0d7d0 !important;
}
/*.pytis-form .invalid {
    background-color: #fc9 !important;
}*/
.actions button[disabled] span, .list-form-controls button[disabled] span {
    color: #000 !important;
}
