/**
 * Version details
 *
 * @package    theme
 * @subpackage come_l3
 * @copyright  2016 Centrum Otwartej i Multimedialnej Edukacji (COME)
 * @author     Marcin Golebiowski
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 *
 */


#course-header                  { display: block; background-color: #1B3E5E; }
#coursetitle                    { color: #FFFFFF; padding-left: 0.6em; }

li.section                   .sectionname        { color: #1B3E5E; font-family: 'themeRegular'; }
li.section:not(:first-child) .sectionname        { background-color: #E3E4E6; border-radius: 4px; }
li.section:not(:first-child) .sectionname > span { display: block; padding: 10px 0; }

#buttonsectioncontainer .buttonsection                               { background-color: #E3E4E6;     border-color: #E3E4E6; }
#buttonsectioncontainer .buttonsection.sectionvisible                { background-color: #1B3E5E;     border-color: #1B3E5E; }
#buttonsectioncontainer .buttonsection.sectionhidden                 { background-color: transparent; border-color: #E3E4E6; }
#buttonsectioncontainer .buttonsection.sectionhidden.sectionvisible  { background-color: #AEC6D9;     border-color: #AEC6D9; }
#buttonsectioncontainer .buttonsection:hover                         { background-color: #EA6A07;     border-color: #EA6A07; color: #FFFFFF; }

.inplaceeditable-text > input[type=text] { height: auto; }

.course-content ul.topics li.section .summary { margin-left: 0; }
.section .label .mod-indent-outer             { padding-left: 0; }

#course-header, 
.course-content .current        { border-radius: 4px; }
.course-content .current        { background-color: #E7F4FF; }

#gridshadebox_content           { border-color: #1B3E5E; }
#gridshadebox_content.fit_to_window, 
#gridshadebox_content.absolute, 
div#gridshadebox_overlay        { z-index: 2; }

.que.ddwtos .drag               { z-index: auto; }