.nav.menu li a.is_active {
    font-weight: 700;
}
.nav.menu li a.is_active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    height: 3px;
    width: 30px;
    background: #fff;
}
.tooltip {
    opacity: 1;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    color: #000;
    border-color: #95b8e7;
    background-color: #fff;
}
.tooltip-content {
    padding: 15px;
    font-size: 12px;
    color: #fff;
    background-color: #005eb1;
}
.tooltip-arrow,
.tooltip-arrow-outer {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
}
.tooltip-bottom .tooltip-arrow-outer {
    top: 0;
    left: 50%;
    margin: -13px 0 0 -6px;
}
.tooltip-bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin: -12px 0 0 -6px;
}
#synonyms .show-Synonyms-wrap {
    float: left;
    width: 100%;
}
#synonyms .show-Synonyms-wrap .search-button {
    min-width: 100%;
    box-sizing: border-box;
    padding: 4px 10px;
    text-align: center;
}
.synonyms-text-list {
    display: none;
}
#synonyms .bootstrap_accordion a {
    min-width: 100%;
    text-align: center;
    padding: 4px 10px;
    box-sizing: border-box;
}
.search-btns.new-search-sec button {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #ccc;
    margin-left: 10px;
    padding: 4px 10px;
}
.search-btn-fixed {
    position: fixed;
    right: 16.4%;
    top: 0;
}
.search-btn-fixed {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px dashed #000;
    left: 0;
    margin-top: 0 !important;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
}
mark {
    background: #ff0;
    color: #000;
}
mark.current {
    background: orange !important;
}
.tabs li {
    border: 0;
    padding: 0;
    float: left;
    position: relative;
    margin: 0 4px -1px 0;
    display: inline-block;
}
.tab-content-sec {
    float: left;
    width: 100%;
    padding: 15px;
}
.tabs-scroller-left,
.tabs-scroller-right {
    display: none !important;
}
.easyui-tabs .tabs-header {
    overflow: hidden;
}
.tabs li a.tabs-close {
    top: 0;
    margin: 0;
    height: 20px;
    display: inline-block;
}
.easyui-tabs .tabs li a.tabs-inner {
    line-height: 24px !important;
}
.dn-print-btn-sec.full-response-btn {
    top: 12px;
}
.dataTables_wrapper div.dataTables_length label:after {
    content: "Records Per page" !important;
}
.hL {
    display: none;
}
.hide-question-ir .ir {
    display: none;
}
.query-btn {
    float: right;
}
#recent_updates_form select.form-control {
    padding: 10px 15px;
    width: 100%;
}
table#indexs_table {
    width: 100% !important;
}
.datatable_section {
    border: none;
    max-width: 100%;
    background: #ffff;
    padding-top: 29px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 57px;
    width: 100% !important;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
}
.datatable_section table.dataTable.nowrap {
    margin: 0;
    border: none;
}
.datatable_section table.dataTable.nowrap td,
.datatable_section table.dataTable.nowrap th {
    margin: 0;
    border: none;
    color: #000;
    white-space: normal;
    background: #fff;
}
.datatable_section table.dataTable td span,
.datatable_section table.dataTable th span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
}
.datatable_section table.dataTable td p,
.datatable_section table.dataTable th p {
    line-height: 28px;
    letter-spacing: 1px;
}
.hide-question-ir .question {
    display: none;
}
.hide-question-ir .ir {
    display: none;
}
p.ir {
    display: none;
}
p.hl {
    display: none;
}
.have-query {
    display: none;
}
.tabs {
    width: max-content !important;
}
.easyui-tabs .tabs li a.tabs-inner {
    max-width: 250px;
    word-break: break-all;
    white-space: nowrap;
    line-height: 15px !important;
    padding: 10px;
}
.easyui-tabs .tabs li a.tabs-inner span {
    font-size: 16px !important;
    max-width: 200px;
}
.tabs li {
    margin: 0 5px -1px 0;
    background: #f7f7f7;
    width: 240px;
}
.tabs li a.tabs-close {
    top: 8px;
    right: 8px;
}
.tabs-wrap {
    margin-top: 10px;
}