.nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-pills>li>a:hover {
    color: #337ab7;
    background-color: #fff;
}

.dropdown-menu {
    /*position: static*/
    left: 40px;
    top: 0px;
}

.pt-3 {
    padding-top: 1rem;
}




.apsTreeContainer {
    overflow: hidden; padding:0;  border:1px solid silver; height:500px;
}
.apsControlContainer {
    padding: 10px;
    width: 100%; position: absolute;
    display: inline-block; overflow: auto;
}
.apsControl {
    width: 100%; position: absolute;
    display: inline-block; overflow: auto;
}
.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}


#apsHierarchy {
    height: 250px; top: 0;
}
#apsFileOptions {
    height: 55px;   top: 245px;
    border-top-width: 1px; border-top-color: silver; border-top-style: solid;
}
#apsProperties {
    height: 195px;  bottom: 0;
    border-top-width: 1px; border-top-color: silver; border-top-style: solid;
}
#apsCreateBucket {
    height: 135px;   bottom: 0px;
    border-top-width: 1px; border-top-color: silver; border-top-style: solid;
    overflow: hidden;
}
#appbundlesTree, #appbundlesInfo, #activitiesTree, #activitiesInfo, #workitemsTree, #workitemsInfo {
    height: 363px;
    overflow: auto;
}
#workitemsTree {
    height: 203px;
    overflow: auto;
}
#chartCanvasContainer {
    width: 100%;
    height: 160px;
    position: relative;
}
#copyChartData {
    position: absolute;
    top: 0px;
    left: 2px;
    color: grey;
}
#copyChartData:hover {
    color: black;
}
.tab-pane {
    margin: 15px; 
}
#apsFormats {
    vertical-align: middle;
}
#apsUploadHidden {
    visibility: hidden;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn-primary.active {
    background-color: limegreen;
}
