﻿.p-dialog .p-dialog-content {
    background-color: #eceff4 !important;
}

.striped:nth-child(even), .details-field {
    background: rgba(0, 0, 0, 0.05);
}

.selected-row {
    background-color: #c7ebf1 !important;
}

.bg-light-gray {
    background-color: #eeeeee !important;
}

.timeline-row {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e5e9f0;
    background-color: #f9fafb;
    padding: 15px 15px 0 15px;
    width: 100%;
    margin: 12px 0 20px 0;
}

.p-rating.p-state-disabled a {
    color: #666 !important;
}

.selected-size {
    background-color: #cccccc !important;
}

.p-inputtext[required],
.chips-container,
select[required],
p-dropdown[required] .p-dropdown,
p-multiselect[required] .p-multiselect,
dl-date-time-picker[required] {
    border: 1px solid mediumblue;
}

.grid-system tr td:not(.table-td) {
    background-color: #f1f4f6;
}

.a-frame-box, .a-frame-legend {
    border: 1px solid #20252e;
}

.a-frame-lane {
    background-color: #20252e;
    color: #eceff4;
}

.p-panel .p-panel-header {
    border: 1px solid #e2e8f0 !important;
}