﻿body {
}


.input-group-addon{
    padding: 4px;
}

.bankcol {
    padding: 2px;

}

.form-group{
    margin-bottom: 2px !important;
}

.styleRO{
    background-color: lightblue  !important;
}

.stylePink{
    background-color: lightpink  !important;
}
.totalcol{
    padding-top: 6px;
    text-align: right;
}

.totalheading{
    text-align: right;
}

.summaryhead{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 4px;
    background-color: lightgray;
    color: black;
    font-size: large;
}

.helpi{
    padding-right: 10px;
}

.valError{
    background-color: red !important;
    color: white !important;
}
.valErrorGreen{
    background-color: green !important;
    color: white !important;
}
.valTextGreen{
    color: Green !important;
}
.valTextRed{
    color: Red !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.file1 {
    font-size: xx-small;
    margin: 4px;
    background-color: gray  ;
    color: white;
}

.btn100{
    width: 100%;
}

.eagleSection{
    margin-top: 10px;
    margin-bottom: 28px;
}

.eagleSectionDesc{
    padding: 12px;
    font-size: large;
}

.eagleHRSectionDesc{
    padding: 12px;
    font-size:large;
    align-content:center;
}

.dayrow{
        font-weight: bold;
}


.modalPO {
    /* new custom width */
    width: 1000px;
}

.paidouthead{
    font-weight: bold;
}

.summaryrow { 
  border: 1px solid;
  border-bottom: 0px;
}
.summaryrow div.row:last-child {
  border-bottom: 1px solid;
}

.sumcolhead{
    font-weight: bold;
}

.sumcol{
     text-align: center;
}

.sc{
    width: 22px;
    padding: 2px;
    text-align: center;
    display: inline-block;
    color: darkslategrey;
}

.sc2{
    width: 80px;
    padding: 2px;
    text-align: center;
    display: inline-block;
    color: darkslategrey;
    font-size: small;
}

.sclight{
     color: lightgray;
}
.bodyclass{
padding-top:100px;
}
.spanchar{
    font-size:xx-small;
}
