.UIVBCC {
        margin-bottom: 15px;
}
.UIVBCC fieldset {
        /* border: 1px solid #bbb; */
        border-radius: 3px;
        display: flex;
        flex-direction: column;
}
.UIVBCC fieldset legend {
        color: #212529;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 15px;
}
.UIVBCC fieldset .conditionSearch .Full {
        border-radius: 50%;
}
.UIVBCC fieldset .conditionSearch .lnkAdvSearch {
        color: #bd1f24;
        font-size: 14px;
}
.UIVBCC fieldset .conditionSearch {
        margin-bottom: 15px;
}
.UIVBCC fieldset .conditionSearch #simpleSearch{
        margin-top: 10px;
}
.UIVBCC fieldset .conditionSearch .RadInput {
        padding-top: 10px;
}
.UIVBCC fieldset .conditionSearch .RadInput {
        /* padding-top: 5px; */
        min-width: 100%;
        font-size: 14px;
}
.UIVBCC fieldset .conditionSearch .RadInput .riTextBox {
        border: 1px solid #ccc!important;
        width: 100%;
        font-size: 14px !important;
        padding: 10px;
        height: unset;
        border-radius: 3px;
}
.UIVBCC fieldset .imageResult {
        padding-left: 100px;
}
.UIVBCC fieldset .imageResult img {
        height: 100% !important;
}
.UIVBCC table tr:last-child td {
        margin: 0 0 0 30px;
}
.UIVBCC .lnkSearch,
.UIVBCC .lnkCancel {
        background: #c10003 none repeat scroll 0 0;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        padding: 5px 20px;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 10px;
        border: none;
        font-size: 15px;
}
.UIVBCC .lnkSearch:hover,
.UIVBCC .lnkCancel:hover {
        background: #F49607 none repeat scroll 0 0;
}
.UIVBCC>div>table {
        border: none;
}
.UIVBCC>div>table th {
        background: #f8f9fa;
        font-size: 14px;
        padding: 10px;
        font-weight: 550;
        text-align: left;
        width: auto !important;
        border: 1px solid #ddd;
}
.UIVBCC>div>table td {
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ddd;
}
.UIVBCC>span {
        margin-bottom: 15px;
        display: inline-block;
        color: #6c757d;
}
@media only screen and (max-width: 768px){
        .UIVBCC {
                padding: 0 10px;
                margin-bottom: 10px;
                width: 100vw;
        }
        .UIVBCC>div>table td {
                display: table-cell !important;
                width: unset !important;
        }
        .UIVBCC>div>table th {
                min-width: 150px;
        }
        .UIVBCC>div {
                overflow: auto;
                padding-bottom: 10px;
        }
        .UIVBCC .hidden {
                display: none !important;
        }
}
