﻿.font-color-white {
    color: white !important;
}

.bg-royal {
    background-color: royalblue !important;
}

.bg-macro-selected {
    background-color: #95ED8B !important;
}

.font-success {
    color: green !important;
}

td.details-control {
    background: url('../images/dng/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../images/dng/details_close.png') no-repeat center center;
}

.treeview {
    font-size: 15px !important;
}

    .treeview .list-group-item {
        cursor: pointer
    }

    .treeview span.indent {
        margin-left: 10px;
        margin-right: 10px
    }

    .treeview span.icon {
        width: 12px;
        margin-right: 5px
    }

    .treeview .node-disabled {
        color: silver;
        cursor: not-allowed
    }

.node-treeview5 {
    color: #428bca;
}

    .node-treeview5:not(.node-disabled):hover {
        background-color: #F5F5F5;
    }
.pl-10 {
    padding-left: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}