td, th {
    white-space:nowrap;
    text-align: right;
}
th {
    white-space:nowrap;
    text-align: center;
}
span {
    white-space:nowrap;
}
#table {
    width: auto !important;
    min-width: calc(100% - 20px);
    margin: 10px !important;
}
.hidn, .save, .delete {
    display: none;
}
.delete {
    color: white;
    background-color: red;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
#nav {
    padding: 0px;
    padding-right: 20px;
    text-align: right;
    height: 70px;
}

#nav button, #nav a {
    margin-left: 10px;
    position: relative;
}
#nav button, #nav a {
    margin-left: 10px;
}
#data {
    position: relative;
    width: 100% !important;
}
.headding {
    color: white;
    float: left;
    position: relative;
    top: -20px;
}
.title {
    position: relative;
    display: inline;
    color: white;
    left: -98px;
}
.red {
    color: red;
}
input, select {
    width: calc(100% - 10px);
    padding: 2px 5px !important;
}
th.head {
    background-color: #2980B9 !important;
    color: white;
    border: none !important;
}
tr:first-child th:first-child{
    border-top-left-radius: 10px;
}
tr:first-child th:last-child{
    border-top-right-radius: 10px;
}
tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
#table td {
    position: relative;
    text-align: left;
    min-width: 50px;
    height: 41px;
    padding-left: 10px !important;
    padding-right: 30px !important;
    vertical-align: middle !important;
}
td.fname, td.lname {
    width: auto;
    min-width: 120px;
    max-width: 200px;
    overflow: hidden;
    text-transform: capitalize;
}
td.nic {
    width: auto;
    min-width: 100px;
    max-width: 110px;
    text-align: center;
    padding-right: 10px !important;
}
td.pos {
    width: auto;
    min-width: 150px;
    max-width: 250px;
}
td.dob, td.doj {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    padding-right: 10px !important;
}
td.dob input[type=date] {
    width: 90px;
}
td.tell {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
}
td.epf {
    width: auto;
    min-width: 85px;
    max-width: 100px;
}
td.etf {
    width: auto;
    min-width: 85px;
    max-width: 100px;
}
td span.value{
    width: calc(100% - 10px);
    display: block;
    overflow: hidden !important;
    text-overflow:ellipsis;
}
.edit, .save, .add, .delete {
    position: absolute;
    top: 10px;
    right: 5px;
}
.tool {
    display: none;
    background-color: lightgoldenrodyellow;
    height: 20px;
    width: auto;
    position: fixed;
    top: 30px;
    z-index: 1000;
    padding: 2px;
    font-size: 85%;
    vertical-align: middle !important;
    border: 1px solid black;

}
.tableBanner{
    height: 129px;
}
.tableBanner img{
    float: left;
    margin-left: 2px;
}
[href='http://apycom.com/'] {
    display: none !important;
}
.parent span img{
    vertical-align: middle;
}
.btn-xs {
    height: 22px !important;
}
body {
    background-color: white !important;
}
#nav button, #nav a {
    position: relative;
    top: -20px;
}
.btn {
    height: 34px;
}
.newrow input{
    display: inline;
}
.userInfo {
    text-align: right;
}
.errorMsg {
    text-align: center;
}