.failure-message {
    color: #b94a48;
    padding: 3px;
}
.success-message {
    color: #468847;
    padding: 3px;
}
#q-ext-pane-msg-success, #q-ext-pane-msg-failure {
    padding: 5px 5px 5px 0;
}
.x-form-invalid-msg {
    width: auto;
}
.highlight-red {
    color: red !important;
    font-weight: bold;
    padding-left: 2px;
}
.x-grid3-row.disabled-row td.x-grid3-cell {
    color: #D1D1D1 !important;
    background-color: #FEFEEE !important;
}
.x-grid3-row.disabled-row td.x-grid3-cell:hover{
    background-color: #FEFEEE !important;
}
.cursor-hand, .hand .x-grid3-cell-inner {
    cursor: pointer !important;
}
.no-border {
    border: 0 !important;
}
span.sub_pref.help_handle {
    cursor: pointer;
}
span.sub_pref.help_icon {
    margin-left: 5px;
    border: 1px solid #bfb9b9;
    background: #f2eded;
    padding: 1px 4px;
    border-radius: 10px;
    color: #bfb9b9;
    font-weight: bold;
    font-size: .75em;
}
.help_icon_text {
    padding-left: 15px;
    color: #6E6E6E;
    font-style: italic;
}
.help_div {
    white-space: normal;
    border-radius: 5px;
    background: #fffaa8;
    border: 1px solid #bfb9b9;
    padding: 7px;
    max-width: calc(100% - 45px);
    opacity: 1;
}

.warn_text {
    background-color: #f0ad4e;
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}
.host-asset-link-wrap {
    padding: 5px 7px 5px 7px;
    border-bottom: 1px solid #d0d0d0 !important;
    border-left: 4px solid #F0F0F0 !important;
}
.host-asset-link-ct {
    background-color: #F0F0F0;
    border-bottom: 1px solid #d0d0d0;
}
.host-asset-link-ct div {
    background-color: #F0F0F0;
    border: none;
}
.host-asset-link-active {
}
.host-asset-link-active div {
    background-color: #FFFFFF !important;
}
.host-asset-link-icon {
    margin-bottom: -15px;
}
.host-asset-link-icon2 {
    margin-bottom: -5px;
}
.host-asset-link-title {
    font-size: 12px;
    font-weight: bold;
}
.host-asset-link-title a {
    color: #144A8D;
    text-decoration: none;
    cursor: pointer;
}
.host-asset-add-link-wrap {
    height: 26px;
    padding: 2px 2px 2px 12px;
}
.host-asset-search-field, #hostAssetSearchText {
    height: 26px !important;
    font-size: 12px !important;
}
.host-asset-search-btn {
    font-size: 18px;
    font-weight: bold;
}
.host-asset-search-btn button {
    font-size: 18px !important;
    font-weight: bold !important;;
    height: 36px !important;;
    width: 80px !important;;
}
.host-asset-help-ul {
    list-style: disc;
}
.host-asset-help-ul li {
    margin: 2px 3px 2px 30px;
    font-style: italic;
    color: #3C3C3C;
}
.qxt_help_tip {
    margin-left: 5px;
    border: 1px solid #ccc;
    background: #fcf8e3;
    padding: 1px 4px;
    border-radius: 10px;
    color: #bfb9b9;
    font-weight: bold;
    font-size: .9em;
    cursor: pointer;
}
.qxt_help_tip_over {
    background: #fcf8e3;
}


