/*common css start here*/

body {
    text-rendering: optimizeLegibility;
    font-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000000;
    position: relative;
}

a {
    text-decoration: none;
    color: #025eb1;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

h1,
.title {
    color: #383838;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
}

h2,
.mid-title {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 0 35px 0;
}

h3,
.small-title {
    color: #000000;
    font-size: 22px;
    line-height: 28px;
}

p {
    margin: 0 0 25px 0;
}

.container {
    max-width: 1170px;
}

.btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    border: none;
    border-radius: 0;
}

.btn-primary {
    background: #025eb1;
}

input.form-control,
select.form-control,
textarea.form-control {
    height: auto;
    padding: 10px 15px;
    border: 1px solid #bab9b9;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    background: none;
    border-radius: 0px;
}

select.form-control {
    padding: 18px 15px;
    width: auto;
}

textarea.form-control {
    resize: none;
    height: 70px;
    border-radius: 2px;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: #bab9b9;
    outline: 0;
    box-shadow: none;
}

.form-group .form-check {
    padding: 0;
}

.form-group .form-check input[type="checkbox"],
.form-group .form-radio input[type="radio"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group .form-check label,
.form-group .form-radio label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 27px;
    color: #000000;
}

.form-group .form-check label {
    padding: 0 0 0 35px;
}

.form-group .form-check label:before,
.form-group .form-radio label:before {
    content: "";
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 24px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 5px 0 0;
    border: 1px solid #707070;
    border-radius: 2px;
    left: 0;
    top: 0px;
}

.form-group .form-check input[type="checkbox"]:checked+label:before {
    background: url(../images/blue-checked.png) no-repeat;
    border: none;
    background-size: 100%;
}

.form-group .form-radio .form-radio-label:before {
    border-radius: 50px;
    width: 16px;
    height: 16px;
    top: 3px;
}

.form-group .form-radio input[type="radio"]:checked+label:before {
    background: url(../images/blue-radio-checked.png) no-repeat;
    border: none;
}

.form-group label.error {
    color: red;
    font-size: 14px;
    margin: 5px 0 0 0;
}


/**header css starts **/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(2, 94, 177, 0.3);
    display: none;
}

.loader img {
    width: 80px;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.header {
    background: #025eb1;
    padding: 37px 0;
}

.banner-menu {
    background: #025eb1;
    text-align: center;
    padding: 40px 0 70px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
}

.top-header .admin45 button {
    background: #000000;
    outline: none;
    border: none;
    width: 24px;
    height: 20px;
    vertical-align: middle;
    color: #ffffff;
    padding: 0;
    font-size: 12px !important;
    margin: 0;
    line-height: normal;
    font-weight: 500;
}

.admin45 a {
    color: #ffffff;
}

.admin45 {
    list-style-type: none;
    display: flex;
}

.admin45>li {
    position: relative;
}

.admin45 li ul {
    list-style-type: none;
    display: none;
    position: absolute;
    top: 25px;
    min-width: 210px;
    left: 0;
    background: #ffffff;
}

.admin45 li:hover ul {
    display: block;
}

.admin45 li ul li span,
.admin45 li ul li a {
    display: block;
    color: #000;
    padding: 10px 15px;
}

.admin45 li ul li span:hover,
.admin45 li ul li a:hover {
    color: #025eb1;
}

.login-account {
    padding: 10px 25px;
    position: relative;
}

.login-account:after {
    content: "\f078";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 5px;
    top: 14px;
    line-height: normal;
    font-size: 14px;
}

.banner-menu-title {
    font-size: 28px;
    line-height: normal;
    color: #ffffff;
    margin: 0 0 42px 0;
    font-weight: 700;
}

.nav.menu li a {
    color: #ffffff;
    font-size: 20px !important;
    margin: 0 52px 0 0;
    position: relative;
}

.nav.menu li:last-child a {
    margin: 0;
}

.nav.menu li a:hover {
    font-weight: 700;
}

.nav.menu li a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    height: 3px;
    width: 30px;
    background: #ffffff;
}

.search-page-sec {
    position: relative;
    padding: 67px 0 32px 0;
}

.search-page-sec.main-search-page {
    min-height: 100%;
}

.main-search-field {
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
}

.main-search-field .row {
    margin: 0;
}

.search-icon {
    position: relative;
}

.search-icon:before {
    content: "\f002";
    position: absolute;
    left: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    color: #808080;
    font-size: 18px;
    margin: auto 0;
    line-height: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.main-search-field .form-control {
    height: auto;
    padding: 23px 53px;
    border: none;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.07);
    background: #ffffff;
}

.form-check-label {
    font-size: 18px;
    line-height: normal;
}

.question-fields {
    margin: 0 0 38px 0;
}

.show-Synonyms-wrap {
    margin: 0 0 26px 0;
}

.show-Synonyms-wrap a:nth-child(1) {
    margin: 0 23px 0 0;
}

.have-query a {
    font-size: 18px;
}


/** main content css **/

.search-result {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 38px 0;
}

.main-inner-content-sec .nav-tabs {
    border: none;
}

.main-inner-content-sec .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 400;
    border: none;
    color: #808080;
    padding: 15px;
    line-height: normal;
}

.main-inner-content-sec .nav-tabs .nav-link.active {
    font-weight: 500;
    color: #025eb1;
    border-bottom: 3px solid #025eb1;
}

.main-inner-content-sec .nav-item {
    border: none;
}

.tab-content {
    background: #ffffff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
    padding: 27px 23px;
    margin: 0 0 40px 0;
}

.tab-content .tab-pane {
    font-size: 16px;
    line-height: 28px;
}


/** main content css ends **/

.subapge-container {
    padding: 46px 36px;
}

.bootstrap_accordion {
    position: relative;
}

.bootstrap_accordion .btn.collapsed {
    margin: 0 0 20px;
}

#synonyms .collapse.show {
    margin: 0 0 30px 0;
}

.bootstrap_accordion .btn:after {
    content: "";
    color: #ffffff;
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    top: 13px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #ffffff;
}

.bootstrap_accordion .btn.collapsed:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.synonyms-word-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.synonyms-word-list li {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 20%;
    text-align: left;
}

.synonyms-word-list .checker {
    display: inline-block;
    margin: 0 7px 0 0;
}

.filter-download-sec {
    margin: 0 0 30px 0;
}

.filter-download-sec .form-group {
    margin: 0 15px 0 0;
    border-right: 1px solid #707070;
    padding: 0 15px 0 0;
}

.filter-text,
.download-text {
    font-weight: 500;
    margin: 0 10px 0 0;
}

.pdf-print-icons a {
    margin: 0 10px;
}

.checklist-content-sec {
    background: #ffffff;
    box-shadow: 0 0 56px 0 rgba(0, 0, 0, 0.06);
}

.checklist-content-sec table {
    table-layout: auto;
    width: 100%;
}

.checklist-content-sec table th,
.checklist-content-sec table td {
    padding: 25px;
    border: 1px solid rgba(112, 112, 112, 0.14);
    vertical-align: top;
    color: #000000;
    font-weight: 400;
}

.checklist-content-sec table th {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

.checklist-content-sec table td {
    font-size: 16px;
}

.checklist-content-sec td textarea {
    padding: 15px;
    resize: none;
}

.checklist-content-sec table ul,
.checklist-content-sec table ol {
    list-style-type: none;
    padding: 0 0 0 30px;
}

.checklist-content-sec table ul li,
.checklist-content-sec table ol li {
    margin: 0 0 16px 0;
}

table#checklist_detail_table td p:first-child {
    margin: 0;
}

table#checklist_detail_table td p:nth-child(2) {
    margin: 30px 0 0 0;
}


/** Footer css starts **/

.footer {
    border-top: 1px solid #efefef;
    padding: 13px 0;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
}

.footer-left,
.footer-right {
    font-size: 18px;
}

.footer-right a {
    color: #000000;
}

.footer-right a:hover {
    color: #025eb1;
}


/** Footer css ends **/

.tabs-wrap {
    overflow: auto hidden;
}

.easyui-tabs .tabs {
    background: transparent;
    border-color: transparent;
}

.easyui-tabs .panel-body {
    font-size: 16px;
}

.easyui-tabs .tabs-header {
    background: transparent;
}

.easyui-tabs .tabs li a.tabs-inner {
    padding: 15px;
    height: auto !important;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    border: none;
    color: #808080;
    line-height: normal;
    max-width: 184px;
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
    min-width: 130px;
}

.easyui-tabs .tabs li a.tabs-inner span {
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    overflow: hidden;
    display: inline-block;
    max-width: 350px;
}

.easyui-tabs .tabs li.tabs-selected a.tabs-inner {
    color: #025eb1;
    border-bottom: 3px solid #025eb1;
}

.easyui-tabs .tabs li.tabs-selected a.tabs-inner span {
    color: #025eb1;
}

.tabs-panels {
    border: none;
    background: #ffffff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
    padding: 27px 23px;
    width: 100% !important;
    max-width: 100%;
}

.easyui-tabs .panel-body .tab-content-sec p {
    letter-spacing: 1px;
    line-height: 28px;
}

.tabs-panels table {
    margin: 0;
    border: none;
}

.easyui-tabs table.dataTable.nowrap th,
.easyui-tabs table.dataTable.nowrap td {
    white-space: normal;
    border: none;
    background: #ffffff;
    color: #000000;
    padding: 0 0 15px 0;
    margin: 0;
}

.easyui-tabs table.dataTable th span,
.easyui-tabs table.dataTable td span {
    color: #000000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
}

.easyui-tabs table.dataTable th p,
.easyui-tabs table.dataTable td p {
    letter-spacing: 1px;
    line-height: 28px;
}

.dn-print-btn-sec {
    display: flex;
    align-items: center;
    margin: 0 0 27px 0;
}

.dn-print-btn-sec p {
    margin: 0 15px 0 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.dn-print-btn-sec a {
    display: block;
    margin: 0 0 0 15px;
}

.ir-sub {
    background: #eeeeee;
    padding: 16px 24px;
}

.ir-sub p {
    margin: 0;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 0;
    position: relative;
}

.dataTables_wrapper div.dataTables_length label:after {
    content: "Record Per page" !important;
    font-size: 16px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-weight: 400;
}

#question_table_filter label {
    font-size: 0;
    position: relative;
    margin: 0 0 30px 0;
}

#question_table_filter label:before {
    content: "\f002";
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    color: #808080;
    font-size: 18px;
    margin: auto 0;
    line-height: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#question_table_filter label input {
    margin: 0;
    padding: 10px 15px 10px 45px;
    border-radius: 5px;
}

#question_table_length select.form-control {
    padding: 12px;
    appearance: auto;
    -webkit-appearance: auto;
    border-radius: 5px;
}

.pagination .page-item .page-link {
    border: none;
}

.pagination .page-link {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    color: #808080;
}

.pagination .page-item.active .page-link {
    background: #f8f8fa;
    color: #025eb1;
    font-weight: 700;
}

.pagination .page-link:hover {
    background-color: #f8f8fa;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    color: #000;
}

.checklist_note {
    padding: 25px;
}

.checklist_note p {
    font-size: 19px !important;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    margin: 0 0 15px;
}

#checklist_detail_table td textarea {
    width: 100%;
    font-size: 16px;
    height: 41px;
    padding: 10px;
}

table#checklist_detail_table th:first-child,
table#checklist_detail_table td:first-child {
    width: 60%;
}

#checklist_detail_table td {
    padding: 10px;
}

.main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main .search-page-sec.main-search-page,
.main-content-sec {
    height: 100%;
    min-height: auto;
}

.checklist_table.dataTable.nowrap th,
.checklist_table.dataTable.nowrap td {
    white-space: normal;
    box-sizing: border-box;
}


/********** 22june **********/

#situations_table_filter label {
    font-size: 0;
    position: relative;
    margin: 0 0 30px 0;
}

#situations_table_filter label:before {
    content: "\f002";
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    color: #808080;
    font-size: 18px;
    margin: auto 0;
    line-height: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#situations_table_filter label input {
    margin: 0;
    padding: 10px 15px 10px 45px;
    border-radius: 5px;
}

#situations_table_length select.form-control {
    padding: 12px;
    appearance: auto;
    -webkit-appearance: auto;
    border-radius: 5px;
}

#indexs_table_filter label {
    font-size: 0;
    position: relative;
    margin: 0 0 30px 0;
}

#indexs_table_filter label:before {
    content: "\f002";
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    color: #808080;
    font-size: 18px;
    margin: auto 0;
    line-height: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#indexs_table_filter label input {
    margin: 0;
    padding: 10px 15px 10px 45px;
    border-radius: 5px;
}

#indexs_table_length select.form-control {
    padding: 12px;
    appearance: auto;
    -webkit-appearance: auto;
    border-radius: 5px;
}

#checklist_dashboard_table_filter label {
    font-size: 0;
    position: relative;
    margin: 0 0 30px 0;
}

#checklist_dashboard_table_filter label:before {
    content: "\f002";
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    color: #808080;
    font-size: 18px;
    margin: auto 0;
    line-height: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#checklist_dashboard_table_filter label input {
    margin: 0;
    padding: 10px 15px 10px 45px;
    border-radius: 5px;
}

#checklist_dashboard_table_length select.form-control {
    padding: 12px;
    appearance: auto;
    -webkit-appearance: auto;
    border-radius: 5px;
}

.modal .modal-dialog {
    position: relative;
    top: 20%;
}

.modal .modal-dialog form#form {
    border-radius: 5px;
}

.modal .modal-header {
    color: #fff;
    background-color: #0062cc;
}

.modal .close {
    color: #fff;
    opacity: 1;
    outline: 0;
}

#checklist_detail_table .form-group .form-check label:before {
    left: 50px !important;
    top: -8px;
}

#DataTables_Table_0_filter label {
    font-size: 0;
    position: relative;
    margin: 0 0 30px 0;
}

#DataTables_Table_0_filter label:before {
    content: "\f002";
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    color: #808080;
    font-size: 18px;
    margin: auto 0;
    line-height: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#DataTables_Table_0_filter label input {
    margin: 0;
    padding: 10px 15px 10px 45px;
    border-radius: 5px;
}

#DataTables_Table_0_length select.form-control {
    padding: 12px;
    appearance: auto;
    -webkit-appearance: auto;
    border-radius: 5px;
}

#checklist_detail_table_121 .form-group .form-check label:before {
    left: 10px !important;
    top: 0px;
}

.checklist-content-sec table td,
#checklist_detail_table_123 td {
    padding: 10px;
}

.how-Synonyms-wrap button.search {
    padding: 10px 25px !important;
}

/* td.expand.sorting_1 { */
    /* padding: 0 !important; */
/* } */

.search-page-sec #recent_updates_form .col {
    width: 100%;
    max-width: 200px;
}

.search-page-sec form#recent_updates_form {
    text-align: initial;
}

.search-page-sec form#recent_updates_form button {
    padding: 9px 20px;
}

table#checklist_dashboard_table td {
    border: 0 !important;
}

table#checklist_dashboard_table thead th {
    border: 0 !important;
}

.legatax_bootstrap_table {
    background: #fff;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 6%);
    padding-top: 30px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 30px;
}

.checklist-content-sec td textarea {
    padding: 10px;
    resize: none;
    height: 41px;
}

table#checklist_detail_table_121 p,
#checklist_detail_table_123 p,
#checklist_detail_table_122 p {
    margin-bottom: 0 !important;
}

#checklist_detail_table_121 .form-group .form-check label:before,
#checklist_detail_table_122 .form-group .form-check label:before,
#checklist_detail_table_123 .form-group .form-check label:before {
    left: 26px !important;
    top: -5px;
}

.legatax_bootstrap_table {
    background: #fff;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 6%);
    padding-top: 30px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 30px;
}

.legatax_bootstrap_table th,
.legatax_bootstrap_table td {
    border: 0 !important;
}


/********** Responsive css starts **********/

@media screen and (max-width: 1199px) {
    .synonyms-word-list li {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .synonyms-word-list li {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info {
        padding-top: 0;
        margin: 0 0 10px 0;
    }
    .synonyms-word-list li {
        width: 50%;
    }
    .footer-main {
        text-align: center;
    }
    .footer-main .footer-left {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 480px) {
    .nav.menu li a {
        font-size: 18px !important;
        margin: 0 10px 0 0;
    }
    .main-search-field .form-control {
        padding: 23px 15px 23px 45px;
    }
    .admin45 {
        margin: 15px 0 0 0;
        justify-content: flex-end;
    }
    .show-Synonyms-wrap a:nth-child(1) {
        margin: 0 10px 0 0;
    }
    .synonyms-word-list li {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .show-Synonyms-wrap a:nth-child(1) {
        margin: 0 0 10px 0;
    }
}

.note {
    margin-top: 80px;
}