﻿body {
}

.ui-autocomplete {
    list-style: none;
    position: absolute !important;
    cursor: default !important;
    z-index: 999 !important;
    background-color: white !important;
    border: 1px solid #c0c0c0 !important;
}

.ui-state-active {
    background-color: lightblue;
}

.ui-menu {
    color: #4f4f4f !important;
}

.searchBox {
    border-radius: 6px;
    background-color: none;
    width: 400px;
    padding: 10px 10px 20px 10px;
}

.searchHeader {
    font-size: 18px !important;
}

.searchHeading {
    font-size: 14px !important;
}

.SearchTextBox {
    width: 180px !important;
    height: 24px !important;
    color: #4f4f4f !important;
    padding-left: 3px !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.termadoSearchButt {
    font-family: verdana, sans-serif !important;
    background-color: #5f698f !important;
    text-transform: none !important;
    font-size: 14px;
    height: 24px;
    width: 60px;
    border-radius: 6px;
    vertical-align: top !important;
    text-align: center;
    border: none !important;
    color: white;
    padding: 3px !important;
}


    .termadoSearchButt:hover {
        background-color: #c75e41 !important;
        border-radius: 2px;
    }

.termadoSearchButtMini {
    font-size: 14px;
    height: 26px;
    width: 60px;
    padding: 2px !important;
}

.typeQ {
    color: #df5900;
}

.typeH {
    color: #396799;
}


.type {
    font-weight: bold;
    color: deeppink;
}
