.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

/* Dashboard css */
.head-dashboard-clt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.head-dashboard-clt p {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
}

.dash-btn-rgt .sendmail-bt {
    padding: 9px 10px;
    background: #FFFFFF;
    border: 1px solid #4298B5;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4298B5;
}

.dash-btn-rgt .docktyp-bt {
    background: #4298B5;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 9px 10px;
}

.dash-btn-rgt .docktyp-bt:hover,
.dash-btn-rgt .docktyp-bt:focus,
.dash-btn-rgt .docktyp-bt.active {
    background: #4298B5;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
}

.dash-btn-rgt .sendmail-bt:hover,
.dash-btn-rgt .sendmail-bt:focus,
.dash-btn-rgt .sendmail-bt.active {
    background: #ffffff;
    color: #4298B5;
    outline: none;
    box-shadow: none;
}

.dash-tab-topsm h3 {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #1C1C1C;
}
.dash-tab-topsm .card-body {
    padding: 15px !important;
}

.dash-tab-topsm .text-value {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1C1C1C;
}

.dash-tab-topsm .text-value {
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    color: #1C1C1C;
}

.bg-custom-blue {
    background: rgba(66, 152, 181, 0.3);
    border-radius: 15px;
    border: none;
}

.bg-custom-orange {
    background:rgb(255 253 214);
    border-radius: 15px;
    border: none;
}

.bg-custom-purple {
    background: rgb(255 217 179);
    border-radius: 15px;
    border: none;
}

.bg-custom-blu {
    background: rgb(0 154 182);
    border-radius: 15px;
    border: none;
}

.bg-custom-yello {
    background: #ff685a;
    border-radius: 15px;
    border: none;
}

.doc-types-boxd {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.doc-types-boxd h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
}

.list-doctyp {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    margin: 10px 0px;
}

.list-doctyp h4 {
    flex: 1;
    font-size: 14px;
    color: #1C1C1C;
    margin-left: 12px;
    margin-bottom: 0px;
}

.list-doctyp p {
    margin: 0px;
    font-size: 13px;
}

.main-rd-border {
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    padding: 15px;
    min-height: 300px;
}

.canvasjs-chart-credit {
    display: none;
}

.chk-tx-chrt input:checked+label {
    text-decoration: line-through;
}

.lef-chrt-txt p {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #1C1C1C;
    margin-bottom: 8px;
}

.lef-chrt-txt h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #4298B5;
}

.rgt-drp-txt select {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
}

.lef-tx-crh {
    writing-mode: tb-rl;
    text-orientation: mixed;
}

.rgt-con-list {
    border-left: 1px solid #eee;
    padding-left: 16px;
}

.map-dot-clr {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50% !important;
}
.rgt-con-list p {
    color: #111111;
    font-weight: 400;
    font-size: 12px;
}
.pie-cen-txt {
    position: absolute;
    top: 70px;
    left: 56px;
    width: 80px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.pie-cen-txt strong{
    font-size: 20px;
}
