/* ng-clock */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}
html, body{
    height: 100%;
}
body{
    background-color: #eee;
}
a:hover{
    text-decoration: none;
}
.base-color-deep{
    background-color: #0B8E74;
}
.base-color-light{
    background-color: #1fa288;
}
.position-a{
    position: absolute;
}
.position-r{
    position: relative;
}
.position-f{
    position: fixed;
}
.fn-ml0{
    margin-left: 0;
}

.fn-mb5px{
    margin-bottom: 5px;
}
.fn-mb10{
    margin-bottom: 10px;
}
.text-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*公共头部*/
.tdc-header{
    border-bottom: 1px solid #BBB;
    font-size: 20px;
    line-height: 2;
    background-image: linear-gradient(to top, #ddd, #fff);
}
.tdc-header .user-data{
    position: absolute;
    bottom: 6px;
    right: 0;
    font-size: 14px;
}

.tdc-header .feedback{
    margin-right: 10px;
    padding-right: 20px;
    background: url(//p0.meituan.net/scarlett/8e435afe4e883602cc11e70dd3adcbd4885.png) no-repeat top right ;
    background-size: 16px 16px;
}

.link-pointer{
    cursor: pointer;
}
.main-sys-title{
    color: #000;
}
.sys-env{
    color: red;
    font-size: 12px;
    position: relative;
    top: -10px;
}
.sys-title{
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
}
.sys-menus{
    position: relative;
    top: 5px;
    font-size: 14px;
    font-weight: 500;
}
.sys-menu-item{
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 3px 5px;
    overflow: hidden;
    border: 1px solid #037D65;
    border-bottom: 0;
}
.sys-menu-item:hover{
    overflow: visible;
    background-color: #1fa288;
}
.sys-menu-item a, .sys-menu-item span{
    color: #CEF6F5;
    white-space: nowrap;
}
.sys-menu-item a:hover{
    color: #fff;
}
.sys-menu-item.active{
    background-color: #1fa288;
}
.item-submenus{
    position: absolute;
    top: 26px;
    left: 0;
    padding: 0 5px;
    z-index: 9999;
}
.item-submenus a{
    display: block;
    line-height: 2;
}
.header-alerts{
    text-align: center;
}
/*公共头部 end*/
/*公共底部*/
.viewport{
    min-height: 100%;
    height: auto !important;
    height: 100%; /*IE6不识别min-height*/
    padding-bottom: 30px;
    margin-bottom: -30px;
}
footer{
    line-height: 30px;
    background: #333;
    font-size: 12px;
    color: #EEE;
    text-align: center;
}
/*公共底部 end*/

/*加载提示 start*/
.angular-http-loader .alert {
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 9999;
}

.angular-http-loader .mask {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 9999;
}
/*加载提示 end*/

/**暂无数据提示**/
.no-data-tips {
    text-align: center;
    color: #FFAE88;
    font-size: 18px;
}

.layout-home{
    height: 550px;
    background: url(//p1.meituan.net/codeman/d0d15d0e8b098a7c378beba977807dcf113428.png) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
}


.offline{
    top: 50px;
    position: absolute;
    left: calc(50% - 205px);
}
.offline strong{
    font-size: 30px;
    color: red;
}