# Empty CSS file for your own CSS
.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;
}

tr.timesheetrow
{
    padding: 0 !important;
}

tr.timesheetinout
{
    background-color: #f2fff2;
}

td.timesheettime
{
    text-align: right;    
    padding: 0 !important;
}

.dispTime
{
    display: inline-block;
    height: 31px;
    line-height: 31px;
    padding-left: 20px;
    padding-right: 20px;
}

.dispTimeInputContainer
{
    display: inline-block;
    height: 31px;
    line-height: 31px;
    padding-left: 20px;
    padding-right: 20px;
}

.dispTimeInput
{
    height: 24px;
    width: 110px;
    padding-top: 0 !important;
}

.dispTimeInputBtn
{
    line-height: 20px;
    padding: 0 !important;
    /* margin: 0 !important; */
    
    /* margin-bottom: -12px; */
    width: 70px;

}

.input-sm1
{
    height: 24px;
}

#manualErrorBox
{
    color: #ff1a1a;
}

.dispTime
{
    cursor: pointer;
}

.dispTime:hover
{
    color: #1a1aff;
}

.clockoutmanual
{
    display: inline-block;
    height: 24px;
    line-height: 20px;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    cursor: pointer;
}

.clockoutmanual:hover
{
    border: 1px solid grey;
}

#submitforgotradio:hover
{
    border: 1px solid navy;
    color: navy;
}

.errorSelectNotify
{
    border: #ff1a1a solid 2px;
    -webkit-animation: errorNotify 1s infinite ; /* Chrome, Safari, Opera */
    animation: errorNotify 1s infinite ;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes errorNotify {    
    
     0%   { border-color: #ff1a1a; }
    50% { border-color: #ff8080; }
    100%   { border-color: #ff1a1a; }
}

/* Standard syntax */
@keyframes errorNotify {
  0%   { border-color: #ff1a1a; }
    50% { border-color: #ff8080; }
    100%   { border-color: #ff1a1a; }
}

.glyphesignerror
{
    color: yellow;
    background-color: black;
    padding: 2px;
    margin-top: 6px;
    margin-left: 10px;
}


#clock_out_submit
{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    webkit-appearance: button;
    text-transform: none;
    overflow: visible;
        box-sizing: border-box;
        align-items: flex-start;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


#clock_out_submit:hover
{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

#clock_out_submit.focus, #clock_out_submit:focus, #clock_out_submit:hover {
    text-decoration: none;
}