.kanban_holder {
    position: fixed;
    top: 140px;
    right: 20px;
    left: 220px;
    bottom: 0px;
    overflow: auto;
}

body.warn .kanban_holder {
    top: 170px;
}

#kanban {}

.kanban_headers {
    position: sticky;
    top: 0px;
    height: 45px;
    /*background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    z-index: 20;
}

.kanban_headers>._header {
    flex: 0 0 290px;
    margin-right: 10px;
    margin-left: 10px;
    height: 45px;
    background: white;
    ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 0px;
    border-bottom: 2px solid #ed652b3c;
}

.kanban_headers>._header:first-child {
    margin-left: 25px;
}

.kanban_headers>._header ._count {
    font-weight: normal;
    font-size: 11px !important;
    background: #fff6db;
    line-height: 13px;
    height: 16px;
    padding: 0px 5px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    border-radius: 5px;
    text-align: center;
}

.kanban_footers {
    position: sticky;
    bottom: 0px;
    height: 35px;
    background: #D2F0CE;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    z-index: 20;
}

.kanban_footers>._footer {
    flex: 0 0 290px;
    background: #D2F0CE;
    margin-right: 10px;
    margin-left: 10px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0px 0px;
    font-size: 11px;
    text-align: right;
    line-height: 16px;
}

.kanban_footers>._footer:first-child {
    margin-left: 25px;
}

.bold {
    font-weight: bold;
    ;
}

.kanban_boards {
    display: flex;
    flex-direction: row;
    top: 10px;
    position: relative;
    z-index: 10;
    min-height: 90vh;
    margin-right: 10px;
    margin-left: 25px;
}

.kanban_board {
    flex: 0 0 290px;
    margin-right: 20px;
    margin-top: -45px;
    padding-top: 55px;
}

.kanban_board.over {
    background: rgba(255, 246, 219, 0.5);
    outline: 5px solid rgba(255, 246, 219, 0.5);
}

.kanban_board.over-error {
    background: rgba(246, 187, 188, 0.5);
    outline: 5px solid rgba(246, 187, 188, 0.5);
}

.kanban_board .kanban_items {
    height: 100%;
    margin-bottom: 30px;
}

.kanban_board .kanban_items .load_more {
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

.kanban_board .kanban_items ._item {
    height: 180px;
    width: 290px;
    margin-bottom: 20px;
    border: 2px solid #ADB7C8;
    font-size: 13px;
    background-color: white;
    box-sizing: border-box;
    padding: 5px 10px;
    padding-top: 0px;
    position: relative;
    /*-webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;

  transform: scale(1.0);
  box-shadow: 0px 5px 0px 0px white;*/
}



.kanban_board .kanban_items ._item:hover {
    /* -webkit-transition: box-shadow .2s ease-in;
  transition: box-shadow .2s ease-in;

  transform: scale(1.03);
  box-shadow: 0px 5px 30px -10px silver;*/
}

.kanban_board .kanban_items ._item .kanban_board .kanban_items ._item.not_rea11d {
    border-color: #2c5bd2;
}

.kanban_board .kanban_items ._item.overdue {
    background: #f8e4e6;
    border-color: #f6bbbc;
}

.kanban_board .kanban_items ._item.overdue .ph {
    color: #d48586;
}

.kanban_board .kanban_items ._item.overdue .ph-agent {
    background: #f8e4e6;
}

.kanban_board .kanban_items ._item.new_tasks11 {
    border-color: #2c5bd2;
}

.kanban_board .kanban_items ._item.new_tasks ._tasks>i {
    color: #2c5bd2;
}

.kanban_board .kanban_items ._item.in_update {}

.kanban_board .kanban_items ._item.in_update:before {
    content: "";
    position: absolute;
    z-index: 33;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #ffffffa3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.kanban_board .kanban_items ._item.ui-draggable-dragging {
    z-index: 99;
}

.kanban_items ._item .ph {
    font-size: 12px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #adb7c8;
    margin-bottom: 5px;
}

.kanban_items ._item .ph .type {
    white-space: nowrap;
}

.kanban_items ._item .ph .datum {
    display: flex;
    align-items: center;
    font-size: 12px;
    white-space: nowrap;
}

.kanban_items ._item .ph .datum .material-icons {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 4px;
    font-size: 16px;
}

.kanban_items ._item .status-new-ph {
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 4px;
}

.kanban_items ._item .status-new-ph .dtitle {
    border-bottom: 1px solid transparent;
    line-height: 13px;
}

.kanban_items ._item .status-new-ph:hover .dtitle {
    border-bottom: 1px solid #dfdfdf;
    line-height: 13px;
}

.kanban_items ._item .status-new-ph .status-dot {
    margin-top: -4px;
}

.kanban_items ._item .ph-a {
    height: 35px;
    line-height: 18px;
    overflow: hidden;
    margin: 10px 0px;
    max-width: calc(100% - 25px);
}

.kanban_items ._item .ph-contacts {
    max-width: 92%;
}

.kanban_items ._item .ph-agent {
    font-size: 12px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: 10px;
    background: white;
    padding: 0px 4px;
    display: flex;
    align-items: center;
}

.kanban_items ._item .ph-agent ._agent {
    margin-left: 5px;
    display: flex;
    height: 20px;
}


.kanban_items ._item .otitle {
    padding-bottom: 2px;
    font-weight: normal;
    font-size: 16px;
    /*border-bottom: 1px solid silver;*/
    display: inline;
}

.kanban_items ._item .otitle>div {
    overflow: hidden;
    white-space: nowrap;
}

.kanban_items ._item .price {
    position: absolute;
    bottom: 5px;
    right: 10px;
    left: 10px;
    font-size: 16px;
    line-height: 16px;
}

.kanban_items ._item .commission {
    font-size: 12px;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    color: #000;
}

.kanban_items ._item .commission.plan {
    color: #adb7c8;
}

.kanban_items ._item .commission i {
    font-size: 14px;
}

.kanban_items ._item .ph-notify {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 40px;

}

.kanban_items ._item .ph-notify>* {
    margin-bottom: 1px;
}

.kanban_items ._item .ph-notify .score_controll {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px !important;
    position: relative;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: white !important;
    margin-right: 0px;
    border-radius: 0px;
    border: 0px;
    box-sizing: border-box;
}

.kanban_items ._item .ph-notify .controll-problem {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px !important;
    position: relative;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: white !important;
    margin-right: 0px;
    border-radius: 0px;
    border: 0px;
    box-sizing: border-box;
    background-color: #c92a35 !important;
}

.kanban_items ._item .ph-notify .controll-info {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px !important;
    position: relative;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: white !important;
    margin-right: 0px;
    border-radius: 0px;
    border: 0px;
    box-sizing: border-box;
    background-color: #cacaca !important;
}

.kanban_items ._item .ph-notify ._tasks {
    margin-right: 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px !important;
    position: relative;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: white !important;
    margin-right: 0px;
    border-radius: 0px;
    border: 0px;
    box-sizing: border-box;
}

.kanban_items ._item .ph-notify ._tasks {
    background-color: #adb7c8;
}

.kanban_items ._item .ph-notify ._tasks i {
    color: #000;
    font-size: 14px;
}

.kanban_items ._item .ph-notify ._tasks.completed {
    background-color: #00bc16;
}

.kanban_items ._item .ph-notify ._tasks.completed i {
    color: #fff !important;
}

.kanban_items ._item .ph-notify ._tasks.overdue {
    background-color: #c92a35 !important;
}

.kanban_items ._item .ph-notify ._tasks.overdue i {
    color: #fff !important;
}

.kanban_items ._item .ph-notify ._notread {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px !important;
    position: relative;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: white !important;
    margin-right: 0px;
    border-radius: 0px;
    border: 0px;
    box-sizing: border-box;
}

.kanban_items ._item .ph-notify ._notread:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    background-color: #2c5cd2;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.kanban_items .load_more {
    display: none;
}

.kanban_items.may_more_load .load_more {
    display: block;
}

.kanban_items .loading_ani {
    display: none;
    text-align: center;
}

.kanban_items.is_loading .loading_ani {
    display: block;
}