.filter {
    width: 100%;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    border: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
}

.filter .filter-inner {
    max-width: 1920px;
    min-width: 720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 10px;
    background-color: white;
}

.filter .filter-inner .filter-header2 {
    margin-top: 10px;
    height: 40px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: linear-gradient(#409EFF, #b0e0ff, white);
    opacity: 0.5;
}

.filter .filter-inner .filter-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    background-color: white;
}

.filter .filter-inner .filter-row .flabel {
    padding-left: 0px;
    margin-right: 10px;
    width: 100px;
    text-align: left;
    line-height: 30px;
    height: 30px;
}

.filter .filter-inner .filter-row .fitems {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 0;
    text-align: center;
    height: auto;
    border-radius: 4px;
}

.filter .filter-inner .filter-row .fitems .extitems {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    height: auto;
    border-radius: 4px;
    gap: 10px;
    padding: 10px 0px;
}

.filter .filter-inner .filter-row .fitem {
    display: block;
    min-width: 60px;
    text-align: center;
    border-radius: 4px;
    background-image: linear-gradient(rgba(128, 128, 128, 0.1), rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.1));
    padding: 12px 20px;
    text-decoration: none;
    color: black;
    letter-spacing: 2px;
}

.filter .filter-inner .filter-row .fitem-tab {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid lightgray;
}


.filter .filter-inner .filter-row .fitem-selected {
    background-image: linear-gradient(orange, white);
    cursor: pointer;
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: none;
}

.filter .filter-inner .filter-row .fitem:hover {
    background-image: linear-gradient(navajowhite, orange, navajowhite);
    cursor: pointer;
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: none;
}

.filter .filter-header {
    padding: 0px 0px 0px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin-bottom: 1px;
}

.filter .filter-header .filter-row {
    border: none;
    line-height: 30px;
}

.filter .filter-header .filter-row .hitem {
    margin: 0px 10px;
    color: black;
    font-size: 1.2em;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px 4px 0px 0px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 3px solid transparent;
}

.filter .filter-header .filter-row .hitem:hover {
    margin: 0px 10px;
    color: black;
    font-size: 1.2em;
    cursor: pointer;
    border-bottom: 3px solid orange;
}

.filter .filter-header .filter-row .focused {
    font-weight: bolder;
    cursor: pointer;
    background-image: linear-gradient(orange, white);
    border: none;
}


.button-detail {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    color: dimgrey;
    font-size: 20px;
    background-color: whitesmoke;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
}

.button-detail:focus,
.button-detail:hover {
    background-image: linear-gradient(navajowhite, orange, navajowhite);
    color: black;
}


/*****************************************************************************************************************/

.result-table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px 5px;
}

.result-table .result-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0px;
}

.result-table .result-row .result-header {
    font-size: 0.6em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
}

.result-table .result-row .result-header .result-header-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    background-image: linear-gradient(orange, moccasin);
}

.result-table .result-row .result-header .result-header-inner .result-header-back {
    background-color: white;
    padding: 0px;
    margin: 0px;
}

.result-table .result-row .result-header .result-header-inner .result-header-r {
    width: 20px;
    background-color: white;
    border-bottom-left-radius: 6px;
}

.result-table .result-row .result-header .result-header-inner .result-header-back .hfield {
    border-radius: 8px 8px 0px 0px;
    padding: 10px 20px 5px 10px;

    background-color: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: block;
    background-image: linear-gradient(orange, moccasin);
    font-size: 1.4em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
}

.result-table .result-row .result-tail {
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3px 10px;
    background-image: linear-gradient(moccasin, beige);
    border-radius: 0px 0px 8px 8px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.result-table .result-row .result-tail .tlabel {
    display: block;
    padding: 3px 0px;
    text-align: left;
    color: #a0a0a0;
}

.result-table .result-row .result-tail .tfield {
    display: block;
    padding: 3px 0px;
    text-align: left;
    letter-spacing: 1px;
}


.result-table .result-row .result-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 0px 8px 0px 0px;
    padding: 10px 10px 5px 10px;
    gap: 3px 2px;
    background-color: moccasin;
}


.result-table .result-row .result-main .ritem1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    text-align: center;
    height: 70px;
    border-radius: 1px;
    background-color: #a0a0a0;
}

.result-table .result-row .result-main .ritem1 label {
    padding-top: 3px;
    font-size: 0.6em;
    color: white;
}

.result-table .result-row .result-main .ritem1 .rbody {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    word-break: keep-all;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    background-color: white;
    margin: 2px 1px 1px 1px;
    padding: 0px 10px;
    overflow: hidden;
}

.result-table .result-row .result-main .ritem1 .rbody .field {
    color: darkslategray;
    background-color: white;
}


.result-table .result-self {

}

.result-table .result-self .result-header .result-header-inner .result-header-back .hfield {
    background-image: linear-gradient(limegreen, palegreen);
}

.result-table .result-self .result-main {
    background-color: palegreen;
}

.result-table .result-self .result-tail {
    background-image: linear-gradient(palegreen, palegreen);
}



/*********************************************************************************************************************/

.mybutton {
    background-color: #dfdfdf;
    color: black;
    border-radius: 4px;
    margin-right: 20px;
}


.content .content-inner .pagging {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

.content .content-inner .pagging .pagebutton {
    margin: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.content .content-inner .pagging .cur {
    color: black;
    letter-spacing: 3px;
    margin: 0px 10px;
}

.content .content-inner .pagging .pagenum {
    box-sizing: border-box;
    outline: none;
    padding-left: 20px;
    height: 30px;
    width: 60px;
    border: 1px solid orange;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin: 5px;
    border-radius: 5px;
}



#txtKeywords {
    box-sizing: border-box;
    border-radius: 20px 0px 0px 20px;
    outline: none;
    padding-left: 20px;
    height: 40px;
    border: 1px solid lightgrey;
    border-right: none;
    font-size: 1.2em;
    letter-spacing: 2px;
}

#txtKeywords::placeholder{
    font-size: 0.9em;
    color: #cccccc;
}

#btSearch {
    box-sizing: border-box;
    border-radius: 0px 20px 20px 0px;
    outline: none;
    height: 40px;
    border: 1px solid lightgrey;
    border-left: none;
    font-size: 1em;
    width: 130px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#btSearch:hover,
#btSearch:focus{
    outline: none;
    background-image: linear-gradient(navajowhite, orange, navajowhite);
}