.form-control{
    margin-bottom: 20px;
}
.select2-container{
    width:100% !important;
}
.select2-container--default .select2-selection--single{
    height: 37px;
    padding: 5px;
    border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-top: 5px;
}
.cursorPoint{
    cursor: pointer;
}

.card-columns-1 {
    column-count: 1;
}
.card-columns-2 {
    column-count: 2;
}
.card-columns-3{
    column-count: 3;
}

/*last check in status indicator*/
.lcisi{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}