
/*--------------------------------------------------------------
# search_tools Section
--------------------------------------------------------------*/
#tools_search {
    margin-top: 120px;
}

#search_main {
    padding: 0;
    margin: 0 auto 0px auto;
    list-style: none;
    text-align: center;
}

#search_main li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 50px;
}

#search_main li:hover,
#search_main li.filter-active {
    color: #fff;
    background: #f03c02;
}

#search_main li:last-child {
    margin-right: 0;
}


#tools_search form {
    margin-top: 10px;
    background: #fd5c28;
    padding: 1px 1px;
    position: relative;
    border-radius: 1px 0 0 1px;
    text-align: left;
}

#tools_search #search_key_word {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    font-size: 14px;
    height: 40px;
}

#tools_search form input[type=button] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #f03c02;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#tools_search form input[type=button]:hover {
    background: #fd5c28;
}


.item_details {
    padding: 0;
    margin: 5px auto 0px auto;
    list-style: none;
    text-align: center;
}

.item_details li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 50px;
}

.item_details li:hover,
.item_details li.filter-active {
    color: #fff;
    background: #f03c02;
}

.item_details li:last-child {
    margin-right: 0;
}


/************************************************/
#layoutSearch {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#layoutSearch #layoutSearchContent {
    min-width: 0;
    flex-grow: 1;
}
#layoutSearch #layoutError_footer {
    min-width: 0;
}


.footer-admin {
    height: 5rem;
    display: flex;
    align-items: center;
    background: #dddddd;
}
.footer-admin.footer-dark {
    color: rgba(0, 0, 0, 0.6);
}
.footer-admin.footer-light {
    color: #a7aeb8;
}

/************************************************/
#knowledge_search form {
    margin-top: 10px;
    padding: 1px 1px;
    position: relative;
    border-radius: 1px 0 0 1px;
    text-align: left;
}

#knowledge_search #search_key_word {
    /*border: 1px;*/
    padding: 4px 8px;
    width: calc(100% - 100px);
    font-size: 14px;
    height: 40px;
}

#knowledge_search form input[type=button] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #f03c02;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0.2, 0.1);
}

#knowledge_search form input[type=button]:hover {
    background: #fd5c28;
}

#knowledge_html table{
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #69707a;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #69707a;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #69707a;
    --bs-table-hover-bg: rgba(224, 229, 236, 0.25);
    width: 100%;
    margin-bottom: 1rem;
    color: #69707a;
    vertical-align: top;
    border-color: #e0e5ec;
}

#knowledge_html table > :not(caption) > * > *{
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
#knowledge_html table > tbody {
    vertical-align: inherit;
}
#knowledge_html table > thead {
    vertical-align: bottom;
}
#knowledge_html table > :not(:first-child) {
    border-top: 2px solid currentColor;
}

#knowledge_html table > :not(caption) > *{
    border-width: 1px 0;
}
#knowledge_html table > :not(caption) > * > * {
    border-width: 0 1px;
}

#knowledge_html table > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}


/*********************************************/

#cal_result table{
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #69707a;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #69707a;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #69707a;
    --bs-table-hover-bg: rgba(224, 229, 236, 0.25);
    width: 100%;
    margin-bottom: 1rem;
    color: #69707a;
    vertical-align: top;
    border-color: #e0e5ec;
}

#cal_result table > :not(caption) > * > *{
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
#cal_result table > tbody {
    vertical-align: inherit;
}
#cal_result table > thead {
    vertical-align: bottom;
}
#cal_result table > :not(:first-child) {
    border-top: 2px solid currentColor;
}

#cal_result table > :not(caption) > *{
    border-width: 1px 0;
}
#cal_result table > :not(caption) > * > * {
    border-width: 0 1px;
}

#cal_result table > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}


/*******************法条快速定位*********************/
#law_position form {
    margin-top: 10px;
    background: #fd5c28;
    padding: 1px 1px;
    position: relative;
    border-radius: 1px 0 0 1px;
    text-align: left;
}

#law_position #law_key_word {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    font-size: 14px;
    height: 40px;
}

#law_position form input[type=button] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #f03c02;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0.2, 0.1);
}

#law_position form input[type=button]:hover {
    background: #fd5c28;
}

#law_reset_button {
    bottom: 0;
    border: 0;
    background: none;
    width: 200px;
    font-size: 16px;
    padding: 10px 20px;
    background: #f03c02;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0.2, 0.1);
}

#blog .entry-content p strong{
    color: red;
    padding:2px;
}