/* module-key = 'com.atlassian.auiplugin:aui-progress-tracker', location = 'src/less/aui-experimental-progress-tracker.less' */
.aui-progress-tracker{display:table;font-size:12px;margin:10px 0 0;padding:0;table-layout:fixed;word-wrap:break-word}.aui-progress-tracker:first-child{margin-top:0}.aui-progress-tracker-step{box-sizing:border-box;display:table-cell;padding:0 10px;max-width:140px;min-width:80px;text-align:center}.aui-progress-tracker-step>span,.aui-progress-tracker-step>a{display:block;font-weight:bold;outline:none;padding-top:25px;position:relative}.aui-progress-tracker-step>span:before,.aui-progress-tracker-step>a:before{background:#3572b0;border-radius:100%;box-shadow:0 0 0 3px #f5f5f5;content:"";height:10px;left:50%;margin-left:-5px;position:absolute;top:3px;width:10px}.aui-progress-tracker-step+.aui-progress-tracker-step>span:after,.aui-progress-tracker-step+.aui-progress-tracker-step>a:after{background:#3572b0;border:solid #f5f5f5;border-width:2px 0;box-shadow:-5px 0 0 -2px #3572b0,5px 0 0 -2px #3572b0;content:"";height:4px;left:-50%;margin-left:-14px;margin-right:6px;position:absolute;right:50%;top:4px}.aui-progress-tracker-step-current~.aui-progress-tracker-step{color:#707070}.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:before,.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:before{background-color:#ccc}.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:after,.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:after{background-color:#f5f5f5;box-shadow:none}.aui-progress-tracker-inverted .aui-progress-tracker-step>span:before,.aui-progress-tracker-inverted .aui-progress-tracker-step>a:before{box-shadow:0 0 0 3px #fff}.aui-progress-tracker-inverted .aui-progress-tracker-step+.aui-progress-tracker-step>span:after,.aui-progress-tracker-inverted .aui-progress-tracker-step+.aui-progress-tracker-step>a:after{border-color:#fff}.aui-progress-tracker-inverted .aui-progress-tracker-step-current~.aui-progress-tracker-step>span:after,.aui-progress-tracker-inverted .aui-progress-tracker-step-current~.aui-progress-tracker-step>a:after{background-color:#fff}.aui-page-header-actions .aui-progress-tracker{float:right}