body {
    font-size: 14px;
}

.navbar-brand {
  padding: 12px 15px;
}
.modal-header {
  background-color: #f0f0f0;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px; }

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 2px; }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  
.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blank5 {
    height: 5px;
}

.blank10 {
    height: 10px;
}

.blank20 {
    height: 20px;
}

.box-inner {
    border-radius: 2px;
    background: #fff;
    padding-bottom: 0px;
    box-shadow: 0 1px 2px #eaeaea;
    border: 1px solid #ddd;
    padding-bottom: 20px;
}

.page-header {
    margin: 0px 0 15px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e7e9ec;
}

.page-header h3 {
    margin-right: 15px;
}

.page-header .btn {
    margin-top: 18px;
    margin-bottom: 18px;
}

/** upload */
.swfu {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  vertical-align: bottom; }

.swfu .publish-detail-item {
  width: auto;
  vertical-align: top; }

.swfu .modal-content {
  padding: 15px 20px; }

.swfu .p-note {
  display: inline-block;
  max-width: none;
  position: static; }

.swfu cite {
  font-style: normal; }

.swfu .postimg {
  width: 100%;
  padding: 0px;
  margin: 0px; }

.swfu .postimg-item {
  display: block;
  float: left;
  background: url(/static/img/loading.gif) 74px 74px no-repeat;
  height: 220px;
  width: 190px;
  position: relative;
  margin-bottom: 10px; }

.swfu .postimg-item-img {
  display: block;
  width: 180px;
  height: 180px;
  border-bottom: none; }

.swfu .postimg-item-status {
  background: #eee;
  display: block;
  width: 180px;
  padding: 5px 0;
  border-top: none;
  text-align: center;
  font-size: 12px; }

.swfu .postimg-item-status .status-button {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  background: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 2px;
  color: #444;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 12px; }

.swfu .postimg-item-status .status-button:disabled {
  background-color: #fff;
  color: #cecdcb; }

.swfu .postimg-item-status .status-button:disabled.cover {
  color: #f46; }

.swfu .postimg-status-del {
  position: absolute;
  top: -5px;
  right: 5px;
  height: 20px;
  width: 20px;
  font-size: 15px;
  border-radius: 10px;
  line-height: 16px;
  color: #fff;
  background: #f46;
  text-align: center;
  cursor: pointer;
  text-decoration: none; }

.swfu .p-label {
  padding: 8px 0; }

/** end upload */
.footer {
    
    padding-top: 40px;
    padding-bottom: 40px;
    color: #959599;
    font-size: 9pt;
    background: #353535;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

