/* import variables and fonts */

@import url(variables.css);
@import url(fonts/xolrn-icon-font/style.css);
@import url(fonts/open_sans/style.css);

/*
 * XOWiki "patches"
 */

div.xowiki-content.xolrn {
  font: revert;
}

#right-col80 {
  width: 84%;
}

/*
 * XOLRN Styles
 */

#xolrn-header {
  margin-bottom: 1em;
}

#xolrn-footer {
  padding-top: 1em;
  clear:both;
}

#doc4 { background: white; border: 1px solid #999;}

.xolrn .xolrn-page-title {
  margin-top:0;
  font-size:120%;
  padding: 0.2em;
  padding-left: 0px;
  border-bottom: none;
  line-height:1.8em;
}

.xolrn dl {
  margin: 0;
  padding: 0;
}
.xolrn dl dt {
  font-weight: bold;
  margin-top: 1em;
}
.xolrn dl dd {
  margin-left: 1em;
}
.xolrn a img {
    border-style: none;
}
/*.xolrn li {list-style-type:none !important}*/

.xolrn .sidebar {margin:0; font-size:93%}
.xolrn .sidebar li {padding:0.2em; list-style-type:none;}
.xolrn .sidebar .repo > a { font-weight:bold; font-size:100% }
.xolrn #searchbox {text-align: right;}
.xolrn #xolrn-menubar {font-size: 100%; margin-bottom: 5px;}
.xolrn #autocomplete {width: 100%; line-height: 2em;}
.xolrn #ac-search {position:static; display:inline; width: 300px;}
.xolrn #ac-results {text-align: left;position:relative; top:0; left: 625px; right:0; width: 250px;}
.xolrn #xolrn-menubar  .yui-gb {}
.xolrn #xolrn-menubar  .megadd-region {padding: 1em;}
.xolrn #xolrn-menubar  .megadd-region-2 {padding: 1em; border-left: 1px dotted gray; border-right: 1px dotted gray}
.xolrn #xolrn-menubar  h3 {font-size: 90%; margin: 0.2em;}
.xolrn .xolrn-megadropdown p.info {font-size: 77%}
.xolrn .filter-header {font-weight: bold;}
/*.xolrn ol, .xolrn ul { margin-left: 1em; }*/
/*.xolrn ol li, .xolrn ul li { position:relative; left:1em; list-style-position: inside\9; text-indent: -1.5em\9; *list-style-position: outside; *text-indent: 0; }*/
/*.xolrn .orderInteractionTable ul li, .xolrn .orderInteraction ul li, .xolrn .catalog-tree ul li { text-indent:0\9; }*/
/*.xolrn-page-wrapper img.image { margin-right: 20px !important; }*/
.xolrn ol, .xolrn ul {overflow:hidden;padding-left:30px; margin-left:0;}
.xolrn ol li, .xolrn ul li {padding-left:0;}

/* .xolrn .back_button {
  padding: 1em;
  padding-left: 30px;
  background: no-repeat 0.5em;
  background-image: url('/resources/xolrn/icons/famfamfam/arrow_left.png');
} */

.xolrn .inline-action-edit img {
  border: 0 solid black;
}

.xolrn .file-preview-image {
  max-width: 100%;
}

.xolrn .file-preview-frame {
  width: 99%;
  height: 600px;
  background: gray;
}

.xolrn a:visited {
  /* Googles visited links color */
  color: #551A8B;
}

.xolrn a.xolrn_not_found {
  color: red !important;
  text-decoration: line-through;
}

.xolrn a.xolrn_not_found:hover {
  color: green !important;
  text-decoration: underline;
}

.xolrn .confirmation_page_header {
  padding: 2em 1em;
}

.quota-info {
  width: 25em;
  font-size: 80%;
  margin-bottom: 1em;
}
.quota-info progress {
  width: 100%;
}
.quota-info .right {
  float: right;
}
.margin-form .no-quota-info {
  display: none;
}

/*
 * Forms
 */

.margin-form .form-item-wrapper .form-widget > textarea,
.margin-form .form-item-wrapper .form-widget > input:not([type=file]) {
  width: 90% !important;
}
.margin-form .form-item-wrapper .form-widget > input[type=color] {
  width: 4em !important;
}

.form-label {
  width:250px;
}
.xolrn .form-label {
  font-weight: bold;
  padding:0 1em 0.5em 0!important;
}
.xolrn .form-required-mark {color:red;}
.xolrn div.form-required-mark {display:inline;}
.xolrn .form-widget {padding-left:1em;padding-bottom:0.5em;}
.xolrn .form-widget select {min-width:2.5em;}
.xolrn .form-widget select[multiple] {resize:both;min-height:11.5em;}
.xolrn .form-widget select[multiple] option[value=""] {display:none;}
div.xolrn .margin-form .form-item-wrapper .form-label {
    text-align:left;
}
.xolrn .form-help-text {margin:0 0 0 1em!important;}
.xolrn .form-item-wrapper {padding:5px!important;}
.dialog-form .form-item-wrapper .form-label {
  float:left;
}
.margin-form .form-item-wrapper-repeated .form-label {
  width: auto !important;
}
.margin-form .form-item-wrapper-repeated .form-widget {
  margin-left: 0em !important;
}
/*
.form-item-wrapper._name input  {
  background: #fd9;
  font-family: monospace !important;
  font-weight: bold;
  font-size: 100%;
  width: 30% !important;
}

.form-item-wrapper._page_order * ,
.form-item-wrapper._nls_language * ,
.form-item-wrapper._description * ,
.form-item-wrapper._creator * {
  font-size: 90% !important;
}

.form-item-wrapper._creator input {
  width: 150px !important;
  font-size: 90% !important;
}

.form-item-wrapper._page_order input {
  font-family: monospace !important;
  width: 50px !important;
}
.form-item-wrapper._creator input {
  width: 150px !important;
}
*/

/*
 * Custom Forms
 */
.xolrn .xolrn-page-wrapper{overflow:visible;}
.xolrn .xolrn-page-wrapper,#ie8#bug{overflow:auto;}
.xolrn .xolrn-page-wrapper {
 background: white;
 padding: 3em;
 margin: 1em 0px;
 border: 1px solid gray;
}
.xolrn .xolrn-page-wrapper ul,
.xolrn .xolrn-page-wrapper ol {
    /* margin-right is important for avoiding scrollbars in ebook caused by overflow:auto of xolrn-page-wrapper */
    margin: 1em;
}

/*
 * Learning Resources
 */

.xolrn .Form-page_form {
 background: white; 
}

.xolrn .Form-youtube_form,
.xolrn .Form-hyperlink_form {
 /* We want to distinguish between textpages and other learning
    resources by setting a slightly darker background.*/
 background: RGB(245,245,245);
 padding: 3em;
 border: 1px solid gray;
}

.margin-form .form-item-wrapper .form-widget > input[type=radio],
.margin-form .form-item-wrapper .form-widget > input[type=checkbox],
.form-item-wrapper input[type=radio],
.form-item-wrapper input[type=checkbox] {
  width: 25px !important;
}

.xolrn .hyperlink.disclaimer {
  padding: 5px 5px 5px 30px;
  background: #fcc url('/resources/xolrn/icons/famfamfam/exclamation.png') no-repeat 0.5em;
  border: 1px solid red;
}

.xolrn .hyperlink.url {
  /*font-size: 150%;*/
  padding-left: 30px;
  margin: 0 0 1em 0;
  background: url(/resources/xolrn/icons/famfamfam/world.png) no-repeat left center;
}

/*
 * Feeds
 */
.xolrn .Form-feed_entry_form {
 background: RGB(230,230,230);
 padding: 0.5em;
 margin: 0 !important;
 border: 1px solid gray;
 min-height: 0;
 max-width: 100%
}

.xolrn .Form-feed_entry_form .xolrn-page-wrapper {
 padding: 0.5em;
 margin: 0 !important;
 border: none;
 min-height: 0;
 max-width: 100%
}

.xolrn .Form-feed_entry_form h2.feed_entry_title {
 background: RGB(255,255,255);
 font-weight: bold;
 padding: 1em 1em 1em 2.5em;
 border: 2px solid red;
 max-width: 100%;
 margin: 0 0 1em 0;
 background: url(/resources/xolrn/icons/feed_entry.png) no-repeat 10px center;
}

.xolrn .Form-feed_entry_form .feed_entry_summary,
.xolrn .Form-feed_entry_form .feed_entry_content {
 background: white;
 padding: 1em;
 max-width: 100%;
 margin-bottom: 1em;
 border: 1px solid #DDD;
}
.xolrn .Form-feed_entry_form .feed_entry_links {
 background: RGB(245,245,245);
 padding: 1em;
 max-width: 100%;
 margin: none;
 border: 1px solid #DDD;
}
.xolrn .Form-feed_entry_form .feed_entry_links a {
  padding-left: 30px;
  margin: 0 0 1em 0;
  background: url(/resources/xolrn/icons/famfamfam/world.png) no-repeat left center;
}

.xolrn .Form-feed_entry_form .feed_entry_fetched_content {
 background: RGB(245,245,245);
 padding: 1em;
 max-width: 100%;
 margin: none;
 border: 1px solid #DDD;
 margin-top: 1em;
}


/*
 * Customized util-user-message box
 */

#alert-message {
  background: inherit;
}

#alert-message .alert {
  margin-top: 0.3em;
}

#alert-message .xolrn-message-information,
#alert-message .xolrn-message-warning {
    padding-left: 30px;
    background: no-repeat 0.5em;
    border: 1px solid;
}

#alert-message .xolrn-message-information {
    background-color: #ffc;
    background-image: url('/resources/xolrn/icons/famfamfam/information.png');
    border-color: yellow;
}

#alert-message .xolrn-message-warning {
    background-color: #fcc;
    background-image: url('/resources/xolrn/icons/famfamfam/exclamation.png');
    border-color: red;
}

/*
 * Menubar
 */

.xolrn .deactivated {
  color: silver;
  font-style: italic;
}

/* famfamfam's "delete" is semantically an "entry forbidden" traffic sign */
.xolrn .not-allowed {
  background-image: url(/resources/xolrn/icons/famfamfam/delete.png) no-repeat left center !important
}

.xolrn li.yuimenuitem-disabled:hover {
  background-color: white;
}

.xolrn li.yuimenuitem {
  padding-left: 20px;
}
.xolrn a.yuimenubaritemlabel {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.xolrn a.yuimenubaritemlabel img {
  border:0;
  margin-right: 0.25em;
  vertical-align:text-bottom;
}

/*
 * "New" Menu
 */
.xolrn h1.xolrn-page-title.repository {
  background: url('/resources/xolrn/icons/famfamfam/database.png') no-repeat left center;
}

.xolrn h1.xolrn-page-title.folder,
.xolrn li.yuimenuitem a.menu_create_folder {
  background: url(/resources/xolrn/icons/fugue/icons/folder-horizontal.png) no-repeat left center
}

.xolrn h1.xolrn-page-title.ibook,
.xolrn li.yuimenuitem a.menu_create_ibook {
  background: url(/resources/xolrn/icons/famfamfam/book.png) no-repeat left center
}

.xolrn h1.xolrn-page-title.scorm_package,
.xolrn li.yuimenuitem a.menu_create_scorm_package {
  background: url(/resources/xolrn/icons/fugue/icons/box.png) no-repeat left center
}
.xolrn li.yuimenuitem a.menu_create_feed_abo {
  background: url(/resources/xolrn/icons/fugue/icons/feed.png) no-repeat left center
}

.xolrn h1.xolrn-page-title.memberlist,
.xolrn li.yuimenuitem a.menu_create_memberlist {
  background: url(/resources/xolrn/icons/members_list.png) no-repeat left center
}
.xolrn h1.xolrn-page-title.question,
.xolrn li.yuimenuitem a.menu_create_question {
  background: url(/resources/xolrn/icons/fugue/icons/question-frame.png) no-repeat left center
}

.xolrn h1.xolrn-page-title.test,
.xolrn li.yuimenuitem a.menu_create_test {
  background: url(/resources/xolrn/icons/test.png) no-repeat left center
}

.xolrn h1.xolrn-page-title.youtube,
.xolrn li.yuimenuitem a.menu_create_youtube {
  background: url(/resources/xolrn/icons/youtube.png) no-repeat left center
}

.xolrn h1.xolrn-page-title.File,
.xolrn li.yuimenuitem a.menu_create_file {
  background: url(/resources/xolrn/icons/famfamfam/page_white.png) no-repeat left center
}
.xolrn h1.xolrn-page-title.page,
.xolrn li.yuimenuitem a.menu_create_page {
  background: url(/resources/xolrn/icons/famfamfam/page.png) no-repeat left center
}

.xolrn h1.xolrn-page-title.hyperlink,
.xolrn li.yuimenuitem a.menu_create_hyperlink {
  background: url(/resources/xolrn/icons/famfamfam/world.png) no-repeat left center
}

.xolrn li.yuimenuitem a.menu_create_upload_zip {
  background: url(/resources/xolrn/icons/famfamfam/page_white_zip.png) no-repeat left center
}

.xolrn li.yuimenuitem a.menu_create_upload_pif {
  background: url(/resources/xolrn/icons/fugue/icons/box--plus.png) no-repeat left center
}

/*
 * "Object" Menu
 */

.xolrn li.yuimenuitem a {
  background: no-repeat left center;
}

/*
 * "Repository" Menu
 */

.xolrn li.yuimenuitem a.menu_repository_notifications {
  background: url(/resources/xolrn/icons/famfamfam/bell.png) no-repeat left center
}

.xolrn li.yuimenuitem a.menu_repository_permissions {
  background: url(/resources/xolrn/icons/famfamfam/key.png) no-repeat left center
}


/*
 * Paste Button
 */

.xolrn a.yuimenubaritemlabel.icononly {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.xolrn a.yuimenubaritemlabel.icononly img {
  border:0;
  margin-right: 0;
  vertical-align:text-bottom;
}

.xolrn .yuimenubaritemlabel.button-paste-clipboard {
  padding-left: 2em;
  background: url(/resources/xolrn/icons/famfamfam/page_white_paste.png) no-repeat 0.5em center
}

/*
 *  taxonomy Includelet
 */

div.xowiki-content div.taxonomy, div.xowiki-content div.catalog-tree {
  overflow:auto;
  /*
   * In contrast to other browsers, IE* places scrollbars *inside*
   * a div, when there is an overflow. Thus, the horizontal bars themselves
   * may hide content. As a result, when displaying horizontal scrollbars,
   * IE also presents vertical scrollbars, to allow the user to see the
   * contents hidden behind the horizontal bars. The problem is described
   * nicely here: http://remysharp.com/2008/01/21/fixing-ie-overflow-problem/
   *
   * In the XOLRN folder-tree, it should not be necessary to scroll vertically,
   * because as we do not restrict the height of the folder-tree, there should
   * never be an overflow. Thus, we use the star hack to disable vertical
   * scrollbars in the taxonomy includelet in general (*overflow-x: hidden).
   */
  *overflow-y:hidden;
  background: RGB(250,250,250);
  border: 1px solid #ccc;
  padding: 1em;
  width: 85%;
  font-size: 100%;
}

#xolrn-taxonomyfilter {
  width: 100%;
  background: url(/resources/xolrn/icons/fugue/icons/magnifier-medium.png) no-repeat left 2px;
}

#xolrn-taxonomyfilter input {
  color: #666;
  height: 14px;
  width: 75%;
  padding-left: 3px;
  margin: 0 0 5px 18px;
}

.taxonomy.plain ul.root {
    margin:0;
    padding:0;
}

.taxonomy.plain ul {
    list-style-type:none;
    padding-left:20px;
}

.taxonomy span {
  padding-left: 20px;
  background: url(/resources/xolrn/icons/famfamfam/folder_bug.png) no-repeat left 0;
  padding-bottom: 2px;
}

.taxonomy span.found_searchstring {
  padding-left: 0;
  background: yellow;
}

.taxonomy span.highlighted, .catalog-tree a.highlighted {
  font-weight: bold;
}

.taxonomy span.book-page {
  background-image: url(/resources/xolrn/icons/famfamfam/page.png);
}

.taxonomy span.folder {
  background-image: url(/resources/xolrn/icons/fugue/icons/folder-horizontal.png);
}

.taxonomy span.folder.highlighted {
  background-image: url(/resources/xolrn/icons/fugue/icons/folder-horizontal-open.png);
}

.taxonomy span.folder.symlink {
  background-image: url(/resources/xolrn/icons/folder-horizontal-link.png);
}

.taxonomy span.folder.highlighted.symlink {
  background-image: url(/resources/xolrn/icons/folder-horizontal-open-link.png);
}
.taxonomy span.folder.cross_package {
  background-image: url(/resources/xolrn/icons/fugue/icons/blue-folder-horizontal.png);
}

.taxonomy span.folder.highlighted.cross_package {
  background-image: url(/resources/xolrn/icons/fugue/icons/blue-folder-horizontal-open.png);
}

.taxonomy span.folder.symlink.cross_package {
  background-image: url(/resources/xolrn/icons/blue-folder-horizontal-link.png);
}
.taxonomy span.folder.highlighted.symlink.cross_package {
  background-image: url(/resources/xolrn/icons/blue-folder-horizontal-open-link.png);
}


.taxonomy span.symlink.broken {
  background-image: url(/resources/xolrn/icons/famfamfam/bug_link.png);
}

.taxonomy span.repository  {
  background-image: url(/resources/xolrn/icons/famfamfam/database.png);
}

.taxonomy span.repository.symlink, .taxonomy span.repository.highlighted.symlink { 
  background-image: url(/resources/xolrn/icons/famfamfam/database_link.png) !important;
}

.taxonomy span.repository.highlighted {
  background-image: url(/resources/xolrn/icons/famfamfam/database_go.png) !important;
}

.taxonomy span.repository_folder {
  background-image: url(/resources/xolrn/icons/folder-repositories.png);
}

.taxonomy span.repository_folder.highlighted {
  background-image: url(/resources/xolrn/icons/folder-repositories-open.png);
}

.taxonomy span.ibook,
.taxonomy span.book,.taxonomy span.ibook_v2  {
  background-image: url(/resources/xolrn/icons/famfamfam/book.png);
}
.taxonomy span.ibook.symlink,
.taxonomy span.book.symlink,.taxonomy span.ibook_v2.symlink  {
  background-image: url(/resources/xolrn/icons/famfamfam/book_link.png);
}

.taxonomy span.bookpage  {
  background-image: url(/resources/xolrn/icons/famfamfam/layout_content.png);
}

.taxonomy span.test  {
  background-image: url(/resources/xolrn/icons/test.png);
}
.taxonomy span.test.symlink  {
  background-image: url(/resources/xolrn/icons/test_link.png);
}

.taxonomy span.photo-album {
  background-image: url(/resources/xolrn/icons/fugue/icons/photo-album.png);
}
.taxonomy span.photo-slideshow {
  background-image: url(/resources/xolrn/icons/famfamfam/photos.png);
}
/*.taxonomy span.photo-album.symlink {
  background-image: url(/resources/xolrn/icons/fugue/icons/photo-album_link.png);
}
.taxonomy span.photo-slideshow.symlink {
  background-image: url(/resources/xolrn/icons/famfamfam/photos_link.png);
}*/

.taxonomy span.timer {
  background-image: url(/resources/xolrn/icons/famfamfam/clock.png);
}
.taxonomy span.timer.symlink {
  background-image: url(/resources/xolrn/icons/famfamfam/clock_link.png);
}

.taxonomy span.vocabulary-set {
  background-image: url(/resources/xolrn/icons/fugue/icons/book-brown.png);
}
.taxonomy span.vocable {
  background-image: url(/resources/xolrn/icons/fugue/icons/card.png);
}
/*.taxonomy span.vocabulary-set.symlink {
  background-image: url(/resources/xolrn/icons/fugue/icons/book-brown_link.png);
}
.taxonomy span.vocable.symlink {
  background-image: url(/resources/xolrn/icons/fugue/icons/card_link.png);
}*/

.taxonomy span.imscc {
  background-image: url(/resources/xolrn/icons/fugue/icons/box.png);
}
.taxonomy span.scorm_package  {
  background-image: url(/resources/xolrn/icons/fugue/icons/box.png);
}
.taxonomy span.scorm_package.symlink  {
  background-image: url(/resources/xolrn/icons/fugue/icons/box_link.png);
}
.taxonomy span.feed_abo  {
  background-image: url(/resources/xolrn/icons/fugue/icons/feed.png);
}
.taxonomy span.feed_abo.symlink  {
  background-image: url(/resources/xolrn/icons/fugue/icons/feed.png);
}
.folders span.test {
  background-image: url(/resources/xolrn/icons/test.png);
}
#cattree a, #cattreefull a {
	white-space:normal !important;
	height: auto;
	padding:1px 2px;
}
#cattree li > ins, #cattreefull li > ins {
	vertical-align:top;
}
#cattree .jstree-hovered, #cattree .jstree-clicked {
	background-color:white;
	border:0;
}
#cattreefull .jstree-hovered, #cattreefull .jstree-clicked {
	border:0;
}
#cattree .jstree-hovered {
	text-decoration:underline;
}
#cattree #N0 > ins, #cattreefull #C0 > ins, #cattreeunmapped #T0 > ins {
	display:none;
}
div.xowiki-content div.catalog-tree {
	position: relative;
	overflow: visible;
}
.catalog-context { 
        position: absolute !important;
        right: 1em;
        top: 1em;

}

div.xowiki-content h2 {margin:0; padding:0; border: 0 none !important}

.xolrn .nodelabel   {padding: 0.1em; padding-left: 20px;}
.xolrn .myrepo      {background: url(/resources/xolrn/icons/famfamfam/house.png) no-repeat}
.xolrn .repolink    {background: url(/resources/xolrn/icons/famfamfam/database_link.png) no-repeat}
/*
.xolrn .repo        {background: url(/resources/xolrn/icons/famfamfam/database.png) no-repeat}
.xolrn .tag         {background: url(/resources/xolrn/icons/famfamfam/tag_yellow.png) no-repeat}
.xolrn .inbox       {background: url(/resources/xolrn/icons/famfamfam/email_open.png) no-repeat}
.xolrn .category    {background: url(/resources/xolrn/icons/famfamfam/flag_yellow.png) no-repeat}
.xolrn .group       {background: url(/resources/xolrn/icons/famfamfam/group.png) no-repeat}
.xolrn .person      {background: url(/resources/xolrn/icons/famfamfam/user.png) no-repeat}
.xolrn .teacher     {background: url(/resources/xolrn/icons/famfamfam/user_suit.png) no-repeat}
*/
.yui-bulkactions {
  background: url('/resources/xolrn/icons/disabled/arrow_left_down.png') no-repeat 18px 6px;
  padding-left: 40px;
  padding-bottom: 5px;
  margin-bottom: 0.5em
}
.yui-bulkactions button {font-size:11px;padding:1px;margin:2px;}

.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
    padding: 0.1em !important;
    font-size:93% !important;
    line-height:1 !important;
    min-height:1em !important;
}

.repeat-field-new-item, .hidden-tree, .catalog legend {
  display:none;
}
.catalog_categories {
  display:block !important;
}
div.catalog_categories .form-item-wrapper {padding:0px !important;}
div.catalog_categories .form-label {padding:0px !important;}
div.catalog_categories {margin:0px;}
div.catalog_categories fieldset {margin:0px;}
hr.lm {height:1px;border:0;background-color:#888;margin-top:0;}
div.lm .yui-skin-sam .yui-dt th a {font-weight:normal;}
div.xolrn tr.yui-dt-even {background-color: #FFC;}
div.xolrn tr.yui-dt-odd {background-color: #fff;}
div.xolrn .link-icon {top: 6px; left: -10px; position: relative;}
div.lm .lr_category.main-category {padding-top:0;}
div.lm #cat-0 {display:none;}
/* move to custom css, generic xolrn should not change default yui button appearence */
/* div.xolrn .yui-button, div.xolrn .yui-button .first-child {border:none;background:none;} */
div.lm .xolrn-fold-title {font-weight:bold;}
.xoqt-interaction,
tr.correct, tr.incorrect {
    position: relative;
}
span.feedback_correct, span.feedback_incorrect {
    bottom: 100%;
    text-align: initial;
    white-space: normal;
}
.xoqt-result {
    top: 100%;
    font-size: 0.8em;
}
span.feedback_correct, span.feedback_incorrect, .xoqt-result {
    position: absolute;
    z-index: 1;
    left: 0;
    width: max-content;
    max-width: 100cqw;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.3);
    background-color: var(--xolrn-question-feedback-background);
    border-radius: var(--xolrn-question-border-radius);
    padding: var(--xolrn-interaction-element-padding);
    display: none;
}
.correct:hover .feedback_correct:not(:empty),
.incorrect:hover .feedback_incorrect:not(:empty),
.xoqt-interaction:hover .xoqt-result {
    display: inline-block;
}
span.feedback_correct *, span.feedback_incorrect * {
    max-width: calc(100cqw - 2*var(--xolrn-interaction-element-padding));
}
tr.correct > td, tr.correct ul.sortable,
form.feedback span.correct, div.book-quest.feedback span.correct {
    background-color: var(--xolrn-question-feedback-correct-light);
}
form.feedback span.preview, div.book-quest.feedback span.preview {
    display: inline-block;
    margin-left: 1px;
    background-color: var(--xolrn-question-feedback-background);
    border-radius: var(--xolrn-question-border-radius);
}
tr.incorrect > td, tr.incorrect ul.sortable,
form.feedback span.incorrect, div.book-quest.feedback span.incorrect {
    background-color: var(--xolrn-question-feedback-incorrect-light);
}
tr.correct > td,
tr.incorrect > td {
    border-radius: 0;
}
tr.correct > td:first-child,
tr.incorrect > td:first-child {
    border-top-left-radius: var(--xolrn-question-border-radius);
    border-bottom-left-radius: var(--xolrn-question-border-radius);
}
tr.correct > td:last-child,
tr.incorrect > td:last-child {
    border-top-right-radius: var(--xolrn-question-border-radius);
    border-bottom-right-radius: var(--xolrn-question-border-radius);
}
.test_summary_closed span.correct::before,
.test_summary_closed span.incorrect::before,
form.feedback span.correct::before, div.book-quest.feedback span.correct::before,
form.feedback span.incorrect::before, div.book-quest.feedback span.incorrect::before {
    font-family: 'xolrn-icon-font' !important;
    font-size: 1.3em;
    line-height: 1;
    vertical-align: sub;
    padding: 0 5px;
}
.test_summary_closed span.correct::before,
form.feedback span.correct::before, div.book-quest.feedback span.correct::before {
    content: "\e901";
    color: var(--xolrn-question-feedback-correct-dark);
}
.test_summary_closed span.incorrect::before,
form.feedback span.incorrect::before, div.book-quest.feedback span.incorrect::before {
    content: "\e900";
    color: var(--xolrn-question-feedback-incorrect-dark);
}
.checkMarkInteraction.correct.empty {
    background-color: transparent;
}
.checkMarkInteraction.correct.empty::before {
    padding: 0;
    content: "";
}
.checkMarkInteraction.incorrect.empty input + .checkable {
    border-style: dotted;
    border-color: var(--xolrn-interaction-border-color);
}
.checkMarkInteraction.correct input::before,
.checkMarkInteraction.correct input:checked + .checkable,
div.xoqt-interaction.choiceInteraction .correct input::before {
    border-color: var(--xolrn-question-feedback-correct-dark);
}
.checkMarkInteraction.incorrect input::before,
.checkMarkInteraction.incorrect input:checked + .checkable,
div.xoqt-interaction.choiceInteraction .incorrect input::before {
    border-color: var(--xolrn-question-feedback-incorrect-dark);
}
div.xoqt-interaction.choiceInteraction .choiceTable > tbody > tr > td:first-child {
    text-align: right;
    white-space: nowrap;
}
.gapMatchInteraction .correct .droppable,
.gapMatchInteraction .incorrect .droppable {
    background-color: transparent;
}
.associateWrapper .associate-f .draggable,
.associate-f { color: red; }
.feedback div.feedback:not(:empty) {
  margin: 1em 0;
  padding: 15px;
  background: var(--xolrn-question-feedback-background);
  border-radius: var(--xolrn-question-border-radius);
}
div.feedback .instant_feedback {
  padding: 5px;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}

.question_preview,
.margin-form[autocomplete=off] {
  font-family: var(--xolrn-question-font-family);
  color: var(--xolrn-question-font-color);
  font-size: var(--xolrn-question-font-size);
  font-weight: var(--xolrn-question-font-weight);
  line-height: var(--xolrn-question-line-height);
  container-type: inline-size;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
.margin-form[autocomplete=off] .form-button {
  width: 100%;
  text-align: right;
  margin-left: 0;
}
.margin-form[autocomplete=off] .form-button input {
  font-family: var(--xolrn-question-font-family);
  font-size: var(--xolrn-question-font-size);
  font-weight: var(--xolrn-question-font-weight);
  color: var(--xolrn-question-button-font-color);
  background: var(--xolrn-question-button-color);
  padding: 0.75em 4em;
  border-radius: var(--xolrn-question-border-radius);
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.margin-form[autocomplete=off] .form-button input:hover {
   background: var(--xolrn-question-button-hover-color);
}

.xolrn ul.sortable {
  display: flex;
  flex-direction: column;
  list-style-type: none !important;
  margin: 0;
  padding: var(--xolrn-interaction-element-margin);
  gap: var(--xolrn-interaction-element-margin);
  background-color: var(--xolrn-interaction-background-color);
  border-radius: var(--xolrn-question-border-radius);
}
ul.sortable li {
  list-style-type: none !important;
  text-align: center;
  box-sizing: border-box;
  border: var(--xolrn-interaction-element-border);
  border-radius: var(--xolrn-question-border-radius);
  margin: 0;
  padding: var(--xolrn-interaction-element-padding);
  background: var(--xolrn-interaction-element-color);
  color: var(--xolrn-interaction-element-font-color);
}
ul.sortable:not(.ui-sortable-disabled) li.ui-sortable-handle {
  cursor: grab;
}

.gapMatchInteraction .draggable,
.associateWrapper .draggable {
  margin: 0;
  padding: var(--xolrn-interaction-element-padding);
  border: var(--xolrn-interaction-element-border);
  border-radius: var(--xolrn-question-border-radius);
  background: var(--xolrn-interaction-element-color);
  display: inline-block;
  box-sizing: border-box;
  height: fit-content;
  min-width: 125px;
  max-width: 300px;
  text-align: center;
  line-height: var(--xolrn-interaction-element-line-height);
  color: var(--xolrn-interaction-element-font-color);
}
.gapMatchInteraction .draggable.ui-draggable-handle:not(.ui-draggable-disabled),
.associateWrapper .draggable.ui-draggable-handle:not(.ui-draggable-disabled) {
  cursor: grab;
}
.gapMatchInteraction .draggable.ui-draggable-dragging,
.associateWrapper .draggable.ui-draggable-dragging {
  z-index: 1;
}
.droppable {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: var(--xolrn-interaction-element-margin);
  gap: var(--xolrn-interaction-element-margin);
  min-height: var(--xolrn-interaction-element-height);
  width: 300px;
  box-sizing: border-box;
  border-radius: var(--xolrn-question-border-radius);
  background-color: var(--xolrn-interaction-background-color);
}
.gapMatchInteraction .droppable {
  vertical-align: middle;
  width: auto;
  min-width: calc(125px + 2*var(--xolrn-interaction-element-margin));
}
.droppable.unusedChoiceArea {
  display: flex;
  width: 100%;
}
.gapMatchInteraction .droppable.unusedChoiceArea {
  margin: 0 0 10px;
}

.checkMarkInteraction input + .checkable {
  display: inline-block;
  line-height: 1;
  padding: var(--xolrn-interaction-element-padding);
  border-radius: var(--xolrn-question-border-radius);
  border: 2px solid transparent;
}
.checkMarkInteraction input:checked + .checkable {
  border-color: var(--xolrn-interaction-border-color);
}
.checkMarkInteraction input:not(:disabled) + .checkable {
  cursor: pointer;
}
.checkMarkInteraction input + .checkable img {
  vertical-align: sub;
}

img.deleteButton {
  cursor: pointer;
  float: right;
}
span.addButtonSpan {cursor: pointer;}
.catalog_categories img.deleteButton {float:none;margin-left:1em;visibility:hidden;}
.catalog_categories .form-widget:hover img.deleteButton {visibility:visible;}

/* When inplace editing we want to suppress extra margins */
div.xowiki-ckeditor :first-child {
  margin-top: 0cm;
}
div.xowiki-ckeditor :last-child {
  margin-bottom: 0cm;
}
div.xowiki-ckeditor li {list-style:inherit;}
div.xowiki-ckeditor ul, div.xowiki-ckeditor ol {padding-left:40px;}

.img_boolean_correct_association {
    float:left;
    padding-right:15px;
    margin-top:5px;
}
div.img_boolean_correct_widget {
  float:left;
  width:20px;
  margin-left:130px;
}
div.ckeip.xowiki-ckeditor {
  /* border: 1px solid grey; */
  width: 65%;
  padding:5px;
  min-height:16px;
}
.no-ckeip > input {
    float:right;
    width: 70%;
    padding: 5px;
    min-height: 16px;
    margin-right: 1rem;
}
div.ckeip-85 div.ckeip {
   width: 85%;
}
div.ckeip-75 .ckeip.xowiki-ckeditor {
   width: 75%;
}
.choice_feedback div.ckeip-75 textarea.ckeip {
    /*margin-top:15px;*/
    margin-left:33px;
}
textarea.ckeip {
  overflow: visible; 
  height: 20px; 
  border: 1px solid grey; 
  width: 65%;
}
div.ckeip-85 textarea.ckeip {
  width:85%;
}
.dialog-form div.form-item-wrapper {
  clear:both;
}
.cke_button_xoqti .cke_label { display:inline !important; }
/*.cke_button_xoqti .cke_icon { display:none !important; }
*/
.ck_editor_close_button { display:none !important; }
.xoqti_dialog .form-required-mark {display:none;}
.xoqti_dialog .form-widget-repeatable, fieldset.repeatable {
    /*margin-top: 15px;*/
}
.xoqti_dialog .form-widget-repeatable legend {
    padding-inline: 0;
    font-size:1.1em;
    /*width:150px;*/
}
.xoqti_dialog .form-widget-repeatable legend.legend-10 {
    margin-bottom: 10px;
}
.xoqti_dialog .form-widget-repeatable legend.legend-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.xoqti_dialog .form-item-wrapper .form-widget .inline-ff {
    /*
    float:left;
    position:relative;
    display:inline-block;
    left:350px;
    margin-bottom:-40px;
    top:-40px;
    width:200px;
    */
}
#xoqti_dialog .form-item-wrapper-repeated .form-widget-ordered .ctxmenu {
    margin-top:4px;
}
.xoqti_dialog .dialog-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.xoqti_dialog .dialog-form fieldset.repeatable fieldset div.choice_feedback div.form-label {
    width: 14% !important;
    margin-right: 0px;
    margin-top:15px;
}
.xoqti_dialog .dialog-form fieldset.repeatable fieldset div.choice_feedback div.form-widget div.ckeip {
    margin-left:35px;
}
.xoqti_dialog .dialog-form fieldset.repeatable .last-item fieldset div.choice_feedback div.form-widget div.ckeip {
    margin-top:15px;
}
.xoqti_dialog .hover-help-text {
  display: none;
}
.xoqti_dialog .addButtonSpan {
    float: right;
    margin: 2px 0 10px;
}
.xoqti_dialog > form > input {
  float: right;
}
#xoqti_dialog .form-item-wrapper .form-widget.ckeip > div:first-child {
    display:inline;
}
#xoqti_dialog .form-item-wrapper .form-widget .ckeip,
#xoqti_dialog .form-item-wrapper .form-widget input,
#xoqti_dialog .form-item-wrapper .form-widget select,
#xoqti_dialog .form-item-wrapper .form-widget .cke_skin_kama,
#xoqti_dialog .form-item-wrapper .form-widget-prompt .ckeip {
    margin-bottom:15px;
}
#xoqti_dialog .form-item-wrapper .form-widget-repeatable,
#xoqti_dialog .form-item-wrapper-repeated.last-item > .form-widget .ckeip {
    margin-bottom:0px;
}
#xoqti_dialog .form-item-wrapper-repeated .form-widget-ordered > fieldset > div.ckeip > div.ckeip,
#xoqti_dialog .form-item-wrapper-repeated .form-widget-ordered > fieldset > div.ckeip > div > textarea {
    margin-left:150px;
}
#xoqti_dialog .form-item-wrapper .form-label {
    font-size:1.1em;
    width:150px;
}
#xoqti_dialog .associateInteraction .form-item-wrapper .form-label {
    width:250px;
}
#xoqti_dialog.ui-dialog-content {
    padding:15px;
    overflow:visible;
}
.no-padding #xoqti_dialog.ui-dialog-content {
    padding-top:0px;
}
div.xoqt-interaction.choiceInteraction table.choiceTable {
    border-spacing: 0 5px;
}
div.xoqt-interaction.choiceInteraction table tr td {
    vertical-align:top;
    padding: var(--xolrn-interaction-element-padding);
}
.checkMarkInteraction input,
div.xoqt-interaction.choiceInteraction input {
    -webkit-appearance: none;
    vertical-align: sub;
    margin: 0;
}
.checkMarkInteraction input::before,
div.xoqt-interaction.choiceInteraction input::before {
    position: relative;
    display: block;
    width: var(--xolrn-choice-interaction-input-size);
    height: var(--xolrn-choice-interaction-input-size);
    border: var(--xolrn-interaction-element-border);
    border-radius: var(--xolrn-choice-interaction-border-radius);
    box-sizing: border-box;
    background-color: #FFF;
    content: "";
}
.checkMarkInteraction input:checked::before,
div.xoqt-interaction.choiceInteraction input:checked::before {
    background-color: var(--xolrn-interaction-border-color);
    box-shadow: inset 0 0 0 3px #FFF;
}
div.xoqt-interaction.choiceInteraction input[type=radio]::before {
    border-radius: 50%;
}
div.xoqt-interaction.extendedTextInteraction textarea {
    font-family: var(--xolrn-question-font-family);
    color: var(--xolrn-question-font-color);
    font-size: var(--xolrn-question-font-size);
    font-weight: var(--xolrn-question-font-weight);
    box-sizing: border-box;
    resize: vertical;
    min-height: 3em;
    padding: 0.5em;
    border: var(--xolrn-interaction-element-border);
    border-radius: var(--xolrn-question-border-radius);
}
span.xoqt-interaction, .gap_text, .gap {
    display: inline-block;
    margin-block: var(--xolrn-interaction-element-margin);
    border-radius: var(--xolrn-question-border-radius);
}
.xoqt-interaction.textEntryInteraction input,
.xoqt-interaction.inlineChoiceInteraction select,
.gap_text input, .gap select {
    font-family: var(--xolrn-question-font-family);
    color: var(--xolrn-question-font-color);
    font-size: var(--xolrn-question-font-size);
    font-weight: var(--xolrn-question-font-weight);
    padding: var(--xolrn-interaction-element-padding);
    border: var(--xolrn-interaction-element-border);
    border-radius: var(--xolrn-question-border-radius);
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    max-width: 100cqw;
}
.feedback .xoqt-interaction.textEntryInteraction.xoqt-input input,
.feedback .xoqt-interaction.inlineChoiceInteraction.xoqt-input select,
.feedback .gap_text.xoqt-input input, .feedback .gap.xoqt-input select {
    max-width: calc(100cqw - 10px - 1.54em);
}
div.xoqt-interaction {margin:10px 0px;}
.ibook_v2 div.xoqt-interaction {
    margin-bottom:0px;
}
div.xoqt-interaction .xoqt-prompt {margin-bottom:10px; }
.xoqt-solution,
div.xoqt-interaction .extendedTextFeedback {
    box-sizing: border-box;
    background: var(--xolrn-question-solution-background);
    border: var(--xolrn-question-solution-border);
    color: var(--xolrn-question-solution-color);
    border-radius: var(--xolrn-question-border-radius);
    padding: 0.5em;
    margin: 1rem 0;
}
.xoqt-solution .xolrn-fold-simple-link::before,
.extendedTextFeedback .extendedTextFeedbackHeader::before {
    font-family: 'xolrn-icon-font' !important;
    content: "\e902";
    font-size: 1.3em;
    line-height: 1;
    font-weight: normal;
    vertical-align: middle;
    padding-bottom: 0.2em;
    margin-right: 0.3em;
}

.xoqt-interaction input.w-1 { width: 0.95em; }
.xoqt-interaction input.w-2 { width: 1.9em; }
.xoqt-interaction input.w-3 { width: 2.85em; }
.xoqt-interaction input.w-4 { width: 3.8em; }
.xoqt-interaction input.w-5 { width: 4.75em; }
.xoqt-interaction input.w-6 { width: 5.7em; }
.xoqt-interaction input.w-7 { width: 6.65em; }
.xoqt-interaction input.w-8 { width: 7.6em; }
.xoqt-interaction input.w-9 { width: 8.55em; }
.xoqt-interaction input.w-10 { width: 9.5em; }
.xoqt-interaction input.w-11 { width: 10.45em; }
.xoqt-interaction input.w-12 { width: 11.4em; }
.xoqt-interaction input.w-13 { width: 12.35em; }
.xoqt-interaction input.w-14 { width: 13.3em; }
.xoqt-interaction input.w-15 { width: 14.25em; }
.xoqt-interaction input.w-16 { width: 15.2em; }
.xoqt-interaction input.w-17 { width: 16.15em; }
.xoqt-interaction input.w-18 { width: 17.1em; }
.xoqt-interaction input.w-19 { width: 18.05em; }
.xoqt-interaction input.w-20 { width: 19em; }
.xoqt-interaction input.w-21 { width: 19.95em; }
.xoqt-interaction input.w-22 { width: 20.9em; }
.xoqt-interaction input.w-23 { width: 21.85em; }
.xoqt-interaction input.w-24 { width: 22.8em; }
.xoqt-interaction input.w-25 { width: 23.75em; }
.xoqt-interaction input.w-26 { width: 24.7em; }
.xoqt-interaction input.w-27 { width: 25.65em; }
.xoqt-interaction input.w-28 { width: 26.6em; }
.xoqt-interaction input.w-29 { width: 27.55em; }
.xoqt-interaction input.w-30 { width: 28.5em; }
.xoqt-interaction input.w-31 { width: 29.45em; }
.xoqt-interaction input.w-32 { width: 30.4em; }
.xoqt-interaction input.w-33 { width: 31.35em; }
.xoqt-interaction input.w-34 { width: 32.3em; }
.xoqt-interaction input.w-35 { width: 33.25em; }
.xoqt-interaction input.w-36 { width: 34.2em; }
.xoqt-interaction input.w-37 { width: 35.15em; }
.xoqt-interaction input.w-38 { width: 36.1em; }
.xoqt-interaction input.w-39 { width: 37.05em; }
.xoqt-interaction input.w-40 { width: 38em; }
.xoqt-interaction input.w-41 { width: 38.95em; }
.xoqt-interaction input.w-42 { width: 39.9em; }
.xoqt-interaction input.w-43 { width: 40.85em; }
.xoqt-interaction input.w-44 { width: 41.8em; }
.xoqt-interaction input.w-45 { width: 42.75em; }
.xoqt-interaction input.w-46 { width: 43.7em; }
.xoqt-interaction input.w-47 { width: 44.65em; }
.xoqt-interaction input.w-48 { width: 45.6em; }
.xoqt-interaction input.w-49 { width: 46.55em; }
.xoqt-interaction input.w-50 { width: 47.5em; }

.associateTable {border-spacing: 0 10px;border-collapse: separate;}
.checkMarkInteraction:not(.correct, .incorrect) .checkable:hover,
.associateTable .dropit, .gap .dropit {background: var(--xolrn-interaction-hover-background);}
.checkMarkInteraction:not(.correct, .incorrect) input:not(:checked) + .checkable:hover,
.associateTable .drophover, .gap .drophover {border: var(--xolrn-interaction-hover-border);}
.associateTable tr {height: var(--xolrn-interaction-element-height);}
.associateWrapper td {display: table-cell;padding: var(--xolrn-interaction-element-margin);}
.associateWrapper td.droppable-all:first-child {text-align: right;}

.dialog-form fieldset.repeatable fieldset div.form-item-wrapper div.form-label {
  width: auto !important;
  margin-right: 5px;
}
/*
.ui-widget {
  font: 0.8em/1.5em Tahoma,"Lucida Grande",sans-serif !important;
}
*/
.dialog-form .blockStatic .form-label {
  float:none;
}
.associationText {
  /*border: 1px dotted;*/
  float: left;
  /*width: 45%*/;
  width:330px;
}
.associationText2 {
	width: 30%;
}
.associationText div.ckeip,
.associationText textarea.ckeip {
  /*width: 100%;*/
  /*float:left;*/
  width:330px;
  margin-bottom:15px;
}
.associationText div.ckeip {
  padding:5px 0;
}
.associationFeedback {
  clear: both;
}
.question_categories p {
  font-style: italic;
  margin: -1em 0 2em;
}
#question-closed, #question-initial{
  /*margin-left: 11.5em;*/
}
table.testresultsummary {
  margin-bottom: 15px;
}
table.testresultsummary th {
    background: none repeat scroll 0 0 #F0F0F0;
}
table.testresultsummary td {
 background: none repeat scroll 0 0 #FAFAFA;
}
/* repeatable compound fields rendered in a table
this makes ckeditors source textarea display too small
not sure if we really need this?
.margin-form .form-item-wrapper td textarea, .margin-form .form-item-wrapper td input { width: auto !important; } {
}
*/
/* make the richcombo for the interactions wider as the default */
span.cke_interactions span.cke_inline_label {
  width: auto !important;
}
.cke_skin_kama .cke_interactions_panel {
  width:220px !important;
  height:170px !important;}
/* hide the icon of gaps and show the label of all interaction buttons */
.cke_button_icon.cke_button__gap_icon,
.cke_button_icon.cke_button__gap_text_icon {
  display: none;
}
.cke_button_label.cke_button__gap_label,
.cke_button_label.cke_button__gap_text_label,
.cke_button_label.cke_button__interactions_popup_label {
  display: inline;
}

/* hide this action button, since action is triggered through the result table */
#ibook-closed form div.form-button input[name="__action_redo"],
#ibook-closed form div.form-button input[name="__action_display_results"],
input[name=__action_continue_closed],
input[name=__action_allocate],
input[name=__action_reopen],
input[name=__action_initialize] {
  display: none;
}
/* in review mode we hide the prompt of interactions */
form.feedback .preview .prompt {
  display:none;
}

/* Catalog Tree */

.jstree-classic a .jstree-icon { background-position:left ! important }
.jstree-icon, .jstree-closed .jstree-icon, .jstree-open .jstree-icon {
  background-repeat:no-repeat; background-position:left;
}
.jstree-icon.category, .jstree-closed .jstree-icon.category, .jstree-open .jstree-icon.category {
  /*background-image:url(/resources/xolrn/icons/famfamfam/page_white_gear.png);*/
  background-image:url(/resources/xolrn/icons/famfamfam/flag_orange.png);
}
.jstree-icon.category-selected, .jstree-closed .jstree-icon.category-selected, .jstree-open .jstree-icon.category-selected {
  background-image:url(/resources/xolrn/icons/famfamfam/flag_red.png);
}
.jstree-icon.cando, .jstree-closed .jstree-icon.cando, .jstree-open .jstree-icon.cando {
  background-image:url(/resources/xolrn/icons/step0.png);
}

/* Collections and Learning Resources */
.jstree-icon.repository, .jstree-closed .jstree-icon.repository, .jstree-open .jstree-icon.repository {
  background-image:url(/resources/xolrn/icons/famfamfam/database.png);
}
.jstree-icon.repository-selected {
  background-image:url(/resources/xolrn/icons/famfamfam/database_go.png);
}
.jstree-icon.repository_ref {
  background-image:url(/resources/xolrn/icons/famfamfam/database_link.png);
}
.jstree-icon.folder, .jstree-closed .jstree-icon.folder, .jstree-open .jstree-icon.folder {
  background-image:url(/resources/xolrn/icons/fugue/icons/folder-horizontal.png);
}
.jstree-icon.folder-selected, .jstree-closed .jstree-icon.folder-selected, .jstree-open .jstree-icon.folder-selected {
  background-image:url(/resources/xolrn/icons/fugue/icons/folder-horizontal-open.png);
}
.jstree-icon.folder-link {
  background-image:url(/resources/xolrn/icons/folder-horizontal-link.png);
}
.jstree-icon.folder-link-selected {
  background-image:url(/resources/xolrn/icons/folder-horizontal-open-link.png);
}
.jstree-icon.book, .jstree-closed .jstree-icon.book, .jstree-open .jstree-icon.book {
  background-image:url(/resources/xolrn/icons/famfamfam/book.png);
}
.jstree-icon.test, .jstree-closed .jstree-icon.test, .jstree-open .jstree-icon.test {
  background-image:url(/resources/xolrn/icons/test.png);
}
.jstree-icon.page { background-image:url(/resources/xolrn/icons/famfamfam/page.png); }
.jstree-icon.hyperlink { background-image:url(/resources/xolrn/icons/famfamfam/world.png); }
.jstree-icon.question { background-image:url(/resources/xolrn/icons/excs.png); }
.jstree-icon.youtube  { background-image:url(/resources/xolrn/icons/youtube.png); }

/* Files */
.jstree-icon.document { background-image:url(/resources/xolrn/icons/famfamfam/page_white.png); }
.jstree-icon.pdf { background-image:url(/resources/xolrn/icons/famfamfam/page_white_acrobat.png); }
.jstree-icon.ms-word { background-image:url(/resources/xolrn/icons/famfamfam/page_white_word.png); }
.jstree-icon.ms-excel { background-image:url(/resources/xolrn/icons/famfamfam/page_white_excel.png); }
.jstree-icon.ms-powerpoint { background-image:url(/resources/xolrn/icons/famfamfam/page_white_powerpoint.png); }
.jstree-icon.flash { background-image:url(/resources/xolrn/icons/famfamfam/XXX.png); }
.jstree-icon.zip-archive { background-image:url(/resources/xolrn/icons/famfamfam/page_white_compressed.png); }
.jstree-icon.image { background-image:url(/resources/xolrn/icons/famfamfam/page_white_picture.png); }
.jstree-icon.audio { background-image:url(/resources/xolrn/icons/famfamfam/music.png); }

.jstree-icon.file { background-image:url(/resources/xolrn/icons/famfamfam/page_white.png); }
.jstree-icon.file_ref, .jstree-icon.File_ref { background-image:url(/resources/xolrn/icons/famfamfam/link.png); }

.attempt-create-or-use {
  margin: 0.5em 0;
}
.attempt-create-or-use a.button {
  font-size: 100%;
}

div.JSLgallery {
	overflow: hidden;
}
div.JSLgallery div.JSLmask a.show {
	z-index: 99;
}
.JSLmask {
    max-width: 100%;
}

div.xowiki-content div.photo-container::after {
    content: "";
    display: table;
    clear: both;
}

div.xowiki-content #ibook a[class^="page_img_"],
div.xowiki-content div.photo-container a.thumbnail:hover div {
    cursor: url('/resources/xolrn/img/lupe.cur'), pointer;
}

.xowiki-content.xolrn.thumb div.photo-show .photo-container,
.xowiki-content.xolrn.list div.photo-show .photo-container,
div.thumb-view {
	padding: 0 52px;
}
.educanext div.thumb-view {
	padding: 0;
}

div.photo-show div.thumbnail,
div.thumb-view div.thumbnail {
	display: inline-block;
	width: 150px;
	overflow:hidden;
	text-align: center;
	background-color: white;
	vertical-align: top;
	/*height: 180px;*/
	*zoom: 1;
	*display: inline;
}
div.photo-show div.thumbnail {
	margin: 2px;
}
div.thumb-view div.thumbnail {
	margin: 5px;
}
div.photo-show div.thumbnail > div,
div.thumb-view div.thumbnail > div {
	word-wrap: break-word;
}

div.photo-show div.thumbnail a.thumbnail,
div.thumb-view div.thumbnail a.thumbnail {
	line-height: 148px;
}

div.photo-show div.thumbnail a.thumbnail div.photo-or-thumb,
div.thumb-view div.thumbnail a.thumbnail div.thumb {
	display: inline-block;
	position:relative;
	width: 148px;
	/*height: 100%;*/
	height: 148px;
	/*margin: 2px;*/
	text-align: center;
	vertical-align: middle;
/*	border: 1px solid #CACACA;*/
	*zoom: 1;
	*display: inline;
}
ul.thumbnails div.thumbnail div.thumb {
	background-color: #F0F0F0;
	height: 220px;
	padding: 10px;
	text-align: center;
}
div.photo-show div.thumbnail.invisible>a.thumbnail>div.photo-or-thumb>img,
div.photo-show div.thumbnail.hidden>a.thumbnail>div.photo-or-thumb>img,
div.photo-show div.thumbnail.expired>a.thumbnail>div.photo-or-thumb>img,
div.thumb-view div.thumbnail.invisible>a.thumbnail>div.thumb>img,
div.thumb-view div.thumbnail.hidden>a.thumbnail>div.thumb>img,
div.thumb-view div.thumbnail.expired>a.thumbnail>div.thumb>img {filter:alpha(opacity=50);opacity:0.5;}

div.photo-show div.thumbnail.invisible, div.thumb-view div.thumbnail.invisible,
div.photo-show div.thumbnail.hidden, div.thumb-view div.thumbnail.hidden,
div.photo-show div.thumbnail.expired, div.thumb-view div.thumbnail.expired {background:#efefef;}

div.photo-show div.thumbnail, div.thumb-view div.thumbnail {border:1px solid white;}

div.photo-show div.thumbnail a.thumbnail div.album div.photo-or-thumb {
	background-color: brown;
	border: 1px solid brown;
	border-radius: 15px;
}

div.photo-show div.thumbnail a.thumbnail div.slideshow div.photo-or-thumb {
	background-color: #111111;
	border: 1px solid #111111;
	border-radius: 10px;
}

div.photo-show div.thumbnail a.thumbnail div.folder div.photo-or-thumb {
	background-color: #FFE066;
	border: 1px solid #FFE066;
	border-radius: 5px;
}

div.photo-show div.thumbnail a.thumbnail div.photo-or-thumb img,
div.thumb-view div.thumbnail a.thumbnail div.thumb img,
div.thumb-view div.thumbnail a.thumbnail div.thumb svg {
	vertical-align: middle;
	max-height: 128px;
	max-width: 128px;
}
div.thumb-view div.thumbnail div.thumb-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
	background: transparent none no-repeat center center;
}
div.thumb-view div.thumbnail:hover div.thumb-checkbox {
	background-image: url('/resources/xolrn/img/unchecked.png');
}
div.check-all {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	background: url('/resources/xolrn/img/unchecked.png') no-repeat left center;
}
div.check-all.checked,
div.thumb-view div.thumbnail div.thumb-checkbox.checked {
	background-image: url('/resources/xolrn/img/checked.png');
}
div.thumb-view div.thumbnail div.thumb-checkbox input {
	display: none;
}
div.thumb-view div.thumbnail div.flag-symbol {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
	display: none;
	background: transparent none no-repeat center center;
}
div.flagged-resources div.thumb-view div.thumbnail div.flag-symbol.flagged {
	display: block;
	background-image: url('/resources/xolrn/img/flagged.png');
}
div.unflagged-resources div.thumb-view div.thumbnail div.flag-symbol.unflagged {
	display: block;
	background-image: url('/resources/xolrn/img/unflagged.png');
}
div.flagged-resources div.label.ui-droppable,
div.unflagged-resources div.label.ui-droppable {
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
	padding: 1em;
}
div.flagged-resources > div,
div.unflagged-resources > div {
	padding: 0 2em 1em;
}
ul.thumbnails div.thumbnail div.thumb img,
ul.thumbnails div.thumbnail div.thumb svg {
	max-height: 200px;
	max-width: 100%;
}

.foreground {
	position: absolute;
	top: 40px;
	left: 103px;
	width: 42px;
	height: 42px;
}

div#childres_containter > div.Form-vocable_form img,
div#childres_containter > div.Form-photo_form img {
	max-width: 630px;
}

.results-summary {
	margin-right: 1em;
}
.exam_result_table td {
	padding: 5px;	
}
.exam_result_table > tbody > tr > td {
	padding: 5px 20px;
}
.exam_result_table .help-text {
	color: #7a7a78;
}
.exam_result_table .category_condition {
	font-size: 80%;
	color: #7a7a78;
}
.exam_result_bar {
	display: inline-block;
	padding: 10px 30px;
	width: 50px;
}
.exam_result_bar .red_bar { background-color: red; }
.exam_result_bar .green_bar { background-color: green; }

.result_help_text {
	padding: 20px;
}

.xolrn_summary_table td {
	padding: 5px;	
}

#all_users {
	display: none;	
}
.timing {
margin-left: 300px;
height: 35px;
}

#xoqti_dialog .question_dialog {
    display: initial;
}
.ui-dialog .ui-dialog-content.question_dialog,
.question_dialog {
    display: none;
    width: 850px;
    padding:0;
}

.question_dialog table {
    width: 850px;
    table-layout: fixed;
}

.question_dialog table tr td {
    padding: 30px 0 0 0;
    text-align: center;
    width:100px;
    overflow:hidden;
    word-wrap:break-word;
}

.question_dialog table tr td.active_td:hover,
.question_dialog table tr td.active_td a:hover {
	background-color: grey;
}

.question_dialog table tr td.active_td div {
    height: 100px;
    width: 100px;
    margin: auto;
    background-size: contain;
}

.question_dialog .xoqti_choice {
    background: url('/resources/xolrn/icons/questions/choice.svg') no-repeat;
}
.question_dialog .xoqti_order {
    background: url('/resources/xolrn/icons/questions/order.svg') no-repeat;
}
.question_dialog .xoqti_textEntry {
    background: url('/resources/xolrn/icons/questions/textEntry.svg') no-repeat;
}
.question_dialog .xoqti_extendedText {
    background: url('/resources/xolrn/icons/questions/extendedText.svg') no-repeat;
}
.question_dialog .xoqti_associate {
    background: url('/resources/xolrn/icons/questions/associate.svg') no-repeat;
}
.question_dialog .xoqti_inlineChoice {
    background: url('/resources/xolrn/icons/questions/inlineChoice.svg') no-repeat;
}
.question_dialog .xoqti_gapMatch {
    background: url('/resources/xolrn/icons/questions/gapMatch.svg') no-repeat;
}
.question_dialog .xoqti_checkMark {
    background: url('/resources/xolrn/icons/questions/checkMark.svg') no-repeat;
}

div.choice_feedback,div.associationFeedback {
	display: none;	
}

/* publish_status */
span.publish_status {
    display:block; width:20px; height:20px; background:7px 7px no-repeat;
}
span.publish_status.ready {
    background-image:url(/resources/xowiki/active.png);
}
span.publish_status.expired {
    background-image:url(/resources/xowiki/inactive.png);
}
td.yui-dt-col-title > div.yui-dt-liner > span,
td.yui-dt-col-title > div.yui-dt-liner > a.timeout,
td.yui-dt-col-title > div.yui-dt-liner > a.invisible,
td.yui-dt-col-title > div.yui-dt-liner > a.hidden,
td.yui-dt-col-title > div.yui-dt-liner > a.expired {color:#999999;}
td.yui-dt-col-title > div.yui-dt-liner > a.timeout:visited,
td.yui-dt-col-title > div.yui-dt-liner > a.invisible:visited,
td.yui-dt-col-title > div.yui-dt-liner > a.hidden:visited,
td.yui-dt-col-title > div.yui-dt-liner > a.expired:visited {color:#cc88cc;}
td.yui-dt-col-object_type > div.yui-dt-liner > a.invisible img,
td.yui-dt-col-object_type > div.yui-dt-liner > a.hidden img,
td.yui-dt-col-object_type > div.yui-dt-liner > a.expired img {filter:alpha(opacity=50);opacity:0.5;}
tr.yui-dt-rec.invisible,
tr.yui-dt-rec.hidden,
tr.yui-dt-rec.expired {background-color:inherit !important;}

#ibook-toc a.inactive {
    color: #bbb;
}
#ibook-toc a.invisible {
    color: #bbb;
    cursor: default;
}
#ibook-toc a ins {
    background-image: none;
    vertical-align: text-top;
    font-size: 200%;
    opacity: 0.75;
}
#ibook-toc.deactivateable a ins:before {
    content: "\2022";
}
#ibook-toc.deactivateable a.expired ins:before,
#ibook-toc.deactivateable a.invisible ins:before {
    content: "\25E6";
}
#ibook .emmbedded-book-page-wrapper.expired {
    background-color: #dedede;
}

/*
 * Custom Forms
 */

.xowiki-ckeditor {
	background-color: #ffdead;	
}
#ibook {position:relative;}

#ibook-all img {max-width:100%;}
#ibook .file .Form-file_form, #ibook .file .Form-link_form {display:inline-block;}
#ibook .file .description {display:inline-block;vertical-align:top;margin:0;max-width:calc(100% - 128px);}
#ibook .file a:hover {background:none;}

#ibook-all form:not(.Form-ibook_v2_form) select[name='_publish_status'] option[value='hidden'] { display:none; }

#ibook-toc-hdr {border-top:1px solid #909090;font-weight:bold;}
#ibook-toc-hdr .lock,
#ibook-toc-hdr .unlock {display:none;float:right;cursor:pointer;}
#ibook-menu.full #ibook-toc-hdr .lock {display:inline;}
#ibook-toc {width:auto;background:none;border:none;}
#ibook-toc .current_page {font-weight:bold;}
#ibook-toc .current_page ins {font-weight:normal;}
#ibook-toc a {
    margin-top:0.4em;
    white-space:normal;
    height:auto;
    display:inline-flex;
}
#ibook-toc .hidden {display:none;}
/*#ibook-toc.moveable a {cursor:move;}*/
#ibook-toc.moveable a svg {margin-left:0.2em;height:0.8em;width:0.8em;flex-shrink:0;}
#ibook-toc.moveable a img {margin-left:0.4em;height:0.9em;cursor:move;display:none;}
#ibook-toc.moveable a:hover img {display:inline-block;}
#ibook-toc.deactivateable a ins {cursor:pointer;}

#ibook-toc > ul > li > ul > li {margin-left:0;}
#ibook-toc li > ins {width:0 !important;display:none;}
#ibook-toc li {background:none;list-style:none;left:0;}
.jstree-dnd-helper {font-family:sans-serif;}

.xowiki-ckeditor:hover {
	background-color: #EEE;	
}
#popmain {padding:1em;background:#cccccc;}

#ibook-content #startpage, #ibook-content #startpage h1 {text-align:center;border:none;}
#ibook-content #startpage h1 .ctxmenu {position:absolute;margin:0.25em;}
#ibook-content #startpage .start_buttons a {display:inline-block;margin:0.5em;padding:1em;border-radius:1em;text-decoration:none;}
#ibook-content {clear:both;margin:5em 0 1.5em;}
#ibook h2, #ibook h3 {margin:1em 0 0.5em;}
#ibook-all form.margin-form div.form-widget {margin-left:0;clear:both;}
#ibook-all .xolrn-page-wrapper, #ibook .Form-youtube_form, #ibook .Form-hyperlink_form {border:none;padding:0;margin:0;}
#ibook-all .xolrn-page-wrapper p {margin-top:0;}
#main.ibook {margin-top:4px;}
#ibook .taxonomy span.book-page {background:none;padding:0px;}
#ibook .ygtvlm, #ibook .ygtvblankdepthcell {display:none;}

#ibook-top {padding:80px 80px 20px 80px;}
#ibook-top td {text-align:center;}

table.ibook-bar {width:100%;}

table.ibook-bar .btn_prev {background-image:url(/resources/xolrn/img/arrow_left.png);}
table.ibook-bar .btn_next {background-image:url(/resources/xolrn/img/arrow_right.png);}
table.ibook-bar .btn_prev,
table.ibook-bar .btn_next {
    background-repeat:no-repeat;
    background-position:center;width:40px;height:20px;
    cursor:pointer;
}
table.ibook-bar .bar div {height:2px;background:#ccc;position:relative;}
td.bar img {position:relative;left:5px;top:-9px;}

#ibook-content div.xowiki-content {position:relative;}
#book-btn-prev, #book-btn-next {position:absolute;top:0px;width:100px;height:100%;}
#book-btn-prev {left:-20px;}
#book-btn-next {right:-20px}
#nav-prev, #nav-next {position:fixed;top:0;bottom:0;width:calc(50% - 950px / 2);text-align:center;cursor:pointer;}
#nav-prev.inactive, #nav-next.inactive {opacity:0.5;cursor:auto;}
#nav-prev svg, #nav-next svg {position:relative;top:50%;margin-top:-.5em;border-radius:.5em;font-size:500%;}
#nav-prev {left:0;}
#nav-next {right:0;}

#ibook div.book div.ctxmenu {cursor:move;}

#ibook-all .xolrn-page-wrapper, #ibook-all .Form-page_form {background:none;}

#ibook-content .form-button input {
    font: inherit;
    padding: 0.75em 1em;
    border-radius: 1em;
    border: none;
    cursor: pointer;
}

/* online test workflow styles */
#ibook-content.itest #ibook-all .state-container {margin-left: 30px;margin-right: 50px;}
#ibook-evaluation form div.form-button input[name="__action_display_single_result"] {
    display:none;
}

#ibook-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: transparent;
    z-index: -1;
}
#ibook-overlay.active {
    background: #888888;
    z-index: 85;
}
.above-overlay {
    position: relative;
    background: #ffffff;
    z-index: 87;
    -webkit-user-select: none;
}

.ibook_v2 #ibook-all form,
#ibook-all .ibook_v2 {
    box-shadow: 3px 3px 5px #aaa;
    background: white no-repeat;
    padding: 3em;
    font-size: 15px;
    line-height: 1.3em;
}
#ibook-all .ibook_v2 {
    opacity: 0;
}
#ibook-all.inactive .ibook_v2 {
    box-shadow: 3px 3px 5px #777;
    background-color: #dedede;
}
#ibook-all .ibook_v2 h1, #ibook-all .ibook_v2 h2, #ibook-all .ibook_v2 h3,
#ibook-all .child_page_link_container, #ibook-all .parent_page_link_container, #ibook-all .next_page_link_container {
    line-height: 1.3em;
}
#ibook-all .book-title,
#ibook-all .plain-title {
    display: inline-block;
    margin: 0;
}
#ibook-all .bookpage-title {
    display: inline-flex;
    white-space: pre-wrap;
    max-width: calc(100% - 30px);
}
#ibook-all .plain-title {
    flex: 1 auto;
    white-space: initial;
}
.bookpage-title > .plain-title {
    overflow: hidden;
    text-overflow: ellipsis;
}


#ibook-all .youtube iframe {
    width: 100%;
}
#ibook-all video {
    max-width: 100%;
}

#backFromPrint,
#ibook-all .ibook_v2 .onlyprint,
#ibook-all .ibook_v2 .ctxmenu {
    display:none;
}
#ibook-all .ibook_v2 .emmbedded-book-page-wrapper:hover .part-menu .ctxmenu,
#ibook-all .ibook_v2 .photo-show .ctxmenu,
#ibook-all .ibook_v2 h1 .ctxmenu,
#ibook-all .ibook_v2 h2 .ctxmenu {
    display:inline-block;
}
#ibook-all .parent_page_link,
#ibook-all .child_page_link {
    color:#bbbbbb;
    display:inline-block;
}
#ibook-all .child_page_link_container {
    margin-top:1.5em;
    display:none;
}
#ibook-all .ibook_item.loaded .child_page_link_container {
    display:block;
}

#ibook-toc span {background:none;}

/* ibook reading mode */
@media screen and (orientation: portrait) {
    #ibook-bg #doc {
        width: 100% !important;
        max-width: initial !important;
    }
    #ibook-all div.ctxmenu,
    #nav-prev svg, #nav-next svg {
        display: none !important;
    }
}

#question_points_info {
    float:right;
    margin-top: -15px;
    text-align:right;
}

#startpage, .ibook_item {
	min-height: 500px;
	display:none;
}
.emmbedded-book-page-wrapper .part-menu .ctxmenu {
	cursor: move;	
}

#ibook {
border: 1px solid transparent;	
}
.jstree ul {
	position: relative;	
}
.jstree-default.jstree-focused { background:#ffffFF; !important}

.question_preview {
	background: RGB(250,250,250);
	padding: 1em;
	border: 1px solid RGB(190,190,190);
}
.orderInteractionTable {
	width: 100%;
	border-collapse: collapse;
}
.orderInteractionTable > tbody > tr > td {
	padding: 0;
}
.orderInteractionTable > tbody > tr > td:first-child {
	width: 100%;
}

/* YUIDataTable (child-resources includelet) styles*/
div.child-resources div.yui-dt td.yui-dt-col-points,
div.child-resources div.yui-dt td.yui-dt-col-certificate,
div.child-resources div.yui-dt td.yui-dt-col-page_order {
    text-align:center;
}
div.child-resources progress {
    width:50px;
}

/* child resource summary table */
div.xolrn_child_summary {
    margin-left:7px;
}
table.xolrn_child_summary_table img {
    padding-top:4px;
}
table.xolrn_child_summary_table th,
table.xolrn_child_summary_table td {
    padding:3px;
}
table.xolrn_child_summary_table th.xolrn_count,
table.xolrn_child_summary_table td.xolrn_count {
    text-align:center;
}
#left-col20 {
  width: 30%;
  /*
   * Deactivated - see xolrn.js
   * height: 400px;
   * overflow:auto;
   */
  margin:0px;
}

#right-col80 {
  width: 70%;
}




/*
 * EDUCANEXT QUICKFIXES
 *
 * This is a quickfix to hide stuff in the XOLRN gridview. Instead, a specialized gridviewer should be used, which doesnt output all that fields
 *
 * */
.xolrn .thumbnails .ffitem_id,
.xolrn .thumbnails .ffpublish_status,
.xolrn .thumbnails .ffobject_ids,
.xolrn .thumbnails .ffctxmenu,
.xolrn .thumbnails .fflast_modified,
.xolrn .thumbnails .ffobject_type h4 ,
.xolrn .thumbnails .ffthumb h4 ,
.xolrn .thumbnails .fftitle h4.title,
.xolrn .thumbnails .ffitem_id {
  display: none;
}
.xolrn div.thumbnails .thumbnail {

  min-height: 300px;
}
.xolrn .thumbnails .ffobject_type .ffield.object_type {
  display:none;
  float:right;
}

/* Bootstrap Fix
 * see https://github.com/twitter/bootstrap/issues/3494
 */

.row-fluid ul.thumbnails li.span12 + li { margin-left : 0px; }
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span2:nth-child(6n + 7) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span1:nth-child(12n + 13) { margin-left : 0px; }

/* temporary lms-style new menu */
/* Favorites/Ctxmenu Dropdown */
.dropdown > table,
.dropdown > ul {
    display:none;
    position:absolute;
    z-index:9999;
    min-width:150px;
    border:2px solid #909090;
    border-bottom:1px solid #909090;
    max-height:400px;
    overflow:auto;
    overflow-x:hidden;
    -moz-box-shadow:3px 3px 5px #aaa;
    -webkit-box-shadow:3px 3px 5px #aaa;
    box-shadow:3px 3px 5px #aaa; /* IE<9 */
    *filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, Direction=135, color='#aaaaaa') !ie;
    margin-left:0px;
    padding-left:0px;
}
.dropdown > table a,
.dropdown ul a {
    color:black; text-decoration:none;
}
.dropdown span {
    display:block; cursor:pointer;
    background:url(/resources/xolrn/img/dropdown_arrow.png) right 14px no-repeat;
}
.dropdown:hover > table,
.dropdown:hover > ul {
    display:block;
}
.dropdown > table {
    z-index: 30;
    max-height: 620px;
    min-width: 130px;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
}
.dropdown > table td {
    border-bottom: 1px solid #909090;
    width: 130px;
    vertical-align: top;
    text-align: center;
}
.dropdown > table td.disabled {
    color: #bbb;
}
.dropdown > ul > li > a:hover,
.dropdown > table td:hover {
    background-color: #ccc;
}
.dropdown > table td svg {
    margin-bottom: 4px;
    width: 48px;
    height: 48px;
}
.dropdown > ul > li {
    border-bottom:1px solid #909090;
    background:#fff; position:static;
    z-index:9999;
    width:193px;
}
.dropdown > table td > *,
.dropdown > ul > li > * {
    display:block;
    padding:8px 8px;
    line-height:1.2em;
}
/* IE */
.dropdown table tr td,
.dropdown ul a {
    *background:#fff;
}
.dropdown table tr td > *,
.dropdown ul li > * {
    *padding-top:0;
    *padding-bottom:0;
}

#ibook-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
}

#ibook-menu > ul,
.album-menu > ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#ibook-menu > ul > li,
.album-menu > ul > li {
    display: inline-block;
}

#ibook-content svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    stroke: none;
    fill: currentColor;
}
#ibook-content .dropdown > table td svg {
    vertical-align: initial;
    width: 48px;
    height: 48px;
}

#ibook-menu svg,
.album-menu svg {
    font-size: 150%;
}

#ibook-menu label,
.album-menu label {
    vertical-align: middle;
    cursor: pointer;
}

#ibook-menu.full #ibook-submenu {
    display: none;
}
#ibook-menu #ibook-submenu > ul {
    position: fixed;
    right: 0;
    max-height: calc(100% - 3.5em);
    overflow: visible;
}
#ibook-menu #ibook-submenu:hover > ul {
    display: none;
}
#ibook-menu #ibook-submenu.selected > ul {
    display: block;
}
#ibook-menu #ibook-submenu ul li {
    width: auto;
    list-style: none;
}
#ibook-menu #ibook-submenu > ul > li > span,
#ibook-menu #ibook-submenu > ul > li > ul > li > * {
    padding: 1em;
}
#ibook-menu #ibook-submenu > ul > li > #search_short_info,
#ibook-menu #ibook-submenu > ul > li > table,
#ibook-menu #ibook-submenu > ul > li > ul {
    position: relative;
    box-shadow: none;
    padding: 0;
    height: 0;
    z-index: 0;
}
#ibook-menu #ibook-submenu > ul > li.selected > #search_short_info,
#ibook-menu #ibook-submenu > ul > li.selected > table,
#ibook-menu #ibook-submenu > ul > li.selected > ul {
    height: auto;
    max-width: 100%;
}
#ibook-menu #ibook-submenu > ul > li > #search_full_info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
#ibook-menu #ibook-submenu #search_short_info_text .search_button {
    display: none;
}

#ibook-menu > ul > li.hidden,
#ibook-submenu > ul > li.hidden {
    display: none;
}

/* ibook styles for small devices */
@media screen and (max-device-width: 767px) {
    #ibook-content, #startpage, #ibook { line-height: 1.3em; }
    #ibook-toc a { line-height: 120%; }
    #ibook-toc.jstree a > ins.jstree-icon { margin-right: 0.2em; }
    #ibook-submenu .dropdown > table td svg { width: auto; }
    #ibook-submenu #search_form #search_text { font-size: 1.5em; }
    #ibook-submenu #search_form #submit_search { font-size: 1.2em; }
    #ibook-submenu #search_form #clear_search_button { padding: 0.5em; }
    #ibook-submenu #hide_search,
    #ibook-submenu #search_form #submit_search { width: 1.2em; }
    #ibook-submenu #search_form input[type=radio] { transform: scale(2); vertical-align: middle; }
    #ibook-submenu #search_form label { padding: 0.5em; vertical-align: middle; }
    #ibook-bg #ibook div.bar1 hr { top: 0.8em; }
    #ibook-bg #ibook div.bar1 div.book_bar2 { font-size: 0.8em; }
    #ibook-bg #ibook .margin-form .form-button { margin-left: 0; text-align: center; }
    #ibook-bg #ibook .rotation_links img { width: 1em; }
    #ibook-menu .right-menu #ibook-submenu ul { width: 100%; }
}

#ibook-content a.colored:hover,
#ibook-submenu > ul > li.selected,
#ibook-menu > ul > li.selected,
#ibook-menu > ul > li:hover,
.album-menu > ul > li:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
}

#ibook-menu > ul > li.disabled,
#ibook-menu > ul > li.disabled:hover,
#ibook-menu > ul > li.disabled span,
#ibook-menu > ul > li.disabled label {
    background: none;
    cursor: auto;
}

#ibook-menu .right-menu {
    float: right;
}

#ibook-menu > ul > li > span,
.album-menu > ul > li > span {
    padding: 1em;
    height: 1.5em;
}

#ibook-menu > ul > li > a {
    padding: 1em;
    display: inline-block;
    text-decoration: none;
}

#ibook-menu a {
    cursor: pointer;
}

#ibook .album-menu a {
    color: initial;
}

#ibook-menu a.disabled,
#ibook .album-menu a.disabled {
    cursor: auto;
    color: #bbbbbb;
}

#ibook-menu .dropdown span,
.album-menu .dropdown span,
#ibook-menu > ul > li > a:hover {
    background: none;
}

#burger-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 250;
    min-width: 15em;
    max-width: min(45em,80%);
    max-height: 100%;
    margin-top: 3.5em;
    border: none;
    background-color: white;
    color: initial;
}
#ibook-menu.full #burger-menu:hover #burger-content,
#burger-menu.selected #burger-content,
#burger-menu.dragging #burger-content {
    display: block;
}
#burger-content li {
    width: auto;
    border: none;
}

.search_menu span {
    display:inline-block;
    cursor:pointer;
}

#search_full_info, #search_short_info {
    display:none;
    position:absolute;
    right:0;
    z-index:80;
    min-width:40%;
    max-width:40%;
    border:2px solid #909090;
    border-bottom:1px solid #909090;
    background:#fff;
    color:initial;
    max-height:60em;
    overflow:auto;
    overflow-x:hidden;
    -moz-box-shadow:3px 3px 5px #aaa;
    -webkit-box-shadow:3px 3px 5px #aaa;
    box-shadow:3px 3px 5px #aaa; /* IE<9 */
    *filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, Direction=135, color='#aaaaaa') !ie;
}

#search_form, #search_result, #search_short_info_text {
    line-height:1.2em;
    *padding-top:0;
    *padding-bottom:0;
}
#search_form div {
    padding:0.7em;
}
#search_result {
    display:none;
}
#result_count {
    padding: 0 0.7em;
}
.single_search_result {
    padding: 1.2em 0.7em;
}
.single_search_result h2 {
    margin-top: 0;
}
.single_search_result > p {
    margin-top: 0.4em;
}
.single_search_result p.count {
    float: right;
}
.search_menu #search_form #search_text {
    height: 1.2em;
    padding: 0.3em;
    max-width: 75%;
}
#search_text::-ms-clear {
    display: none;
}
#search_short_info_text {
    padding: 1em;
    cursor: pointer;
}
.search_button {
    float: right;
    cursor: pointer;
}
.search_button#hide_search {
    padding: 0.7em 0.7em 1.5em;
}
.search_menu #search_form #submit_search {
    background: #fff;
    border: 0;
    padding: 0.5em;
    vertical-align: middle;
}
.search_menu #search_form #clear_search_button {
    position: absolute;
    margin-left: -2.5em;
    height: 1.2em;
    width: 1.2em;
    padding: 0.5em;
    display: none;
    cursor: pointer;
}
.search_menu #search_form input[type=radio],
.search_menu #search_form label {
    margin: 0;
    vertical-align: text-bottom;
}

/* IE */
.search_menu a {
    *background:#fff;
}
searchres {
    background-color: #FCFD8D;
}
.current_search_result {
    font-style: italic;
    background-color: gainsboro;
}
.page_link {
    line-height: 1.4em;
}
.page_link > h2{
    color: #005580 !important;
}
.visited_search_result, .visited_search_result > h2 {
    color: #3D007A !important;
}

/* IE does not understand 'color: initial' */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #burger-content, #search_full_info, #search_short_info, #ibook .album-menu a {
        color: black;
    }
}

/* Application Menu (Community Applications, Portal Pages, etc.) */
#appmenu-container {
    height:30px;
    background:#909090;
    z-index:89;
}
#ibook-bg #appmenu-container {position:relative;}
#appmenu-container a {
    text-decoration:none;
}
#appmenu-container ~ .content #content-border {
    border-top:none;
} /* remove border, when appmenu is displayed */
#appmenu-title {
    float:left;
    padding-right:12px;
    margin:0 7px 0 5px;
    background:url(/resources/xolrn/img/location_arrow.png) right 12px no-repeat;
}
#appmenu-title > a,
#appmenu-title > span > span,
#appmenu > ul > li > a,
#appmenu span {
    display:block;
    padding:3px 5px 0 5px;
    color:#fff;
    font:13px/27px sans-serif;
}
#appmenu-title > span > ul {margin:0;}
#appmenu-title .dropdown > ul > li > a {
    color:black;
}
#appmenu-title > a:hover,
#appmenu-title > ul > li:hover,
#appmenu > ul > li:hover {
    background:-moz-linear-gradient(top,#bbbbbb,#9a9a9a);
    background:-webkit-gradient(linear,left top,left bottom,from(#bbbbbb),to(#9a9a9a));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb',endColorstr='#9a9a9a');
} /* Hover effect */
#appmenu > ul > li.dropdown > ul > li:hover {
    background:#DBDBDB;
}
#appmenu > ul > li a:hover {
    background:none;
}
#appmenu-title a.disabled,
#appmenu a.disabled {
    color:#BBB !important;
    background:white;
}
#appmenu input {
    margin: 6px 3px 0 4px;
    border:1px solid #888;
    font:13px sans-serif;
    background:#d9d9d9;
}
#appmenu input:focus {
    background-color:#ffffcc;
}
/*PKR: TODO the float somehow breaks IE7 */
#appmenu > ul > li {
    float:left;
    margin-right:3px;
}
#appmenu .dropdown > span {
    padding-right:12px;
}
#appmenu .dropdown {
    padding-right:4px;
}
#appmenu .dropdown ul li > * {
    height:auto;
    /*font:13px/15px lms,sans-serif;*/
    font:13px/15px arial,helvetica,clean, sans-serif;
} /* correct font-size and line-height for dropdowns */
#appmenu .dropdown > ul,
#appmenu .dropdown > ul > li {
    border-color:#909090;
}
#appmenu > ul > li.dropdown > ul > li > a {
    padding:8px;
}
#appmenu > ul > li.dropdown > ul > li > a:hover,
#appmenu-title > ul > li.dropdown > ul > li > a:hover {
    background: #dbdbdb;
}
#appmenu > ul > li.dropdown > ul > li > a.disabled:hover {
    background: white;
}
#appmenu > ul > li.hidden {
    display: none;
}
#appmenu .right {
    float:right;
} /* right-side menu part */

div#appmenu-container ul li {
    list-style-image:none;
    list-style:none;
/*    margin-left:0px;*/
}
/* END Application Menu */
#doc {
    width:950px;
    margin: auto;
}

/* Kontext-Menü XOLRN */
.ctxmenu {
    background: url("/resources/xolrn/icons/famfamfam/wrench.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 1px;
    width: 20px;
    z-index:2;
}
.ctxmenu ul {
    display:none;
}

#ctxm ul {
    padding-left:0px;
    border: none;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 2px 2px 1px;
    width: 190px;
    -moz-box-shadow:3px 3px 5px #aaa;
    -webkit-box-shadow:3px 3px 5px #aaa;
    box-shadow:3px 3px 5px #aaa; /* IE<9 */
    filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, Direction=135, color='#aaaaaa');
}
#ctxm ul:not(:last-child) {
    margin-bottom: 0;
}
#ctxm ul:not(:first-child) {
    margin-top: 0;
    border-top: 0;
}
#ctxm ul li {
    border-bottom: 1px solid #CCCCCC;
    font-family: arial,helvetica,clean, sans-serif;
    /*font-family: verdana, sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    list-style: none outside none !important;
}
#ctxm a.disabled {
    color: #AAAAAA !important;
    display:none;
}
#ctxm a.visible {
    display:block;
}

#ctxm a {
    color: #000000 !important;
}
#ctxm ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    line-height: 1.8em;
    padding: 2px 4px;
    text-decoration: none;
}
#ctxm ul li a:hover {
    background: none repeat scroll 0 0 #EBEBEB;
    padding: 2px 4px;
    text-decoration: none;
}
#ctxm ul a.disabled:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
#ctxm ul li:hover ul {
    display: block;
}
#ctxm {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 13000;
}
#xoqti_dialog .ctxmenu {
    background: url("/resources/xolrn/icons/famfamfam/wrench.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right:1px; zoom:1; /* IE7 */
    *display:inline; /* IE7 */
    width:20px;
    height:20px;
}
.lr_breadcrumbs .category {
	font-weight: bold;
}
.lr_breadcrumbs .cando {
	display: block;
}
.lr_active_breadcrumb.cando {
	font-weight: bold;
	margin-top: 3px;
}
.lr_category .xolrn-fold-title {
	line-height: 19px;
}
.lr_category.main-category {
	padding: 1em;
}
.lr_category.main-category > a {
	font-size: 120%;
	font-weight: bold;
}
.lr_category.main-category > .xolrn-fold-content {
	margin-left: 2em;
}
.lr_category.cando > .xolrn-fold-title, a.cando {
	background: url('/resources/lms-kompetenz/img/step0.png') left 0 no-repeat;
	padding-left: 20px;
}
.learning-resources .child-resources thead {
	/*display: none;*/
}
/*.learning-resources .child-resources tr.yui-dt-odd,
.learning-resources .child-resources tr.yui-dt-even {
	background-color: #E0E0E0;
}*/
.learning-resources .child-resources .yui-skin-sam {
	margin-left: 50px;
}
.lr_category.main-category > .xolrn-fold-content .learning-resources .child-resources .thumb-view {
	padding: 0 28px;
}

.toggle-presentation {
	float: right;
	margin-right: 5px;
	cursor: pointer;
	height: 20px;
}
.toggle-presentation.checked {
	border-bottom: solid 2px  #cacaca;
}
#appmenu li.orderby_menu a.orderby {
	padding-left: 38px;
	cursor: pointer;
}
#appmenu li.orderby_menu a.orderby.selected,
#appmenu li.orderby_menu a.orderby.selected:hover {
	background: url('/resources/xolrn/img/tick.png') no-repeat left 10px center;
}

div#xolrn_type_filter table tr td {
    padding-right:20px;
}
div#xolrn_type_filter .xolrn_subfolder_filter {
    padding-left:10px;
}
.xolrn_question_nav {
    float:right;
}
.xolrn_scorm_package_nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #999999;
}
.xolrn_scorm_package_nav .prev {
    float: left;
}
.xolrn_scorm_package_nav .next {
    float: right;
}
.xolrn_scorm_package_nav a,
.xolrn_scorm_package_nav a:visited {
    color: #f38a00;
    text-decoration: none;
}
.xolrn_scorm_package_nav img {
    margin: 0.5em;
    vertical-align: middle;
    height: 3em;
    padding-bottom: 1px;
}
.xolrn_scorm_package_nav .parent a {
    border: 2px #f38a00 solid;
    border-radius: 1em;
    padding: 1em;
}
.xolrn_scorm_package_nav .parent img {
    margin: 0.5em 0;
    width: 0;
}

div.photo-show div.photo-container.ui-sortable div.thumbnail {cursor:move;}
div.photo-show div.photo-container.ui-sortable div.thumbnail a.thumbnail {cursor:inherit;}

div.thumb-view>div.thumbnail {
  position:relative;min-height:225px;background-color:white;
}

div.thumb-view>div.thumbnail.invisible,
div.thumb-view>div.thumbnail.hidden,
div.thumb-view>div.thumbnail.expired {background-color:#efefef;}

.metadata-filter, .metadata-filter form, .metadata-filter select {
	display: inline;
}
.align-right {
    text-align:right;
}
#ibook-bg div.bar1 {position:relative;margin:0 30px 2em;}
#ibook-bg div.bar1 hr {position:absolute;width:100%;top:11px;height:0px;margin:0px;border-bottom:1px solid #909090;}
#ibook-bg div.book_bar2 {
  display:inline-block;
  padding:0 0.5em;
  min-width: fit-content;
  height:2em;
  line-height:2em;
  border-radius:1em;
  text-align:center;
  font-size:12px;
  cursor:pointer;
}
#ibook-bg div.ibook_item.loaded {background-image:none;}
#ibook-bg div.ibook_item {position:relative;padding-left:30px;background:url(/resources/xolrn/loading.gif) no-repeat center 5em;}

#ibook-content .symlink_icon {
  position: absolute;
  left: -15px;
  z-index: 1;
}
#ibook-content .emmbedded-book-page-wrapper .symlink_icon {
  top: 1.55em;
  left: -45px;
}
#ibook-content .ibook_item > .symlink_icon {
  margin-top: -2.12em;
}

#category-admin li img {
  max-width: 16px;
  max-height: 16px;
}
form#category_admin img {
  max-width: 150px;
}
.category_icon {
  position:absolute;
  width: 2em;
  left: calc(-2.5em + 30px);
}
.category_icon img {
  width: 2em;
}
.category_icon:not(.bookpage) {
  top: 1.15em;
  left: -2.5em;
}
.category_icon.bookpage {
  margin-top: -2.52em;
}

#ibook .comment, #ibook .add_comment {
  margin: 0.5em;
  padding: 1em;
  border-radius: 0.5em;
  font-size: 75%;
}
#ibook .add_comment {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
#ibook .comment {
  position: relative;
  background-color: #fefc7f;
}
#ibook .comment.admin {
  background-color: #ffcc00;
}
#ibook .comment.private {
  background-color: #d9d9d9;
}
#ibook .comment.expired {
  opacity: 0.5;
}
#ibook .comment.subcomment {
  margin-left: 3em;
}
#ibook .comment:hover .ctxmenu {
  display: inline-block;
  position: absolute;
  top: 0.5em;
  right: 0;
}
#ibook .comment div {
  font-size: 105%;
}
#ibook .comment a {
  color: inherit;
}
#ibook .book_comments {
  padding-bottom: 1.5em;
  display: none;
}
#ibook .emmbedded-book-page-wrapper {
  position: relative;
  padding: 2px 30px 3px 0;
}
#ibook .part-menu {
  position: absolute;
  top: 0;
  right: 0;
}
#ibook .commentmenu {
  margin-right: 1px;
  margin-bottom: 0.2em;
  width: 20px;
  z-index: 2;
  cursor: pointer;
  font-size: 150%;
  color: #d9d9d9;
}
#ibook .commentmenu.not_empty {
  color: #ffcc00;
}

.next_page_link_container {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.next_page_link_container a {
    text-decoration: underline;
    cursor: pointer;
}

.child-counter {
    text-align: right;
    padding: 0.5em 0px;
    line-height: 1.8em;
}

#ibook-all .ibook_v2 .margin-form.dropzone,
#childres_containter .margin-form.dropzone {
    display: none;
}
.margin-form.dropzone {
    margin-bottom: 3em;
    padding: 2em;
}
.margin-form.dropzone #folder_hint {
    display: none;
    text-align: center;
}
.margin-form.dropzone .quota-info {
    margin: auto;
}
.margin-form.dropzone .form-button {
    position: absolute;
    bottom: -3em;
    margin: 0 -2em;
    width: 100%;
}
.margin-form.dropzone .dz-error .dz-image {
    background: linear-gradient(to bottom, #ee1111, #cc4444);
}
.margin-form.dropzone .dz-error .dz-image img {
    opacity: 0.3;
}

.dropzone .dz-preview .dz-error-message {
    color: white;
}

.lr_category .xolrn-fold-title.ui-droppable {
    line-height: 50px;
    padding: 15px 5px;
    margin-left: -5px;
}
div.dragging-container div.thumbnail {
    background-color: transparent !important;
    border: none;
}
.dragging-container div.thumbnail .thumb-checkbox,
.dragging-container div.thumbnail .ctxmenu {
    display: none;
}
.drop-border {
    position: relative;
    box-shadow: 4px 4px grey inset, -4px -4px grey inset, 0 1px 2px rgba(0, 0, 0, 0.2);
}
.drop-border:after {
    content: "";
    z-index: 99999;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

#auto_test.margin-form .form-item-wrapper .form-label { width: auto; }
#auto_test.margin-form .form-item-wrapper .form-widget input { max-width: 3em; }


/*
+++++++++++  Progress Bar    +++++++++++++
*/
div.child-resources div.thumb-view div.thumbnail progress {
    position: absolute;
    top: 140px;
    left: 0px;
    width: 148px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
}

/**********************/
/* ONLINE TEST DESIGN */
/**********************/

.clearfix::after {
    clear:both;
    content:" ";
    display:block;
    height:0;
}

#ibook.itest .ui-sortable td {
    cursor:move;
}

#ibook.itest .margin-form {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    min-height:30vh;
    padding:0;
    margin:0;
}

#ibook.itest .margin-form .hidden,
#ibook.itest .margin-form input[type="hidden"] {
    /* ignore display:flex property of .margin-form */
    position:absolute;
}

#ibook.itest .audit_period_info {
    font-weight: bold;
}

#ibook.itest #ibook-single,
#ibook.itest #ibook-initial {
    overflow-wrap:break-word;
    position:relative;
}

#ibook.itest #ibook-single .set-flag-button,
#ibook.itest #ibook-single .remove-flag-button {
    border:none;
    color:transparent;
    height:3em;
    margin:0;
    position:absolute;
    right:-50px;
    text-align:right;
    top:0;
    z-index:-1;
}

#ibook.itest #ibook-single .set-flag-button:hover,
#ibook.itest #ibook-single .remove-flag-button:hover {
    z-index:0;
}

#ibook.itest #ibook-single .set-flag-button button,
#ibook.itest #ibook-single .remove-flag-button button {
    background-color:transparent;
    border:none;
    color:transparent;
    cursor:pointer;
    padding:0;
    width:100%;
    height:100%;
}

#ibook.itest #ibook-single .set-flag-button svg,
#ibook.itest #ibook-single .remove-flag-button svg {
    height:2em;
    position:absolute;
    width:2em;
    bottom: 5px;
    right: 5px;
}

#ibook.itest #ibook-single .set-flag-button button > span,
#ibook.itest #ibook-single .remove-flag-button button > span {
    display: inline-block;
    padding-right: 2.5em;
    padding-left: 0.5em;
}

#ibook.itest #ibook-single .set-flag-button button:hover,
#ibook.itest #ibook-single .remove-flag-button button:hover {
    background-color:#eee;
    border-radius:5px;
    box-shadow:2px 2px 8px #888;
    color:#222;
}

#ibook-content.itest {
    margin-top: 0;
}

#ibook-content.itest #ibook-all {
    background-color:#FFF;
    box-shadow:3px 3px 5px #aaa;
    margin-top:1em;
    padding:3em;
}

#ibook-content.itest #ibook-menu {
    position: static;
    line-height: 1;
}
#ibook-content.itest #ibook-menu.fixed-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}

#ibook-content.itest div#ibook-menu div.timing {
    display:inline-block;
    height:auto;
    float:right;
    margin-left:0;
}

#ibook-content.itest div#ibook-menu div.timing ul {
    margin:0; padding:0;
}
#ibook-content.itest div#ibook-menu div.timing ul li {
    display: inline-block;
}

#ibook-content.itest div#ibook-menu ul li>span,
#ibook-content.itest div#ibook-menu .book-title {
    display:inline-block;
    height:1.5em;
    line-height:1.5em;
    margin:0;
    padding:1em;
}

#ibook-content.itest input[name='__action_submit'],
#ibook-content.itest input[name='__action_submit_disabled'] {
    display:block;
    flex: 0 1 25%;
}

#ibook-content.itest table.exam_result_table {
    border:0;
    border-spacing:2px;
}

#ibook-content.itest .test_summary_grade {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
}

#ibook-content.itest .flex-item {
    display:flex;
    flex:initial;
    flex-direction:column;
    width:48%;
}

#ibook-content.itest .exam-whole-result-title,
#ibook-content.itest .exam-grading-scheme-title {
    flex:initial;
    margin:auto auto auto 0;
    padding:.5em .5em .5em 0;
}

#ibook-content.itest .exam-whole-result,
#ibook-content.itest .exam-grading-scheme {
    background-color:#f9f9f9;
    border:1px solid #ccc;
    flex:initial;
    height:100%;
    padding:5%;
}

#ibook-content.itest .nowrap {
    white-space: nowrap;
}

#ibook-content.itest .exam-whole-result span:not(.nowrap),
#ibook-content.itest .exam-grading-rating {
    color:#666;
    display:inline-block;
}

#ibook-content.itest .exam-whole-result span {
    width:50%;
}

#ibook-content.itest .exam-grading-rating {
    width:65%;
}

#ibook-content.itest #ibook.itest h2 {
    font-size:3em;
    font-weight:700;
    line-height:120%;
}

#ibook-content.itest .test_summary_questions table,
#ibook-content.itest .test_summary table {
    border-collapse:collapse;
    width:100%;
}

#ibook-content.itest .test_summary table,#ibook-content.itest .yui-dt table {
    border-bottom:0;
    border-left:0;
    border-right:0;
    border-top:4px solid #e5e5e5;
    width:100%;
}

#ibook-content.itest .yui-dt table th,
#ibook-content.itest .yui-dt table td,
#ibook-content.itest .test_summary_questions table td,
#ibook-content.itest .test_summary_questions table th,
#ibook-content.itest .test_summary table td {
    background:transparent;
    border-bottom:1px solid #e5e5e5;
    border-left:0;
    border-right:0;
    border-top:0;
}

#ibook-content.itest #ibook-menu .new-test-close-btn svg {
    font-size: 150%;
}

#ibook-content.itest a.button,
#ibook-content.itest .form-button input {
    border:0;
    border-radius:1em;
    cursor:pointer;
    margin: 1rem 0;
    padding:1em;
    text-decoration:none;
}

#ibook-content.itest .attempt-create-or-use,
#ibook-content.itest a.button {
    display:inline-block;
}

#ibook-content.itest div.test_bar {
    border-radius:1em;
    display:inline-block;
    font-size:12px;
    height:2em;
    line-height:2em;
    max-width:10em;
    padding:.2em 2%;
    text-align:center;
    width:50%;
    z-index:40;
}

#ibook-content .itest-bar {
    display:block;
    text-align: right;
    margin-top:1em;
    margin-bottom: 1em;
    margin-left: 30px;
    margin-right: 50px;
}

#ibook.itest div.child-resources,
#ibook.itest div.form-usages-xolrn,
#ibook.itest div.test_summary_questions,
#ibook.itest div.test_summary {
    overflow-x:auto;
}

#ibook.itest div.form-button {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin-inline: 0;
    gap: 1rem;
    justify-content: space-between;
}

#ibook.itest div.form-button input {
    white-space: normal;
    font-size: 1rem;
    flex: 1 1;
}

#ibook.itest .test_question_info {
    background:none;
    margin: 0;
    display: inline;
    padding-left: 1em;
}

#ibook.itest #question_points_info {
    margin: 0 0 0 1rem;
    display: inline-block;
    white-space: nowrap;
}
#ibook.itest .question-page-indicator {
    text-align: right;
    display: inline-block;
}

#ibook.itest .child-resources tbody .yui-dt-col-object_ids {
    background:url(/resources/xolrn/icons/arrow_dragndrop.png);
    background-position-y:45%;
    background-position-x:100%;
    background-repeat:no-repeat;
    padding-right: 1.5em;
    width: 2em;
}

@media screen and (orientation: portrait) {
    #ibook-content.itest #ibook-all {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 695px) {
    #ibook-content.itest .test_summary_grade .flex-item {
        width:100%;
    }
}

@media screen and (max-device-width: 767px) {
    #ibook-content.itest {
        line-height: 1.5em;
    }
    #ibook-content.itest .exam-whole-result div {
        margin-bottom: 0.5em;
    }
    #ibook-content.itest .exam-whole-result div span {
        display: inline-block;
        width: 100%;
    }
}

#ibook-closed { margin-left: 30px; margin-right: 50px; }

@media screen and (max-width: 586px) {
    #ibook.itest .test_question_info {
        padding-left: 0;
    }
    #ibook.itest .itest-bar div {
        width: 100%;
    }
    #ibook.itest div.form-button {
        flex-direction:column;
    }
    #ibook.itest div.form-button input[name='__action_next'],
    #ibook.itest div.form-button input[name='__action_next_disabled'] {
        order: 1;
        max-width:100%;
    }
    #ibook.itest div.form-button input[name='__action_previous'],
    #ibook.itest div.form-button input[name='__action_previous_disabled'] {
        order: 2;
        max-width:100%;
    }
    #ibook.itest div.form-button input[name='__action_go_overview'],
    #ibook.itest div.form-button input[name='__action_go_overview_disabled'] {
        order: 3;
        max-width:100%;
    }
    #ibook.itest div.form-button input[name='__action_submit'],
    #ibook.itest div.form-button input[name='__action_submit_disabled'] {
        order: 4;
        max-width:100%;
    }
    #ibook-content.itest input[name='__action_submit'],
    #ibook-content.itest input[name='__action_submit_disabled'] {
        position:static;
    }
    #ibook-content.itest a.button,
    #ibook-content.itest .form-button input {
        border:0;
        border-radius:1em;
        cursor:pointer;
        margin: 0.5em 0;
        padding:1em;
        text-decoration:none;
    }

    #ibook-content.itest #ibook.itest div.attempt-create-or-use a.button {
        margin: 1rem;
    }

    #ibook.itest .state-container,
    #ibook-content .itest-bar {margin-left: 0px;margin-right: 30px;}
}

#ibook-content.itest div.feedback {
    margin-top: 2em;
}

#ibook-content.itest #ibook-menu li span a.colored {
    background: transparent;
}

#ibook.itest div.form-usages-xolrn table tbody tr {
    background-color: #fff !important;
}

#ibook.itest div.form-usages-xolrn table thead tr {
    background-color: #efefef !important;
}
#ibook.itest td.question_index>span {
    display: inline-block;
    min-width: 2em;
}
#ibook-content.itest .dropdown ul li {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0px solid #909090;
}
#ibook-content.itest #ibook-menu .dropdown label,
#ibook-content.itest #ibook-menu .dropdown a {
    font-weight: normal;
}
#ibook-content.itest .dropdown > table {
   border: 0;
}
#ibook-content.itest #ibook-submenu.dropdown ul {
    width: 100%;
    border: 0;
}
#ibook-content.itest #ibook-submenu>ul>li {
    border-bottom: 1px solid #909090;
}
#ibook-content.itest #ibook-submenu>ul>li>a {
    padding: 1em;
}
#ibook-content.itest #ibook-menu ul>li>span>a {
    vertical-align: middle;
}

#ibook-content.itest #ibook div.attempt-create-or-use .button {
    margin-right: 1em;
}

#ibook-content.itest .result_help_text {
    margin-top: 1em;
	padding: 0px;
}

#ibook-content.itest .back-to-index-link {
    display: block;
    margin-top: 2em;
}

#ibook.itest > div > form > div > button {
    margin-left: 1em;
    margin-right: 1em;
}

#ibook .download-certificate {
    margin-top: 1em;
}

#attempt-list .loading,
#attempt-list .loading h3 {
    text-align: center;
}
.usage-table {
    padding-bottom: 1em;
}
.usage-table .table {
    padding-top: 1em;
}

.audio_content {
    display: flex;
    align-items: center;
}
.audio_speed_btn {
    display: flex;
    margin-left: 1rem;
    padding: 2px;
    background: var(--xolrn-interaction-element-color);
    border-radius: var(--xolrn-question-border-radius);
    color: var(--xolrn-interaction-element-font-color);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 6em;
}
.audio_speed_img {
    height: 26px;
    width: 26px;
    margin-left: 6px;
}
.speed_label {
    padding: 8px;
    font-size: 14px;
}
div[id^=ckeip_] {
    margin-left: 150px;
    margin-right: 7px;
}

div[id^=ckeip_] > div {
    margin-bottom: 1rem;
    background-color: #ffdead;
    padding: .5rem;
    box-sizing: border-box;
    border: none;
}

.associateInteraction .associationText div[id^=ckeip_] {
    margin-left:0;
    margin-right: 0;
}

.associateInteraction .associationText div[id^=ckeip_] > div {
        box-sizing: content-box;
}

.associateInteraction div[id^="ckeip_"] {
    margin-left: 250px;
}

.associateInteraction .xowiki-ckeditor.ckeip {
    margin-left:0
}
