/*.navbar{
    margin-bottom: 7rem;
} */

#wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 z-index: 1000;
}

#wrapper #content-wrapper {
 overflow-x: hidden;
 width: 100%;
 padding-top: 1rem;
 padding-bottom: 80px;
}


#content-wrapper {
  margin-left: 0px;
}

body.fixed-nav #content-wrapper {
 margin-top: 56px;
 padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
 padding-left: ;
}

@media (min-width: 768px) {
 body.fixed-nav #content-wrapper {
   padding-left: 225px;
 }
 body.fixed-nav.sidebar-toggled #content-wrapper {
   padding-left: 90px;
 }
}

.navbar-nav {
  height: 72px;
}

.navbar.fixed-top {
  z-index: 800;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #fff;
  background-image: none!important;
}

ul.sidebar.toggled > li.nav-item.active {
}

li.nav-item.active {
  background-image: linear-gradient(to right, #FF2335, #80121B);
}

/*.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}*/

.sidebar {
  background-color: #212529;
  min-height: calc(100vh)!important;
  z-index: 999;
  position: fixed;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
    position: absolute;
    bottom: 6%;
    left: 11%;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.nav-item .nav-link {
  display: flex!important;
}

.nav-link i.fas {
    font-size: 20px;
    padding-left: 3px;
    color: #fff;
}

.nav-link span {
  font-size: 1rem;
  display: block;
  margin-left: 8%!important;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.logo-sidebar{
  display: inline-block;
}

/*Acciones al hacer toggled*/

.toggled .logo-sidebar{
  display: none;
}

.toggled .ico-menu{
  margin-top: 24px;
}

/*Fin de acciones al hacer toggled*/

@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
  }

  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem 1.2rem;
    /*width: 225px;*/
  }
  .sidebar .nav-item .nav-link span {
    font-size: 1.5rem;
    display: inline;
    color: #fff!important;
    margin-top: 0.2rem;    
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 53px !important;
  }

  div#user-dropdpown {
    margin-bottom: 0rem;
    margin-top: 2rem;
  }

  .sidebar.toggled .nav-item .nav-link span {
    display: none;
  }

  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

/*--SEARCH BUTTON--*/
/* The overlay effect with black background */
#search-button {
  background-image: linear-gradient(to right, #FF2335, #80121B);
  border-radius: 40px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  display: block;
  height: 40px;
  margin: 0 auto;
  padding: 4px;
  position: relative;
  text-decoration: none;
  width: 40px;
  border: none;
  font-size: 16px;
}

#search-button:hover {
  background: #fff;  
  color: #FF2335;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  background-color: rgb(16, 36, 56);
  background-color: rgba(17, 37, 58, 0.9);
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 3rem;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 3rem;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
/*--SEARCH BUTTON--*/

/*--NOTIFICATION SIDEBAR--*/
#triggerNotifications:hover {
  cursor: pointer;
}
#notificationSidebar {
    min-height: calc(100vh)!important;
    width: 22%;
    background-color: #fff;
    position: fixed;
    right: 0%;
    top: 0%;
    z-index: 900;
}

#detailSidebar {
    min-height: calc(100vh)!important;
    width: 22%;
    background-color: #fff;
    position: fixed;
    right: 0%;
    top: 0%;
    z-index: 900;
}

.container-fw {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;  
}


.notificationHeader {
    background-image: linear-gradient(to right, #FF2335, #80121B);
    height: 86px;
}

.notificationHeader i{
    cursor: pointer;
}

#notificationSidebar h5 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #777777;
    text-transform: uppercase;
}

.notification-date p {
  color: #ED6A73;
  font-size: 10px;
}

.monthSeparator {
    height: 54px;
    background: #F5F5F5;
    padding-top: 21px;
    padding-left: 15px!important;
    margin-bottom: 15px;
}