﻿body.calculator-calcDepreciationItems-page ul.wizard-bread-steps,
body.calculator-calcDepreciationReports-page ul.wizard-bread-steps {
    padding-right: 0;
}

.depreciation {
    height: calc(100% - 41px);
}

    .depreciation .wizard > div {
        height: 100%;
    }

    .depreciation .depreciation-table h3,
    .depreciation .table-message {
        color: silver;
        text-align: center;
        margin-top: 40px;
    }

    .depreciation .table-message {
        cursor: pointer;
    }

    .depreciation .depreciation-table .checkbox-select.ui-checkbox {
        bottom: 0;
    }

    .depreciation .depreciation-table .item.selected {
        background-color: #ecfdff;
    }

    .depreciation .depreciation-clients .depreciation-table {
        height: calc(100% - 65px);
    }

    .depreciation .depreciation-categories .depreciation-table,
    .depreciation .depreciation-items .depreciation-table {
        height: calc(100% - 100px);
    }

    .depreciation .depreciation-table .item-cell {
        vertical-align: middle;
    }

    .depreciation .depreciation-clients .depreciation-table .item-cell {
        width: 16%;
    }

        .depreciation .depreciation-clients .depreciation-table .item-cell.id-number,
        .depreciation .depreciation-clients .depreciation-table .item-cell.phone {
            width: 10%;
        }

        .depreciation .depreciation-clients .depreciation-table .item-cell.address {
            width: 30%;
        }

    .depreciation .depreciation-categories .depreciation-table .item-cell {
        width: 16%;
    }

    .depreciation.depreciation-reports .depreciation-categories .depreciation-table .item-cell {
        width: 8.5%;
    }

    .depreciation .depreciation-items .depreciation-table .item-cell {
        width: 7.5%;
    }

        .depreciation .depreciation-items .depreciation-table .item-cell.large-cell {
            width: 18%;
        }

    .depreciation .depreciation-table {
        overflow: hidden;
    }

        .depreciation .depreciation-table .headers {
            font-size: 15px;
            font-weight: normal;
            color: #ffffff;
            padding: 0;
            background-color: #118dcf;
            padding: 3px 0 !important;
        }

            .depreciation .depreciation-table .headers i {
                font-size: 12px;
            }

        .depreciation .depreciation-table .calc-list {
            height: calc(100% - 40px);
            overflow: auto;
            margin-bottom: 10px;
            border: 1px solid #c4c4c4;
        }

        .depreciation .depreciation-table .list .item {
            padding: 1px 0;
            min-height: 31px;
            /*width: 100%;*/
            position: relative
        }

        .depreciation .depreciation-table .item-cell {
            display: inline-block;
        }

        .depreciation .depreciation-table .item .item-content {
            overflow: hidden;
            display: block;
            width: 95%;
        }

            .depreciation .depreciation-table .item .item-content:not(.wrap) {
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .depreciation .depreciation-table div.menu {
            margin-top: 0;
        }

            .depreciation .depreciation-table div.menu .dropdown-menu {
                margin-left: 0;
            }


.selectall-warning {
    width: 100%;
    height: 35px;
    margin: 5px auto;
    padding: 5px 0;
    background-color: white;
    text-align: center;
}

    .selectall-warning a {
        cursor: pointer;
        text-decoration: underline;
    }

.depreciation-modal.depreciation-small-modal .modal-dialog {
    width: 650px;
}

.depreciation-modal.depreciation-small-modal .modal-body .loading {
    padding-top: 15%;
}

.depreciation-modal:not(.depreciation-small-modal) .modal-dialog {
    width: 1000px;
}

.depreciation-item-amount .modal-dialog {
    width: 475px;
}

.depreciation-modal .modal-body {
    /*height: 620px;*/
    overflow: hidden;
}

    .depreciation-modal .modal-body .loading {
        position: absolute;
        z-index: 99999;
        font-size: 2.3em;
        color: grey;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: 0.7;
        text-align: center;
    }

    .depreciation-modal .modal-body .loading {
        padding-top: 26%;
    }

    .depreciation-modal .modal-body .betterment-header,
    .depreciation-modal .modal-body .exchange-header {
        min-height: 75px;
    }

    .depreciation-modal .modal-body .betterment-item .depreciation-table .list {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .depreciation-modal .modal-body .depreciation-table .list {
        height: 325px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .depreciation-modal .modal-body .depreciation-table .item-cell {
        padding-right: 5px;
    }

    .depreciation-modal .modal-body .depreciation-table .item-content {
        padding: 5px 0;
    }

    .depreciation-modal .modal-body .depreciation-items .actions {
        position: relative;
        top: 0;
    }

    .depreciation-modal .modal-body .depreciation-items {
        position: relative;
        width: 100%;
    }

    .depreciation-modal .modal-body .betterment-item,
    .depreciation-modal .modal-body .exchange-item {
        position: absolute;
        width: 100%;
        transition: all .2s ease-in-out;
    }

        .depreciation-modal .modal-body .betterment-item.open,
        .depreciation-modal .modal-body .exchange-item.open {
            top: 0;
            right: 0;
        }

        .depreciation-modal .modal-body .betterment-item.close,
        .depreciation-modal .modal-body .exchange-item.close {
            right: 700px;
        }

    .depreciation-modal .modal-body .rv-action,
    .subcalc-report .modal-body .rv-action {
        position: relative;
        float: left;
        left: 0;
    }

        .depreciation-modal .modal-body .rv-action button {
            padding: 7px 5px;
            width: 170px;
            font-size: 0.9em;
        }

        .subcalc-report .modal-body .rv-action button.btn.dropdown-toggle {
            font-size: 14px;
            padding: 10px;
        }

    .depreciation-modal .modal-body .tab-pane {
        min-height: 455px;
        padding-left: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .depreciation-modal .modal-body .help-tooltip-popover {
        width: 320px;
    }

.result-view .depreciation {
    height: calc(100% - 50px);
}

    .result-view .depreciation.table {
        margin-bottom: 0;
    }

.result-view .depreciation-columns {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 0.9em;
}

    .result-view .depreciation-columns button,
    .depreciation-modal .modal-body button {
        padding: 5px 7px;
    }

.result-view .depreciation-table .scrollableContainer {
    height: 100%;
}

    .result-view .depreciation-table .scrollableContainer .scrollArea table {
        font-size: 0.8em;
    }

        .result-view .depreciation-table .scrollableContainer .scrollArea table td {
            padding: 3px 10px 3px 3px;
            vertical-align: middle;
        }

.report-import .scrollableContainer .scrollArea table .ui-checkbox {
    padding-top: 0;
    margin-bottom: 0;
}

    .report-import .scrollableContainer .scrollArea table .ui-checkbox input[type=checkbox]:checked + span:after {
        top: 0px;
    }

.report-import .scrollableContainer .scrollArea .orderWrapper {
    display: none;
}

.modal.capitalgain-modal .modal-content {
    max-width: 850px;
    overflow: hidden;
}

.depreciation-history-item {
    padding: 5px;
    background-color: white;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 7px 0;
    font-size: 14px;
}

    .depreciation-history-item:hover {
        border-bottom: 1px solid #118dcf;
    }

    .depreciation-history-item.active {
        border: 1px solid #118dcf;
    }
