/**
* DISCLAIMER
*
* Do not edit or add to this file.
* You are not authorized to modify, copy or redistribute this file.
* Permissions are reserved by FME Modules.
*
*  @author    FMM Modules
*  @copyright FME Modules 2023
*  @license   Single domain
*/
#accordion-container { font-size: 13px; background: #ffffff; padding: 5px 10px 10px 10px; }

.accordion-header { font-size: 16px; background: #ebebeb; margin: 5px 0 0 0; padding: 5px 20px; border: 1px solid #cccccc; cursor: pointer; color: #666666; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.active-header { -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background: url(../img/active-header.gif) #eeeeee; background-repeat: no-repeat; background-position: right 50%; }

.active-header:hover { background: url(../img/active-header.gif) #eeeeee; background-repeat: no-repeat; background-position: right 50%; }

.inactive-header { background: url(../img/inactive-header.gif) #ebebeb; background-repeat: no-repeat; background-position: right 50%; }

.inactive-header:hover { background: url(../img/inactive-header.gif) #f5f5f5; background-repeat: no-repeat; background-position: right 50%; }

.accordion-content { display: none; padding: 20px; background: #ffffff; border: 1px solid #cccccc; border-top: 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
