.cardNameList{
    transition: height 0.3s;
    position: absolute;
    top: auto!important;
    left: auto!important;
    width: auto;
    min-width: 412px;
    display: none;
    z-index: 999999;
}
.cardNameList li{
    padding: 0px;
    font-size: 16px;
    background: white;
    border:1px solid #aaa;
    margin-top: -1px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}
.cardNameList li.pMatch{
    background:#eee;
}
.cardNameList li:hover{
    background:#aaa;
}
.errorText{
    color: red;
    font-weight: bold;
}
.suggest {
    line-height: normal!important;
    padding: 10px;
    height: 100%;
    width: 100%;
    text-align: left;
    border: none;
    background-color: transparent;
}
.cardNameSearchBox {
    position: relative;
}
.suggest:focus {
    background-color: #aaa;
}

.modal-body .input_search {
    float: none;
    width: 100%!important;
    margin: 0px;
}

.select2-container {
    float: none;
    width: 100%!important;
    min-height: 35px;
    margin: 0px;
}

.modal_search {
    float: none;
    position: static;
}

.deck_text {
    padding: 0px!important;
}

.require_when_disp {
    color: #FF0000;
}

.suggest_type {
    height: 36px;
}
