.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

    vertical-align: middle;
}

.pac-container {
    z-index: 10000 !important;
}

.main-footer {
    padding: 5px 15px;
}
.text-dark {
    color: #444;
}
.callout-gray {
    background-color: #EEE;
    border-left: 5px solid #DDD;
}
.callout-gray a {
    color: #333;

}
.callout-gray a:hover {
    color: #444;

}

@media (min-width: 767px) {
    .modal-dialog {
        width: 760px;
    }
}

.notopborder {border-top: 0px!important;}

.whitetext {color: #FFF;}

.dt-margin{
    margin-left:0px !important;
    margin-right:0px !important;
}

.todo-list {
    min-height: 40px;
}


.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.timeline-item {
    background-color: #fff!important;
    border: 1px solid #f1f1f1!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.timeline-image {

    left: 16px;
    position: absolute;
    top: 0;
}

.chart-legend ul {
    list-style-type: none;
}

.chart-legend li span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top:4px;
    margin-right: 5px;
    border-radius:50%;
}




.fullboby-bg {
  background: url(../assets/bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullboby-bg a {
    color: #FFF;
}

.fullboby-bg .login-logo {
    color: #FFF;
}

.roles h4 {
    padding-top: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

.dt-buttons {
    margin-left: -15px;
}

.dt-buttons .btn-default {
    background-color: #FFF;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 0px;
}

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

canvas {
    z-index: 999999;
}

.chart {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
}


.fileinput{
    padding-top: 5px;
    padding-bottom: 5px;
}

.datepicker {
    z-index:9999 !important;
}

td .btn-group {
  display: flex;
}


.label-lite-blue {
    background-color:#FFF;
    color:#0073b7;
    border:1px solid #0073b7;
}

.label-lite-green {
    background-color:#FFF;
    color:#00a65a;
    border:1px solid #00a65a;
}

.label-lite-yellow {
    background-color:#FFF;
    color:#f39c12;
    border:1px solid #f39c12;
}

.label-lite-purple {
    background-color:#FFF;
    color:#605ca8;
    border:1px solid #605ca8;
}

.label-lite-red {
    background-color:#FFF;
    color:#dd4b39;
    border:1px solid #dd4b39;
}

.label-lite-gray {
    background-color:#FFF;
    color:#000;
    border:1px solid #d2d6de;
}


.spacer { margin:0; padding:0; height:50px; }

.callout.callout-ok {
  border-right:1px solid #00733e;
  border-top:1px solid #00733e;
  border-bottom:1px solid #00733e;
  border-color: #00733e;
  background-color:#FFF;
}

.callout.callout-ok h4 {
    margin-bottom: 3px;
}

:root {
    --ui-bg: #f3f6fb;
    --ui-surface: #ffffff;
    --ui-surface-soft: #f8fbff;
    --ui-text: #1f2937;
    --ui-muted: #64748b;
    --ui-primary: #0f766e;
    --ui-accent: #0ea5a8;
    --ui-border: #dbe6f3;
    --ui-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--ui-text);
    background:
        radial-gradient(circle at top right, #d9f3ff 0%, rgba(217, 243, 255, 0) 40%),
        radial-gradient(circle at bottom left, #d6f8ee 0%, rgba(214, 248, 238, 0) 45%),
        var(--ui-bg);
}

.content-wrapper,
.right-side {
    background: transparent;
}

.main-header .logo,
.main-header .navbar {
    background: linear-gradient(90deg, #0f766e 0%, #0c8b84 48%, #0ea5a8 100%) !important;
}

.main-header .logo,
.main-header .navbar .nav > li > a {
    color: #fff !important;
}

.skin-green .main-sidebar,
.skin-blue .main-sidebar,
.skin-black .main-sidebar,
.skin-purple .main-sidebar,
.skin-red .main-sidebar,
.skin-yellow .main-sidebar,
.skin-green-light .main-sidebar,
.skin-blue-light .main-sidebar,
.skin-black-light .main-sidebar,
.skin-purple-light .main-sidebar,
.skin-red-light .main-sidebar,
.skin-yellow-light .main-sidebar {
    background: #0f172a !important;
}

.sidebar-menu > li > a {
    border-left: 3px solid transparent !important;
}

.sidebar-menu > li.active > a,
.sidebar-menu > li > a:hover {
    border-left-color: var(--ui-accent) !important;
    background: rgba(14, 165, 168, 0.2) !important;
}

.box,
.nav-tabs-custom,
.small-box,
.info-box,
.callout,
.timeline-item,
.modal-content {
    background: var(--ui-surface);
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    box-shadow: var(--ui-shadow);
}

.content-header > h1 {
    font-weight: 700;
}

.table > thead > tr > th {
    border-bottom: 1px solid var(--ui-border);
    color: #0f172a;
    background: var(--ui-surface-soft);
}

.table > tbody > tr:hover {
    background: #f9fcff;
}

.btn.btn-flat {
    border-radius: 9px;
}

.label {
    border-radius: 999px;
    padding: 0.35em 0.65em;
}

.main-footer {
    background: transparent;
    border-top: 0;
    color: var(--ui-muted);
}

.small-box {
    border-radius: 16px;
    box-shadow: 0 14px 26px rgba(2, 6, 23, 0.18);
    overflow: hidden;
    transform: translateZ(0);
}

.small-box > .inner {
    padding: 18px;
}

.small-box h3 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.small-box.bg-green { background: linear-gradient(135deg, #0b8f73, #14b8a6) !important; }
.small-box.bg-blue { background: linear-gradient(135deg, #2563eb, #38bdf8) !important; }
.small-box.bg-teal { background: linear-gradient(135deg, #0f766e, #14b8a6) !important; }
.small-box.bg-yellow { background: linear-gradient(135deg, #d97706, #f59e0b) !important; }

.small-box .icon {
    opacity: 0.22;
    top: 8px;
}

.small-box-footer {
    background: rgba(255, 255, 255, 0.12) !important;
}
