.ust-progects-container {
  background-image: -webkit-linear-gradient(top left, #EEEEEE, #F8F8F8);
  background-image: -o-linear-gradient(top left, #EEEEEE, #F8F8F8);
  background-image: linear-gradient(to bottom right, #EEEEEE, #F8F8F8);
  background-size: 100% 100%;
  padding-top: 60px;
  min-width: 450px;
}

.progects-header {
  color: rgb(11,65,111);
  max-width: 800px;
  margin: 0 auto;
}

.progects-header div {
  text-indent: 20px;
}

.progects-table-container {
  max-width: 900px;
  margin: 25px auto;
}

table.ust-progect-table {
    border-radius: 10px;
    border-collapse: collapse;
    width: 100%;
}

table.ust-progect-table th, td {
    padding: 8px;
    height: 100%;
    vertical-align: middle;
}

table.ust-progect-table tr {
  transition: all 1s;
}

table.ust-progect-table tr:nth-child(even){
  background-color: #f2f2f2
}


table.ust-progect-table th {
    background-color: rgb(11,65,111);
    color: white;
    cursor: pointer;
    transition: all 1s;
}

table.ust-progect-table th:hover {
    background-color: rgba(0, 0, 200, .5);
}

table.ust-progect-table tr:hover {
  background-color: rgba(51,255,0,.2);
}

.progect-ti {
  text-indent: 20px;
}

@media screen and (max-width: 500px) {
  table.ust-progect-table th, td {
    padding: 5px 0 5px 0;
    font-size: .8em;
  }
  .ust-progects-container {
    padding-top: 85px;
  }
}


.ust-progects-tr.ng-move {
  /*
  * fade-in ../app.css
  */
  animation: 1s fade-in;
  z-index: 99;
}