﻿
textarea {
    width: 500px;
}

.text-input {
    border: 1px solid var(--tbl-grid);
    /*background: white url(Content/img/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;*/
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: normal;
    line-height: 1.428571429;
    cursor: text;
}

    .text-input:focus {
        outline: none;
        border-width: 2px;
    }

.text-input-min {
    border: 1px solid var(--tbl-grid);
    /*background: white url(Content/img/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;*/
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
    padding: 4px 8px;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: normal;
    line-height: 1.428571429;
    cursor: text;
}

    .text-input-min:focus {
        /*outline: none;*/
        border-radius: 4px;
    }

    .text-input-min:focus {
        outline: none;
        border-width: 2px;
    }

.checkbox_block{
    float:left; 
    margin-left:0px; 
    margin-top:4px; 
    margin-right:6px; 
    border:1px solid #cccccc; 
    border-radius:4px;
    width:32.8%;
    height:230px;
}




.row_for_inputform_row {
    /*width: 100%*/
}

.inputform_container {
    width: 100%;
    vertical-align: top;
}

.inputform_input_c {
    width: 60%;
}

.inputform_input_text {
    width: 100%;
    margin-top: 4px;
    border-color: var(--tbl-grid);
    cursor: text;
}

.inputform_right_text {
    /*font-size: small;
    padding-right:6px;*/
    margin-top: 8px;
}

.status_box {
    margin: 10px 30px 10px 6px;
    line-height: 1.5;
    font-size: large;
    font-weight: normal;
    color: forestgreen;
    visibility: hidden;
    height: 0px;
}

.btn_save {
    float: left;
    margin: 6px;
}

.tbl{
    border:black solid 1px;
    padding:4px;
}
.tbl_blu{
    border:var(--tbl-grid) solid 1px;
    padding:4px;
}
.tbl_input{
    border:0px;width:100%;
    background-color:inherit
}
