/* module-key = 'com.onresolve.jira.groovy.groovyrunner:bh-issuePluginResources', location = 'css/client-val.css' */
 
/* GENERAL ERROR */
.invalid {
    /* TODO: use correct context if we decide to use these images */
    /*background: #FFFFFF url(/images/icons/emoticons/error.gif) no-repeat scroll 99.3% 2.2px;*/
    border: 1px solid red!important;
    padding: 1px 1px 3px 1px;
}

.tabinvalid {
    color: red;
}

/* REQUIRED */
.clientrequired {
    /*background: #FFFFFF url(/images/icons/emoticons/warning.gif) no-repeat scroll 99.3% 2.2px;*/
    border: 1px solid orange!important;
    padding: 1px 1px 3px 1px;
}

/* READONLY */
.clientreadonly {
    background: #ECE9D8;
    border: 1px solid #7F9DB9;
}

/* OK */
.clientok {
    /*background: #FFFFFF url(/images/icons/emoticons/check.gif) no-repeat scroll 99.3% 2.2px;*/
    border: 1px solid #32b900 !important;
    padding: 1px 1px 3px 1px;
}

/* the overlayed element */
.simple_overlay { 

    /* must be initially hidden */
    display:none;
    width:500px;
    /*height:20px;*/
    padding:15px;
    text-align:left;
    border:2px solid #333;

    background-color:#FFF;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(/s/pl_PL-f3rktg-1988229788/6265/4/3.0.16/_/download/resources/com.onresolve.jira.groovy.groovyrunner:bh-issuePluginResources/button-close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
/* module-key = 'com.atlassian.plugins.jira-html5-attach-images:jira-html5-attach-images-resources', location = 'css/jira-html5-attach-images.css' */
.attach-screenshot-pasted-image{max-height:280px;max-width:100%;vertical-align:middle}.attach-screenshot-padding{padding:.5em}#attach-screenshot-image-container{height:300px;text-align:center;line-height:300px;border:1px solid #f0f0f0}#attach-screenshot-image-container.focus{border-color:#326ca6;border-style:dotted}.attach-screenshot-placeholder{font-size:1em}.attach-screenshot-progress .progress-fill-color{background-color:#ccc}.attach-screenshot-progress{position:relative;height:2px;width:320px;padding:5px 0}#attach-screenshot-fake-input{border:0;width:1px;height:1px;margin:0;position:absolute;opacity:0}#attach-screenshot-placeholder-message{text-align:center}.attach-screenshot-dragover{box-shadow:0 0 20px #BBB inset;border-color:#BBB;background-color:#fafafa}.attach-screenshot-padding-inner .field-group.attach-screenshot-image-error{padding-left:0}.aui-message+#attach-screenshot-inner-container{margin-top:10px}
