@import '../../sass/conf/conf';

.page-top {
  background: linear-gradient(#f8f8f8,#eee);
  position: fixed;
  color: #414141;
  z-index: 99999;
  box-shadow: 0 3px 1px -1px rgba(0,0,0,0.05);
  text-shadow: 0 1px 1px rgba(255,255,255,0.9);
  border-bottom: 1px solid #d5d5d5;
  height: 60px;
  line-height: 60px;
  width: 100%;
  min-width: $resMin;

  .dropdown-toggle::after {
    display: none;
  }
}

.blur {
  .page-top.scrolled {
    background-color: rgba(black, 0.85)
  }
}

.title-page {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
}

a.collapse-menu-link {
  font-size: 31px;
  height: 60px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 42px;
  color: #c8c8c8;
  padding: 0;
  float: left;
  padding: 11px 16px 0 16px;
  border-right: 1px solid #d5d5d5;

  &:hover {
    text-decoration: none;
    color: #414141;
    background: #f1f1f1;
  }
}

.leng {
    display: inline-block;
    float: right;
    margin-right: 15px;
    height: 60px;
}
