[data-cellid="grid_cell_label6"][data-page="template1_list"][data-cellid="grid_cell_label6"][data-page="template1_list"][data-cellid="grid_cell_label6"][data-page="template1_list"] {
  font-family: "Arial";
  white-space: normal;
}
[data-page="template1_list"][data-itemid="grid_field4"] {
  color: #2cad05;
  font-weight: bold;
}
[data-page="template1_list"][data-itemid="grid_field5"] {
  color: #ca0000;
  font-weight: bold;
}


/* Put  your custom CSS code here */

.form-control {
    display: block;
    width: 86%;
    height: 43px;
    padding: 3px 1px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}