﻿body {
}

.workfile .form-control {
    padding: 3px 3px;
    text-align: center;
    height: 26px;
}

.workfile .form-horizontal .control-label {
    padding-top: 3px;
}

.workfile #tblData .form-control {
    text-align: right;
    padding: 1px;
    height: 20px;
}

.workfile #tblData {
    width: 100%;
}

.workfile .extList {
    list-style: none;
    border: solid 1px black;
    border-top: none;
    background-color: white;
    padding: 0 0 0 10px;
    overflow: visible !important;
}

.workfile input.uppercase {
    text-transform: uppercase;
}

.workfile .dataTable tr.odd {
    background-color: #F4F4F4;
}

.workfile .box-header a.btn {
    margin: 0 3px;
}