﻿  .am-progress {
            overflow: hidden;
            height: 1rem;
            margin-bottom: 5px;
            background-color: #f5f5f5;
            border-radius: 0;
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        }

        .am-progress-bar {
            float: left;
            width: 0;
            height: 100%;
            font-size: 1.2rem;
            line-height: 2rem;
            color: #fff;
            text-align: center;
            background-color: #0e90d2;
            -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
            -webkit-transition: width .6s ease;
            transition: width .6s ease;
        }

        .am-progress-bar-warning {
            background-color: #F37B1D;
        }

        .am-progress-bar-danger {
            background-color: #dd514c;
        }