
#workdate-main{
    float:left;
    width:100%;
}

#wdbackground{
    position: relative;
    float: left;
    width: 100%;
    height: 74px;
    /*border-right: 1px solid #a5a5a5;*/
}



#wdbackground ul{
    list-style-type:none; 
    float:left;
    width:100%;
    margin-top:10px;
    
/*    margin-top:-3px;*/
}
#wdbackground li{
    float:left;
    width:100%;
    height:40px;
    margin-top:10px;
    margin-left:10px;
       font-size:25px;
}
#wdbackground span{
    float:left;
    color:#000000;
    max-width:175px;
 
}
#wdbackground>span {
    margin-right: 32px;
}

#wdbackground:not(.sh-wk) .wk-wd {
    visibility: hidden;
}
#wdbackground:not(.sh-in) .wk-in {
    visibility: hidden;
}
#wdbackground.sh-wk-o .wk-wd {
    visibility: visible;
}
#wdbackground.sh-in-o .wk-in {
    visibility: visible;
}



#workdatecontinue{
    float: left;
    width: 150px;
    /*margin-left: 150px;
    margin-top: 15px;*/
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    padding: 0px;
    padding-top: 5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.workinput  {
    max-width: 185px;
    height:30px;
    font-size:25px;
    display:inline-block;
    color:#000000;
    font-family:arial;
    font-size:20px;
    font-weight:bold;
    padding:0px;
    text-decoration:none;
    cursor:pointer;
    text-align:center;
}
#runnum {
    max-width: 100px;
    text-align: center;
}

#firststop, #ts_select {
    /*width:150px;*/
    height:30px;
    /*font-size:25px;*/
    display:inline-block;
    color:#000000;
    font-family:arial;
    font-size:20px;
    font-weight:bold;
    padding:0px;
    text-decoration:none;
    cursor:pointer;
    text-align:left;
}
#firststopexample{
    margin-top:5px;
    margin-left:167px;
    font-family:arial;
    font-size:12px;
    font-weight: normal;
    text-align:center;
}
#gb_tabwrapper {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #0e0e0e30;
    border-top: 1px solid #0e0e0e50;
}
#gb_tabwrapper > a {
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
#gb_tabwrapper .gb-active {
    text-decoration: underline;
}
#firststop[disabled] {
    background-color: #ebebe4;
}

#jbs_btn-schedule {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    display: block;
    user-select: none;
    float: right;
    width: 120px;
}