﻿/* Form Controls begin */
.labelFormItem, .inputlFormItem, .selectFormItem, .checkBoxFormItem {
    display: block;
}

.inputlFormItem, .selectFormItem, .sideInputFormItem {
    border-radius: 5px;
    border: 1px #555 solid;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    /*outline: none;*/
    resize: none;
}

.inputlFormItem, .selectFormItem {
    padding: 10px 12px;
}

.sideInputFormItem {
    padding: 6px 12px;
}

.checkBoxFormItem {
    width: 140px;
}

    .checkBoxFormItem input {
        margin-right: 10px;
    }

.indcidentTextArea {
    resize: none;
}

.labelFormItem, .sideLabelFormItem {
    color: #536387;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    font-weight: 500;
}

.labelGroupTitle {
    color: #536387;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 3px;
}

.odo, .txt {
    width: 140px;
}

.txtPlus {
    width: 190px;
}

.txtFullWidth {
    width: 100%;
}

.tread {
    width: 60px;
}

.date {
    width: 140px;
}


.odo, .tread {
    text-align: right;
}

input:disabled {
    background: inherit;
    border-color: #ddd;
}

.tdGroupTop {
    border-top: 1px silver solid;
    border-bottom: 1px #DDD solid;
    background: #EEE;
    height: 50px;
}

.tdFrameTop {
    border-top: 1px silver solid;
}

.tdGroupRight {
    border-right: 1px silver solid;
}

.tdGroupBottom {
    border-bottom: 1px silver solid;
}

.tdGroupLeft {
    border-left: 1px silver solid;
}

.buttonLog {
    width: 50px;
    background: #ccc;
    padding: 3px;
    border-radius: 5px;
}
/* Form Controls end */
