
.b-popup {
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}

.b-popup .b-popup-content{
    margin:150px auto 0px 200px;
    width:auto;
    height: auto;
    background-color: #c5c5c5;
    border-radius:0px;
    box-shadow: 0px 0px 10px #000;
}

#calendar {
    width: 100%;
    margin: 0 auto;
}

.preloader-content {
    width: 100px;
    height: 76px;
}

.spinner {
    background: url('../image/ajax-loader.gif') no-repeat 50% 50%;
    width: 64px;
    height: 64px;
    top: 0;
    display: block;
}

.spinner-mini {
    background: url('../image/ajax-loader-mini.gif') no-repeat 50% 50%;
    width: 16px;
    height: 16px;
    top: 0;
    display: block;
}

.load_text {
    bottom: 0;
}

.display_none {
    display: none;
}

.pageError {
    margin: 10px;
}

.dev_chart_container {
    position: relative;
    height: 30vh;
    width: 80vw;
}

.expenses_month {
    position: relative;
    min-width: 200px;
    float: left;
    border: 1px solid black;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.dev_expense_item {
    cursor: pointer;
}

/* expense edit window */
#dev_bo_list {
    display: none;
}

#dev_bo_list {
    margin-top: 20px;
}

.dev_show_bo_list_button {
    display: none;
}

.dev_show_bo_list_button > span {
    border-bottom: 2px dotted;
    text-decoration: none;

    cursor: pointer;
}

/* bank operation item */
.dev_bo_item {
    position: relative;
    margin-bottom: 10px;
}

.dev_bo_item .close {
    top: 45%;
    right: 10px;
}

.dev_bo_item > span {
    display: block;
}

.dev_no_wrap {
    white-space: nowrap;
}

.dev_period span {
    position: relative;
    bottom: 10px;
}

.dev_readonly {
    pointer-events: none;
}

.dev-expense-list-item-planned {
    border-left: 5px solid #eb3232 !important;
}

.dev-expense-list-item-ignored-in-chart {
    border-left: 5px solid #A19F9F;
}

/* исправления меню */
@media only screen and (max-width: 1200px) {
    .cabinet .navigation-menu {
        position: fixed;
    }
}

.sprint-card_title > a {
    color: black;
}

.dev_max_width {
    max-width: none !important;
    width: 100%;
}

.phone {
    padding-left: 45px !important;
}

.dev_date {
    color: #919ea9;
    font-size: 13px;
}

#dev_kanban_load_more {
    width: 100%;
    margin-top: -10px;
}

.dev_invoice_table .dev_product_item td {
    cursor: auto;
}

.dev_invoice_table .dev_product_item td.editable-cell {
    cursor: pointer !important;
}

.dev_invoice_table .dev_product_item td.editable-cell:hover {
    text-decoration: underline dashed;
}

.table_row_signature {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}
.table_row_signature::before {
    content: "" !important;
    position: absolute !important;
    width: 16px !important;
    height: 21px !important;
    padding: 8px 0 !important;
    background-image: url(../image/icon-done.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center !important;
}

.dev_acts_table .itbrick_num, .dev_invoices_table .itbrick_num {
    margin-left: 20px
}

.page-filters .signing {
    margin-right: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-filters .signing span {
    display: flex;
    align-items: center;
}

.main-sprint-info__period.two_filters {
    justify-content: flex-start;
}

.window {
    margin-left: 0 !important;
}

.dev_column_entry {
    min-height: 100%;
}

.lead_placeholder {
    height: 100px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.leads_box {
    bottom: 3px;
    position: fixed;
    overflow: scroll;
    top: 245px;
    right: 15px;
    left: 220px;
}

.kanban_board .board {
    overflow: visible;
}

.board-column__title {
    position: sticky;
    top: 0;
}

.sortable_over_column {
    border: dotted 1px;
    border-radius: 5px;
    border-color: #8f8f8f;
}

#dev_pagination.leads_pagination {
    position: fixed;
    bottom: -52px;
}

.dev_failure_reason {
    width: 360px;
}

.dev_filter_block {
    z-index: 99;
    position: relative;
}

.sprint-info {
    overflow: scroll;
    max-height: 510px;
}

.lead_communication_element .text {
    white-space: normal !important;
}

.leads_box_kanban {
    margin-bottom: 5px;
}