body {
  background-image: url(/images/BG.jpg?1ba33dcca5912466be08082aecc83e09);
}

.engino-bg-color {
  background-color: #00AFF0;
}

.engino-nav-bar {
  background-color: #00AFF0;
  border-bottom: 10px solid black; 
}

.engino-product-card-title {
  height:25px; 
  display:block;
}

.guest-footer {
  background-color: black;
  color: white;
  width:100%;
}

.bg-superadministrator{
    background-color: #c6bcd4;
    background: rgb(198,188,212);
    background: linear-gradient(180deg, rgba(198,188,212,1) 0%, rgba(198,188,212,1) 70%, rgba(255,255,255,1) 100%);
}

.badge-superadministrator{
    background-color: #7035c3;
}


.bg-administrator{
    background-color: #aed1f0;
    background: rgb(174,209,240);
    background: linear-gradient(180deg, rgba(174,209,240,1) 0%, rgba(174,209,240,1) 70%, rgba(255,255,255,1) 100%);
    
}

.badge-administrator{
    background-color: #1683e4;
}

.bg-user{
    background-color: #c9e6cb;
    background: rgb(201,230,203);
    background: linear-gradient(180deg, rgba(0,175,240,1) 0%, rgba(0,175,240,1) 75%, rgba(255,255,255,1) 100%);
}

.badge-user{
    background-color: #4b794f;
}


.bg-custom{
    background-color: #d0d4d8;
    background: rgb(208,212,216);
    background: linear-gradient(180deg, rgba(208,212,216,1) 0%, rgba(208,212,216,1) 75%, rgba(255,255,255,1) 100%);
}

.badge-custom{
    background-color: #6c757d;
}

.bg-primary-light{
    background-color: #daeaf7 !important;
}

.bg-danger-light{
    background-color: #f5ddde !important;
}

.bg-warning-light{
  background-color: #f3f0d6 !important;
}

.dropdown-header{
    background-color: #efefef;
}

/* File Manager */
.folder-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 175, 240, 0.35) !important;
}

.folder-item.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 175, 240, 0.85) !important;
}

.file-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 175, 240, 0.35) !important;
}

.file-item.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 175, 240, 0.85) !important;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1750ms infinite linear;
  border-radius: 0.5em;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* enable carousel handle multiple cards */
/*
@media screen and (min-width:576px) {
  .carousel-inner {
    display: flex;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/3);
  }
}

.carousel-inner {
  padding: 1em;
}
*/

