
.entrance-status-layout {
    border-radius: .25em;
    cursor: auto;
    color: #fff;
    border: 1px solid #abcd03;
    background-color: #abcd03;
    padding: 3px 5px 3px 5px;
    margin: 1px;
}

.exit-status-layout {
    border-radius: .25em;
    cursor: auto;
    color: #fff;
    border: 1px solid #909090;
    background-color: #909090;
    padding: 3px 5px 3px 5px;
    margin: 1px;
}

.background-color-gray {
    background-color: #d3d3d3 !important;
}

 .attendance-list-status{
    text-align: center;
}

.attendance-list-company-row {
	width:20%;
	max-width:0px;
}

.attendance-list-staff-row {
	width:15%;
	max-width:0px;
}

.attendance-list-process-row {
	width:14%;
	max-width:0px;
}

.attendance-list-status-row {
	width:6%;
	max-width:200px;
}

.attendance-list-date-row {
	width:9%;
	max-width:200px;
}

.attendance-list-action-row {
	width:7%;
	max-width:200px;
}
