/* line 4, app/assets/stylesheets/pages_other/mind_maps.sass */
svg tspan {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-user-select: none;
  white-space: pre;
  tab-size: 1;
  -moz-tab-size: 1;
  -o-tab-size: 1;
}

/* line 12, app/assets/stylesheets/pages_other/mind_maps.sass */
body.mind_map {
  background: #FFFFFF;
  overflow-y: hidden;
}

/* line 16, app/assets/stylesheets/pages_other/mind_maps.sass */
body.mind_map .col_side.left .global_controls {
  margin-left: 30px;
}

/* line 19, app/assets/stylesheets/pages_other/mind_maps.sass */
.fbpopup {
  height: auto !important;
}

/* line 22, app/assets/stylesheets/pages_other/mind_maps.sass */
.view_map_scrollable {
  max-height: 450px;
  overflow-y: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 28, app/assets/stylesheets/pages_other/mind_maps.sass */
#canvas_container {
  touch-action: none;
}

/* line 31, app/assets/stylesheets/pages_other/mind_maps.sass */
#node_input_text {
  position: absolute;
  display: none;
  text-align: center;
  border: 0;
  color: #000;
  background: transparent;
  padding: 0;
  box-shadow: none;
  outline: 0 none;
  white-space: pre;
  resize: none;
}

/* line 44, app/assets/stylesheets/pages_other/mind_maps.sass */
#mind_map_tooltip {
  position: absolute;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  padding: 5px;
  display: none;
}

/* line 52, app/assets/stylesheets/pages_other/mind_maps.sass */
.mm_tt_table td {
  padding: 3px;
}

/* line 54, app/assets/stylesheets/pages_other/mind_maps.sass */
.mm_tt_table .sa_type_icon {
  font-size: 16px;
}

/* line 56, app/assets/stylesheets/pages_other/mind_maps.sass */
.mm_tt_table .number {
  text-align: right;
  font-weight: bold;
  padding-left: 8px;
}

/* line 62, app/assets/stylesheets/pages_other/mind_maps.sass */
.zoom-out-icon, .zoom-in-icon {
  margin: 0;
}

/* line 65, app/assets/stylesheets/pages_other/mind_maps.sass */
.popup {
  display: none;
  margin: auto;
  overflow: auto;
  position: relative;
  background: white;
  padding: 10px;
  font-size: 0.9em;
  font-family: Tahoma, sans-serif;
  border: 1px solid gray;
  line-height: 1.5em;
}

/* line 76, app/assets/stylesheets/pages_other/mind_maps.sass */
.popup h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 80, app/assets/stylesheets/pages_other/mind_maps.sass */
.popup h2 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

/* line 85, app/assets/stylesheets/pages_other/mind_maps.sass */
.popup select {
  border: 1px solid #333;
  padding: 2px;
  width: 380px;
  font-size: 0.95em;
}

/* line 90, app/assets/stylesheets/pages_other/mind_maps.sass */
.popup textarea {
  border: 1px solid #333;
  padding: 2px;
  font-size: 0.95em;
  width: 380px;
  height: 70px;
}

/* line 96, app/assets/stylesheets/pages_other/mind_maps.sass */
.popup #annotation_name {
  border: 1px solid #333;
  padding: 2px;
  font-size: 0.95em;
  width: 380px;
  height: 15px;
}

/* line 102, app/assets/stylesheets/pages_other/mind_maps.sass */
.popup .button {
  border: 1px solid #000;
  padding: 2px;
  background: #ddd;
  margin: 5px 0px 5px 0px;
}

/* line 108, app/assets/stylesheets/pages_other/mind_maps.sass */
.closeButton {
  float: right;
}

/* line 110, app/assets/stylesheets/pages_other/mind_maps.sass */
.closeButton img {
  border: 0;
}

/* line 117, app/assets/stylesheets/pages_other/mind_maps.sass */
#footer-floor-fixed {
  z-index: 101;
}

/* line 121, app/assets/stylesheets/pages_other/mind_maps.sass */
body.mind_map #top_left_panel {
  top: 60px;
}

/* line 125, app/assets/stylesheets/pages_other/mind_maps.sass */
.frame_body.mind_map .embedded_content.full_screen_mode {
  background-color: #fff;
}

/* line 128, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 50px;
  background-color: #FFFCAA;
  border: 0;
  z-index: 98;
  border-radius: 2px 2px 0 0;
  padding: 5px 5px 50px 5px;
  display: none;
  color: #000;
  box-sizing: content-box;
}

/* line 142, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer * {
  box-sizing: content-box;
}

/* line 144, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer #annotation_input, #annotation_viewer #annotation_display, #annotation_viewer #annotation_measure_area {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  padding: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  font-size: 12px;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
  word-wrap: break-word;
}

/* line 159, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer #annotation_input a[href], #annotation_viewer #annotation_display a[href], #annotation_viewer #annotation_measure_area a[href] {
  cursor: text;
}

/* line 161, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer #annotation_input a[href]:hover, #annotation_viewer #annotation_display a[href]:hover, #annotation_viewer #annotation_measure_area a[href]:hover {
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer #annotation_input.readonly a[href], #annotation_viewer #annotation_display.readonly a[href], #annotation_viewer #annotation_measure_area.readonly a[href] {
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer #annotation_input, #annotation_viewer #annotation_display {
  position: relative;
  left: 0;
  top: -28px;
  height: 100%;
  cursor: text;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  -ms-user-select: text;
  float: left;
}

/* line 175, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer #annotation_measure_area {
  position: absolute;
  height: auto;
  white-space: pre-wrap;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

/* line 183, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer #annotation_display a[href] {
  cursor: pointer;
}

/* line 185, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .annotation_nav {
  background-color: #FFFCAA;
  border: 0;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px dotted #999999;
  color: #333;
  font-size: 14px;
  height: 15px;
  line-height: 14px;
  margin: auto;
  padding: 8px 5px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 100%;
  left: -5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-user-select: none;
}

/* line 203, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .annotation_nav .annotation_nav_prev {
  float: left;
  cursor: pointer;
}

/* line 206, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .annotation_nav .annotation_nav_next {
  float: right;
  cursor: pointer;
}

/* line 209, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .annotation_nav .annotation_nav_next, #annotation_viewer .annotation_nav .annotation_nav_prev {
  cursor: pointer;
  padding: 0 8px;
}

/* line 212, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .annotation_nav .annotation_nav_next:hover, #annotation_viewer .annotation_nav .annotation_nav_prev:hover {
  color: #000;
}

/* line 214, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .annotation_nav .annotation_nav_next.inactive, #annotation_viewer .annotation_nav .annotation_nav_prev.inactive {
  color: #ccc;
  cursor: default;
}

/* line 217, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .annotation_nav i {
  font-size: 18px;
}

/* line 219, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .arrow-left {
  position: relative;
  left: -15px;
  top: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFFCAA;
}

/* line 228, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .delete_annotation {
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  top: -25px;
  float: left;
}

/* line 234, app/assets/stylesheets/pages_other/mind_maps.sass */
#annotation_viewer .delete_annotation:hover {
  opacity: 1;
}

/* line 237, app/assets/stylesheets/pages_other/mind_maps.sass */
#download_png_mindmap.activated,
#download_png_flowchart.activated {
  color: #aaa !important;
}

/* line 241, app/assets/stylesheets/pages_other/mind_maps.sass */
.embed_zoom_level {
  margin: 5px 0 10px 0;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}

/* line 246, app/assets/stylesheets/pages_other/mind_maps.sass */
.embed_zoom_level i {
  font-size: 1.3em;
  margin-right: 3px;
}

/* line 251, app/assets/stylesheets/pages_other/mind_maps.sass */
.add_attachment_modal label {
  display: inline-block;
  margin-right: 5px;
}

/* line 254, app/assets/stylesheets/pages_other/mind_maps.sass */
.add_attachment_modal input[type="text"] {
  display: inline-block;
  width: 200px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 570px) {
  /* line 259, app/assets/stylesheets/pages_other/mind_maps.sass */
  .add_attachment_modal select {
    width: 257px;
  }
}

/* line 263, app/assets/stylesheets/pages_other/mind_maps.sass */
.search_subjects_topics_container fieldset {
  height: 27px;
}

/* line 267, app/assets/stylesheets/pages_other/mind_maps.sass */
.toolbar_section #select_all i {
  display: inline-block;
  width: 15px;
  text-align: left;
}

/* line 271, app/assets/stylesheets/pages_other/mind_maps.sass */
.toolbar_section #select_all span {
  vertical-align: middle;
}

/* line 275, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar_container .toolbar_section {
  margin: 0 15px 0 0;
}

/* line 277, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar_container #action_controls.toolbar_section {
  margin-left: -15px;
}

/* line 282, app/assets/stylesheets/pages_other/mind_maps.sass */
.shape_picker_btn .shape_selected img {
  width: 18px;
  height: 18px;
}

/* line 287, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar ul.shape_picker li {
  width: 13%;
  float: left;
  margin-right: 17px;
  margin-bottom: 6px;
}

/* line 292, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar ul.shape_picker li a {
  margin: 6px;
}

/* line 294, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar ul.shape_picker li a.selected img {
  background-color: #000;
}

/* line 297, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar ul.shape_picker li a img {
  width: 25px;
  height: 24px;
}

/* line 301, app/assets/stylesheets/pages_other/mind_maps.sass */
.shape_picker_dropdown {
  padding: 5px;
}

/* line 305, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar #font-size-dropdown {
  min-width: 0;
  width: auto;
  padding: 10px 18px;
  text-align: center;
}

/* line 310, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar #font-size-dropdown .large_a {
  font-size: 20px;
  margin-top: 15px;
}

/* line 313, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar #font-size-dropdown .small_a {
  font-size: 8px;
  margin-bottom: 10px;
}

/* line 316, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar #font-size-dropdown .ui-widget-header {
  background: none;
}

/* line 318, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar #font-size-dropdown .ui-slider-vertical {
  height: 120px;
}

/* line 320, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar #font-size-dropdown #text_size {
  background: linear-gradient(to bottom, #fff, #eee);
}

/* line 322, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map_action_bar #font-size-dropdown #text_size .ui-slider, .mind_map_action_bar #font-size-dropdown #text_size .ui-slider-handle {
  margin-left: 1px;
  padding: 0;
}

/* line 326, app/assets/stylesheets/pages_other/mind_maps.sass */
.sliderparent + #recentre_canvas {
  margin-top: 4px;
}

/* line 328, app/assets/stylesheets/pages_other/mind_maps.sass */
.mind_map .sliderparent + #recentre_canvas {
  margin-top: 5px;
}
/* line 3, app/assets/stylesheets/shared/canvas_styles.sass */
.canvas_save_panel {
  position: fixed;
  right: 20px;
  bottom: 55px;
  color: #bfbfbf;
  z-index: 200;
}

/* line 11, app/assets/stylesheets/shared/canvas_styles.sass */
.with_ads .canvas_save_panel {
  right: 320px;
}

@media screen and (max-width: 1140px) {
  /* line 11, app/assets/stylesheets/shared/canvas_styles.sass */
  .with_ads .canvas_save_panel {
    right: 20px;
  }
}

/* line 18, app/assets/stylesheets/shared/canvas_styles.sass */
.sliderparent img.zoom_out {
  margin-right: 3px;
}

/* line 20, app/assets/stylesheets/shared/canvas_styles.sass */
.sliderparent img.zoom_in {
  margin-left: 6px;
}

/* line 25, app/assets/stylesheets/shared/canvas_styles.sass */
#bottom_right_panel .sliderparent, #bottom_left_panel .sliderparent {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

/* line 29, app/assets/stylesheets/shared/canvas_styles.sass */
#bottom_right_panel #insert_image_button, #bottom_left_panel #insert_image_button {
  display: inline-block;
  vertical-align: top;
}

/* line 32, app/assets/stylesheets/shared/canvas_styles.sass */
#bottom_right_panel #insert_image_button .btn, #bottom_left_panel #insert_image_button .btn {
  color: #444;
  border-radius: 25px;
  display: inline-block;
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #EAEAEA;
  height: 30px;
  transition: border-color .25s linear;
}

/* line 41, app/assets/stylesheets/shared/canvas_styles.sass */
#bottom_right_panel #insert_image_button .btn:hover, #bottom_left_panel #insert_image_button .btn:hover {
  border-color: #ddd;
}

/* line 43, app/assets/stylesheets/shared/canvas_styles.sass */
#bottom_right_panel #insert_image_button .btn i, #bottom_left_panel #insert_image_button .btn i {
  font-size: 13px;
  margin-right: 1px;
}
/* line 6, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .alert {
  position: fixed;
  top: 4em;
  z-index: 9;
  width: 90%;
}

/* line 11, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .alert.fade.in {
  opacity: 0.9;
}

/* line 14, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .edit_meta_modal .modal-header {
  display: none;
}

/* line 16, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .edit_meta_modal .boxed {
  border: none;
  background: none;
  padding: 0.5em;
}

/* line 20, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile .flex {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

/* line 26, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar .toolbar_section {
  margin: 0;
  display: flex;
}

/* line 29, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action {
  font-size: 120%;
  padding: 0 0.5em;
}

/* line 32, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action .icon-angle-down {
  display: block;
}

/* line 34, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action .icon-angle-up {
  display: none;
}

/* line 37, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action.expanded .icon-angle-down {
  display: none;
}

/* line 39, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #expand_collapse_secondary .btn.action.expanded .icon-angle-up {
  display: block;
}

/* line 41, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 {
  background: #F5F5F5;
  margin-top: 0;
  padding-top: 0.2em;
  padding-bottom: 1em;
}

/* line 46, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 h3 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
}

/* line 51, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .toolbar_section {
  display: flex;
  flex-direction: row;
}

/* line 54, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .side_options {
  width: 100%;
}

/* line 56, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .flex {
  border-top: 1px dotted #a1b0b3;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 61, app/assets/stylesheets/mobile/edit_mode.sass */
body.mobile #main_toolbar #toolbar_2 .pull-right .font_picker.dropdown-menu, body.mobile #main_toolbar #toolbar_2 .pull-right .colour_picker_dropdown.dropdown-menu {
  left: unset;
  right: 0;
}

@media screen and (orientation: landscape) {
  /* line 67, app/assets/stylesheets/mobile/edit_mode.sass */
  body.mobile.mind_map {
    overflow-y: hidden;
  }
  /* line 69, app/assets/stylesheets/mobile/edit_mode.sass */
  body.mobile #wrap {
    margin: 0;
    padding: 0;
  }
  /* line 72, app/assets/stylesheets/mobile/edit_mode.sass */
  body.mobile #wrap #contents_pane .contents_wrap {
    height: 100%;
  }
}
/* line 4, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #wrap {
  display: flex;
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #wrap #mobile_nav.nav {
  position: static;
}

/* line 9, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #wrap #contents_pane {
  padding-top: 0;
}

/* line 11, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #floating_panel {
  position: fixed;
  bottom: 0;
  left: 0;
}

/* line 16, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar .toolbar_section_label {
  display: none;
}

/* line 18, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar .colour_picker_dropdown {
  left: unset;
  right: 0;
}

/* line 21, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar #toolbar_2 {
  position: absolute;
  width: 100%;
  z-index: 1000;
  padding-bottom: 0;
}

/* line 26, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar #toolbar_2 .toolbar_section_label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar #toolbar_2 .toolbar_section .flex {
  border: none;
}

/* line 34, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar #toolbar_2 #node_controls, body.mobile.mind_map #main_toolbar #toolbar_2 #action_controls, body.mobile.mind_map #main_toolbar #toolbar_2 #text_controls {
  display: block;
}

/* line 37, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar #toolbar_2 #node_controls .colour_picker_dropdown {
  right: unset;
  left: 0;
}

/* line 40, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar #toolbar_2 #action_controls {
  margin-left: 0;
  margin-top: 1.5em;
}

/* line 43, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map #main_toolbar #toolbar_2 #vertical_separator.toolbar_section {
  border: none;
  border-right: 1px dotted #a1b0b3;
}

/* line 50, app/assets/stylesheets/mobile/mind_maps.sass */
body.mobile.mind_map .view_attachment_modal table.study_aids tr td:nth-child(3), body.mobile.mind_map .view_attachment_modal table.study_aids tr th:nth-child(3) {
  display: none;
}
/*




 */

