﻿.excel-report-dialog {
    min-width: 650px;
}

.excel-report-dialog .excel-report-dialog--content .activity-type{
    margin-bottom: 10px;
}

.excel-report-dialog .excel-report-dialog--content .md-subheader {
    background-color: transparent;
}

.excel-report-dialog .excel-report-dialog--content .md-datepicker-input-container {
    border: solid 1px #ddd;
    padding: 4px 0px 0 15px;
}

.excel-report-dialog .excel-report-dialog--content fieldset {
    border: solid 1px #a3bcc7;
    border-radius: 4px;
}

.excel-report-dialog .excel-report-dialog--content md-switch {
    margin: 0 0 5px 0;
}

.excel-report-dialog .excel-report-dialog--content md-switch .md-label {
    font-size: 14px;
    color: #1f2542;
    text-transform: capitalize;
}

.excel-report-dialog .excel-report-dialog--content button {
    padding: 5px 75px;
    border-radius: 50px;
    font-weight: 400;
}

.excel-report-dialog .excel-report-dialog--content .Quotes.active {
    background: rgb(255 235 59 / 40%);
    padding: 5px 10px;
}
.excel-report-dialog .excel-report-dialog--content .Quotes.active fieldset,
.excel-report-dialog .excel-report-dialog--content .Quotes.active .md-datepicker-input-container {
    border-color: #ff9800;
}
.excel-report-dialog .excel-report-dialog--content .Quotes.active fieldset legend {
    color: #ff9800;
}


.excel-report-dialog .excel-report-dialog--content .Orders.active {
    background: rgb(57 220 175 / 40%);
    padding: 5px 10px;
}

.excel-report-dialog .excel-report-dialog--content .Orders.active fieldset legend {
    color: #009688;
}
.excel-report-dialog .excel-report-dialog--content .Orders.active fieldset,
.excel-report-dialog .excel-report-dialog--content .Orders.active .md-datepicker-input-container {
    border-color: #009688;
}

.excel-report-dialog .excel-report-dialog--content .Users.active {
    background: rgb(3 169 244 / 40%);
    padding: 5px 10px;
}

.hidden-report {
    display: none;
}