/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a.pg-approve-btn,
.pg-project-asign-btn{
    margin-right: 4px;
}

div#pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    width: 100%;
}

div#pagination-container button
{
    margin: 0px 4px;
}

div#pagination-container button[disabled]{
    opacity: 0.4;
    cursor: not-allowed;
}

.group-popup-container{
   text-align: left;
}

#pm-assign-project-popup .group-popup-container .pg-info-message{
    padding-left: 16px;
}

#pm-assign-project-popup .pm-popup-title {
    text-align: left;
}

#pg-projects #project-container table.pg-group-members tr th{
        font-weight: 600;
}
#pg-projects #project-container table.pg-group-members tr td{}

.pmagic .pm-group-view .pm-section-nav-vertical ul li a.active{
    color:#000;
}

#pm-project-status-popup .pm-popup-title{
    text-align: left;
}

#pg_project_status_change .pg-info-message{
    padding-left: 16px;
}

#pg-member-projects #project-container{
    margin-top: 40px;
}

#pg-member-projects #project-container table tr th{
    font-weight: 600;
}

.pg-view-project-file{
    display: flex;
    align-items: center;
}

.pg-view-project-file svg{
    margin-right: 4px;
}