td {
    white-space:nowrap;
    text-align: right;
}
th {
    white-space:nowrap;
    text-align: center;
    vertical-align: middle;
    height: 31px !important;
}
body {
    background-color: white !important;
}
span {
    white-space:nowrap;
}
#data {
    position: relative;
    width: 100% !important;
}
.table {
    width: auto;
    margin: 0px !important;
    display: inline;
}
#min-hight{
    min-height: 602px !important;
    height: auto;
}
.min-hight{
    background-color: white;
}
.section{
    vertical-align: top;
}
#main {
    padding: 0px !important;
    margin: 20px;
}
.section {
    padding: 0px !important;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.section.first {
    border-right: 2px solid white;
}
.button {
    background-color: #2980B9 !important;
    color: white !important;
    position: relative;
    width: 30px !important;
    padding: 5px;
    text-align: center;
    border: 2px solid white !important;
    cursor: pointer;
    line-height: 15px;
    vertical-align: middle;
    border-left: none;
}
.button .one {
    position: relative;
    top: 45px;
}
.button .two {
    position: relative;
    top: 25px;
}
.button .three {
    position: relative;
    top: 40px;
}
.button .four {
    position: relative;
    top: 37px;
}
.button .five {
    position: relative;
    top: 20px;
}
.button .six {
    position: relative;
    top: 22px;
}
.button span {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
    padding: 0px !important;
    width: 20px !important;
}
#table1 {
    width: 50% !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;
}
.headding {
    color: white;
    float: left;
    position: relative;
    top: -20px;
}
.title {
    position: relative;
    display: inline;
    color: white;
    left: -98px;
}
#nav a {
    margin-left: 10px;
}
#summary {
    left: -10px;
}
.red {
    color: red;
}
input, select {
    width: calc(100% - 10px);
    padding: 2px 5px !important;
}
td td  {
    position: relative;
    text-align: left;
    min-width: 50px;
    max-height: 41px !important;
    height: 41px !important;
    padding-left: 10px !important;
    padding-right: 30px !important;
    vertical-align: middle !important;
}
.allow td {
    height: 41px !important;
}
td.section  {
    border-bottom: 1px solid #2980B9;
}
td table th{
    background-color: #2980B9 !important;
    color: white;
    border: none !important;
}
.top-left{
    border-top-left-radius: 10px;
}
.top-right {
    border-top-right-radius: 15px;
}
.bottom-left{
    border-bottom-left-radius: 15px;
}
.bottom-right {
    border-bottom-right-radius: 15px;
}
td.id {
    text-align: center;
    padding: 10px !important;%;
}
td.name {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    overflow: hidden;
    padding-right: 10px !important;
    text-transform: capitalize;
}
td.name span.value{
    width: calc(100%) !important;
}
td.position, td.salary, td.nopayday, td.nopaytotal, td.advanceddeductions, td.otherdeductions,
td.amount, td.loandeduction, td.remaining, td.sales,
td.job, td.jobEl, td.bill, td.other, td.sinvoice, td.ninvoice, td.oinvoice, td.oinvoiceEl, td.salesagree, td.advance, td.other, td.fuelallowances,
td.attallowances, td.otherallowances {
    width: auto;
    min-width: 125px;
    max-width: 130px;
    text-align: right;
}
td.commission, td.epf, td.etf {
    width: auto;
    min-width: 90px;
    max-width: 100px;
    text-align: right;
}
td.service {
    width: 130px !important;
    min-width: 100px;
    max-width: 130px;
    text-align: right;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.income-table tr:last-child{
    border-bottom: none !important;
}
.income-td{
    background-color: white;
}
.income-td td{
    border: none;
}
.dropdown {
    float: left;
}
.dropdown-check {
    width: auto;
}
.dropdown-menu li {
    padding-left: 10px !important;
}
.checkbox-label {
    position: relative;
    left: 5px;
    top: -2px;
}
td.leaves {
    width: auto;
    min-width: 100px;
    max-width: 120px;
    text-align: right;
    padding-left: 10px !important;
}
td.additional {
    vertical-align: top !important;
    height: 0px !important;
}
td.additional .save, td.additional .input-group  {
    display: none;
}
td.additional .save {
    top: 3px;
}
td.additional .edit {
    top: -29px;
}
.input-group {
    width: 100%;
}
.input-group button {
    height: 30px;
}
.input-group button:disabled, .input-group button.active {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.input-group button:disabled .state-icon {
    display: none;
}
.input-group button .glyphicon-plus {
    position: relative;
    top: -1px;
    left: 2px;
    color: #00cc00;
}.input-group button .glyphicon-minus {
    position: relative;
    top: -1px;
    color: #ff0000;
}
 .additional .edit.green {
     background-color: #00cc00;
     color: black;
 }
 .additional .edit.red {
     background-color: #ff0000;
     color: black;
 }
.att-checkbox {
    position: absolute;
    display: inline;
    left: 25px;
    top: 10px;
}
.att-checkbox input {
    width: auto !important;
}
td.leaves span.value, td.service span.value, td.workdays  span.value, td.att-checkbox span.value, td.nopaydays  span.value {
    text-align: right !important;
}
td.attendance {
    width: auto;
    min-width: 90px;
    max-width: 90px;
    text-align: center;
}
td.position {
    width: 200px;
    min-width: 120px;
    max-width: 350px;
    overflow: hidden;
    text-transform: capitalize;
}
td span.value{
    width: calc(100% - 10px);
    display: block;
    overflow: hidden !important;
    text-overflow:ellipsis;
}
td.epf span.value, td.etf span.value  {
    width: auto !important;
}
td.service span.value{
    width: 50px;
    display: inline;
}
.edit, .save, .add, .delete {
    position: absolute;
    top: 10px;
    right: 5px;
}
.income-table {
    border: 5px groove #0088ff;
}
td.income {
    vertical-align: top !important;
    padding: 0px !important;
}
td.income-name {
    width: 100px !important;
    padding-right: 5px !important;
}
td.income-name span {
    padding-right: 0px !important;
}
td.bg-white {
    background-color: white !important;
    border: none !important;
    max-height: 41px !important;
    height: 41px !important;
}
.tool {
    display: none;
    background-color: lightgoldenrodyellow;
    height: 20px;
    width: auto;
    position: fixed;
    z-index: 1000;
    padding: 2px;
    font-size: 85%;
    vertical-align: middle !important;
    border: 1px solid black;
}
.dropdown {
    display: inline !important;
}
#test {
    position: relative;
    top: 300px;
}
.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;
}
.form-inline {
    margin-top: 20px;
    padding-left: 100px;
}
.form-group {
    margin-right: 20px;
}
#year {
    width: 65px;
}
.errorMsg {
    text-align: center;
}
option:disabled {
    color: #DDDDDD;
}