.ui-autocomplete-loading {
    background: white url('../images/spinner.gif') right center no-repeat;
}

.ui-autocomplete {
    min-width: 250px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#grailsLogo {
    position: relative;
    z-index: 6;
    width: 960px;
    height: 60px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#grailsLogo #logo {
    position: relative;
    top: 0;
    left: 0;
}

#menu {
    position: relative;
    max-width: 960px;
    margin-left: 90px;
    padding-top: 3px;
    padding-bottom: 5px;
    clear: none;
    float: none;
    text-align: center;
}

.booleanTrue:before {
    vertical-align: top;
    content: url(../images/SSS/icons/true.png)
}

.booleanFalse:before {
    vertical-align: top;
    content: url(../images/SSS/icons/false.png)
}

/*Google Chrome Frame*/
.chromeFrameInstallDefaultStyle {
    width: 800px; /* default is 800px */
    border: 5px solid blue;
}

/*. Class สำหรับแสดงเมนูทั้งหมด */
.menuLightBlue {
    background-color: #add8e6 !important;
    background-image: none !important;
}

.menuStar {
    /*font-weight: bold !important;*/
    /*font-style: italic !important;*/
    background-image: url(../images/SSS/icons/star.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 3px !important;
}

.menuDanger {
    background-image: url(../images/SSS/icons/error.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 3px !important;
}

.menuPrint {
    background-image: url(../images/SSS/icons/print.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 3px !important;
}

.menuReject {
    background-image: url(../images/SSS/icons/rejected.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: 0 3px !important;
}

.menuPending {
    background-image: url(../images/SSS/icons/user_edit.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 3px !important;;
}

.menuNumbering {
    background-image: none !important;
}

.menuNumbering:before {
    content: attr(numbering);
    position: absolute;
    left: 3px;
    font-size: 12px;
    font-weight: bold;
    color: blue !important;
}

.menuSetting {
    background-image: url(../images/SSS/icons/setting.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 3px !important;
}
