.brand-logo {
    display: block;
    max-height: none !important;
    height: 2.25rem;
    width: auto;
    margin: -1rem 0 -1rem 0;
}

.chain-left {
    width: 2rem;
    background-image: url("/i/vline.png");
    background-repeat: repeat-y;
    background-position: right;
}

.chain-block {
    padding-left: 2rem;
    background-image: url("/i/hline.png");
    background-repeat: repeat-x;
    background-position: 0 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.chain-skip {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
}

.chain-only {
    background: none !important;
}

.chain-icon {
    position: absolute;
    left: -1.1rem;
    top: -0.05rem;
    color: white;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 50%;
    background-color: grey;
}

.chain-cluster {
    margin-bottom: 0 !important;
}

.chain-cluster.is-first .chain-left {
    background-repeat: no-repeat;
    background-position: right 2rem;
}

.chain-cluster.is-last .chain-left {
    background-repeat: no-repeat;
    background-position: right calc(2rem - 512px);
}

.chain-header {
    margin: 0 auto;
    display: inline-block;
    padding: 0.25rem 2rem;
    color: white;
    background-color: grey;
    border-radius: 1rem;
}

.chain-box {
    padding-top: 0.5rem;
}

.user-avatar {
    width: 100%;
    border-radius: 50%;
    border: 1px solid rgba(200, 200, 200, 0.3);
}

.avatar-box {
    padding: 1rem;
    padding-top: 0;
}

.avatar-small {
    max-width: 3rem;
    display: block;
    transform: translateX(0.75rem);
}

.ex-table {
    display: flex;
}

.ex-left {
    width: 8rem;
}

.ex-right {
    width: calc(100% - 8rem);
    overflow-X: scroll;
}

.ex-cell {
    width: 8rem;
    min-width: 8rem;
    height: 1.8rem;
    border: 0.5px solid #DDDDDD;
    border-collapse: collapse;
    line-height: 1.3rem;
    padding: 0.25rem;
}

.ex-cell.is-grey {
    background-color: #EEEEEE;
    text-align: center;

}

.ex-cell.is-high {
    background-color: #FFFFBB;
}

.ex-row {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 8rem;
    border-collapse: collapse;
}

.mr-1 {
    margin-right: 1rem;
}

.no-break {
    white-space: nowrap;
}

.tb-descr-pic-3 {
    width: 18rem;
}

.tb-descr-pic-4 {
    width: 24rem;
}
.tb-descr-pic-6 {
    width: 36rem;
}

.avatar-pic {
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.tasks-info {
    display: block;
    background-color: #FFFFBB;
    padding: 0.25rem 0.35rem;
    border: 1px solid #cbcb94;
    border-radius: 0.1rem;
}

.gmail_quote {
    display: none;
}

.adminbg {
    background-image: url("/i/bgcyan.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.is-navbar-styled {
    background-image: url("/i/bgcyan.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: soft-light;
}

.main-part {
    xmin-height: calc(100vh - 18rem);
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 0 1rem 2rem rgba(255,255,255,0.85);
}

.footer.main-footer {
    background-color: rgba(255,255,255,0.45);
    box-shadow: 0 0 1rem 2rem rgba(255,255,255,0.45);
    margin-top: 5rem;
}