.card.card-custom>.card-header.card-header-tabs-line .nav .nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 0;
}

.card-header-ai {
    padding: 0;
}

.tox-tinymce {
    height: 400px !important;
}

#kt_header {
    border-bottom: 1px solid #bcbcbc5e;
}

.tab1radiobox {
    background: #f3f6f9;
    padding: 15px 20px;
    border: 1px solid #cccccc69;
}

.repeaterbox .repeateritem {
    background: #f3f6f9;
    padding: 7px 0;
}

.tab2buttons {
    text-align: right;
}

.tab2buttons a {
    margin-left: 5px;
}

.tab2buttons a i {
    padding-right: 0 !important;
}

.addinvestigation .table-bordered th,
.addinvestigation .table-bordered td {
    border: 1px solid #EBEDF3;
    font-size: 12px;
}

.darbgcolor tr {
    background: #ccc6;
    border-bottom: 2px solid #fff;
}

.darbgcolor tr td {
    padding-top: 10px;
    padding-bottom: 9px;
}

.hidecheckbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

.hidecheckbox .checkbox {
    height: 24px;
    width: 24px;
    background: #ccc;
    margin-right: 0px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
}

.darbgcolor .checkbox>span {
    background-color: #ffffff;
    border: 1px solid #00000040;
}

.darbgcolor .checkbox.checkbox-lg>span {
    margin: 0 auto;
}

p.p-title {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.nav.nav-pills .nav-item {
    margin-right: 0;
}

.login.login-4.login-signin-on .login-signin {
    background: #fff;
    padding: 20px;
    border: 1px solid #cccccc85;
}

.fv-plugins-message-container {
    margin-top: 0.25rem;
    text-align: left;
    margin-left: 0px;
}

.nav.nav-pills .nav-link {
    /*color: #000 !important; */
}

/*
.header-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: #000;
    font-weight: 400;
} */
.header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text,
.header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text,
.header-menu .menu-nav>.menu-item.menu-item-here>.menu-link .menu-text,
.header-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text {
    color: #ff4b55;
}

.dashboard-tabs.nav.nav-pills .nav-link {
    color: #000 !important;
    width: 230px;
    max-width: 100%;
}

.header-menu .menu-nav>.menu-item .menu-submenu.menu-submenu-classic {
    padding: 0px 0px;
}

.symbol .symbol-label {
    background-color: #ffffff;
}

.disabled-link {
    pointer-events: none;
}

.disabled-cursor {
    cursor: no-drop !important;
}

.addinvestigation .table thead th,
.addinvestigation .table thead td {
    font-weight: 400;
    font-size: 12px;
}

#advised_investigation_listing_table tr td,
#advised_investigation_listing_table tr th {
    color: black !important;
    font-weight: normal;
    font-size: 10px;
    text-transform: none;
}

#advised_investigation_listing_table .heading1 {
    font-size: 10px;
    text-transform: uppercase;
}

#advised_investigation_listing_table .horizontalnopadding {

    padding-left: 0;
    padding-right: 0;
}

#advised_investigation_listing_table .nowhitespace {
    white-space: nowrap;
    width: 1px;
}

#advised_investigation_listing_table .heading2 {
    font-size: 10px;
}

#advised_investigation_listing_table label.size1 {
    font-size: 10px !important;
}

#advised_investigation_listing_table .invrowdiscountfields {
    display: none;
}

#advised_investigation_listing_table .fit-width {
    flex-wrap: wrap;
    width: 1px;
}

#worklist_table,
#worklist_table .datatable-table,
#worklist_table .datatable-table>.datatable-body {
    /*overflow: auto;*/
}

#worklist_table .datatable-table>.datatable-body {
 overflow-y: scroll !important;
}

#worklist_table .datatable-table thead.datatable-head {
   /* overflow: visible; */
}

#advised_investigation_listing_table input[type=text] {
    padding: 0 0 0 5px;
    width: 75px;
    height: 30px;
}

#worklist_table>.datatable-table>.datatable-head .datatable-row>.datatable-cell,
#worklist_table>.datatable-table>.datatable-body .datatable-row>.datatable-cell,
#worklist_table>.datatable-table>.datatable-foot .datatable-row>.datatable-cell {
    padding: .5rem 1rem;
}

.form-control::-moz-placeholder {
    color: rgb(78, 78, 78);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: rgb(78, 78, 78);
}

.form-control::-webkit-input-placeholder {
    color: rgb(78, 78, 78);
}

.modal {
    overflow-y: auto;
}

l
.draggable-main {
    width: 800px;
    margin: 0 auto;
}

.box {
    height:300px;
    overflow:auto;
    float: left;
    width: 45%;
    margin-right: 5%;
    border: 1px solid #333;
    border-radius: 2px;
}

.box:last-child {
    margin: 0px;
}

.connected-sortable {
    list-style: none;
    padding: 10px;
    margin: 0px;
}

.box ul li {
    width: inherit;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    color: #000;
    font-size: 12px;
    margin-bottom: 4px;
    /* border-radius: 5px; */
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}

.box ul li:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.box ul li.ui-sortable-helper {
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    transform: scale(1.015);
    z-index: 100;
}

.box ul li.ui-sortable-placeholder {
    background-color: #ddd;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}