body {
    /* opacity: 0; */
    overflow-x: hidden;
}

td a
{
    color:#000;
}

td a:hover
{
    text-decoration: none;
    color:#666;
    font-weight:bold;
}

.app-wrapper-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.closed-sidebar .app-wrapper-footer {
    display: none;
}

.app-footer .app-footer__inner,
.app-footer {
    height: 30px;
    text-align: center;
    background: #ddd;
}

.app-footer a {
    font-size: 13px;
    color: #222;
}

.app-page-title {
    padding: 10px !important;
    padding-left: 30px !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

.page-title-icon {
    height: 40px !important;
    width: 40px !important;
    margin-right: 15px !important;
    padding: 0.333rem !important;
}

.page-title-icon {
    font-size: 1.7rem !important;
}

.app-page-title .page-title-heading {
    font-size: 1rem;
}

.narrow-input {
    padding: 1px 10px;
}

.app-btn-icon {
    width: 40px;
    font-weight: normal;
}

thead tr th {
    font-weight: bolder;
}

thead {
    background-color: lightgray;
    /* color: white; */
}

.title-card .card-title {
    margin-bottom: 0px;
}

.col-action {
    text-align: right;
}

.table-condensed td,
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 5px 10px !important;
}

.app-main .app-main__inner {
    padding: 15px;
}

.btn-form-action {
    width: 30%;
    border-width: 2px;
    margin: 0 !important;
    border-radius: 1rem;
}

.btn-form-action-half {
    width: 48%;
    border-width: 2px;
    margin: 0 !important;
    border-radius: 1rem;
}

.btn-form-action:hover,
.btn-form-action-half:hover {
    font-weight: bold;
    border-radius: 1rem;
}

.form-group .form-control {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    border-bottom: 1px solid #ddd !important;
    font-weight: bold;

    padding: 5px !important;
    height: auto !important;
}

.form-group .form-control:focus,
.form-group .form-control:active {
    border-bottom: 2px solid rgb(27, 171, 255) !important;
}

.form-group strong {
    color: #666 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

hr {
    opacity: 0.1;
}

.card-header-tab .nav-link.active {
    border-bottom:5px solid;
}

/** Data table styles **/
.dataTables_info,
.dataTables_paginate {
    font-size: 12px !important;
    font-weight: bold !important;
    padding-left: 10px !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #eee !important;
}

.paginate_button {
    padding: 1px 10px !important;
}

.dataTables_filter {
    display: none;
}
.widget-content .widget-content-outer {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
}
/** *********************** **/

.app-header__logo .logo-src
{
    height: 40px;
    width: 180px;
}

.app-header.header-text-light .app-header__logo .logo-src
{
    background-size: cover;
}

.dataTable
{
    width: 100% !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child
{
    padding-left: 30px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before
{
    top: 50% !important;
    margin-top:-10px !important;
}

@media (max-width: 991.98px)
{
    .app-page-title .page-title-actions {
        margin: 15px auto 0;
        position: fixed;
        bottom:20px;
        right: 20px;
        text-align:right;
    }

    .app-page-title .page-title-actions a {
        border-radius:50%;
        height:50px;
        width:50px;
        display:block;
        padding-top:13px;
        float:right;
        margin: 0px !important;
        margin-left:15px !important;
    }

    .app-page-title .page-title-heading
    {
        font-weight:bold;
    }
}

tr[data-class=" warning "] td{
    background: rgb(253, 233, 194) !important;
}

tr[data-class=" danger "] td{
    background: rgb(255, 220, 220) !important;
}

tr[data-class=" success "] td{
    background: rgb(204, 245, 214) !important;
}
.widget-subheading
{
    font-size: 13px;
}
.form-group .form-control {
    border: 0 none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}

.tooltip1 {
  position: relative;
  display: inline-block;
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 200px;
  height: auto;
  background-color:#fff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

.tooltip-image{
  width: 95%;
  height: auto;
  object-fit:cover;

}
.image-div{
  width: 200px;
  height: auto;
  background-color:#3f6ad8;
  border-radius: 6px;
  padding: 5px 0;
}

#preloader {
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px)!important;
}

#preloader img
{
    height: 150px;
}

.app-container .bg-plum-plate
{
    background-image: linear-gradient(135deg, #2877b8 0%, #0fc4bc 100%) !important;
}

.btn-primary
{
    background: #2877b8 !important;
}

.btn-link
{
    color: #2877b8 !important;
}

.card-header.card-header-tab .card-header-title, .page-title-heading
{
    font-weight: bold !important;
}