﻿.render-body {
    background-color: #fff;
    padding-bottom: 1px;
}

.bg-black {
  padding-bottom: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 9;
}
.upgr-content {
  min-height: 400px;
  position: relative;
}
.upgr-list-wrap {
  min-height: 900px;
}

.upgr-type-list li {
    padding: 8px 16px;
    float: left;
    cursor: pointer;
    border-radius: 15px;
    margin: 0 10px 0 0;
    color: #333;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1;
    border: 0.5px solid #333;
}
.upgr-type-list li:last-child {
  margin-right: 0;
}
.upgr-type-list li:first-child {
  margin-left: 10px;
}

.upgr-bar {
}
.upgr-content table {
  width: 100%;
  table-layout: fixed;
}
.upgr-content table tr {
    background-color: #d8dbe0;
    border-bottom: 10px solid #fff;
    height: 90px;
}
.upgr-content table td {
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis; /*white-space: nowrap;*/
}
.upgr-content table td.date {
  text-align: center;
  width: 200px;
}
.date-m {
  display: none;
  font-size: 12px;
  color: #999;
}

.sercah-bar {
  padding: 2px 60px 2px 2px;
  position: relative;
  margin: 0 auto 20px;
}

.sercah-bar input,
.sercah-bar button {
  border: none;
  float: left;
  outline: none;
}
.sercah-bar input {
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  background-color: #fff;
}

.sercah-bar,
.sercah-bar button {
  background-color: #028be6 /*#00c1de*/;
}
.sercah-bar button {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.sercah-bar button:hover {
  background-color: #0099ff; /*#28d0e9*/
}

@media (max-width: 767px) {
  .upgr-content table td.date {
    display: none;
  }
  .date-m {
    display: block;
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .bg-black {
    padding-bottom: 25px /*60px*/;
  }
  .sercah-bar {
    width: 70%;
    margin-top: 50px;
  }
  .sercah-bar button {
    width: 100px;
  }
  .title-wrap {
    padding: 30px 0 !important;
  }
}
@media (min-width: 992px) {
  .upgr-content table td > a {
    padding-left: 40px;
  }
  .sercah-bar {
    width: 50%;
    margin-top: 50px;
  }
}
.upgr-content table td.date,
.upgr-content table td > a {
  color: #333;
  font-size: 16px;
}

.upgr-content table td > a:hover {
  color: #028be6;
}
.pagination-wrap {
  padding-top: 0px;
}
.pagination-wrap .pagination {
  margin-bottom: 10px;
}
