/**
 *  millepondo redmine extensions (MRE) - mods_combined.css
 *  @files: [mod:custom_field_enrichments]cfe_4.css, [mod:rch_extensions]rch_extensions.css
 *  @build: 2021-03-29 07:29:36
 */

/**
 *  [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;
}
/**
 *  [mod:rch_extensions]rch_extensions.css
 */
.descriptionIframeContainer {
    display: none;
}
.descriptionIframeContainer iframe{
    width: 99%;
    height: 100%;
    border: 1px dashed #ccc;
}
.icon-html {
    background-image: url(/plugin_assets/rch_extensions/images/html.png);
}

/* macros */
table.macro-table{
    margin-left: 180px;
    font-size: 90%;
    color: #888;
    width: 90%;
}
table.macro-table td{
    vertical-align: top;
}
table.macro-table td a{
    color: #888;
    font-size: 90%;
}
