/*.mdui-custom-img {
    width: 100%;
    max-height: 140px;
}*/

/*img {
    border-radius: 2px !important;
}
img {
    border-style: none;
}*/

/*.mdui-img-fluid, .mdui-video-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}*/

.order-query-container {
    width: 100%;
    /*border:solid 1px red;*/
}

.order-query-input {
    margin-top: 10px;
    background: #FFF;
    /*position: absolute;*/
    /*width: 89.3%;*/
    /*top: calc(50% - 20px);*/
    /*left: 5.3%;*/
    border-radius: 2px;
}

.order-query-input .keywords-input {
    /*outline: 0;*/
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: solid 1px #DFDEDB;
    font-size: 16px;
    box-sizing: border-box;
    /*margin-top: 8px;*/
    /*padding: 0 30px 0 10px;*/
    padding: 0;
    margin: 0;
    width: calc(100% - 60px);
    /*border-right: 1px solid #DFDEDB;*/
    border-radius: 0;
}

.order-query-input .search-btn {
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    width: 55px;
    background: transparent;
    background-color: rgba(235, 41, 95, 1);
    color: white;
    cursor: pointer;
    font-size: 16px;
    min-width: initial;
}

.order-query-input .search-btn:hover {
    background: transparent;
    background-color: rgba(235, 21, 95, 1);
    transform: translateY(1px);
}

.order-query-input .search-btn:active {
    background: transparent;
    background-color: rgba(235, 21, 95, 1);
    transform: translateY(1px);
}

/*.order-query-input .search-btn:disabled:hover {
    cursor: default;
}
.order-query-input .search-btn:disabled:active {
    cursor: default;
}*/

.order-query-result-container {
    position: relative;
    margin-top: 20px;
}

.site-info {
    margin-top: 20px;
}

.card-container {
    text-align: center;
}

.card-img {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.card-info {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 16px;

}