﻿.custom-tree {
    list-style-type: none;
    float: left;
}

.custom-tree a:hover {
    text-decoration: none;
}

.custom-tree ul {
    list-style-type: none;
    margin-top: 3px;
}

.custom-tree > ul {
    padding-left: 0px;
}

.custom-toggle {
    background-color: #878787;
    color: #FFFFFF;
    padding:2px 2px 2px 2px;
    margin-right: 4px;
}

.custom-toggle:hover {
    cursor: pointer;
    background-color: #6B6B6B;
}

.custom-tree-button, .custom-tree-button-nolink {
    border-radius: 3px;
    padding: 3px;
    color: #6B6B6B;

}

.custom-tree-button {
    cursor: pointer;
    font-weight: bold;
}

.custom-tree-button:hover {
    color: #878787;
    font-weight: bold;
}

.glyphicon-padding {
    height: 14px;
    padding-right: 22px;
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#loading {
    font-size:20px;
}
