/*******************************************************************************
 * Tree container
 */
/* line 5, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container {
  font-family: tahoma, arial, helvetica;
  font-size: 10pt;
  /* font size should not be too big */
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  /* issue 201 */
  background-color: white;
  border: 1px dotted gray;
  overflow: auto;
  /*	height: 100%; /* issue 263, 470 */
  min-height: 0%;
}

/* line 19, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container ul {
  padding: 0 0 0 16px;
  margin: 0;
}

/* line 25, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: repeat-y;
  background-image: url(/assets/dynatree/vline-37be050a2b8fe1312ed8cb1bb811bbed3ae87e334dd9749144927bad1eb4e0bb.gif);
  background-position: 0 0;
  /*
	background-image: url(/icons_96x256.gif);
	background-position: -80px -64px;
	*/
  margin: 0;
  padding: 1px 0 0 0;
}

/* Suppress lines for last child node */
/* line 46, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container li.dynatree-lastsib {
  background-image: none;
}

/* Suppress lines if level is fixed expanded (option minExpandLevel) */
/* line 51, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-no-connector > li {
  background-image: none;
}

/* Style, when control is disabled */
/* line 57, app/assets/stylesheets/ui.dynatree.css.scss */
.ui-dynatree-disabled ul.dynatree-container {
  opacity: 0.5;
  /*	filter: alpha(opacity=50); /* Yields a css warning */
  background-color: silver;
}

/*******************************************************************************
 * Common icon definitions
 */
/* line 67, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
  width: 16px;
  height: 16px;
  /*	display: -moz-inline-box; /* @ FF 1+2 removed for issue 221 */
  /*	-moz-box-align: start; /* issue 221 */
  display: inline-block;
  /* Required to make a span sizeable */
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(/assets/dynatree/icons-2a892c523b627f1e71399d3dbba366050d8fb0e99ba30cfd001c3986678fe8cb.gif);
  background-position: 0 0;
}

/** Used by 'icon' node option: */
/* line 90, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  border-style: none;
}

/*******************************************************************************
 * Lines and connectors
 */
/* line 104, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-connector {
  background-position: -16px -64px;
}

/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */
/* line 120, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-expander {
  background-position: 0px -80px;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-exp-cl span.dynatree-expander {
  background-position: 0px -96px;
}

/* line 129, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-exp-cd span.dynatree-expander {
  background-position: -64px -80px;
}

/* line 133, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-exp-cdl span.dynatree-expander {
  background-position: -64px -96px;
}

/* line 137, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-exp-e span.dynatree-expander,
.dynatree-exp-ed span.dynatree-expander {
  background-position: -32px -80px;
}

/* line 142, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-exp-el span.dynatree-expander,
.dynatree-exp-edl span.dynatree-expander {
  background-position: -32px -96px;
}

/* line 147, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-loading span.dynatree-expander {
  background-position: 0 0;
  background-image: url(/assets/dynatree/loading-4acce531e5b35f064bd9f8a14f87f62a23eb1800e70b2ffe26cc43fcbcd17d3a.gif);
}

/*******************************************************************************
 * Checkbox icon
 */
/* line 157, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-checkbox {
  margin-left: 3px;
  background-position: 0px -32px;
}

/* line 162, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-checkbox:hover {
  background-position: -16px -32px;
}

/* line 167, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-partsel span.dynatree-checkbox {
  background-position: -64px -32px;
}

/* line 171, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-partsel span.dynatree-checkbox:hover {
  background-position: -80px -32px;
}

/* line 176, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-selected span.dynatree-checkbox {
  background-position: -32px -32px;
}

/* line 180, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-selected span.dynatree-checkbox:hover {
  background-position: -48px -32px;
}

/*******************************************************************************
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'dynatree-radio' in the tree options.
 */
/* line 190, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-radio {
  margin-left: 3px;
  background-position: 0px -48px;
}

/* line 195, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-radio:hover {
  background-position: -16px -48px;
}

/* line 200, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-partsel span.dynatree-radio {
  background-position: -64px -48px;
}

/* line 204, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-partsel span.dynatree-radio:hover {
  background-position: -80px -48px;
}

/* line 209, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-selected span.dynatree-radio {
  background-position: -32px -48px;
}

/* line 213, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-selected span.dynatree-radio:hover {
  background-position: -48px -48px;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */
/* line 228, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-icon {
  margin-left: 3px;
  background-position: 0px 0px;
}

/* line 234, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-ico-cf span.dynatree-icon {
  background-position: 0px -16px;
}

/* line 239, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-ico-ef span.dynatree-icon {
  background-position: -64px -16px;
}

/* Status node icons */
/* line 246, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-statusnode-wait span.dynatree-icon {
  background-image: url(/assets/dynatree/loading-4acce531e5b35f064bd9f8a14f87f62a23eb1800e70b2ffe26cc43fcbcd17d3a.gif);
}

/* line 251, app/assets/stylesheets/ui.dynatree.css.scss */
.dynatree-statusnode-error span.dynatree-icon {
  background-position: 0px -112px;
  /*	background-image: url(/ltError.gif);*/
}

/*******************************************************************************
 * Node titles
 */
/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
/* line 263, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-node {
  /*	display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221*/
  /*	-moz-box-align: start; /* issue 221 */
  display: inline-block;
  /* issue 373 Required to make a span sizeable */
  vertical-align: top;
}

/* Remove blue color and underline from title links */
/* line 273, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container a {
  color: black;
  /* inherit doesn't work on IE */
  text-decoration: none;
  vertical-align: top;
  margin: 0px;
  margin-left: 3px;
  /*	outline: 0; /* @ Firefox, prevent dotted border after click */
}

/* line 284, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container a:hover {
  /*	text-decoration: underline; */
  background-color: #F2F7FD;
  /* light blue */
  border-color: #B8D6FB;
  /* darker light blue */
}

/* line 291, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-node a {
  font-size: 12px !important;
  /* required for IE, quirks mode */
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
  display: inline-block;
  /* Better alignment, when title contains <br> */
  /*	vertical-align: top;*/
  padding-left: 3px;
  padding-right: 3px;
  /* Otherwise italic font will be outside bounds */
  /*	line-height: 16px; /* should be the same as img height, in case 16 px */
}

/* line 301, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-folder a {
  font-weight: bold;
  font-size: 12px !important;
  /* required for IE, quirks mode */
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
}

/* line 308, app/assets/stylesheets/ui.dynatree.css.scss */
ul.dynatree-container a:focus,
span.dynatree-focused a:link {
  background-color: #EFEBDE;
  /* gray */
}

/* line 322, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-selected a {
  color: green;
  font-style: italic;
}

/* line 328, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-active a {
  background-color: #3169C6 !important;
  color: white !important;
  /* @ IE6 */
}

/*******************************************************************************
 * Drag'n'drop support
 */
/*** Helper object ************************************************************/
/* line 342, app/assets/stylesheets/ui.dynatree.css.scss */
div.dynatree-drag-helper a {
  border: 1px solid gray;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.8;
}

/* line 350, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-drag-helper-img {
  /*
	position: relative;
	left: -16px;
	*/
}

/* line 357, app/assets/stylesheets/ui.dynatree.css.scss */
div.dynatree-drag-helper {
  /*    border-color: green;
	background-color: red;*/
}

/* line 363, app/assets/stylesheets/ui.dynatree.css.scss */
div.dynatree-drop-accept span.dynatree-drag-helper-img {
  background-position: -32px -112px;
}

/* line 367, app/assets/stylesheets/ui.dynatree.css.scss */
div.dynatree-drag-helper.dynatree-drop-reject {
  border-color: red;
}

/* line 371, app/assets/stylesheets/ui.dynatree.css.scss */
div.dynatree-drop-reject span.dynatree-drag-helper-img {
  background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/
/* line 378, app/assets/stylesheets/ui.dynatree.css.scss */
#dynatree-drop-marker {
  width: 24px;
  position: absolute;
  background-position: 0 -128px;
  margin: 0;
  /*	border: 1px solid red; */
}

/* line 386, app/assets/stylesheets/ui.dynatree.css.scss */
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before {
  width: 64px;
  background-position: 0 -144px;
}

/* line 392, app/assets/stylesheets/ui.dynatree.css.scss */
#dynatree-drop-marker.dynatree-drop-copy {
  background-position: -64px -128px;
}

/* line 396, app/assets/stylesheets/ui.dynatree.css.scss */
#dynatree-drop-marker.dynatree-drop-move {
  background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/
/* line 403, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-drag-source {
  /* border: 1px dotted gray; */
  background-color: #e0e0e0;
}

/* line 408, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-drag-source a {
  color: gray;
}

/*** Target node while dragging cursor is over it *****************************/
/* line 415, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-drop-target {
  /*border: 1px solid gray;*/
}

/* line 422, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-drop-target.dynatree-drop-accept a {
  /*border: 1px solid green;*/
  background-color: #3169C6 !important;
  color: white !important;
  /* @ IE6 */
  text-decoration: none;
}

/* line 429, app/assets/stylesheets/ui.dynatree.css.scss */
span.dynatree-drop-target.dynatree-drop-reject {
  /*border: 1px solid red;*/
}

/*******************************************************************************
 * Custom node classes (sample)
 */
/* line 442, app/assets/stylesheets/ui.dynatree.css.scss */
span.custom1 a {
  background-color: maroon;
  color: yellow;
}
