/* Styles go here */


.btn {
    margin-right: 8px;
}

.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

    .angular-ui-tree-handle:hover {
        color: #438eb9;
        background: #f4f6f7;
        border-color: #dce2e8;
    }

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.fa:hover {
    cursor: pointer;
}

.evenrow {
    background-color: #ececec3b;
}

.Opacity0 {
    opacity: 0 !important;
}

.tdActivityHeader {
    height: 49px;
    border-bottom: 1px solid #d4d4d4;
}

.marginT10 {
    margin-top: 10px;
}

.cursor-text {
    cursor: pointer;
}
