/*© 2014 NetSuite Inc.*/
.toggle-panel{margin:0;padding:0}.js .toggle-panel[aria-expanded="false"]>:first-child+*{visibility:hidden}.js .toggle-panel[aria-expanded="true"]>:first-child+*{visibility:visible}.js .toggle-panel>:first-child{cursor:pointer}.toggle-panel-content{overflow:hidden}.toggle-panel-content>*{overflow:auto}.toggle-panel-content.transition{-webkit-transition-duration:.25s;-moz-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s;-webkit-transition-property:height,padding-bottom,padding-top,visibility;-moz-transition-property:height,padding-bottom,padding-top,visibility;-o-transition-property:height,padding-bottom,padding-top,visibility;transition-property:height,padding-bottom,padding-top,visibility}.js .toggle-panel.minimal.title-arrow-icon[aria-expanded="true"]>:first-child:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.js .toggle-panel.minimal.title-arrow-icon>:first-child:after{content:"▶";color:#f15d22;font-size:10px;margin:8px 0 0 5px}.js .toggle-panel.minimal.title-plus-icon[aria-expanded="true"]>:first-child:after{content:"–"}.js .toggle-panel.minimal.title-plus-icon>:first-child:after{color:#f15d22;content:"+";font-size:16px;font-weight:700;margin:0 0 0 5px}