﻿.dottedTable {
    border-style: dotted;
    width: 600px;
    height: 100px;
    border: 1px dashed #0000ff
}
.dotted {
    border-style: dotted;
    width:100px;
    height: 100px;
    border: 1px dashed #0000ff
}

.showLine {
    float: left;
    height: 10px;
    width: 100%;
    border: 0;
    background: url(/images/xian.png) center bottom no-repeat;
}

.btn.btnPermission {
    display: inline-block;
    padding: 3px 8px;
    color: #ffffff !important;
    background-color: #818181;
    border: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}

.tokenVaultRow {
    cursor: pointer;
}
.breadcrumb_memberGo {
    background-color: #fff !important;
    /*margin-top: 20px !important;*/
    /* margin-bottom: 50px !important; */
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    font-size: 0.875rem;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border: 0rem !important;
}
.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}