﻿/*
 * ------------------------------------------------------------------------------------------------
 * © Copyright 2013 SunGard K-12 Education, All Rights Reserved.
 * This program is PROPRIETARY and CONFIDENTIAL information of SunGard K-12 Education, and may not
 * be disclosed or used except as expressly authorized in a license agreement controlling such use
 * and disclosure.  Unauthorized use of this program will result in legal proceedings, civil
 * damages, and possible criminal prosecution.
 * ------------------------------------------------------------------------------------------------
 * File Name: Accordion.css
 * ------------------------------------------------------------------------------------------------
 * File Description:
 *   CSS settings that make jquery.multi-open-accordion.js formated properly
 * ------------------------------------------------------------------------------------------------
*/

.sg-accordion-header
{
    margin-top: 0 !important; /*jq override*/
    border-radius: 0;
}

.sg-accordion-header-title
{
    width: 20%;
    font-size: 1.167em;
    font-weight: bold;
    padding-right: 10px;
}

.sg-accordion-container
{
    border-radius: 0;
}

/*jq overrides:*/

/* if icons are desired use display:hide in the local css file */
.sg-accordion-header .ui-icon 
{
     display: inline-block;
}

.sg-accordion .ui-state-active
{
    color: white;
    background: Gray repeat-x url(../Themes/custom-theme/images/ui-bg_highlight-soft_75_999999_1x100.png);
}