/**
YYApprove组件使用
 */
.yy-bpm-modal-body {
    height: 100vh;
    width: 100vw;
    text-align: left;
    background-color: #f5f5f9
}

.yy-bpm-modal-body .no-border-navbar.yy-navBar.am-navbar.am-navbar-light {
    border: none;
}

.yy-bpm-modal-body .yy-radioText {
    padding: 10px 15px;
}

.yy-bpm-modal-body .yy-item.am-list-item .am-list-line .am-list-extra {
    flex-basis: 60%;
}

.yy-bpm-modal-body .am-button.yy-button-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.yy-bpm-modal-body .yy-botton-bottom-group {
    display:flex;
    flex-direction:row;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
}
.yy-bpm-modal-body .am-button.yy-button-bottom-in {
    width:100%;
    flex: 1;
}

/**
YYApproveAction组件使用
 */
.yy-approve-action {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 48px;
    line-height: 49px;
    width: 100vw;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #d7dce6;
}

.yy-approve-action .action-btn {
    display: inline-block;
    width: 25%;
}

.yy-approve-action .action-btn .action-icon {
    position: relative;
    top: 2px;
    right: 4px;
}

.yy-approve-action .action-btn.disabled {
    color: #aaafb9 !important;
    background-color: #D7DCDE !important;
}

.yy-approve-action .action-btn.bohui {
    color: #FF6161;
}

.yy-approve-action .action-btn.gaipai {
    color: #0091FA;
}

.yy-approve-action .action-btn.shenhe {
    color: #0091FA;
}

.yy-approve-action .action-btn.tongyi {
    color: #ffffff;
    background-color: #0091FA;
}

.yy-approve-action .block {
    font-size: 1rem;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background-color: #0091FA;
}

/**
YYApproveHistory组件使用
 */
.yy-approve-history .yy-bpm-iframe {
    padding: .5rem 1rem;
    border-radius: 8px;
}

.yy-approve-history .yy-bpm-steps {
    padding: 1rem;
    padding-top: 0px;
    background: #f5f9f5;
}
.yy-modal .yy-approve-history .yy-bpm-steps {
  height: calc(~ '100vh - 250px');
  overflow: auto;
}
.yy-modal-approvehistory.yy-modal-fill .yy-approve-history .yy-bpm-steps {
  height: calc(~ '100vh - 250px');
  overflow: auto;
}
.yy-approve-history .yy-bpm-steps .approveItem {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    padding: 6px 16px;
    border-radius: 6px;
}

.yy-approve-history .yy-bpm-steps .approveItem .left-top {
    font-size: 16px;
    color: #000000;
}

.yy-approve-history .yy-bpm-steps .approveItem .right-top {
    float: right;
}

.yy-approve-history .yy-bpm-steps .approveItem .left-bottom {
    font-size: 15px;
    color: #108ee9;
}

.yy-approve-history .yy-bpm-steps .approveItem .right-bottom {
    float: right;
    color: #666666;
    overflow: hidden;
    width: 66%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.yy-approve-navBar {
    &.am-navbar.am-navbar-dark {
    background-color: #302f35
  }
    &.am-navbar.am-navbar-light {
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
    .rightIcon{
        margin-left:5px;
         vertical-align: bottom;
    }
}
.yy-bpm-assignRef-modal-body{
    display: flex;
    height: 100vh;
    flex-direction: column;
    width: 100vw;
    text-align: left;
    background-color: #f5f5f9
}
.yy-bpm-assignRef-modal-body-nav{
    height:90px;
    flex-shrink:0;
}
.yy-bpm-addAssignRef-modal-body-nav{
    height:44px;
    flex-shrink:0;
}
.yy-bpm-assignRef-modal-body-list{
    flex-grow:1;
    overflow-y: scroll;
}
.yy-bpm-addAssignRef-modal-middle{
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
}
.yy-bpm-addAssignRef-modal-middle-add{
    height: 49px;
    padding-left: 15px;
    color: #0091FA;
    font-family: PingFangSC-Regular;
}
.yy-bpm-addAssignRef-modal-middle-addSpan{
    height: 100%;
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.yy-bpm-addAssignRef-modal-middle-addSpan span{
    margin-left: 6px;
}
.yylib-borderBottomOnePxZk{
    position: relative;
}
.yylib-borderBottomOnePxZk::after {
    content: '';
    position: absolute;
    background-color: #D7DCE6;
    display: block;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.yy-bpm-addAssignRef-modal-middle-person{
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 66px;
    font-size: 14px;
    color: #7D8291;
}
.yy-bpm-addAssignRef-modal-middle-person p:first-child{
    color: #414655;
}
.yy-bpm-addAssignRef-modal-personList{
    /*flex-grow: 1;
    overflow-y: scroll;*/
    margin-top: 10px;
}
.yy-bpm-addAssignRef-modal-personListLi{
    min-height: 100px;
}
.yy-bpm-addAssignRef-personListLi-title{
    font-size: 16px;
    color:#414655;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.yy-bpm-addAssignRef-personListLi-title span:last-child{
    font-size: 12px;
    width: 40px;
    height: 19px;
    border: 1px solid #ff6161;
    line-height: 19px;
    text-align: center;
    border-radius: 4px;
}
.yy-bpm-addAssignRef-personListLi-body{
    display: flex;
    flex-direction: row;
    color:#7D8291;
    font-size: 12px;
    line-height: 24px;
    justify-content: space-between;
}
.yy-bpm-addAssignRef-personListLi-footer{
    color:#7D8291;
    line-height: 24px;
    font-size: 12px;
}
@media(max-width:375px){
    .yy-bpm-addAssignRef-personListLi-body{
        flex-direction: column;;
    }
}