﻿@media screen and (max-width:1400px) {
    body .table-control .row-body .cell-content {
        font-size: 0.8em;
    }

    body .headers .cell {
        font-size: 0.85em;
    }

    .reports .category-section.col-lg-2 {
        width: 7%;
    }

        .reports .category-section.col-lg-2 .item-content {
            display: none !important;
        }

    .reports .generators a {
        width: 120px;
    }

    body .table-control .headers {
        height: 27px;
    }
}

.reports {
    direction: rtl;
    padding: 5px 20px 0 10px;
    height: 100%;
    font-size: 0.9em;
}

    .reports .table-control {
        height: calc(100% - 120px);
    }

    .reports .calc-list {
        height: calc(100% - 35px);
    }

    .reports .header-border {
        border-bottom: 1px solid silver;
        padding-bottom: 10px;
        overflow: hidden;
        height: 60px;
    }

        .reports .header-border .icons > a:hover {
            opacity: 1;
        }

        .reports .header-border .icons > a {
            width: 20px;
            margin: 0 4px 0 0;
            color: #89898C;
            opacity: 0.8;
            font-size: 1em;
        }

        .reports .header-border span {
            font-size: .8em;
            padding-top: 15px;
            padding-right: 10px;
            display: block;
        }
        
    .load-report-modal .table-control .list .row-body,
    .reports .table-control .list .row-body {
        cursor: pointer;
    }

    .reports .ui-checkbox input[type=checkbox] + span:before {
        margin-left: 5px;
    }

.load-report-modal .table-control .table-field-name {
    width: 40%;
}

.load-report-modal .table-control .table-field-client {
    width: 25%;
}

.load-report-modal .table-control .table-field-year {
    width: 10%;
}

.load-report-modal .table-control .table-field-date {
    width: 20%;
}

.load-report-modal .table-control .with-share-fields .table-field-name {
    width: 35%;
}

.load-report-modal .table-control .with-share-fields .table-field-client {
    width: 20%;
}

.load-report-modal .table-control .with-share-fields .table-field-year {
    width: 5%;
}

.load-report-modal .table-control .with-share-fields .table-field-date {
    width: 15%;
}

.load-report-modal .table-control .with-share-fields .table-field-creator {
    width: 15%;
}

.load-report-modal .table-control .with-share-fields .table-field-share {
    width: 6%;
}
