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



.panel-header-xlg{
  height: 75vh;
}
.panel-header-flg{
  height: 100vh;
}
.panel-header-xslg{
  height: 40vh;
}
.panel-header-xsslg{
  height: 50vh;
}
/**
*   LOGO ANIMATION
**/
@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;
}

/**
*   HEARTBEAT
**/
@keyframes heartbeat {
    0% {
        transform: scale(1.5,1.5);
    }
    50% {
        transform: scale(0.8,0.8);
    }
    100% {
        transform: scale(1.5,1.5);
    }
}
.heartbeat-active{
 animation-delay: 1s;
 animation: heartbeat 1s ease-in-out infinite;
}

/**
*   PANEL HEADER RESIZE
**/

@keyframes panel-header-resize-sm {
   0% {
       height: 135px;
   }
   100% {
       height: 380px;
   }
}

@keyframes panel-header-resize-lg {
   0% {
       height: 380px;
   }
   100% {
       height: 135px;
   }
}
.panel-header-lg{
 animation: panel-header-resize-sm .5s ease-in-out;
}
.panel-header-sm{
 animation: panel-header-resize-lg .5s ease-in-out;
}

/** PROGRESS **/
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #061E4D;
  border-radius: 0px;
  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:  #061E4D;
}
.progress .indeterminate {
    background-color: #fdf031;
}
/**          **/

.sidebar-image{
    background-image: url(/assets/img/shvel-tall.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
.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;
}
.modal-dialog-md {
    max-width: 40%;
    margin: 30% auto;
}

.modal-dialog-wide {
    max-width: 70%;
    margin: 30px auto;
    margin-right: 10%;
}

.btn-excel{
  background-color: #297249 !important;
}
.btn-pdf{
  background-color: #A20010 !important;
}
.btn-fw{
  width: 100% !important;
}
.sidebar[data-color="gray"]:after, .off-canvas-sidebar[data-color="gray"]:after {
    background: #00155b;
    opacity: .85;
}

.off-canvas-sidebar[data-color=orange] .nav li.active>a:not([data-toggle=collapse]), .off-canvas-sidebar[data-color=orange] .nav li.active>a:not([data-toggle=collapse]) i, .sidebar[data-color=orange] .nav li.active>a:not([data-toggle=collapse]), .sidebar[data-color=orange] .nav li.active>a:not([data-toggle=collapse]) i {
    color: #f96332;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0 5px 35px 0 rgba(0,0,0,.3);
}
.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #fff;
}

.bootstrap-switch {
    background: rgba(0, 42, 247, 0.4);
}

td.muted-text{
  color: #ccc;
}
.card-link{
  text-transform: uppercase;
  color: #eb410a;
  font-size: 0.8em;
}

.btn-no-margin{
  margin:0;
}
