html {
    font-size:15px;
}

.brand-item {
    background-color: white;
    padding: 0.02rem 0.5rem;
}

.navbar.is-primary .navbar-brand > a.navbar-item.brand-item:hover {
    background-color: white;
}

.navbar.is-primary .navbar-brand > a.navbar-item.brand-item:hover > img {
    transform: scale(1.05);
}

.brand-item img {
    max-height: 2.5rem;
}

body {
    background-color: white;
    min-width: 320px;
}

.main-content {
    margin-top: 1rem;
    min-height: 50vh;
}

.hero.is-primary.is-bold {
    background:
            linear-gradient(141deg, rgba(0,156,106,0.4) 0, rgba(0,209,178,0.4) 71%, rgba(0,231,235,0.4) 100%),
            url('/i/baikal.jpg') no-repeat center;
    background-size: cover;
}

.main-footer {
    margin-top: 1rem;
}

.nobr {
    white-space: nowrap;
}

.strike {

}

.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;
}

.mt-1 {
    margin-top: 1rem;
}

.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);
}

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