/*直接引入ngHide样式解决快速闪烁问题*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
.x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

/********************************表格样式********************************************/
/*表格td内部Div居中*/
.td-div-center {
    margin: auto;
}

.pagination {
    margin: 0; /*商品选择modal页，减少modal高度*/
}

.text-align-l {
    text-align: left !important;
}

.text-align-r {
    text-align: right !important;
}

/*********************表格样式（div折行列表）******************/
.fold-div {
    max-height: 30px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/***************************************************/

.table-cell-ellipsis tr td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-cell-ellipsis .text-center {
    text-align: center !important;
}

table .action .btn {
    font-size: 12px;
}

table input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}

/******表格内的文本自动换行*********/
.table-word-break {
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
}

.th-name {
    width: 160px;
}

.th-link {
    width: 460px;
}

.th-enable {
    width: 60px;
    text-align: center;
}

.th-operation {
    width: 212px;
    text-align: center;
}

/**********************样式颜色*************************/
.font-orange {
    color: #f98b2a;
}

.placeholder {
    color: #888;
}

/************************登录页样式***************************/
.login-bg {
    min-height: 100%;
    min-width: 1024px;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .login-bg {
        left: 50%;
        margin-left: -512px;
    }
}

.login-box {
    width: 600px;
    height: 400px;
    background: url("../img/login_box.png") no-repeat;
    position: absolute;
    left: 49.8%;
    top: 50%;
    margin-left: -295px;
    margin-top: -185px;
}

.login-box .sys-name {
    height: 90px;
    line-height: 90px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
}

.login-box .sys-name img {
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #c8c8c8
}

.login-box .control-label {
    font-size: 18px;
    color: #9a9a9a;
}

.login-box .form-control {
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}

/**********************新增商户样式*************************/
.merchant-caption {
    border-bottom: 1px solid #ececec;
    line-height: 44px;
    font-size: 14px;
    margin-bottom: 20px;
}

.merchant-caption .pic-1 {
    margin-right: 8px;
    height: 16px;
    width: 19px;
}

/**********************textarea样式*************************/
.text-area-x {
    resize: vertical;
}

.text-area-y {
    resize: horizontal;
}

/*************满意度样式****************/
.satisfaction ul {
    line-height: 35px;
}

.satisfaction ul li {
    float: left;
    margin-right: 20px;
    color: #666
}

.satisfaction ul li:hover {
    color: #D7211D;
}

.satisfaction ul .selected {
    color: #D7211D;
}

.satisfaction ul li i {
    font-size: 18px;
}

/**********工单分配审核人员选择表格样式************/
.user-table {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

/*******************统计分析**********************/
.date-search {
    background: #ededed;
    padding: 10px 0;
    line-height: 34px;
}

.date-search .tab span {
    padding: 0 20px;
    border-right: 1px solid #666;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}

.date-search .tab span:last-child {
    border: none;
}

.report-title {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}

.report-title i {
    display: inline-block;
    width: 6px;
    height: 18px;
    background: #D7211D;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.location-relative {
    position: relative;
}

.pic-choose {
    position: absolute;
    top: 0;
    right: 0;
}

.location-relative .input-group span {
    color: #D7211D;
    background-color: white;
    cursor:pointer;
    font-size: 18px;
}
/*******************首页**********************/
.ranking {
    width:290px;
}
.left-person ,.shortcut-key {
    border:1px solid #ddd;
    background-color: #fff;
}
.left-person {
    margin: 10px 0;
}
.left-person p {
    font-size: 14px;
}
.person-info {
    margin: 10px 30px;
    border:1px solid transparent;
    display: flex;
    background-color: #fff;
}
.person-info > div {
    height:62px;
    margin: 10px;
}
.person-info label {
    font-weight: bold;
}
.userInfo {
    font-size: 14px;
    padding: 0px;
}
.modify {
    margin: 20px 0 0 155px;
    color: #d7201c;
    border-radius: 5px;
}
.modify:hover {
    background-color: #f3f3f3;
}
.ic-alter {
    display: inline-block;
    width:15px;
    margin: 4px 5px 0 0;
    background: url("../img/ic_alter.png") no-repeat 0 0;
    height:15px;
}
.person-info > div p span {
    font-weight: normal;
}
.head-por {
    width:62px;
    height:62px;
}
.head-por>img {
    width:62px;
    height:62px;
    border-radius: 50%;
}
.ic-visit {
    width:20px;
    background: url("../img/icon-2.png") no-repeat 0 0;
    height:20px;
    margin-right: 10px;
}
.workload {
    margin-bottom: 5px;
    font-weight: bold;
}
.workNumber p {
    width:130px;
    margin:0 50px 0 10px;
}
.work-tab {
    width:840px;
    height:170px;
    margin: 20px 30px;
    background-color: #fafafa;
    border-radius: 5px;
    border:1px solid #ededed;
}
.info-ul ,.visitInfo-ul {
    margin: 10px 30px;
    display: flex;
}
.visitInfo-ul {
    padding-top: 15px;
}
.info-ul li ,.visitInfo-ul li {
    display: flex;
}
.ic-dispatch {
    width:20px;
    background: url("../img/ic_dispatch.png") no-repeat 0 0;
    height:20px;
    margin-right: 10px;
}
.ic-serve {
    width:20px;
    background: url("../img/ic_serve.png") no-repeat 0 0;
    height:20px;
    margin-right: 10px;
}
.shortcut-key {
    padding: 10px 30px;
    width:445px;
    margin-right: 10px;
}

.shortcut-key > p {
    padding-left: 20px;
    font-weight: bold;
}
.line {
    height:2px;
    width:100%;
    background-color: #ddd;
}
.line div {
    width:110px;
    height:2px;
    background-color: #dc3935;
}
.quick-btn ,.report-btn {
    width: 415px;
    height:175px;
}
.quick-btn p ,.report-btn p {
    margin-left: 17px;
}
.visit {
    margin-left: 30px;
}
.terminal {
    margin: 0 75px 0 80px;
}
.typeStatistics {
    margin-left: 17px;
}
.tackStatistics {
    margin: 0 67px 0 70px;
}

.ic-visitbig ,.ic-add ,.ic-add2 ,.ic-type ,.ic-examine ,.ic-satisfied {
    width:80px;
    height:80px;
    background: url("../img/icon-2.png") no-repeat;
    margin: 30px 20px;
    cursor:pointer;
    /*color:white;
    text-align: center;
    font-size: 60px;
    line-height: 80px;*/
}
.ic-visitbig {
    background-position: -20px -80px;
}
.ic-add {
    background-position: -20px -160px;
}
.ic-add2 {
    background-position: -100px 0px;
}
.ic-type {
    background-position: -100px -80px;
}
.ic-examine {
    background-position: -100px -160px;
}
.ic-satisfied {
    background-position: -182px 0px;
}
/*************排行榜**********/
.ranking {
    margin: 10px 0 0;
    border:1px solid #ddd;
    background-color: #fff;
}
.rank-head {
    display: flex;
    padding: 20px 0 0 10px;
    height: 50px;
    background-color: #fafafa;
}
.rank-head > div{
    margin:0 10px;
    height:17px;
    width:17px;
    background: url("../img/ic_trophy.png") no-repeat 0 0;
}
.rank-head p {
    font-weight: bold;
    font-size: 14px;
}
.rank-classification {
    margin: 20px 0 20px 45px;
    display: flex;
}
.projectRedBtn ,.projectWhiteBtn ,.nameRedBtn ,.nameWhiteBtn {
    width:100px;
    height:30px;
    border:1px solid #d7201c;
    font-size: 14px;
}
.projectRedBtn ,.projectWhiteBtn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.nameRedBtn ,.nameWhiteBtn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.projectRedBtn ,.nameRedBtn {
    background-color: #d7201c;
    color: #fff;
}
.projectWhiteBtn ,.nameWhiteBtn {
    background-color: #fff;
    color: #d7201c;
}
.table-striped {
    background-color: #f6f9fd;
}
.table-striped th ,.table-striped td {
    height:40px;
}
.rankNumber {
    border-bottom: 3px solid #666666;
    color: #666666;
}
.projectTeam {
    border-bottom: 3px solid #d7201c;
    color: #d7201c;
}
.thisMonth {
    border-bottom: 3px solid #4a90e2;
    color: #4a90e2;
}
.ranking table thead tr th {
    background-color: #fff;
}
/*************首页弹框**********/
.modify-mation {
    padding: 15px 0 0 80px;
}
.modify-mation input {
    width:220px;
}

/*营销商户多图上传*/
.pic-list{
    position: absolute;
    border: 1px solid #eee;
    background-color: white;
    border-radius: 3px;
    z-index: 2;
    height: 150px;
    width: 302px;
    top: 5px;
    left: -56px;
}
.pic-item{
    float:left;
    height: 90px;
    width: 90px;
    border: 1px solid #eee;
    margin: 5px;
    overflow-y: hidden;
}
.pic-item img{
    width: 100%;
    height: auto;
    line-height:90px;
}
.pic-add{
    float:left;
    height: 90px;
    width: 90px;
    border: 1px solid #eee;
    margin: 5px;
}
.pic-add{
    font-size: 50px;
    line-height: 90px;
}
.pic-del{
    position: absolute;
    z-index: 3;
    width: 88px;
    bottom: 54px;
    background-color: rgba(0,0,0,0.1);
    color: white;
}
.pic-del:hover {
    color: red;
}
.list-close{
    position: absolute;
    z-index: 4;
    top: -15px;
    right: -9px;
    font-size: 20px;
}
.fix-masking{
    position: fixed;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 5;
    text-align: center;
}
.fix-pic{
    padding-top: 200px;
    margin:0 auto;
    line-height: 100%;
}
.fix-pic img{
    height: 600px;
    width: auto;
}
.fix-pic i{

}


/**自建树状结构样式**/
.float-left{
    float:left
}
.scroll-500{
    max-height: 500px;
    overflow-y: scroll;
}
.tree-row{
    padding:3px 0 3px 15px;
}

.p-r-20{
    padding-right: 20px;
}
.p-l-20{
    padding-left: 20px;
}
.right-member{
    float: right;
    color:#9d9d9d;
}
.font-red{
    color: #ff0000;
}
.gray-border-radius{
    white-space:nowrap;
    overflow: hidden;
    margin-top: 3px;
    width: auto;
    box-sizing:border-box;
    padding: 3px;
    border: solid 1px #ececec;
    border-radius: 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.gray-border-t{
    border-top: solid 1px #ececec;
}
.gray-border-radius a{
    width: 10px;
    background-color: white;
    position: absolute;
    right: 6px;
}
.no-wrap{
    white-space: nowrap;
}
.small-input{
    line-height: 10px;
    margin-top: 5px;
    width: 40px;
}
.red-border{
    border:solid #ff4400 1px;
}
.p-t-7{
    padding-top: 7px;
}
.div-span-space span{
    margin-right: 10px;
    line-height: 26px;
}
.div-span-space a{
    margin-right: 10px;
    line-height: 26px;
}
.div-span-space :last-child{
    float: right;
}
.max-height-300{
    max-height: 300px;
    overflow-y: scroll;
}
.current-label-r .col-xs-12 .form-group label{
    text-align: right;
}
.hide-info nav span{
    display:none;
}
.hide-info nav form{
    display:none;
}