/* Shield UI 1.7.34 | Copyright 2013-2017 Shield UI Ltd. | http://www.shieldui.com/eula */
.sui-progressbar{position:relative;display:block;border-width:1px;border-style:solid;border-color:#5d5e63;background-color:#111;padding:0;overflow:hidden;width:100%;height:30px;font-size:14px;font-family:Helvetica,Arial,sans-serif}.sui-progressbar-value{margin:0;float:left;background-color:#508f20;background:-moz-linear-gradient(top,#73ce2e 0,#508f20 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#73ce2e),color-stop(100%,#508f20));background:-webkit-linear-gradient(top,#73ce2e 0,#508f20 100%);background:-o-linear-gradient(top,#73ce2e 0,#508f20 100%);background:-ms-linear-gradient(top,#73ce2e 0,#508f20 100%);background:linear-gradient(to bottom,#73ce2e 0,#508f20 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ce2e', endColorstr='#508f20', GradientType=0)}.sui-progressbar-text{display:block;position:absolute;top:0;left:0;z-index:100;color:#c3c3c3}.sui-progressbar-vertical{height:200px;width:30px}.sui-progressbar-circular{width:100px;height:100px;border-width:0;border-style:none}.sui-progressbar-disabled{opacity:.4;filter:alpha(opacity=40);cursor:default}