/*
@package		mod_qldbtable
@copyright	    Copyright (C) 2023 ql.de All rights reserved.
@author 		Mareike Riegel mareike.riegel@ql.de
@license		GNU General Public License version 2 or later; see LICENSE.txt
*/

/** bootstrap*/
.qldbtable .card-group { display: flex; flex-flow: row wrap; }
.qldbtable .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: 0.25rem; }
.qldbtable .card-body { flex: 1 1 auto; padding: 1rem 1rem; }
.qldbtable .card-title { margin-bottom: 0.5rem; }

/** custom*/
.qldbtable {}
.qldbtable .card { float: left; }
.qldbtable .justify-content-between {-webkit-box-pack: justify!important;-ms-flex-pack: justify!important;justify-content: space-between!important;}
.qldbtable .d-flex { display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important;}
