.mycol-l {
  padding-left: 0;
  padding-right: 15px;
}

.content_table {
  padding-top: 20px;
}

.table a {
  color: #001f31;
  font-size: 14px;
  text-decoration: none;
}
.table a:hover {
  text-decoration: none;
}
.table-hover tbody tr:hover {
  background-color: #6CB9E8 !important;
  cursor: pointer;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #CFE2F0;
}
.table-error a, .table-error p {
  color: #ED1C24;
}
.table-perfectly a, .table-perfectly p {
  color: #268225;
}

.table-message {
  display: block;
  float: right;
  margin-right: 50%;
  background: url(../images/project-t/message2.png) no-repeat;
  width: 28px;
  height: 22px;
  color: #ffffff !important;
  font-size: 12px !important;
  text-align: center;
}

.menu-exit {
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  height: 18px;
  width: 21px;
  background: url(../images/project-t/exit.png) no-repeat;
}
.menu-exit:hover {
  cursor: pointer;
  background: url(../images/project-t/exit_hover.png) no-repeat;
}
.menu-info {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  float: right;
  margin-right: 40px;
  padding-top: 3px;
  padding-left: 25px;
  color: #ffffff;
  background: url(../images/project-t/inform.png) 0 3px no-repeat;
}
.menu-info:hover {
  cursor: pointer;
  background: url(../images/project-t/inform_hover.png) 0 3px no-repeat;
  text-decoration: none;
  color: #6CB9E8;
}

.sort, .desc {
  display: inline-block;
  background: url(../images/project-t/up-down.png) no-repeat;
  width: 15px;
  height: 11px;
  margin-left: 15px;
}

.desc {
  background: url(../images/project-t/down.png) no-repeat;
}

tfoot tr td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.paging {
  border-top: 2px solid #DDDDDD;
}

.pagination {
  margin-top: 10px;
}

.page-total {
  color: #23527c;
  font-weight: 600;
  font-size: 14px;
  margin-top: 18px;
}
.page-total select.page-select {
  border: 0px solid transparent;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -ms-appearance: none;
  appearance: none !important;
  background: url(../images/project-t/arrowB.png) 97% 50% no-repeat;
  height: 20px;
  width: 50px;
}

.info-block {
  position: absolute;
  top: 98px;
  right: 20px;
  background-color: #ffffff;
  width: auto;
  max-width: 800px;
  box-shadow: 1px 1px 13px 5px #b4b4b4, -1px 1px 13px 5px #b4b4b4;
  z-index: 100;
  color: #697076;
  font-size: 13px;
  border-radius: 0 0 8px 8px;
}
.info-block__title {
  min-height: 30px;
  background-color: #1774B8;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  border-bottom: 1px solid #636363;
}
.info-block__text {
  padding: 10px;
  font-weight: 600;
  line-height: 16px;
}
.info-block__text a {
  color: #536881;
}
.info-block__close {
  display: block;
  cursor: pointer;
  margin-top: -12px;
  margin-right: -14px;
  float: right;
  width: 29px;
  height: 29px;
  background: url(../images/project-t/close.png) no-repeat;
}

.project-filter {
  margin-bottom: 10px;
}
.project-filter__expanded {
  margin-bottom: 10px;
}
.project-filter__butt {
  margin-bottom: 10px;
}
.project-filter__butt-btn {
  width: 160px;
  height: 28px;
  color: #ffffff;
  border: 0px solid transparent;
  border-radius: 6px;
  margin-right: 10px;
  background-color: #0d74bb;
  margin-bottom: 10px;
}
.project-filter__link {
  margin-bottom: 20px;
}
.project-filter__link a:hover {
  color: #337ab7;
}

@media (max-width: 768px) {
  .project-filter__item {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=project.css.map */
