/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */

/*
 * Show a down caret (as per a select input) to show on hover/focus
 */
.ccm-page .form-reform-text-has-datalist:focus,
.ccm-page .form-reform-text-has-datalist:hover {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") right 0.75rem center no-repeat;
    background-size: 16px 12px;
}


/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */

/*
 * Fix grid for Elemental and bs3 themes.
 * No harm with Atomik or others
 */
.ccm-edit-mode .row [class*="col-"] .cm-magic.container,
.ccm-edit-mode .row [class*="col-"] .cm-magic .container,
.ccm-page .container .row [class*="col-"] .cm-magic.container,
.ccm-page .container .row [class*="col-"] .cm-magic .container{
    width:auto;
}

.ccm-page .cm-magic .cm-flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.ccm-page .cm-magic {
    clear:both;
}

/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */
.form-group.form-reform-like .form-icon-only {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.form-group.form-reform-like .form-reform-like-checkbox .icon-on {
    display: none;
}

.form-group.form-reform-like .form-reform-like-checkbox.form-reform-liked .icon-off {
    display: none;
}

.form-group.form-reform-like .form-reform-like-checkbox.form-reform-liked .icon-on {
    display: inline-block;
}

.form-group.form-reform-like .form-reform-like-checkbox input[type="checkbox"] { /* Also set in view.php*/
    display: none;
}

/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */
.form-group.form-reform-up-down-vote .form-icon-only {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset .form-no-vote-control,
.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset .icon-on {
    display: none;
}

.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset.form-reform-vote-down .form-down-vote-control {
    display: none;
}

.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset.form-reform-vote-down .form-no-vote-control,
.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset.form-reform-vote-down .icon-down-on {
    display: inline-block;
}

.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset.form-reform-vote-up .form-no-vote-control,
.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset.form-reform-vote-up .icon-up-on {
    display: inline-block;
}

.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset.form-reform-vote-up .form-up-vote-control {
    display: none;
}


.form-group.form-reform-up-down-vote .form-reform-up-down-vote-radioset input[type="radio"] { /* Also set in view.php*/
    display: none;
}


/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */
.form-group.form-reform-rating .form-icon-only { /* bootstrap5 */
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.form-group.form-reform-rating .form-reform-rating-radioset .form-rating-item.form-rating-zero {
    display: none;
}

.form-group.form-reform-rating .form-reform-rating-radioset .form-rating-item.form-rating-zero.zero-selected {
    display: inline-block;
}

.form-group.form-reform-rating .form-reform-rating-radioset .form-rating-item.form-rating-one {
    display: none;
}

.form-group.form-reform-rating .form-reform-rating-radioset .form-rating-item.form-rating-one.star-selected {
    display: inline-block;
}

.form-group.form-reform-rating .form-reform-rating-radioset .form-rating-item .icon-on {
    display: none;
}

.form-group.form-reform-rating .form-reform-rating-radioset .form-rating-item.star-selected .icon-off {
    display: none;
}

.form-group.form-reform-rating .form-reform-rating-radioset .form-rating-item.star-selected .icon-on {
    display: inline-block;
}

.form-group.form-reform-rating .form-check-inline input[type="radio"] { /* Also set in view.php*/
    display: none;
}

/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */

.jl-package-info code{
    //line-break:anywhere;
    color: inherit;
    background-color: transparent;
    font:inherit;
}

.jl-package-info li{
    margin-bottom:20px;
}

.jl-package-info ul.item-select-list{
    list-style-type: none;
    margin: 0 0 25px;
    padding: 2px 0 0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.jl-package-info ul.item-select-list li{
    margin-bottom: 2px;
    padding-bottom: 2px;
    position: relative;
    min-width:350px;
    width:33%;
}

.jl-package-info ul.item-select-list li a{
    background-repeat: no-repeat;
    border: 1px solid transparent;
    color: #4c4f56;
    display: block;
    padding: 8px;
    text-decoration: none;
}

.jl-package-info ul.item-select-list li a img{
    display: Inline-block;
    margin-right: 5px;
    max-width: 40px;
    vertical-align: middle;
}

