﻿/* Styles for Search Filter Elements */

.sfeGroupMain {
    /*border: 1px blue solid;*/
}

.sfeTitle {
    font-weight: bold;
}

.sfeTableTr {
    border-bottom: 1px #e2e2e2 solid;
    padding-top: 8px;
}

.sfeLabel {
    width: 150px;
    padding-right: 20px;
}

.sfeElement {
    width: 400px;
}

.sfeButton {
    min-width: 150px;
}

.sfeButtonDiv {
    padding: 8px 0px;
}

.sfeGrid {
    height: 600px;
}

/*Тут нужно разобраться с высотой чтоб была по высотке предка*/ 
.sfeGridInConrainer {
    height: 600px;
}

.sfeDetailsGrid {
    height: 600px;
}


.sfeGridDiv {
    
}

.sfeDropDownList {
    min-width: 200px !important;
    max-width: 400px !important;
    width: 100% !important;
}

.sfeCheckBox {
    
}

.sfeTextBox {
    min-width: 200px !important;
    max-width: 400px !important;
    width: 100% !important;
}

.sfeDatePicker {
    min-width: 200px !important;
    max-width: 400px !important;
    width: 100% !important;
}

/* Таблицы */
.rowHaveChanges {
    /*background-color: #fffedd;*/
    font-weight: bold;
}

