/**
 *  millepondo redmine extensions (MRE) - mods_combined.css
 *  @files: [mod:custom_field_enrichments]cfe_4.css
 *  @build: 2021-07-13 15:09:53
 */

/**
 *  [mod:custom_field_enrichments]cfe_4.css
 */
#custom_field_form fieldset.collapsible legend {
    padding-left: 16px;
    cursor: pointer;
    background: url(/images/arrow_down.png) no-repeat 0% 40%;
}

#custom_field_form fieldset.collapsible.collapsed legend {
    background: url(/images/arrow_right.png) no-repeat 0% 40%;
}

#custom_field_form .computed-area {
    background: #ccc;
}

#custom_field_form .computed-link {
    float: right;
    padding-right: 5%;
}

#custom_field_form .tabs ul li a span.icon {
    font-size: 1.2em;
}

.autocompleteContainer .selTrigger {
    float: left;
    height: 20px;
}

#custom_field_form .box {
    overflow: hidden;
}

/***********************
 * color format
 ***********************/

.colorFormatItem {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bbb;
    margin-right: 5px;
}

.colorizedContainer a.colorItem{
    display: inline-block;
    padding: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #BBB;
    opacity: 0.6;
    margin-right: 10px;
}

.colorizedContainer a.colorItem.colorItemEmpty{
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
.colorizedContainer a.colorItem.colorItemEmpty:after{
    content: "";
    position: absolute;
    border-top: 2px solid red;
    width: 23px;
    left: 3px;
    padding: 0;
    top: 2px;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

.colorizedContainer a.colorItem.active {
    padding: 0;
    border: 2px solid #000;
    opacity: 1;
}

.colorizedContainer a.colorItem input {
    display: none;
}
