#myKanban {
    overflow-x: auto;
    padding: 20px 0;
}

.success {
    background: #00B961;
    color: #fff
}

.info {
    background: #2A92BF;
    color: #fff
}

.warning {
    background: #F4CE46;
    color: #fff
}

.error {
    background: #FB7D44;
    color: #fff
}

.full-height {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}

.board-full-height {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: hidden;
}

.drag-full-height {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}


.kanban-container {
    position: relative;
    box-sizing: border-box;
    width: auto
}

.kanban-container * {
    box-sizing: border-box
}

.kanban-container:after {
    clear: both;
    display: block;
    content: ""
}

.kanban-board {
    position: relative;
    float: left;
    background: #e2e4e6;
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

.kanban-board.disabled-board {
    opacity: .3
}

.kanban-board.is-moving.gu-mirror {
    transform: rotate(3deg)
}

.kanban-board.is-moving.gu-mirror .kanban-drag {
    overflow: hidden;
    padding-right: 50px
}

.kanban-board header {
    font-size: 16px;
    padding: 13px
}

.kanban-board header .kanban-title-board {
    margin: 0;
    padding: 0;
    display: inline;
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.kanban-board header .kanban-title-button {
    float: right
}



@media only screen and (max-height: 600px) {
    .kanban-board .kanban-drag {
        height: 600px;
        padding: 15px;
        overflow-y: scroll;

    }
}
@media only screen and (min-height: 600px) {
    .kanban-board .kanban-drag {
        height: 100vh;
        padding: 15px;
        overflow-y: scroll;

    }
}

.kanban-board:after {
    clear: both;
    display: block;
    content: ""
}

.kanban-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

.kanban-item:hover {
    cursor: move
}

.kanban-item:last-child {
    margin: 0
}

.kanban-item.is-moving.gu-mirror {
    transform: rotate(3deg);
    height: auto !important
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2 !important;
    transform: rotate(0) !important
}

.kanban-container {

}

#myKanban {
    overflow-x: auto;
    padding: 20px 0;
}

.success {
    background: #00B961;
    color: #fff
}

.info {
    background: #2A92BF;
    color: #fff
}

.warning {
    background: #F4CE46;
    color: #fff
}

.error {
    background: #FB7D44;
    color: #fff
}
