    a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab {
    font-family: 'Poppins', sans-serif;
    display: table;
    border-radius: 0;
    width: 100%;
}
.vertical-tab > .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    padding: 10px 0;
    border: none;
}
.vertical-tab > .nav-tabs li{ float: none; }
.vertical-tab > .nav-tabs li a{
    color: #fbba00;
    background-color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 1px 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab > .nav-tabs li a:hover,
.vertical-tab > .nav-tabs li.active a:focus,
.vertical-tab > .nav-tabs li.active a,
.vertical-tab > .nav-tabs li.active a:hover{
    color: #fff;
    background-color: #333;
    border: none;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.vertical-tab > .nav-tabs li a:before{
    content: '';
    background-color: #005a77;
    height: 100%;
    width: 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 0 5px rgba(138,181,23,0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab > .nav-tabs li a:hover:before,
.vertical-tab > .nav-tabs li.active a:before{
    width: 104%;
}
.vertical-tab > .tab-content{
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px 25px;
    display: table-cell;
    border: 5px solid #005a77;
    border-radius: 0 15px 15px 0;
}
.vertical-tab > .tab-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}
 h4, h5, h6{
            margin-top: 0px !important;
    margin-bottom: 10px;
    }
    
tr.goal_tr:hover {
    background-color: #ccccccd4;
    cursor: pointer;
}
.progress-bar{position: relative;}
.my-centered{
    position: absolute;
    display: block;
    width: 100%;
  }
.pr_row{
    width: 100%;
    display: inline-block;
    padding: 15px;
}
tr.child_row td:first-child{padding-left: 20px;}
#upload_doc_from{display: flex;}

@media only screen and (max-width: 479px){
    .vertical-tab{
        padding: 0;
        margin: 0;
    }
    .vertical-tab > .nav-tabs{
        width: 100%;
        padding: 0;
        display: block;
    }
    .vertical-tab > .nav-tabs li a:hover:before,
    .vertical-tab > .nav-tabs li.active a:before{
        width: 100%;
        border-radius: 0;
    }
    .vertical-tab > .tab-content{
        font-size: 14px;
        margin-top: 0;
        border-radius: 0;
        display: block;
    }
    .vertical-tab > .tab-content h3{ font-size: 18px; }
}