/*.service, .navbar, .leftMenu, .rightCol, .footer, .printIcon {
    display: none !Important;
}

.mainContent {
    width: 100%;
}*/


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/*@media print {
    .table-responsive {
        width: auto;
        -ms-overflow-y: visible;
        -ms-overflow-y: visible;
        overflow-y: visible;
        -ms-overflow-x: visible;
        -ms-overflow-x: visible;
        overflow-x: visible;
    }

        .table-responsive > table > tbody > tr > td {
            white-space: normal;
        }
}*/

@media print {
    .container {
        max-width: 100%;
        padding: 0 50px;
    }

    .padder_top_100 {
        padding-top: 30px;
    }

    .damage-placements #tree {
        height: 650px;
    }

    .field-validation-error {
        display: none;
    }

    .news-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news-list-item-title {
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .news-list-item-text {
        line-height: 21px;
        margin-top: 20px;
    }

    .dist-list-item-img-wrapper {
        flex: 0 0 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn {
        border: 1px solid transparent;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        vertical-align: middle;
    }

    .btn-green {
        background-color: #445d1b !important;
    }

    .news-list-item .btn-green {
        border-radius: 5px;
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
        padding: 6px 12px;
    }

    thead {
        display: table-row-group;
    }
}
