/**
 * Custom CSS for HR Rewards Calculator
 *
 * Created 07 April 2017
 * Updated 31 May 2017
 *
 * @author Darren Coutts
 */

#grade_filter fieldset {
    padding-top: 12px !important;
}

.ajax_loader {
    display:none;
}

.faded {
    opacity:0.3;
    transition:opacity 1.5s ease;
}

.not_faded {
    opacity:1;
    transition:opacity 1.5s ease;
}

.results_table th {
    background:#ddd;
    text-align:left;
}

.results_table tr:nth-child(2n) {
    background:#f7f7f7;
}

.results_table tr.this_week {
    background:#cb6382;
    color:#fff;
}

.wrapper {
    max-width:77em;
    margin:0 auto;
    padding:1em;
}

#cookie_info {
    background:#444;
    color:#eee;
}

#cookie_info h1 {
    margin:0 0 0.3em;
    padding:0;
    border:0;
    font-family:inherit;
    color:inherit;
}

#cookie_info a {
    border-bottom:1px dotted;
    color:inherit;
}

#cookie_info a:hover,
#cookie_info a:focus {
    border-bottom:1px solid;
}

#cookie_info button {
    color:#111;
}

#form_container {
    padding:0px !important;
}

caption {
    padding:5px;
    border:1px solid #656565;
    background:#656565;
    text-align:left;
    font-family:'Century Gothic', Arial, sans-serif;
    font-size:110%;
    color:#fff;
    caption-side: top;
    font-style: normal;
}

.calculator_search_button {
	margin-top: 1em;
	margin-left: 0.3em;
}