/* This file is part of Moodle - http://moodle.org/

   Moodle is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   Moodle is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with Moodle.  If not, see <http://www.gnu.org/licenses/>. */

/**
 * Trail Format - A topics based format that uses a trail of user selectable images to popup a light box of the section.
 *
 * @package    course/format
 * @subpackage trail
 * @version    See the value of '$plugin->version' in version.php.
 * @copyright  &copy; 2017 onwards G J Barnard in respect to modifications of standard topics format.
 * @author     G J Barnard - {@link http://about.me/gjbarnard} and
 *                           {@link http://moodle.org/user/profile.php?id=442195}
 * @author     Based on code originally written by Paul Krix and Julian Ridden.
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

body:not(.editing) #trailmiddle-column {
    line-height: 1;
}

.course-content ul.trailicons li .icon_content.content_inside {
    box-sizing: content-box;
}

div#trailshadebox_overlay {
    z-index: 1000;
}

#trailshadebox_content.absolute {
    z-index: 1000;
}

#trailshadebox_content.fit_to_window {
    z-index: 1000;
}

#trailshadebox_content ul.gtopics .sectionname {
    margin-top: .5rem;
}

#trailshadebox_close {
    z-index: 1000;
}

