/* your custom styles here */
/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    padding: 2px;
    line-height: 1.425;
    vertical-align:middle;
}*/
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td
{
    border-top:0px;
    background-color:#52729d; /*#00689B;*/
    vertical-align:middle;
}
.tblcls
{
    padding: 2px;
    line-height: 1.425;
    vertical-align:middle;
}
.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight:bold;
    line-height: 1.4285;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
