.select2 { width:100%; }
#alertSuccess,#alertFailed { display:none}
.viewOnly{
    border-bottom:1px solid #000;
}
div.ui-tooltop{
    z-index: 99999 !important;
    left:500px !important;
}
.clickBtn{
    cursor:pointer;
}
    
#dataPO{
    overflow:auto;
}
.label-ls-project{
    color:red;
    font-weight:900px;
}
.label-pl-project{
    color:green;
    font-weight:900px;
}
.wrap-text {
    max-width: 300px;          /* batas lebar kolom */
    white-space: normal;       /* izinkan teks turun ke bawah */
    word-wrap: break-word;     /* pecah kata panjang */
    overflow-wrap: break-word; 
}
.select2-results__option {
    text-align: left !important;
}
/* Rata kiri teks pada elemen yang terpilih (di input Select2) */
.select2-selection__rendered {
    text-align: left !important;
}
.spinner {
    border: 3px solid #ccc;
    border-top: 3px solid #3498db;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.75s linear infinite;
    margin-right: 6px;
}
@keyframes spin { 100% { transform: rotate(360deg); } }
.text-80{
    font-size:80%;
}
.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
}
.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}
.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-muted {
    color: #6c757d !important;
}
.text-center {
    text-align: center !important;
}
.info-box .info-box-number {
    display: block;
    margin-top: .25rem;
    font-weight: 700;
}
.user-block .username {
    font-size: 15px;
    font-weight: 600;
    margin-top: -1px;
}
.user-block .comment, .user-block .description, .user-block .username {
    display: block;
    margin-left: 50px;
}
.description, .user-block .username {
    display: block;
    margin-left: 50px;
}
.link-black:focus, .link-black:hover {
    color: #e6e8ea;
}
.user-block{
    margin-bottom:3px;
}
.user-block img {
    float: left;
    height: 40px;
    width: 40px;
}
.img-circle {
    border-radius: 50%;
}
.img-bordered-sm {
    border: 2px solid #adb5bd;
    padding: 2px;
}
.text-black {
    color: #000000;
}
.status-legend .item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: #000000;
}
.status-legend .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.avatar {
    float: left;
    width: 35px;
    height: 35px;
    background-color: #4f46e5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.tab-name{
    padding-left:5px;
}