/* (c) 2010-2018 Business Collaborator Ltd */
.input-labelled {
    color: #aaaaaa;
}
.input-wrapper {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.input-wrapper .input-indicator {
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0.2em;
    /*IE6*/
    *top: 1em;
}
.input-wrapper input {
    padding-left: 16px !important;
    padding-right: 1px;
}
.input-wrapper input.input-required {
    border-left: 2px solid red;
    padding-right: 0px;
}
/* Icons */
.input-wrapper .ui-icon {
    background-image: url("/bscw_icons/jquery.input.png");
}
.input-required .ui-icon {
    /* Perhaps have the icons in red here */
    /*background-image: url("/bscw_icons/jquery.input.png");*/
}
/* Input type icon list */
.input-klang .ui-icon { background-position: 0px 0px; }
.input-integer .ui-icon { background-position: -16px 0px; }
.input-date .ui-icon { background-position: -32px 0px; }
.input-text .ui-icon { background-position: -48px 0px; }
