
html,
body {
    margin: 0;
    padding: 0;
    font: 14px / 1.4 sans-serif;
    color: #43454E;
}

a {
    color: #59b671;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a[target=_blank]:after {
        content: '';
        display: inline-block;
        width: 7px;
        height: 6px;
        margin-left: .3em;
        background: #fff;
        box-shadow: inset 0 0 0 1px #59b671, 1px -1px 0 #fff, 2px -2px 0 #59b671;
    }

h1,
h2,
h3,
p,
ul {
    margin: 0 0 19.6px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    color: #8d8d8d;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

ul,
li {
    padding: 0;
    list-style: none;
}

p {
    max-width: 50em;
}

.section {
    padding: 19.6px 19.6px 0;
}

    .section:after {
        content: '';
        display: block;
        margin-top: 19.6px;
    }

.section-bordered {
    border-bottom: 1px solid #e5e5e5;
}

.pd-logo {
    vertical-align: -4px;
    margin-right: 5px;
    border-radius: 2px;
}

.list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .list:after {
        content: " ";
        display: table;
        clear: both;
    }

    .list > li {
        position: relative;
        display: block;
    }

    .list a {
        position: relative;
        display: block;
        padding: 12px 10px;
        line-height: 1;
        color: inherit;
        text-decoration: none;
    }

        .list a:hover,
        .list a:focus {
            text-decoration: none;
            outline: none;
        }

.list--tabs {
    padding-left: 19.6px;
    padding-right: 19.6px;
    box-shadow: inset 0 -1px 0 #e5e5e5;
}

    .list--tabs a {
        padding: 7px 12px 15px;
        color: inherit;
        font-size: 14px;
    }

    .list--tabs li {
        float: left;
        border-bottom: 3px solid transparent;
        color: #8d8d8d;
        transition: border-color 0.2s, color 0.2s;
    }

        .list--tabs li:hover {
            color: #000;
        }

        .list--tabs li.active {
            color: #2e2f35;
            border-bottom-color: #59b671;
        }

        .list--tabs li.disabled {
            color: #e5e5e5;
            border-bottom-color: transparent;
        }

            .list--tabs li.disabled a {
                cursor: default;
            }

        .list--tabs li + li {
            margin-left: 10px;
        }

.tab-add {
    font-weight: bold;
    border-bottom-color: transparent;
}

.list--tabs .tab-add a {
    color: #59b671;
}

    .list--tabs .tab-add a:hover {
        color: #48a35f;
    }


.grid:after {
    content: '';
    display: table;
    clear: both;
}

.grid-item {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}

.w-50 {
    width: 50%;
}

.grid--spacing-lg {
    margin-left: -70px;
}

    .grid--spacing-lg > .grid-item {
        padding-left: 70px;
    }

.tokens-picker {
    max-width: 1280px;
}

.tokens-col {
    max-height: 300px;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

.tokens-list {
    border-top: 1px solid #e5e5e5;
}

    .tokens-list li {
        height: 40px;
        width: 100%;
        overflow: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
    }

.token-list__name {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    display:block;
    width:100%;
}

.token-list__name-clip {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tokens-list__del {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    justify-self: flex-end;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
    width: 50px;
    display:block;
}

    .tokens-list__del button {
        width: 40px;
        padding: 8px 0 0 0;
        opacity: .5;
        background: none;
        border: 0;
        cursor: pointer;
        transition: opacity .2s;
    }

        .tokens-list__del button:after {
            content: '\00d7';
            font-size: 24px;
            color: red;
        }

        .tokens-list__del button:hover {
            opacity: 1;
        }

.tokens-footer {
    white-space: nowrap;
}

.btn {
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    line-height: 1;
    transition: all .2s;
    outline: none !important;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}

    .btn[disabled] {
        opacity: .5;
    }

.btn-primary {
    background: #59b671;
    color: #fff;
    font-weight: bold;
}

    .btn-primary:hover {
        background: #48a35f;
    }

    .btn-primary:focus,
    .btn-primary:active {
        background: #3b874f;
    }

.btn-danger {
    background: #fff;
    box-shadow: inset 0 0 0 1px #d9534f;
    color: #d9534f;
}

    .btn-danger:hover {
        background: #d9534f;
        color: #fff;
    }

    .btn-danger:focus,
    .btn-danger:active {
        background: #be423e;
        color: #fff;
    }


.dialog-backdrop {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.dialog-window {
    flex: 0 1 400px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 3px;
}

.dialog-head {
    padding: 10px 20px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    border: 0;
    padding: 0;
    background: none;
    color: #999;
}

    .dialog-close:hover {
        color: #777;
        cursor: pointer;
    }

.dialog-body {
    padding: 30px 20px;
}

    .dialog-body select {
        box-sizing: border-box;
        height: 32px;
        width: 100%;
        padding: 5px 0 5px 10px;
        background: #fff;
    }

.dialog-footer {
    padding: 10px 20px;
    text-align: right;
}

.dialog-cancel-btn {
    float: left;
}

.add-entity-switch {
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
}

.add-entity-label {
    margin: 0 0 15px;
}

.search {
    padding: 4px 6px;
    border: 1px solid #c6c6c6;
    outline: none;
}

.token {
    display: inline;
    padding: 0 .1em 0;
    border-radius: 2px;
    background: rgba(253, 255, 112, 0.7);
    box-shadow: inset 0 0 1px #fce566;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #2e2f35 !important;
    display:block;
    float:right;
    order:2;
}

.token-name{
    display:inline;
    float:left;
    order:1;
}
.token-name-tree{
    display:inline !important;
    float:left;
    order:1;
}

@keyframes cover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#cover {
  background-image: url("../../../pandadoc_/Components/images/Spinner.gif");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
}


