div.line {
    border-bottom:thin solid #bdbdbd;
    margin: 30px 0 30px 0;
}

.status-row-monitor {
    color: #ffee58 !important;
    text-transform: uppercase;
}

.table-monitor tr{
    background-color: #0c63e4 !important;
}

.table-monitor tr:nth-child(odd){
    background-color: #dc3545 !important;
}

row-monitor {

}

.body-login {
    background: url("/imgs/bg_login_page.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.form-row {
    height: 100vh;
}

#form-login{
    vertical-align: middle;
    width:400px;
    min-height:auto;
    margin: auto;
    display: block;
}

.table-monitor th,td {
    text-align: center;
}

.table-monitor > tbody{
    margin-top: 20%;
}

.table-rectify th,td{
    text-align: center;
}

.table-monitor tr:nth-child(odd) td{
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}
.table-monitor tr:nth-child(even) td{
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.area-screen{
    width: 50%;
}

#form-login label{
    color: #ffffff;
    font-weight: 600;
}

.alert-login {
    text-align: center !important;
    float: none;
    text-transform: uppercase;
    font-size: 30px;
}

.alert-request-processed {
    text-align: center !important;
    float: none;
    text-transform: uppercase;
    font-size: 30px;
    display: none;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
}

.alert-validation-time-task {
    text-align: center !important;
    float: none;
    text-transform: uppercase;
    font-size: 30px;
    display: none;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
}

.navbar-nav{
    padding-right: 50px;
    padding-left: 50px;

}
.alert-warning {
    background-color: #e53935;
    color: #ffffff;
}

.alert-success{
    background-color: #0c63e4;
    color: #ffffff;
}

.time-task-data{
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.time-task-data input{
    font-size: 25px;
    background-color: #f5f5f5;
    border: none;
    width: 86%;
}

.time-task-data label{
    font-size: 25px;
    width: 14%;
    text-align: right;
}

.time-task-data .row{
    margin-top: 10px;
    margin-bottom: 10px;
}

.time-task-review{
    background-color: #eceff1;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
}

.time-task-review input{
    font-size: 20px;
    background-color: #f5f5f5;
    border: none;
    width: 16%;
    height: 40px;
}

.time-task-review label{
    font-size: 18px;
    width: 16%;
    text-align: right;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.titleDivision{
    font-size: 20px;
    font-weight: 800;
}

#normalTimeDetails {
    margin: 30px 0 30px 0;
    display: none;
}

#nightTimeDetails {
    margin: 30px 0 30px 0;
    display: none;
}

#overTimeDetails{
    margin: 30px 0 30px 0;
    display: none;
}

#totalTimeDivision {
    margin: 30px 0 30px 0;
}

#overTimeWHLabel {

}

#normalTime {
    background-color: #ffffff;
}

#nightTime {
    background-color: #ffffff;
}

#normalTimeWeek {
    background-color: #ffffff;
}

#normalTimeSaturdayHoliday {
    background-color: #ffffff;
}

#normalTimeSunday {
    background-color: #ffffff;
}

#nightTimeWeek {
    background-color: #ffffff;
}

#nightTimeSaturdayHoliday {
    background-color: #ffffff;
}

#nightTimeSunday {
    background-color: #ffffff;
}

#normalOverTimeWeek {
    background-color: #ffffff;
}

#nightOverTimeWeek {
    background-color: #ffffff;
}

.time-task-review hr{
    border-width: 5px !important;
}

#justifyOverTimeRow {
    display: none;
}

#justifyOverTimeLabel {
    text-align: left;
    width: 100%;
}

#justifyOverTimeTextArea{
    min-height: 150px;
    font-size: 30px;
}

.time-task-review .row{
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-barcode {
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
}

#barcodeLabel{

    padding-top:20px;
    padding-bottom:20px;
    background-color: #263238;
    color: #f8f9fa;
    text-align: center;
}

.barCodeArea{
    display: block;
    margin: auto;
    margin-top: 10px;
}

#barCodeInput {
    line-height: 100px;
    font-size: 60px;
    text-align: center;
}

#barCodeInput::-webkit-input-placeholder {
    color: #c62828;
    font-size: 60px;
}

.btn-login {
    background-color: #0c63e4;
    color: #ffffff;
    width: 100%;
}

.btn-rectify {
    background-color: #0c63e4;
    color: #ffffff;
    width: 100%;
    font-size: 20px;
    height: 40px;
}

.btn-rectify:hover {
    background-color: #ffffff;
    border:solid #000 1px;
}

.btn-login:hover {
    background-color: #ffffff;
    border:solid #000 1px;
}

.btn-confirm{
    background-color: #0c63e4;
    color: #ffffff;
}
.btn-cancel{
    background-color: #1e2125;
    color: #ffffff;
}
.btn-confirm:hover{
    background-color: #ffffff;
    border:solid #000 1px;
}

.btn-cancel:hover{
    background-color: #ffffff;
    border:solid #000 1px;
}

.open-task{
    background-color: #0c63e4;
}

.close-task{
    background-color: #1e2125;
}

#totalTimeLabel{
    display: none;
}

#totalTimeServiceLabel {
    display: none;
}

#totalTimeService {
    display: none;
}

#pauseTimeLabel{
    display: none;
}

#overTimeLabel{
    display: none;
}

#overTimeLabel{
    display: none;
}

#startTimeTaskLabel{
    display: none;
}

#endTimeTaskLabel{
    display: none;
}

#startTimeTask{
    display: none;
}

#endTimeTask{
    display: none;
    background-color: #ffffff;
}

#totalTime{
    display: none;
}

#pauseTime{
    display: none;
    background-color: #ffffff;
}

#overTime {
    display: none;
    background-color: #ffffff;
}

#btn-cancel {
    border-top: 5px solid #000000;
    border-right: 5px solid #000000;
    border-bottom: 5px solid #000000;
    background-color: #dc3545;
    color: #ffffff;
    width: 30%;
    min-height: 80px;
    border-radius: 0 !important;
    font-size: 30px;
    display: none;
}

#btn-leave-free {
    border: 5px solid #000000;
    background-color: #6610f2;
    color: #ffffff;
    width: 100%;
    min-height: 80px;
    border-radius: 0 !important;
    font-size: 30px;
    display: none;
}

.final-btn{
    float: left;
    border-top: 5px solid #000000;
    border-left: 5px solid #000000;
    border-bottom: 5px solid #000000;
    color: #ffffff;
    width: 70%;
    min-height: 80px;
    border-radius: 0 !important;
    font-size: 30px;
    display: none;
}

.final-btn:hover{
    background-color: #000000;
    color: #ffffff;
}

/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1032;
}

.ajax_load_box {
    margin: auto;
    text-align: center;

    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #006dcc;
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: 400;
    color: #ffffff;
}

.table-monitor-header{
    top : 0 !important;
    text-align: center;
    width: 100%;
    height: 10vh;
    background-color: #fff;
    color: #1e2125;
    position: fixed;
    z-index: 999;
}

.table-monitor-scrollbar {
    position: relative;
    height: 90vh;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}
