/*!
 * @category  Apptrian
 * @package   Apptrian_ImageOptimizer
 * @author    Apptrian
 * @copyright Copyright (c) Apptrian (http://www.apptrian.com)
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License
 */
 
.apptrian-imageoptimizer-bar-wrapper {
    display: inline-block;
    width: 98%;
    margin: .4em .4em -0.7em 0;
}

.apptrian-imageoptimizer-bar-outer {
    position: relative;
    background: #eee;
    height: 2em;
    border: 1px solid #adadad;
    border-radius: 4px;
}

.apptrian-imageoptimizer-bar-inner {
    height: 2em;
    border-radius: 4px;
    background: rgb(210,255,82);
    background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,255,82,1)), color-stop(100%,rgba(145,232,66,1)));
    background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%);
    background: -o-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%);
    background: linear-gradient(to bottom, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
}

.apptrian-imageoptimizer-bar-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 2em;
    width: 100%;
    text-align: center;
}

.apptrian-imageoptimizer-bar-text span {
    line-height: 2em;
    vertical-align: middle;
}

.accordion .config .value.with-tooltip {
  font-size: 1em;
}
