@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1150px !important;
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

td, th{
    white-space: nowrap !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FAFAFA !important;
}

.vertical_center{
    position: absolute; 
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);    
}

.pipe_wrapper{
    white-space: nowrap;
    position: relative;
    right: 0;
    left: 0;
    overflow-x: scroll;
}

.pipe_header{
    background: #EEE;
    line-height: 55px;
    text-align: center;   
}

.pipe_col{
    vertical-align: top;  
    width: 250px;
    display: inline-block;
}

.pipe_col .card{
    padding: 15px;
    margin-bottom: 10px;
}

.pipe_col + .pipe_col{
    margin-left: 20px;
}

.pipe_content{
    overflow-y: scroll;
    height: 60vh;
    padding: 10px;
}

.pipe_footer{
    background: #EAEAEA;
    line-height: 55px;
    text-align: center;    
}