.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;
}

/* ========================================
   ENHANCED THEME SUPPORT - Full Color Application
   ======================================== */

/* Theme color enhancements for boxes and panels */
.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-info {
    border-top-color: #00c0ef;
}

/* Improve box headers */
.box-header {
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

/* Nav tabs styling */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

/* Sidebar enhancements for light themes */
.skin-blue-light .main-sidebar,
.skin-black-light .main-sidebar,
.skin-green-light .main-sidebar,
.skin-purple-light .main-sidebar,
.skin-red-light .main-sidebar,
.skin-yellow-light .main-sidebar {
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}

/* Button group improvements */
.btn-group > .btn {
    margin-right: 2px;
}

/* Table action buttons */
.table .btn-group .btn {
    padding: 3px 8px;
    font-size: 12px;
}

/* Info boxes enhancement */
.info-box {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    border-radius: 2px;
}

.info-box-icon {
    border-radius: 2px 0 0 2px;
}

/* Small box improvements */
.small-box {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

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

/* Alert improvements */
.alert {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

/* Modal improvements */
.modal-content {
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
}

/* Form improvements */
.form-control {
    border-radius: 3px;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: 0 0 0 0.2rem rgba(60, 141, 188, 0.25);
}

/* Select2 improvements */
.select2-container--default .select2-selection--single {
    border-radius: 3px;
}

/* DataTables improvements */
.dataTables_wrapper {
    padding: 0;
}

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

/* Timeline improvements */
.timeline > li > .timeline-item {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 3px;
}

/* Sidebar menu active state enhancement */
.sidebar-menu > li.active > a {
    font-weight: 600;
}

/* Content wrapper improvements */
.content-wrapper {
    background-color: #ecf0f5;
}

/* Dark theme content wrapper */
.skin-blue .content-wrapper,
.skin-black .content-wrapper,
.skin-green .content-wrapper,
.skin-purple .content-wrapper,
.skin-red .content-wrapper,
.skin-yellow .content-wrapper {
    background-color: #ecf0f5;
}

/* Box solid variants for better visual hierarchy */
.box-solid.box-primary > .box-header {
    background: #3c8dbc;
    color: #fff;
}

.box-solid.box-success > .box-header {
    background: #00a65a;
    color: #fff;
}

.box-solid.box-warning > .box-header {
    background: #f39c12;
    color: #fff;
}

.box-solid.box-danger > .box-header {
    background: #dd4b39;
    color: #fff;
}

/* Improve content header */
.content-header {
    padding: 15px 15px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.content-header > .breadcrumb {
    background: transparent;
    margin-top: 5px;
    padding: 0;
}

/* Badge improvements */
.badge {
    border-radius: 3px;
    font-weight: 600;
}

/* Label improvements */
.label {
    border-radius: 2px;
    font-weight: 600;
    padding: 3px 7px;
}

/* Deployment page specific styles */
.loading-overlay {
    backdrop-filter: blur(3px);
}

/* Improve contrast for better readability */
.box-header > .box-title {
    font-weight: 600;
    font-size: 16px;
}

/* Responsive improvements */
@media (max-width: 767px) {
    .content-header > h1 {
        font-size: 20px;
    }
}

/* Print styles */
@media print {
    .no-print {
        display: none !important;
    }
}
