/* 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:#e7e7e7;background-color:#fff;padding:0;overflow:hidden;width:100%;height:30px;font-size:14px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.sui-progressbar-value{margin:0;float:left;background-color:#428bca;background:-moz-linear-gradient(top,#7eb0db 0,#428bca 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7eb0db),color-stop(100%,#428bca));background:-webkit-linear-gradient(top,#7eb0db 0,#428bca 100%);background:-o-linear-gradient(top,#7eb0db 0,#428bca 100%);background:-ms-linear-gradient(top,#7eb0db 0,#428bca 100%);background:linear-gradient(to bottom,#7eb0db 0,#428bca 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb0db', endColorstr='#428bca', GradientType=0)}.sui-progressbar-text{display:block;position:absolute;top:0;left:0;z-index:100;color:#b2b4b6}.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}