/*  This file is intended to be temporary. It should support the transition away from
    jQuery and the old DoIT template. Lots of vestigial refs in place. I'm tearing out 
    this content when there's an opportunity, but frankly some will be there forever.
    
    The DoIT-originating stuff has ended up mostly handled in the base file, as it is
    usually simpler than duplicating it here (and sometimes I decide to keep it), so 
    this became jQuery-specific. */


/* jQuery */

.ui-widget {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
}

.ui-state-default {
    border-color: #C5C5C5;
}

.ui-state-active {
    background-color: #555;
    border-color: #C5C5C5;
}

.ui-accordion-content iframe {
    width: 100%;
    border-radius: 5px;
}

.ui-accordion .ui-accordion-content {
    padding: 1rem;
}

.ui-table th {
    background-color: rgb(87, 90, 95);
    color: #EEE;
    text-shadow: 0px 0px 2px rgba(0,0,0, 1);
}

.table-stripe tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

/*-- Really hacky solution for 2-column layout tables that will be phased out eventually --*/
tr.split50 td { width:50%; }

.candidate dl + h3, .candidate dl + h4, .candidate dl + h5, .candidate dl + h6 {
    margin-top:0;
}

/*shim due to devs not implementing the structure correctly*/
.shaded #candidatesFiled > h3:first-child, .shaded #candidatesFiled > h4:first-child {
    margin-top: 0;
}