﻿.CardWrapper {
    background-color: #fefefe;
    color: #333;
    height: 250px;
    padding: 15px 0;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.CardWithScroll {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
    height: 100%;
}
.code-copy,
.tree-actions {
    color: #505050;
    background-color: #dedede;
    position: absolute;
    top: -23px;
    right: 0;
    font-size: 0.72rem;
    border-top-left-radius: 5px;
    height: 22px;
    line-height: 22px;
}
.code-copy:hover,
.tree-actions > div:hover {
    background-color: #eeeeee;
}
.code-copy {
    padding: 0px 13px;
    vertical-align: middle;
}
.tree-actions {
    padding: 0;
}
.tree-actions > div {
    font-size: 1rem;
    padding: 0px 13px;
    text-decoration: none;
}

.tree-actions.drop {
    padding: 0;
    margin: 0;
}
.tree-actions.drop > div {
    padding: 0;
    margin: 0;
}
.tree-actions.drop > div > select {
    background-color: #eeeeee;
    line-height: 20px;
    max-height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 0.70rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.tree-actions.code > div {
    font-size: 0.74rem;
    padding: 0px 13px;
    text-decoration: none;
}

.empty-list:empty:before,
.empty-list span.ListRecords:empty:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    font-size: 19px;
    color: rgba(0,0,0,0.2);
    vertical-align: middle;
}
.empty-list:empty:after,
.empty-list span.ListRecords:empty:after {
    content: "empty";
    font-size: 18px;
    color: rgba(0,0,0,0.4);
    padding-left: 7px;
    vertical-align: middle;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

empty-list ListRecords