/*
* Workday - A time clock application for employees
* Email: official.codefactor@gmail.com
* Version: 1.1
* Author: Brian Luna
* Copyright 2020 Codefactor
*/

body {
    background-color: #E3F2FD;
}


body .wrapper {
    min-height: 100vh;
    position: relative;
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}

.fixedcenter {
    text-align: center;
    display: block;
}

.clockwrapper {
    position: relative;
}

.clockinout {
    padding: 5px;
    background: white;
    border-radius: 7px;
    display: inline-block;
    margin-top: 5%;
}

.btnclock.active {
    background: #03A9F4;
    color: white;
    outline: none;
}

.btnclock {
    border: 0px;
    padding: 6px 38px;
    border-radius: 5px;
    color: #9E9E9E;
    font-size: 16px;
    background: transparent;
    outline: none;
}

.btnclock:hover,
.btnclock:focus {
    outline: none;
}

.timeclock {
    margin-top: 30px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: #2196F3;
    display: inline-block;
    border: 10px solid #B2EBF2
}

.timeclock span {
    display: block;
}

.clock-text {
    margin-top: 90px;
    color: #f4f4f4;
    font-family: Helvetica Neue;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
}

.clock-time {
    padding: 30px 0px;
    font-size: 46px;
    color: #424242;
}

span.clock-day {
    color: white;
    font-size: 26px;
}

.userinput {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.userinput .col-md-2 {
    width: 16.66666667%;
    float: left;
}

.userinput .col-md-7 {
    width: 58.33333333%;
    float: left;
}

.userinput .col-md-3 {
    width: 25%;
    float: left;
}

.userinput div {
    padding: 0px;
}

.userinput label {
    line-height: 3em;
}

.userinput button {
    line-height: 1.9em;
    margin-left: 5px;
}

.form-control.border-input {
    border-bottom: 1px solid #bcbcbc;
    padding-left: 0px;
    border-radius: 0px;
    text-transform: capitalize;
}

.form-control,
.border-input {
    background: none;
    font-size: 18px;
    color: #373737;
}

.message-after {
    max-width: 360px;
    margin: 0 auto;
    padding: 12px 8px;
    margin-top: 15px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #B2EBF2;
    box-shadow: 0px 2px 2px 0px #b2ebf2;
    display: none;
    font-size: 16px;
}

.uppercase {
    text-transform: uppercase !important;
}

textarea.lightblue {
    background-color: #B2EBF2 !important;
    border: 1px solid #81D4FA !important;
    color: #006064 !important;
}

textarea::placeholder {
    color: #006064 !important;
}

.enter_idno {
    border-color: #87c9ff !important;
    font-size: 16px !important;
}

.enter_idno::placeholder {
    color: #006064 !important
}

#btnclockin {
    margin: 1px 0 0 -10px;
    float: right;
}

#clocktime {
    color: #388E3C;
}

.ok {
    background: #ffffff;
    border: 1px solid #A5D6A7;
    border-bottom: 3px solid #21ba45;
}

.notok {
    border: 1px solid #FFCDD2;
    border-bottom: 3px solid #db2828;
    background: #FFEBEE;
}

#fullname {
    text-transform: uppercase;
    font-weight: 600;
}

img.wave {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -10;
}

@media (max-width: 390px) {
    .timeclock {
        margin-top: 30px;
        width: 280px;
        height: 280px;
    }

    .clock-text {
        margin-top: 70px;
        font-size: 36px;
    }

    .clock-time {
        padding: 30px 0px;
        font-size: 42px;
    }

    span.clock-day {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .clockwrapper .userinput .inline.field>label.small {
        display: none;
    }
}
table{
    background: #FFF;
}
.box.box-success {
    /* border-top-color: white; */
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    /* border-top: 3px solid #d2d6de; */
    margin-bottom: 20px;
    width: 100%;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
    border: 1px solid #e6ecf5;
}
.box-header {
    /* color: #43E; */
    display: block;
    padding: 10px;
    position: relative;
}
.box-header:before,
.box-body:before,
.box-header:after,
.box-body:after{
    content: " ";
    display: table;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.box-body.table {
    padding: 0px;
}
.reportstable form {
    padding: 0 1rem;
}

.reportstable .row {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.reportstable .row:last-child {
    padding-top: 1rem !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table th,
.table td {
    vertical-align: middle;
}

.table.nobordertop thead tr th {
    border-top: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.dataTables_wrapper .ui.grid,
.dataTables_wrapper .row {
    margin: 0px !important;
    text-align: start !important;
}