/* shift scheduled items */

.add-scheduled-items{
    margin: 10px 0px 10px 30px;
    float:left;
}

.scheduled-item-forms{
    width: 340px;
    max-height: 330px;
    margin-left: 25px;
    overflow-y: auto;
}

.scheduled-item{
    margin: 10px 0px;
    float:left;
}

.scheduled-item input{
    display:block;
}
.scheduled-item input[name*='DELETE']{
    display:none;
}
.scheduled-item input[name*='description']{
    width: 180px;
}

.scheduled-item .delete-button {
    float: left;
    cursor: pointer;
    margin: 5px;
}

.scheduled-item .inline-inputs{
    margin-bottom: 10px;
}
.scheduled-item .inline-inputs input,
.scheduled-item .inline-inputs label{
    float: none !important;
    display: inline !important;
}
.scheduled-item .inline-inputs label[for*='amount']{
    float: left !important;
    width: 110px;
}
.scheduled-item .inline-inputs input[name*='amount']{
    width: 60px !important;
    height: 22px !important;
}

.scheduled-item .expense-instructions{
    color:#D3D3D3;
    margin-left:20px;
}
/* end shift scheduled items */

/* IBM HIMSS Watson Demo CSS */

.watson-animation-delay{
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#use_custom_rounding_rule_link {
    margin-left: 10px;
}

#id_shift_auto_clock_in_status {
    width: 190px;
}