﻿.annual-reports .group {
}

.annual-reports .group-name {
    font-size: 14px;
    margin: 4px 0;
    display: block;
}

.annual-reports .group-title {
    font-weight: bold;
    font-size: 14px;
}

    .annual-reports .group-title + .group .group-title {
        margin-top: 5px;
    }


.annual-reports .group > .group {
    padding-left: 5%;
}


.annual-reports .group + .group {
    margin-top: 15px;
}

.annual-reports .reports-list-wrapper .panel-body {
    overflow: auto;
}

.annual-reports .chart {
    margin-top: 25px;
}

    .annual-reports .chart > div {
        background-color: white;
        border: 1px solid #e7e7e7;
    }

.btn-group .btn.active:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #46ac46 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}


.annual-report-cycle-form-popup .modal-dialog {
    width: 85%;
    max-width: 1280px;
}

.annual-report-cycle-form-wrap {
    background: white;
    padding: 15px;
}

.annual-report-cycle-form {
    background: white;
}

    .annual-report-cycle-form .collapse .alert-info {
        position: relative;
    }

    @media print {
        .annual-report-cycle-form .panel-heading[data-target='#annualReportCycleFormInstruction'] {
            font-size:12px;
        }

        .annual-report-cycle-form .collapse .alert-info {
            display:none;
        }

        .annual-report-cycle-form .panel-heading[data-target='#annualReportCycleFormInstruction']
        {
            display:none;
        }

        .annual-report-cycle-form #annualReportCycleFormInstruction
        {
            display:none;
        }

        .annual-report-cycle-form .radio input {
            display:none!important;
        }

        .annual-report-cycle-form .radio .radiolabel, .annual-report-cycle-form .radio-inline .radiolabel {
            display: none !important;
        }
        .annual-report-cycle-form .radio .radiolabel.annualreportradioprint, .annual-report-cycle-form .radio-inline .radiolabel.annualreportradioprint {
            display: block !important;
        }

        .annual-report-cycle-form .radio-inline, .annual-report-cycle-form .radio {
            margin: 0 !important;
            padding: 0 !important;
        }

        .annual-report-cycle-form label {
            display:inline;
        }

        .annual-report-cycle-form .lbl:before {
            display:none!important;
        }

        .alert {
            margin-bottom:0 !important;
        }

    }

        .annual-report-cycle-form .collapse .alert-info:not(.no-arrow):after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #bce8f1 transparent transparent transparent;
            position: absolute;
            left: 12px;
            bottom: -9px;
            content: ' ';
        }

    .annual-report-cycle-form .form-horizontal label.control-label {
        text-align: left;
    }

    .annual-report-cycle-form table.form-grid input.form-control[type=number] {
        width: 100px;
        display: inline-block;
    }

    .annual-report-cycle-form .total-row {
        background-color: #ddd;
        font-size: 18px;
        font-weight: bold;
    }

        .annual-report-cycle-form .total-row input {
            font-size: 18px;
            font-weight: bold;
        }



.annual-reports .form-group:last-child {
    margin-bottom: 0;
}

hr.double {
    border-top: 4px double #d6d6d6;
}

.reporting-cycle-dropdown {
    font-size: 24px;
    height: 50px;
    font-weight: bold;
}

    .reporting-cycle-dropdown.v-select {
        font-size: 24px;
        height: auto;
        font-weight: bold;
    }

@media print {
    .collapse {
        display: block;
        visibility: visible;
        height: auto;
    }
}

.report-inline-item {
    display: inline;
}

.report-inline-item * {
    white-space: nowrap;
}

.annual-reports .report-inline-item .group-name {
    display: inline;
}