.wrapper_custom {
    height: 100%;
}

.row_custom {
    position: relative;
    padding: 10px 12px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 94px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.col_custom {
    position: relative;
    height: 100%;
    width: 288px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 10px;
    vertical-align: top;
    background-color: #eee;
    border-radius: 3px;
}

.col_custom .ibox,
.col_custom .ibox-content {
    height: 102.5%;
}

.col_custom .ibox-content ul {
    overflow: auto;
    padding-top: 0px;
    height: calc(100% - 80px);
}

.input-group {
    margin-top: 20px;
}

.agile-list li {
    background: #f2f2f2;
}

.agile_detail_custom a {
    margin-right: 1px;
}

.ibox {
    white-space: normal;
    word-break: break-all;
}

.i-checks {
    padding-left: 0;
    float: left;
    margin-right: -20px;
    margin-top: -3px;
}

.opacity {
    color: #a6a6a6;
    opacity: 0.4;
}

.opacity .title {
    text-decoration: line-through;
}