table input, table select, table textarea {
    width: 93%;
}

input[id*="field_order"]{
    width: 60px;
}

select[name*="owner"], select[name*="admin"] {
    width: 120px;
}

input[id*="curs"], input[id*="sign"] {
    width: 20px;
}

/*input[id*="balance"], #result_list input[id*="sum"] {*/
/*width: 60px;*/
/*}*/

/*input[id*="number"] {*/
/*width: 100px;*/
/*}*/

td input[id*="descr"] {
    width: 93%;
}

input[id*="desc"], input[id*="descr"] {
    max-width: 500px;
    width: 93%;
}

.datepicker {
    width: 77px;
}

input[id*="-id"] {
    width: 68px;
}

#id_form-0-printer {
    width: 96%;
}

.timepicker {
    width: 38px;
}

textarea[id*="-description"] {
    width: 423px;
}

input[id*="op_time"] {
    width: 140px;
}

/*select[name*="type"] {*/
/*width: 70%;*/
/*}*/
select[name*="auth_type"] {
    width: 224px;
}

input[id*="home_num"] {
    width: 30px;
}

.inline_select {
    float: right;
    position: absolute;
    margin-left: -23px;
    margin-top: 6px;
}

select[name*="tarif"] {
    width: 70%;

}

.phone {
    width: 100px;
}
#real_limit{
    color: #3a87ad;
    display: inline;
}


input[id*="thevalue"] {
    width: 600px;
}

.view_obj {
    margin-left: 10px;
}

input[id*="home_string_output_format"] {
    width: 460px;
}

.field {
    margin-top: -4px;
}

.group{
    position: absolute;
    right: 0;
}

.sub_grp {
    margin-top: 1px;
}

.hdsk_attr_del{
    margin-left: -9px;
    position: absolute;
    margin-top: -10px;
}

.field-check-indicator{
    margin-left: 10px;
    top: -3px;
    position: relative;
}

.field-check-indicator.fa-check{
    color:#27AE60;
}
.field-check-indicator.fa-exclamation-triangle{
    color:#F39C12;
    cursor:pointer;
}
