@import url(https://fonts.googleapis.com/css?family=Nunito);


.panel-header-xlg{
  height: 75vh;
}

@keyframes resize {
    0% {
        transform: scale(1.05,1.05);
    }
    50% {
        transform: scale(0.9,0.9);
    }
    100% {
        transform: scale(1.05,1.05);
    }
}
#main-logo{
 animation-delay: 2s;
 animation: resize 6s ease-in-out infinite;
}

/** PROGRESS **/
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

#top-progress{
  margin:0;
  background-color:  #000;
}
.progress .indeterminate {
    background-color: #fdf031;
}
/**          **/

.sidebar-image{
    background-image: url(/assets/img/bg5.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
.sidebar[data-color="gray"]:after, .off-canvas-sidebar[data-color="gray"]:after {
    background: #2a0000;
    opacity: .8;
}
.logo-centered{
  margin: 0 auto;
}
.sidebar-user-lastname{
  font-size: 0.9em !important;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.sidebar-user-name{
  font-size: 0.8em !important;
  font-weight: bold;
}
.btn-excel{
  background-color: #297249 !important;
}
.btn-pdf{
  background-color: #A20010 !important;
}

.card-link{
  text-transform: uppercase;
  color: #eb410a;
  font-size: 0.8em;
}
small.text-white{
  color: white;
}