body {
    width: 100%;
    height: 100%;
    background: #02336d;
    /* background: url('../../../bg.jpeg'); */
    background-size: 100% 100%;
}

table td,
table th {
    white-space: nowrap;
}

.form-control {
    border-radius: 4px;
}

img {
    cursor: pointer;
}

.date {
    direction: ltr;
    text-align: right;
}

li a {
    color: black !important;
}

.image {
    width: 100px;
}

.dt-buttons {
    margin: 10px;
    text-align: left;
}

.attr {
    font-size: 10px;
    color: red;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.form-group {
    padding: 5px;
}

.remove_image {
    color: red;
    font-size: 30px;
    cursor: pointer;
}


.select2-close-mask {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 9999 !important;
}

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

#alert-success {
    z-index: 9999 !important;
}

#alert-success .modal-content {
    background-color: green;
    color: white;
}

#alert-error {
    z-index: 9999 !important;
}

#alert-error .modal-content {
    background-color: rgb(166, 41, 41);
    color: white;
}

/* Preloader
/* ========================================================================== */
#preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

#preloader-status {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    /*You can use animated gif for preloader*/
    /*background: url('../img/preloader.png') no-repeat 50% 20px;*/
}

#preloader-title {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.spinner {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #00b16a;
    height: 100%;
    width: 20px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.dv-header {
    background: #3d98c2;
    padding: 10px;
    margin: 0px 0 20px 0
}

.modal .col-sm-12 {}

.dt-buttons {
    float: left;
}

.md-sidebar {
    @apply w-64 bg-white text-gray-800 h-screen shadow-md;
  }
  .md-sidebar-header {
    @apply flex items-center p-4 border-b border-gray-200;
  }
  .md-sidebar-avatar {
    @apply w-10 h-10 rounded-full object-cover;
  }
  .md-sidebar-name {
    @apply ml-3 font-medium;
  }
  .md-sidebar-nav ul {
    @apply p-2;
  }
  .md-sidebar-item {
    @apply mb-1;
  }
  .md-sidebar-link {
    @apply flex items-center justify-between px-4 py-2 rounded hover:bg-gray-100 transition-colors;
  }
  .md-sidebar-icon {
    @apply mr-3 text-gray-500;
  }
  .md-sidebar-chevron {
    @apply text-gray-400 text-xs;
  }
  .md-sidebar-submenu {
    @apply pl-6 hidden;
  }
  .md-sidebar-item.open > .md-sidebar-submenu {
    @apply block;
  }
  .md-sidebar-sublink {
    @apply flex items-center px-4 py-2 rounded hover:bg-gray-100 text-sm text-gray-700 transition-colors;
  }
  .md-sidebar-subicon {
    @apply text-xs mr-3 text-gray-400;
  }
