@charset "utf-8";
body {
  background-color: #f5f7f6;
  color: #666666;
}
#logo {
  display: inline-block;
  float: none;
  margin: 10px -15px;
}
.tag-menu {
  height: 60px;
  line-height: 60px;
  text-align: center;
  user-select: none;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
}
.tag-menu-item {
  font-size: 16px;
  height: 100%;
}
.tag-menu-item > a {
  display: inline-block;
  width: 100%;
}
.tag-menu-item > a:link,
.tag-menu-item > a:active,
.tag-menu-item > a:visited,
.tag-menu-item > a:hover {
  text-decoration: none;
  color: #000;
}
.dropdown-menu a:link,
.dropdown-menu a:active,
.dropdown-menu a:visited,
.dropdown-menu a:hover {
  background: none;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
}
.login-reg {
  border: 0;
  background-color: #50b8ea;
  color: #fff;
}
.menu_active {
  border-bottom: 4px solid #50b8ea;
}
.total {
  text-align: center;
}
.dropdown-menu {
  top: 59px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0px;
  width: 250px;
  text-align: left;
  font-size: 1.2em;
}
.dropdown-menu a {
  background: none !important;
}
.dropdown-menu > li > a {
  padding: 3px 40px;
}
.divider {
  margin: 0px !important;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #ccc !important;
}
#page-content-wrapper {
  padding: 0 !important;
}
.dropdown a {
  position: relative;
  height: 100%;
}
.menu-icon {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bodyContent {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding: 0px;
}
/*@media screen and(max-width: 1000px) {
  .dropdown{
    display: none;
  }
}
@media screen and(max-width: 1010px) {
  .login{
    display: none;
  }
}*/
#user,
#user-copy {
  float: right;
  height: 42px;
}
#user-header,
#user-header-copy {
  cursor: pointer;
  height: 100%;
}
#user-header > img,
#user-header-copy > img {
  float: left;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #user-header > img,
  #user-header-copy > img {
    height: 30px;
  }
}
@media (min-width: 992px) {
  #user-header > img,
  #user-header-copy > img {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  #user-header > img,
  #user-header-copy > img {
    height: 30px;
  }
}
@media (min-width: 1330px) {
  #user-header > img,
  #user-header-copy > img {
    height: 30px;
  }
}
@media (min-width: 1440px) {
  #user-header > img,
  #user-header-copy > img {
    height: 30px;
  }
}
@media (min-width: 768px) {
  #user-header > img,
  #user-header-copy > img {
    width: 30px;
  }
}
@media (min-width: 992px) {
  #user-header > img,
  #user-header-copy > img {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  #user-header > img,
  #user-header-copy > img {
    width: 30px;
  }
}
@media (min-width: 1330px) {
  #user-header > img,
  #user-header-copy > img {
    width: 30px;
  }
}
@media (min-width: 1440px) {
  #user-header > img,
  #user-header-copy > img {
    width: 30px;
  }
}
#user-header > div,
#user-header-copy > div {
  width: 110px;
  margin-left: 5px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
  float: left;
  height: 30px;
}
#user-info,
#user-info-copy {
  box-shadow: 1px 1px 2px #999999;
  background: white;
  opacity: 0.9;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  float: right;
  width: 120px;
}
#user-info > a > div,
#user-info-copy > a > div {
  color: black;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
#user-info > a > div:hover {
  background: #bedffb;
  color: #000000;
}
#user-info > a > div > img,
#user-info-copy > a > div > img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 20px;
}
