address.aleft {
    text-align: left;
}
.invoice_modal-content {
    background-color: #ebeff2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
}

.invPymt_modal-content {
    background-color: #ebeff2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
}
.rghtaddr {
    margin-left: 155px;
    width: 90%;
}

.invoicehighlt {
    background-color: #3d5c5c;
    width: 579px;
    margin-left: 11px;
    color: white;
}

.invNoRecords {
    display: block;
    font-size: 30px;
    padding: 20px;
}

.addcolor {
    color: grey;
}

.anchor-dialog {
    width: 90%;
}

.empListLink {
    padding: 5px;
    border: 1px dashed;
}
.holidayAmtLink {
    padding: 5px;
    border: 1px dashed;
}

.hrsEditLink {
    padding: 5px;
    border: 1px dashed;
    
}

.invEditClass {
   
    /* color: #81c868; */
    color: #ff5d1f;
}



.leftalign {
    text-align: left;
}

.dwid {
    width: 11%;
}

.mwidth {
    width: 800px;
}

.tblstripe tbody tr.trcolor {
    background-color: #ffbd4a;
    color: white;
}

.padtop {
    padding-top: 20px;
}

.badgee {
    color: #5fbeaa;
    font-size: 20px;
}

.rtable {
    margin: 30px 0px;
}

.tooltipTable.tooltiptbl {
    background-color: #527a7a;
    text-align: center;
    font-size: 13px;
}

.tooltiptblrow {
    background-color: #c2d6d6;
    text-align: center;
    font-size: 13px;
    color: #000000;
}

.checkDisable input[disabled] {
    display: block;
}

.pendPay{
	margin-right : 0em;
}

.pretty input {
    top: 0px;
    height: 24px;
    position : relative;
}

.pretty input[disabled] {
    top: 0px;
    height: 24px;
    position : relative !important;
    display: block;
}

.InvPending-wrapper {
    position: relative;
    margin: 20px auto;
    text-align: center;
}

.InvPending {
    position: absolute;
    color: #768bba;
    font-weight: 100;
    line-height: 1;
    right: -20%;

}

.pendingType {
    font-size: 16px;
}

.monthCal {
	background-color: #4b879e;
	color: #fff;
	font-weight: 600;
}

.modal01{
    z-index: 2000 !important;
}

.modal02{
  z-index: 3000 !important;
}
.inv_holiday_modal-content{
  background: aliceblue;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);
}

.edit_hours_modal-content{
  background: aliceblue;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);
}

.referralClass{
	color: #ff5d1f;
}