.project-block {
  display: block;
  padding: 15px;
  background-color: #2a3039;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  border: 1px solid #2a3039;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .project-block:hover {
    border: 1px solid #6FB4CE; }

p.project-type {
  margin: 0;
  color: #8c96a5;
  font-style: italic;
  font-size: 13px; }

h5.project-name {
  margin: 0 0 5px 0;
  color: #9ba3b0;
  font-size: 16px; }

.transparent-bdr {
  border: 1px solid transparent;
  cursor: not-allowed; }

ul.project-time {
  margin: 0 auto -1px auto;
  width: 100%;
  border: 1px solid #373e4b;
  padding: 5px; }
  ul.project-time li {
    padding: 0 12px;
    margin: 5px 0;
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #373e4b;
    font-size: 12px; }
    ul.project-time li h3 {
      color: #6FB4CE;
      font-weight: 500;
      line-height: 100%;
      margin: 0; }
      ul.project-time li h3 sup {
        font-size: 50%;
        vertical-align: middle; }
    ul.project-time li p {
      margin: 0;
      padding: 0;
      color: #8c96a5;
      font-weight: 400; }
    ul.project-time li:last-child {
      border-right: 0; }
    ul.project-time li:nth-child(2) h3 {
      color: #BF7A6A; }

ul.project-footer {
  padding: 5px 10px;
  border: 1px solid #353C48; }
  ul.project-footer li {
    width: 33.33%;
    padding: 3px 12px 0 12px;
    float: left;
    border-right: 1px solid #353C48;
    font-size: 13px;
    font-weight: 500; }
    ul.project-footer li:last-child {
      border-right: 0;
      padding-right: 0; }
    ul.project-footer li:first-child {
      padding-left: 0; }
    ul.project-footer li .stats-infos {
      padding: 0;
      font-size: 16px;
      color: #8c96a5;
      font-weight: 400; }
      ul.project-footer li .stats-infos i {
        margin-right: 5px;
        font-size: 16px;
        vertical-align: baseline; }

.project-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  text-align: center;
  padding: 0 8px;
  font-size: 11px;
  color: #ffffff; }
  .project-btn:hover {
    color: #ffffff; }
  .project-btn:before {
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent; }
  .project-btn:after {
    position: absolute;
    left: -10px;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent; }
  .project-btn.completed {
    background-color: #A9BD7A; }
    .project-btn.completed:after {
      border-bottom: 10px solid #A9BD7A; }
    .project-btn.completed:before {
      border-top: 10px solid #A9BD7A; }
  .project-btn.cancelled {
    background-color: #BF7A6A; }
    .project-btn.cancelled:after {
      border-bottom: 10px solid #BF7A6A; }
    .project-btn.cancelled:before {
      border-top: 10px solid #BF7A6A; }
  .project-btn.hold {
    background-color: #D2A968; }
    .project-btn.hold:after {
      border-bottom: 10px solid #D2A968; }
    .project-btn.hold:before {
      border-top: 10px solid #D2A968; }