/* Custom styles specific to this application */
/* custom-base.css must be included along with this file, as it defines root variables */

/* region Cropper image preview */
/* for cropped image preview when creating a conference */
.u-cropped-img-preview {
    max-height: 80px;
}

/* for ZK cropper */
.u-cropper-wrapper {
    max-height:80vh;
    max-width:80vw;
    overflow:auto;
}

/* endregion */

/* region Listbox show/hide flags */
.z-listitem > .z-listcell > .z-listcell-content > .u-hide-flag {
    display: none;
}

.z-listitem:hover > .z-listcell > .z-listcell-content > .u-hide-flag {
    display: inline-block;
}

/* endregion */