.ws-ts4-customBtnBlue, .ws-ts4-customBtnBlue:visited{
    border: solid 2px #3C6186;
    padding: 5px;
    margin: 10px auto;
    border-radius: 12px;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-weight: 700;
    background-color: #3C6186;
    padding: 10px;
    display: block;
    text-align: center;
}
.ws-ts4-customBtnBlue:hover{
    color: #3C6186;
    background-color: #fff;
}
.ws-floatLeft{
    text-align:left;
}
#results{
    margin-top:20px;
}
.prodLstItem{
    height:100px;
    border-bottom:solid 1px #f1f1f1;
    cursor:pointer;
    padding:0px 10px;
}
.prodLstImgIcon{
    padding-top:10px;
    max-height: 80px;
    width: 80px;
    margin-right:20px;
}
.wsSubmitAddButton{
    position: sticky;
    bottom: 0px;
    background-color: #f1f1f1d2;
    padding: 10px;
    text-align: right;
    border-top: solid 2px #333;
}
.ws-ts4-input{
    width:100%;
}
.ws-ts4-listUnactive {
    background-color: #ffd4d4;
    padding: 15px;
    position: relative;
    border-bottom: solid 1px #bf0000;
}
.ws-ts4-listActive {
    background-color: #d8ffd4;
    padding: 15px;
    position: relative;
    border-bottom: solid 1px #5cbf00;
}
.ws-error-message{
    background-color: #ffd4d4;
    padding: 15px;
    border: solid 1px #bf0000;
}
.ws-ts4-approved, .ws-ts4-pending, .ws-ts4-invalid{
    padding:10px;
    text-align:center;
    font-size:22px;
    font-weight:bold;
}
#ws-messages{
    transition: all ease-in-out 0.2s;
    text-align:center;
    color:#bf0000;
    opacity:0;
    max-height:0px;
    pointer-events:none;
}
#ws-messages.ws-open{
    opacity:1;
    max-height:unset;
}
.ws-ts4-approved{
    color:#5cbf00;
}
.ws-ts4-pending, .ws-ts4-invalid{
    color:#bf0000;
}
.ws-ts4-content{
    padding:20px;
}
.ws-ts4-row{
    display: flex;
    align-items: center;
}
.ws-ts4-col6{
    display:inline-block;
    width:50%;
}
.ws-ts4-col12{
    display:block;
    width:100%;
}
.ws-ts4-col3{
    display:inline-block;
    width:30%;
}
.ws-ts4-col4{
    display:inline-block;
    width:25%;
}
.ws-ts4-modal{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:99999;
    background:rgba(0,0,0,0.3);
}
.ws-ts4-modal.show{
    display:flex;
    align-items:center;
    justify-content: center;
}
.wd-ts4-modal-panel{
    margin:10px;
    max-width:800px;
    width:100%;
    padding:10px;
    background-color:#FFF;
}
.ws-ts4-closeModal{
    float: right;
    padding: 10px;
}
.ws-ts4-disabled{
    pointer-events:none;
    opacity:0.3;
}
.ws_ts4_msg{
    background-color:#fffbe3;
    font-weight:bold;
    border:solid 1px #b3a554;
    padding:10px;
}
.ws-ts4-clicked{
    background-color: #d8ffd4;
}
@media only screen and (max-width: 600px) {
    .ws-ts4-row{
        display:block;
    }
    .ws-ts4-col6{
        width:100%;
    }
    .ws-ts4-col3{
        width:100%;
    }
    .ws-ts4-col4{
        width:100%;
    }
}