body{

}

.am-btn-success {
    color: #fff;
    /*background-color: rgb(46,93,168);*/
    background-color: #7ccff4;
    /*border-color: rgb(46,93,168);*/
    border-color: #7ccff4;
}
.am-topbar-collapse{border-top: 1px solid #0a6999}
.am-topbar{background: white}
.am-btn-success.am-active, .am-btn-success:active, .am-btn-success:focus, .am-btn-success:hover, .am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
    color: #fff;
    background-color: #7ccff4;
    /*background-color: rgb(46,93,168);*/
}
.am-nav>li.am-active>a, .am-nav>li.am-active>a:focus, .am-nav>li.am-active>a:hover {
    color: #fff;
    /*background-color: rgb(46,93,168);*/
    background-color: #7ccff4;
    cursor: default;
}
.am-topbar-brand{padding-top: 0px}
.title-h2{height: 40px;line-height: 40px;color: white;background: #7ccff4;width: 140px;text-align: center;margin-top: 15px;margin-bottom: 15px;font-size: 16px;font-weight: bold}
.loading{width: 100%;height: 100%;position: fixed;top:0;left: 0;z-index: 999900;background-color: #fff;}
.loading .pic{width: 100px;height: 100px;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;font-size: 30px;text-align: center;line-height: 100px;}
.loading .pic span{display: block;width: 80px;height: 80px;position: absolute;top: 10px;left: 10px;border-radius: 50%;box-shadow: 0 3px 0 #666;animation: rotate 1s infinite linear;-webkit-animation: rotate 1s infinite linear;
}
.am-nav span{color: #ef6f32;font-weight: bolder}
@-webkit-keyframes rotate{
    0%{-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);}
}
@keyframes rotate{
    100%{transform: rotate(360deg);}
}
