/*-- Global-Variable --*/
/*-- Userlist --*/
/*-- Map --*/
/*-- Icons --*/
/*-- Buttons --*/
/*-- Images --*/
/*-- Tabs --*/
/*-- Calendar --*/
/*-- Cards --*/
/*-- Dropdown --*/
/*-- Badges --*/
/*-- Carousel --*/
/*-- Tooltip & Popover --*/
/*-- Mansonry --*/
/*-- Rating --*/
/*-- Lightbox --*/
/*-- Pricing Table --*/
/*-- Bottom Spacing None --*/
/*-- Timeline --*/
/*-- Blockquote --*/
/*-- Navbar --*/
/*-- Form layout --*/
/*-- Form Wizard --*/
/*-- eCommerce Dashboard --*/
/*-- Morris chart --*/
/*-- Border Radius --*/
/*-- border-radius --*/
/*-- Box Shadow --*/
/*-- Animation --*/
/*-- Transform Rotate --*/
/*-- Filter --*/
/*-- All Keyframes --*/
/*-- Transform --*/
/*-- Transition --*/
/*-- Background-RGB --*/
/*-- Color-RGB --*/
/*-- Layout-Global-Css --*/
/*---- Header-Css-Start ----*/
#header {
  height: 80px !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999; }

.header-left {
  width: 180px; }

.logo {
  margin: 10px 0 10px 0;
  width: 100%;
  text-align: center; }
  .logo img {
    width: 100px; }

.left-menu-toggle {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 35px;
  padding: 5px 0 0;
  line-height: 20px; }

.float-default {
  float: left; }

.right-icon {
  border: solid 1px transparent;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 35px;
  line-height: 33px;
  margin-left: 10px;
  margin-top: 7px;
  text-align: center;
  width: 35px; }
  .right-icon > a {
    float: left;
    width: 33px;
    height: 33px;
    position: relative;
    z-index: 9999; }
    .right-icon > a:after {
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
      opacity: 0;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      content: '';
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    .right-icon > a:hover {
      background: rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .right-icon > a:hover:after {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms; }
  .right-icon i {
    color: #FFFFFF; }
  .right-icon span.mail-no {
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #333333;
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 15px;
    margin: -38px 0 0 18px;
    padding: 2px;
    text-align: center;
    width: 20px; }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.05), 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.05), 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }

.header-right {
  width: auto;
  float: right; 
  margin-top: 30px;
}

.user-dropdown {
  float: left;
  margin: 7px 20px 0 10px; }
  .user-dropdown .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    left: auto;
    margin-top: 7px;
    min-width: 280px;
    right: 0; }
    .user-dropdown .dropdown-menu .left-spacing {
      margin-left: 10px;
      border: none; }
    .user-dropdown .dropdown-menu .left-second-spacing {
      border: none;
      margin-left: 8px; }
    .user-dropdown .dropdown-menu .right-spacing {
      font-size: 14px;
      margin-right: 10px;
      line-height: 18px;
      color: #FFFFFF;
      border: 1px solid rgba(0, 0, 0, 0.1); }

.animation {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s; }

.dropdown-toggle.user-header {
  background: none;
  border: none;
  color: #FFFFFF; }
  .dropdown-toggle.user-header:hover, .dropdown-toggle.user-header:focus {
    color: #FFFFFF; }
  .dropdown-toggle.user-header img {
    width: 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

.userProfile {
  text-align: center; }
  .userProfile img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: 15px; }
  .userProfile h5 {
    padding-top: 5px; }
  .userProfile p {
    font-size: 14px; }

.label.label-success {
  background: #5cb85c !important; }

.label.label-danger {
  background: #d9534f !important; }

.label.label-info {
  background: #5bc0de !important; }

.userMessagedrop, .userChat {
  width: 330px;
  top: 47px;
  padding: 0; }
  .userMessagedrop.ps-container, .userChat.ps-container {
    position: absolute; }
  .userMessagedrop li, .userChat li {
    padding: 0; }
    .userMessagedrop li a, .userChat li a {
      display: block;
      position: relative;
      padding: 10px 20px;
      border-bottom: 1px solid #e9e9e9; }
      .userMessagedrop li a .media-left img, .userChat li a .media-left img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px; }
      .userMessagedrop li a .media-left .label, .userChat li a .media-left .label {
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        margin: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        line-height: 40px;
        background: #0099B0; }
        .userMessagedrop li a .media-left .label i, .userChat li a .media-left .label i {
          font-size: 20px;
          line-height: 40px; }
      .userMessagedrop li a .media-body, .userChat li a .media-body {
        width: auto; }
        .userMessagedrop li a .media-body h5, .userChat li a .media-body h5 {
          font-size: 16px;
          line-height: 20px; }
        .userMessagedrop li a .media-body p, .userChat li a .media-body p {
          font-size: 12px;
          line-height: 18px;
          padding: 0;
          margin: 0;
          color: #5d5d5d; }
        .userMessagedrop li a .media-body .status:after, .userChat li a .media-body .status:after {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          right: 20px;
          top: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }

.userMessagedrop li {
  display: block; }
  .userMessagedrop li a .meta-tag {
    line-height: 20px;
    position: absolute;
    right: 20px;
    top: 8px; }
    .userMessagedrop li a .meta-tag time {
      font-size: 12px; }

.messagetoggle {
  left: -220px;
  top: 47px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .messagetoggle .nav-tabs {
    padding: 2px 10px 0 4px; }
    .messagetoggle .nav-tabs .nav-item {
      padding-left: 0; }
      .messagetoggle .nav-tabs .nav-item:first-child a {
        border-top-right-radius: 0;
        border-top-left-radius: .25rem; }
      .messagetoggle .nav-tabs .nav-item a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }

.dropdown-menu.userChat {
  left: -170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 311px;
  overflow-y: auto; }
  .dropdown-menu.userChat li a .meta-tag {
    position: relative;
    line-height: 18px; }
    .dropdown-menu.userChat li a .meta-tag time {
      font-size: 12px; }

.dropdown-menu.messagetoggle, .dropdown-menu.userChat {
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }

.user-dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }

.dropdown-menu.show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible; }

.open > .drop-profile {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible; }

.link-btn {
  padding: 9px;
  font-size: 14px;
  line-height: 18px; }
  .link-btn:hover {
    font-size: 14px; }

.status.online:after {
  background: #0faf0f !important; }

.status.offline:after {
  background: #f73636 !important; }

/* Site Search */
.search-overlay {
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.3s; }
  .search-overlay .search {
    position: relative;
    margin: 0 auto 50px;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .search-overlay .search_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .search-overlay .search_box {
    position: absolute;
    width: 1000px;
    margin: 0;
    border: 0;
    left: 50%;
    top: 25%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: none;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .search-overlay .search_box .search-div {
      overflow: hidden;
      background: #CBCBCB;
      position: relative;
      z-index: 1;
      vertical-align: top; }
      .search-overlay .search_box .search-div .search-input-label {
        position: absolute;
        width: 100%;
        text-align: left;
        pointer-events: none;
        color: #FFFFFF;
        display: inline-block;
        float: right;
        font-weight: 700;
        text-transform: none;
        font-size: 25px;
        padding: 0 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .search-overlay .search_box .search-div .search-input-label:before {
          content: '';
          position: absolute;
          width: 30px;
          height: 30px;
          top: 50%;
          left: 20px;
          background: url(../../../../assets/global/image/search.svg) no-repeat center center;
          background-size: 100%;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
          transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
        .search-overlay .search_box .search-div .search-input-label .input-label-title {
          display: block;
          padding: 25px 0 0 40px;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
          transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
          position: relative;
          width: 100%; }
      .search-overlay .search_box .search-div .search_input:focus + .search-input-label::before, .search-overlay .search_box .search-div .input-focued .search-input-label::before {
        -webkit-transform: scale3d(70, 70, 1);
        transform: scale3d(70, 70, 1); }
    .search-overlay .search_box .search_input {
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      outline: none;
      z-index: 10;
      color: #333333;
      font-size: 35px;
      padding: 23px 20px;
      float: right;
      position: relative;
      display: block; }
    .search-overlay .search_box .search_input {
      display: block; }
    .search-overlay .search_box .search_input::-webkit-input-placeholder {
      color: #333333; }
    .search-overlay .search_box .search_input::-moz-placeholder {
      color: #333333; }
    .search-overlay .search_box .search_input:-ms-input-placeholder {
      color: #333333; }
    .search-overlay .search_box .search_input::placeholder {
      color: #333333; }
    .search-overlay .search_box .search-result {
      position: relative;
      overflow: hidden; }
      .search-overlay .search_box .search-result .search-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        overflow: hidden;
        padding-bottom: 15px; }
        .search-overlay .search_box .search-result .search-item:last-child {
          border: none; }
        .search-overlay .search_box .search-result .search-item .search-image {
          width: 150px; }
        .search-overlay .search_box .search-result .search-item .search-info {
          width: calc(100% - 150px);
          padding-left: 15px;
          color: #FFFFFF;
          text-align: left; }
          .search-overlay .search_box .search-result .search-item .search-info .title {
            color: #FFFFFF;
            font-size: 18px;
            line-height: 28px; }
          .search-overlay .search_box .search-result .search-item .search-info p {
            padding: 0; }
        .search-overlay .search_box .search-result .search-item .search-full {
          width: 100%; }
  .search-overlay.search-active {
    transform: scale(1); }
    .search-overlay.search-active .search_close {
      display: block; }
  .search-overlay .search_box a {
    position: absolute;
    right: 20px;
    font-size: 35px;
    top: 25px; }
    .search-overlay .search_box a i {
      color: #333333; }
  .search-overlay .search_close {
    right: 15px;
    color: #FFFFFF;
    font-size: 80px;
    top: 10px;
    pointer-events: auto;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    position: fixed; }

.search_input, .search_close {
  display: none; }

.rounded-admin .search_box {
  border-radius: 50px; }
  .rounded-admin .search_box i {
    line-height: 38px; }

@media (max-width: 1199px) {
  .search-overlay .search_box {
    width: 800px; } }

@media (max-width: 991px) {
  .search-overlay .search_box {
    width: 600px; }
  .user-dropdown {
    margin: 7px 15px 0 10px; } }

@media (max-width: 767px) {
  .messagetoggle {
    left: -220px; }
  .search-overlay .search_box {
    width: 400px;
    height: 65px;
    top: 50%; }
    .search-overlay .search_box .search_input {
      font-size: 25px;
      padding-top: 23px; }
    .search-overlay .search_box a {
      font-size: 30px;
      right: 15px;
      top: 17px; }
    .search-overlay .search_box .search-result {
      display: none; } }

@media (max-width: 479px) {
  .header-inner-right .dropdown-menu.userChat, .header-inner-right .messagetoggle {
    left: 0;
    margin: 0 7%;
    width: 86%;
    top: 54px; }
  .header-inner-right .userMessagedrop, .header-inner-right .userChat {
    width: 100%; }
  .search-overlay .search_box {
    width: 300px;
    top: 35%; }
    .search-overlay .search_box .search_input {
      font-size: 25px;
      padding: 23px 60px 23px 20px; }
    .search-overlay .search_box a {
      font-size: 25px;
      top: 17px; }
  .search-overlay .search_close {
    font-size: 50px; } }

/*---- Header-Css-Start ----*/
html, body {
  height: 100%;
  padding: 0;
  margin: 0; }

.cookie-consent-2.cookie-message {
  width: calc(100% - 0px); }

.isOut .cookie-consent-2.cookie-message {
  width: calc(100% - 250px); }

/*---------------------------

MATERIAL-NAVIGATION-MENU-START

---------------------------*/
#content-wrapper, .contain-inner, .header-width, .site-content-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px; }

#content-wrapper {
    margin-top: 30px;
}

body.nav-menu-hide #footer {
  width: 100%; }

body.nav-menu-hide #sidebar {
  left: -250px; }

body.nav-menu-hide #content-wrapper {
  margin-left: 0; }

body.nav-menu-hide .right-menu-toggle {
  display: none; }

.menu-title {
  color: rgba(233, 233, 233, 0.5);
  text-transform: uppercase; }
  .menu-title i {
    float: left;
    margin-right: 10px;
    line-height: 18px;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 3px; }
  .menu-title .main-menu {
    padding-left: 15px;
    padding-bottom: 15px; }
    .menu-title .main-menu li {
      text-transform: none; }
    .menu-title .main-menu .sub-item {
      padding: 0; }
  .menu-title.active {
    color: #FFFFFF; }

#sidebar .menu-title {
  padding-left: 10px;
  padding-top: 0; }

#sidebar .sidebar-search {
  width: 185px;
  float: right;
  margin-right: 10px;
  padding-top: 2px;
  position: relative; }
  #sidebar .sidebar-search input {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    padding-right: 35px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF; }
    #sidebar .sidebar-search input::-webkit-input-placeholder {
      color: #FFFFFF; }
    #sidebar .sidebar-search input::-moz-placeholder {
      color: #FFFFFF; }
    #sidebar .sidebar-search input:-ms-input-placeholder {
      color: #FFFFFF; }
    #sidebar .sidebar-search input:-moz-placeholder {
      color: #FFFFFF; }
  #sidebar .sidebar-search a {
    color: #FFFFFF; }
  #sidebar .sidebar-search .search-close {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #FFFFFF; }

.site-menu li::before:hover {
  color: #FFFFFF; }

.site-menu li {
  position: relative;
  list-style: outside none none; }
  .site-menu li.active > a {
    color: #FFFFFF; }
  .site-menu li a {
    display: block;
    line-height: 26px;
    padding: 15px;
    color: #a1a1a1;
    position: relative;
    font-size: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .site-menu li a:hover {
      font-size: 17px;
      line-height: 26px;
      color: #FFFFFF;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .site-menu li a .menu-item-icon {
      float: left;
      margin-right: 10px;
      line-height: 18px;
      font-size: 18px;
      vertical-align: middle;
      margin-top: 5px; }
    .site-menu li a .material-icon {
      margin-right: 15px;
      font-size: 19px; }
    .site-menu li a span {
      vertical-align: middle; }
      .site-menu li a span i {
        font-size: 13px;
        font-weight: 700; }

.sidebar-menu {
  height: 90%; }
  .sidebar-menu .site-menu li a {
    color: #FFFFFF; }
    .sidebar-menu .site-menu li a:hover {
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.1);
        /*background: #304d55;*/
    }
  .sidebar-menu .site-menu li.active > a {
    color: #FFFFFF; }

.site-menu li {
  padding-left: 0; }
  .site-menu li.nav-menu-icon a {
    background: #087380;
    color: #FFFFFF; }

body:not(.nav-menu-icon, .nav-menu-hide) .site-menu li .sub-menu {
  display: block; }

.site-menu li .sub-menu {
  display: none; }

.site-menu li.open > a {
  color: #FFFFFF; }
  .site-menu li.open > a span i:before {
    content: "\4b"; }

.site-menu li.open > .sub-menu {
  display: block; }

.site-menu .sub-item > .sub-menu {
  padding: 0 0 0 30px; }
  .site-menu .sub-item > .sub-menu li a {
    font-size: 15px;
    line-height: 20px; }
    .site-menu .sub-item > .sub-menu li a:before {
      content: "5";
      font-family: "ElegantIcons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-transform: none;
      position: relative;
      line-height: 1;
      right: 3px;
      top: 0; }
    .site-menu .sub-item > .sub-menu li a:hover {
        background: none;
        /*color: rgba(255, 255, 255, 0.5);*/
        color: #304d55;
    }

.site-menu .sub-item li a {
  border-bottom: 0; }

body.nav-menu-icon .sidebar-menu ul li .main-menu {
  position: absolute;
  background: #333333;
  width: 190px;
  left: 70px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0; }
  body.nav-menu-icon .sidebar-menu ul li .main-menu li a {
    padding: 8px 15px;
    font-size: 13px;
    text-align: left !important; }
    body.nav-menu-icon .sidebar-menu ul li .main-menu li a > span {
      display: inline-block !important; }
  body.nav-menu-icon .sidebar-menu ul li .main-menu li:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible; }

body.nav-menu-icon .sidebar-menu ul li .sub-menu {
  position: absolute;
  background: #333333;
  width: 190px;
  left: 70px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0; }
  body.nav-menu-icon .sidebar-menu ul li .sub-menu li:before {
    display: none; }
  body.nav-menu-icon .sidebar-menu ul li .sub-menu li:after {
    display: none; }

body.nav-menu-icon .sidebar-menu ul > li:hover > .main-menu {
  display: block;
  opacity: 1;
  visibility: visible; }

.main-menu .sub-menu {
  left: 190px !important; }

.nav-menu-hide .sub-menu {
  transition: visibility 0.25s ease 0s, opacity 0.25s ease 0s !important; }

ul.site-menu li.active > a span i:before {
  content: "\4b"; }

.nav-menu-icon ul.site-menu li a span i:before {
  content: "\35"; }

/*---- CHANGE SCROLL COLOR ----*/
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail, .ps-container:hover > .ps-scrollbar-y-rail:hover {
  background: transparent !important; }

.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-x-rail:hover {
  background: transparent !important; }

.ps-container {
  position: relative;
  z-index: 99; }

.nav-menu-icon .sidebar-menu .ps-container {
  overflow: inherit !important; }

/*---------------------------

MATERIAL-NAVIGATION-MENU-END

---------------------------*/
.site-content-title:after {
  background: #e9e9e9; 
  content: "";
  height: 142px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

#footer {
  width: 100%; }

/*---- MENU EFFECT ----*/
#sidebar.material-menu {
  background: none;
  left: 0;
  position: absolute;
  width: 0;
}

.material_navbar {
  width: 50px;
  min-height: 40px;
  position: fixed;
  z-index: 10000;
  top: 60px;
  left: 20px;
  transform-origin: 100% 0;
  transition-property: min-height, width, top, left;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden; 
  margin-top:30px;
}

.material_navbar.open {
  width: 250px;
  min-height: 100%;
  top: 50px;
  left: 0; }

.material_navbar_form {
  width: 100%;
  height: 40px;
  margin: 0 auto 15px auto;
  position: relative;
  transition-property: width, height, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.material_navbar.open .material_navbar_form {
  width: 100%;
  transform: translate3d(0px, 1.2em, 0px);
  margin-bottom: 15px; }

.material_navbar_content {
  width: 250px;
  overflow: hidden;
  position: absolute;
  height: 100%; }

/* Menu */
#material_navbar .hamburger {
  height: 40px;
  line-height: 52px;
  padding: 0;
  text-align: center;
  width: 40px; }

.hamburger-inner, .hamburger-inner, .hamburger-inner {
  width: 30px;
  height: 3px; }
  .hamburger-inner:after, .hamburger-inner:before, .hamburger-inner:after, .hamburger-inner:before, .hamburger-inner:after, .hamburger-inner:before {
    width: 30px;
    height: 3px; }

#material_navbar .hamburger-box {
  display: block;
  height: 40px;
  padding-left: 10px;
  width: 100%; }

.hamburger-box .hamburger-inner {
  background: #FFFFFF; }

.hamburger-inner::before, .hamburger-inner::after {
  background: #FFFFFF; }

.hamburger-inner::before {
  top: -8px; }

.hamburger--emphatic .hamburger-inner::after {
  top: 8px; }

/* Overlay */
.material-left-back {
  position: fixed;
  top: 0;
  width: 250px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin-left: -250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.animation-menu {
  margin-left: 0; }

.material-contain {
  margin-left: 320px; }

.contain-inner.dashboard-v2 {
  margin: 0; }

/*---- MENU EFFECT ----*/
/*----- START-RESPONSIVE-----*/
@media (min-width: 1200px) and (max-width: 1620px) {
  .material_navbar {
    top: 100px; } }

@media (max-width: 1199px) {
  .material_navbar {
    top: 100px; }
  .divider-lg-spacing {
    clear: inherit;
    height: 0; } }

@media (max-width: 991px) {
  .divider-lg-spacing {
    clear: both;
    height: 25px; } }

@media (min-width: 480px) {
  .logo {
    margin: 10px 0 10px 10px;
    text-align: left;
    width: auto; } }

@media (max-width: 767px) {
  .material_navbar {
    top: 75px; }
  /*---- Left Side Menu  ----*/
  .nav-menu-hide #footer {
    width: 100%; }
  .nav-menu-icon .ps-container {
    overflow: hidden !important; }
  .wrapper #content-wrapper {
    margin-left: 0; }
  .wrapper #footer {
    width: 100%; }
  .nav-menu #sidebar {
    left: -90px; }
  .content {
    clear: both; }
  .breadcrumb {
    width: 100%;
    text-align: center;
    padding: 0; }
  .breadcrumb-item {
    display: inline-block;
    float: none; }
  .content-title-main {
    padding-left: 0;
    width: 100%;
    text-align: center; }
  /*---- Header And Breadcrumb  ----*/
  .header-left {
    float: left; }
  .breadcrumb {
    margin-bottom: 15px; }
  body.nav-menu-icon #sidebar {
    left: -250px; }
  body.nav-menu-icon #content-wrapper {
    margin-left: 0; }
  body.nav-menu-icon .right-menu-toggle {
    display: none; } }

@media (max-width: 479px) {
  .material_navbar {
    top: 5px; }
  #sidebar {
    z-index: 9999; }
  .material_navbar.open {
    top: -30px; }
  /*---- Header And Breadcrumb  ----*/
  .header-left {
    width: 100%; }
  #sidebar {
    top: 105px; }
  .header-right {
    background: #398da0;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%; 
    margin-top:-6px;
  }
  .float-default {
    float: left; }
  .user-dropdown {
    float: left; }
  #main {
    padding-top: 105px; }
  .user-dropdown {
    margin-top: 0; }
  .right-icon {
    margin-top: 0; }
  .header-inner-right {
    float: right; }
  /*---- Header And Breadcrumb  ----*/ }

/*---- END RESPONSIVE ----*/
