body {
  background: #fefefe !important;
  font-family: 'Poppins', sans-serif;

}

a,
a:hover,
a:focus {
    color: #333333;
    text-decoration: none;
    transition: all 0.3s;
}

li.activeMenuItem {
    background-color: #ddd;

}

.container {
  max-width: 1300px !important;
}
/* responsively apply fixed position */
@media (min-width: 576px){
  #sidebar {
      position: fixed;
      top: 58px;
      bottom: 0;
  }
}

.page {
  width: 80%;
  margin-top: 55px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;    padding: 10px;
  min-height: 300px;
  box-sizing: border-box;
}

[class="80"] {
  width:80%;
  margin: 0 auto;
}

.alert alert-success {
  margin-top: 60px;
}
.reportName {
  background: #ad2828;
  color: #fff;
  padding: 10px 0px 10px 10px;
  /* margin-left: -40px; */
  width: 100%;
  font-size: 28px;
  margin-bottom: 30px;
}
.n {
  font-size: 20px;
}

.row {
  margin-left:0px !important;
  margin-right:0px !important;
  width: 100%;
}




/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  /*     display: flex;
   */    float:left;
  
      align-items: stretch;
  }
  
  #sidebar {
      padding-top: 0px;
      min-width: 180px;
      max-width: 180px;
      background: #fff;
      color: #fff;
      transition: all 0.3s;
  }
  
  #sidebar.active {
      min-width: 100px;
      max-width: 100px;
      text-align: center;
  }
  
  #sidebar.active .sidebar-header h3,
  #sidebar.active .CTAs {
      display: none;
  }
  
  #sidebar.active .sidebar-header strong {
      display: block;
  }
  
  #sidebar ul li a {
      text-align: center;
  }
  
  #sidebar a {
      color: #222222;
      font-size: 0.85em;
  }
  
  #sidebar.active ul li a {
      text-align: center;
      font-size: 0.85em;
  }
  
  #sidebar.active ul li a i {
      margin-right: 0;
      display: block;
      font-size: 1.8em;
      margin-bottom: 5px;
  }
  
  #sidebar.active ul ul a {
      padding: 10px !important;
  }
  
  #sidebar.active .dropdown-toggle::after {
      top: auto;
      bottom: 10px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
  }
  
  #sidebar .sidebar-header {
      padding: 30px 0px 15px 0px;
      background: #fff;
  }
  
  #sidebar .sidebar-header strong {
      display: none;
      font-size: 1.8em;
  }
  
  #sidebar ul.components {
      padding: 10px 0;
  }
  
  #sidebar ul li a {
      padding: 10px;
      font-size: 1.1em;
      display: block;
  }
  
  #sidebar ul li a:hover {
      color: #222222;
      background: #fff;
  }
  
  #sidebar ul li a i {
      margin-right: 10px;
  }
  
  #sidebar ul li.active>a,
  a[aria-expanded="true"] {
      color: #222;
      background: #eee;
  }
  
  a[data-toggle="collapse"] {
      position: relative;
  }
  
  .dropdown-toggle::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
  }
  
  ul ul a {
      font-size: 0.9em !important;
      padding-left: 30px !important;
      background: #eee;
  }
  
  ul.CTAs {
      padding: 20px;
  }
  
  ul.CTAs a {
      text-align: center;
      font-size: 0.9em !important;
      display: block;
      border-radius: 5px;
      margin-bottom: 5px;
  }
  
  a.download {
      background: #fff;
      color: #222;
  }
  
  a.article,
  a.article:hover {
      background: #222 !important;
      color: #222 !important;
  }
  
  /* ---------------------------------------------------
      CONTENT STYLE
  ----------------------------------------------------- */
  
  /* #content {
      width: 100%;
      padding: 20px;
      min-height: 100vh;
      transition: all 0.3s;
  } */
  
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
  
  @media (max-width: 768px) {
      #sidebar {
          min-width: 80px;
          max-width: 80px;
          text-align: center;
          margin-left: -80px !important;
      }
      .dropdown-toggle::after {
          top: auto;
          bottom: 10px;
          right: 50%;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
      }
      #sidebar.active {
          margin-left: 0 !important;
      }
      #sidebar .sidebar-header h3,
      #sidebar .CTAs {
          display: none;
      }
      #sidebar .sidebar-header strong {
          display: block;
      }
      #sidebar ul li a {
          padding: 20px 10px;
      }
      #sidebar ul li a span {
          font-size: 0.85em;
      }
      #sidebar ul li a i {
          margin-right: 0;
          display: block;
      }
      #sidebar ul ul a {
          padding: 10px !important;
      }
      #sidebar ul li a i {
          font-size: 1.3em;
      }
      #sidebar {
          margin-left: 0;
      }
      #sidebarCollapse span {
          display: none;
      }
  }



.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
