.tf-project {
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url('../../../main/icons/background_3d.png') repeat;*/
}

/*======== ========= PROJECT ICON ========= =======*/
.tf-project-icon {
    position: absolute;
}

.tf-project-menu {
    position: absolute;
    top: 20px;
    right: 0;
    text-align: center;
    z-index: 9999999;
    background-color: white;
}

.tf-project-menu ul li a:hover {
    color: White;
    cursor: pointer;
    background-color: #172d5a;
}

.tf-project-name {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    z-index: 100;
    text-align: center;
}

.tf-project-name:hover {
    background-color: white;
}

.tf-project-detail {
    min-width: 300px !important;
    border-radius: 4px !important;
    border: 1px solid #D7D7D7;
}

/*ICON PUBLISH*/
.tf-project-icon-publish {
    position: absolute;
    width: 256px;
    height: 256px;
    margin-left: 50%;
    left: -128px;
    margin-top: 50%;
    top: -128px;
}

.tf-project-icon-publish .list-group {
    position: absolute !important;
    top: 20px !important;
    left: 0 !important;
}

.tf-project-icon-publish .list-group .list-group-item {
    padding: 0 !important;
    border: none !important;
    color: white !important;
    font-weight: bold;
    background: none;
}

.tf-project-icon-publish .list-group .list-group-item label {
    color: black !important;
    text-decoration: underline !important;
}
