.app-dashboard {
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-dashboard-body {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.app-dashboard-top-nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          */
  background: #f6f6f6;
  height: 55px;
  width: 100%;
  -webkit-flex: 0 0 55px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  /*padding: .7rem .2rem;*/
  background-image: linear-gradient(#f6f6f6 0%, white 45%);
  border-bottom: 1px solid lightgrey;
}

.app-dashboard-top-nav-bar .menu-icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

.app-dashboard-title {
  position: relative;
  top: 0px;
}

.app-dashboard-logo {
  color: #fefefe !important;
  text-transform: uppercase;
  font-family: 'SourceSansProBold';
  font-size: 22px;
}

.app-dashboard-search-bar-container {
  position: relative;
}

.app-dashboard-search {
  background: #ffffff;
  border: 1px solid black;
  margin-bottom: 0;
  color: #000000;
}

.app-dashboard-search[type=search] {
  width: 20rem;
  border: 0.125rem solid #e6e6e6;
  /*! box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.18); */
  border-radius: 0;
  background-image: url("//image.ibb.co/i7NbrQ/search_icon_15.png");
  background-position: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  padding: 0.50rem 1.25rem 0.50rem 2rem;
  /*transition: width 0.4s ease-in-out;*/
}

/*
.app-dashboard-search[type=search]:focus {
  width: 100%;
}

.app-dashboard-search:active, .app-dashboard-search:focus {
  background: #ffffff;
}*/
.app-dashboard-search-icon {
  position: relative;
  color: #000000;
  right: 1.2rem;
  top: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.app-dashboard-top-bar-actions {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*! border-left: 1px solid #666; */
  margin-top: -.7rem;
  margin-bottom: -.7rem;
  padding-left: 5px;
}

.app-dashboard-top-bar-actions .admin-profile {
  color: #000000;
  font-size: 14px;
  padding: .5rem 0.9375rem;
}

.app-dashboard-top-bar-actions .admin-profile:hover, .app-dashboard-top-bar-actions .admin-profile:focus {
  background: rgba(254, 254, 254, 0.1);
}

#admin-profile-wrapper {
  display: flex;
  align-items: center;
}

#admin-profile-wrapper div img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 1rem;
  border: 1px solid #EEE;
}

#admin-profile-wrapper div span {
  display: block;
  font-size: 12px;
  color: #ddd;
}

.app-dashboard-top-bar-actions .fa-info-circle {
  color: #fefefe;
  font-size: 1.5rem;
}

#notification_icon {
  position: relative;
  font-size: 1.2rem;
  padding: 20px 1rem;
}

#notification_icon #setting_position {
  float: left;
  color: #c0bec1;
  margin-bottom: -8px;
  font-size: 22px;
}

#notification_icon #noti_count {
  background-color: #c72e2e;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  text-align: center;
  right: 5px;
  top: 9px;
}

#notification-dropdown {
  border: 1px solid #cacaca;
  padding: 5px;
  min-width: 420px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  border-radius: 4px !important;
}

#notification-dropdown .admin_title {
  display: block;
  padding: 4px;
  margin: 0;
  font-size: 13px;
  background: transparent;
  border-radius: 0;
  color: #363636;
  font-weight: bold;
  border-bottom: 1px solid #363636;
}

#notification-dropdown::before {
  content: "\A";
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #f9f9f9 transparent transparent;
  position: absolute;
  right: 20px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -12.5px;
  z-index: 1;
}

#notification-dropdown::after {
  content: "\A";
  border-style: solid;
  border-width: 10px 11px 10px 0;
  border-color: transparent #cacaca transparent transparent;
  position: absolute;
  right: 20.5px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -15px;
}

#notification-dropdown a.notification {
  color: #363636;
  font-size: 12px;
  padding: 5px;
  display: block;
  border-bottom: 1px solid #CCC;
}

#notification-dropdown a.notification:last-of-type {
  border-bottom: none;
}

#notification-dropdown #see_more {
  border-top: 1px solid #363636;
  padding-top: 8px;
  padding-bottom: 5px;
  color: #333;
  font-size: 13px;
}

#notification-dropdown #see_more a {
  color: #333;
}
}

.app-dashboard-sidebar {
  background-color: #fefefe;
  height: 100%;
  overflow-x: visible;
  overflow-y: auto;
  z-index: 1;
  transition: all 0.5s ease;
}

.app-dashboard-sidebar .app-dashboard-open-sidebar, .app-dashboard-sidebar .app-dashboard-close-sidebar {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
}

.app-dashboard-sidebar .app-dashboard-sidebar-close-button {
  font-size: 14px;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner {
  height: 100%;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  padding: 0 0 1rem;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu>li>a {
  align-items: center;
}

.app-dashboard-sidebar .fa.large {
  font-size: rem-calc(24);
  width: 40px;
}

#sidenav-admin-profile {
  display: none;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #333;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, .05), 0 1px 3px 0 rgba(63, 63, 68, .15);
  font-size: 1rem;
}

#sidenav-admin-profile #admin-profile {
  display: block;
  padding: 0.7rem 1rem;
}

#sidenav-admin-profile #admin-profile-wrapper {
  color: #333;
}

#sidenav-admin-profile #admin-profile-wrapper div span {
  color: #aaa;
}

.app-dashboard-sidebar-inner>ul {
  margin-top: 1rem;
}

.app-dashboard-sidebar-inner ul li {
  margin-bottom: 0rem;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu>li>a {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #ffffff;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu>li>a:active {
  background-color: #7fb8e4;
  box-shadow: 2px 0 0 #f4c900 inset;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu>li>a:hover {
  background-color: #7fb8e4;
  box-shadow: 2px 0 0 #f4c900 inset;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu>li>a i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

.app-dashboard-sidebar .fa.large {
  font-size: 1.5rem;
  width: 40px;
}

.reveal-for-medium .app-dashboard-open-sidebar {
  display: none;
}

.app-dashboard-sidebar-footer {
  background: rgba(42, 57, 79, 0.8);
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  width: 100%;
}

.app-dashboard-open-sidebar {
  text-align: center;
}

.app-dashboard-body-content {
  transition: all 0.5s ease;
  overflow-y: auto;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 30px 20px 20px;
  background-color: #fefefe;
}

.off-canvas-content.is-open-left.has-transition-push {
  overflow: visible;
}

.welcome-title {
  padding-left: 10px;
}

@media screen and (max-width: 40em) {
  .app-dashboard-title {
    top: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 58px);
  }

  .app-dashboard-body-content {
    padding: 10px;
  }

  .app-dashboard-top-bar-actions {
    padding: 0;
  }

  .app-dashboard-top-bar-actions .admin-profile {
    display: none;
  }

  .app-dashboard-logo {
    font-size: 18px;
  }

  #sidenav-admin-profile {
    display: block;
  }

  #notification-dropdown {
    left: 0 !important;
    width: 100%;
    min-width: unset;
  }
}

@media screen and (min-device-width: 40em) and (max-width: 63.9375em) {
  .app-dashboard.shrink-medium .app-dashboard-close-sidebar, .app-dashboard.shrink-medium .app-dashboard-sidebar-text {
    display: none;
  }

  .app-dashboard.shrink-medium .app-dashboard-open-sidebar {
    display: block;
  }

  .app-dashboard.shrink-medium .app-dashboard-sidebar {
    width: 200px;
  }

  .app-dashboard.shrink-medium .app-dashboard-sidebar .fa.large {
    width: auto;
  }

  .app-dashboard.shrink-medium .off-canvas-content {
    margin-left: 200px;
    width: calc(100% - 200px);
  }

  .app-dashboard.shrink-medium .navigation {
    margin-top: 2rem;
    text-align: center;
  }

  .app-dashboard.shrink-medium .menu.vertical>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-dashboard.shrink-medium .menu li::after {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .app-dashboard.shrink-medium .menu li a {
    padding: 0.75rem;
  }

  .app-dashboard.shrink-medium .menu li a svg {
    margin: 0;
  }

  .app-dashboard.shrink-medium .menu li a span {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .app-dashboard-title {
    width: 300px;
    height: 50px;
  }

  .app-dashboard-top-bar-actions {
    width: 300px;
  }
}

@media print, screen and (min-device-width: 64em) {
  .app-dashboard.shrink-large .app-dashboard-close-sidebar, .app-dashboard.shrink-large .app-dashboard-sidebar-text {
    display: none;
  }

  .app-dashboard.shrink-large .app-dashboard-open-sidebar {
    display: block;
  }

  .app-dashboard.shrink-large .app-dashboard-sidebar {
    width: 80px;
  }

  .app-dashboard.shrink-large .app-dashboard-sidebar .fa.large {
    width: auto;
  }

  .app-dashboard.shrink-large .off-canvas-content {
    margin-left: 80px;
    width: calc(100% - 80px);
  }

  .app-dashboard.shrink-large .navigation {
    margin-top: 2rem;
    text-align: center;
  }

  .app-dashboard.shrink-large .menu.vertical>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-dashboard.shrink-large .menu li::after {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .app-dashboard.shrink-large .menu li a {
    padding: 0.75rem;
  }

  .app-dashboard.shrink-large .menu li a svg {
    margin: 0;
  }

  .app-dashboard.shrink-large .menu li a span {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .app-dashboard-sidebar-text {
    color: white;
    font-size: 15px;
    padding: 0.7rem 1rem;
    margin-bottom: 1.5rem;
  }

  .side-heading {
    /*border: 1px solid #1a4d7f;*/
    width: 100%;
    margin-bottom: 1.5rem;
    height: 1px;
  }

  .side-title {
    padding-bottom: 1.5rem;
  }
}

.app-dashboard-sidebar-text {
  color: white;
  font-size: 15px;
  padding: 0.7rem 1rem;
  margin-bottom: 1.5rem;
}

.side-heading {
  /*border: 1px solid #1a4d7f;*/
  width: 100%;
  margin-bottom: 1.5rem;
  height: 1px;
}

.logo a img {
  height: 3rem;
  border-radius: 0;
  display: inline-block;
  padding: 0.3rem;
}