.body-white {
  background: #f0f0f0 !important;
}

/** top menu */
.navbar-brand {
  width: 160px;
  background-image: url("../images/logo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul#main-menu {
  margin-left: 20%;
}

ul#main-menu > li.menu-item {
}

ul#main-menu > li.menu-item a {
  color: #333;
  font-size: 18px;
}

ul.user-menu > li > a {
  padding: 6px 20px;
}

/** sub-menu */
ul.nav-tabs {
  border: none !important;
}

ul.nav-tabs li a,
ul.nav-tabs li a:hover,
ul.nav-tabs li a:focus {
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  padding: 4px 10px 0 10px;
  margin: 4px 10px 2px 10px;
  color: #333;
  text-decoration: none;
  background: none;
  border: none;
}

ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
  color: #4386f5;
  background-color: #f0f0f0;
  border: none;
  text-decoration: none;
}

div.tab-content {
  min-height: 500px;
  margin: 0 auto;
  margin-top: 0px;
  padding: 4px 20px;
  background: #fff;
  margin-top: 15px;
  box-shadow: 1px 1px 4px #ccc;
}

.pano-list {
  /* overflow-y: scroll; */
  padding-top: 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pano-list .pano-item {
  border-top: 1px solid #e0e1e9 !important;
  position: relative;
  height: 40px;
  line-height: 37px;
  display: block;
  padding: 0;
  border: 1px solid transparent;
  position: relative;
  height: 40px;
  line-height: 37px;
  display: block;
  padding: 0;
  border: 1px solid transparent;
}

.pano-item-title {
  border-top: none;
  position: relative;
  height: 40px;
  line-height: 37px;
  display: block;
  padding: 0;
  border: 1px solid transparent;
  position: relative;
  height: 40px;
  line-height: 37px;
  display: block;
  padding: 0;
  border: 1px solid transparent;
}

.pano-item .col {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  color: #888;
  font-size: 12px;
  text-overflow: ellipsis;
  text-align: center;
}

/** icon */
.pano-item .col.col1 {
  left: 0%;
  width: 4%;
}

/** title */
.pano-item .col.col2 {
  left: 4%;
  width: 16%;
  text-align: left;
}

/** tags */
.pano-item .col.col3 {
  left: 20%;
  width: 10%;
}

/** status */
.pano-item .col.col4 {
  left: 30%;
  width: 10%;
}

/** count_hit */
.pano-item .col.col5 {
  left: 40%;
  width: 10%;
}

/** count_like */
.pano-item .col.col6 {
  left: 50%;
  width: 10%;
}

/** create_time */
.pano-item .col.col7 {
  left: 60%;
  width: 15%;
}

/** opr */
.pano-item .col.col8 {
  left: 75%;
  width: 20%;
  text-align: right;
}

.btn-opr {
}

.btn-del {
  color: #aaa;
}

.btn-publish {
}

.btn-unpublish {
  color: burlywood;
}

.list-empty {
  margin-top: 100px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 720px) {
    .navbar .nav .user {
        text-align: center;
    }

    ul#main-menu > li.menu-item {
        float: left;
    }

    ul.user-menu {
        width: 100% !important;
        text-align: center;
    }
}
