.progress_bar{
    position: relative;
    background: #FAAE1F;
    height: 4px;
    margin-bottom: 30px;
}

.progress_bar .round{
    position: absolute;
    top: -9px;
    right: 0;
    width: 22px;
    height: 22px;
    background: #FFF;
    border: solid 4px #FAAE1F;
    border-radius: 50%;
    cursor: pointer;
}

.card.cc-admin-card{
    padding-top: 15px;
    padding-bottom: 15px;
}

.cc-admin-card.card-shadowed{
    -webkit-box-shadow: 1px 1px 5px rgba(152, 152, 152, 0.57);
          box-shadow: 1px 1px 5px rgba(152, 152, 152, 0.57);
}

.card.cc-admin-card, .cc-admin-card .card-header{
    border-radius: 15px;
}

.cc-admin-card .card-header h4{
    font-weight: 600;
}

.cc-admin-card.projects-list{
    margin-top: 15px;
}

.cc-admin-link-btn{
    display: inline-block;
    min-height: 45px;
    padding: 12px;
    margin: auto;
    border-radius: 25px;
    text-decoration: none !important;
    color: #FFF !important;
    -webkit-box-shadow: 2px 2px 5px rgba(27, 27, 27, 0.24);
            box-shadow: 2px 2px 5px rgba(27, 27, 27, 0.24);
    font-weight: bold;
    text-align: center;
}

.cc-admin-link-btn.btn-gradient{
    //-webkit-transition: background 4s; /* Safari */
    //-moz-transition: background 4s;
    //transition: background 4s;
    //background: #66cc66;
    
    background: linear-gradient(to right, #66ff99 , #66cc66);
    background: -moz-linear-gradient(to right, #66ff99 , #66cc66);
    background: -webkit-gradient(to right, #66ff99 , #66cc66);
}

.projects-list .table{
     border-bottom: #666666 solid 1px;
}

.projects-list .table th{
    border-top: none;
    border-bottom: #f8ad20 solid 1px;
    font-weight: normal;
    font-weight: normal;
    color: #666666;
}

.projects-list .table td{
     font-weight: bold;
}

.projects-list .table td:nth-child(1){
   text-decoration:  underline;
}

.projects-list .project-item-status{
    //background: grey;
    display: inline-block;
    min-height: 35px;
    border-radius: 25px;
    padding: 5px 15px;
    color: #FFF;
    text-align: center;
}

.project-item-status.send{
    background: #990033;
}

.project-item-status.create{
    background: #66cc66;
}