

/* Start:/local/templates/simai.sf4nii/components/simai/sf.iblock.section/sf-branch/style.css?15706523761475*/
/**
 * Simple Tree CSS plugin
 *
 * Customizable tree works fully on CSS
 *
 * @copyright Serge Pustovit (PSNet), 2008 - 2015
 * @author    Serge Pustovit (PSNet) <light.feel@gmail.com>
 *
 * @link      http://psnet.lookformp3.net
 * @link      https://github.com/psnet/simple-tree
 */

/* tree structure */

.simple-tree,
.simple-tree ul,
.simple-tree li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}


/* version 2: fadeout/fadein effect on open/close action */

.simple-tree ul {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.simple-tree input:checked ~ ul {
	height: auto;
	opacity: 1;
}

/* checkbox styling */

.simple-tree input {
	opacity: 0;
	position: absolute;
}

.simple-tree label:before {
	background: none;
	border: 1px solid hsl(189, 59%, 40%);
	content: "";
	display: inline-block;
	height: 13px;
	margin-right: 6px;
	width: 13px;
}

.simple-tree input:not(:checked) ~ label:before {
	background: none repeat scroll 0 0 hsl(193, 72%, 43%);
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.35) inset;
}

/* grid */

.simple-tree ul {
	border-left: 1px dotted;
	margin-left: 6px;
	padding-left: 10px;
}

.simple-tree li li:before {
	border-top: 1px dotted;
	content: "";
	display: inline-block;
	height: 1px;
	margin-left: -9px;
	margin-right: 5px;
	vertical-align: middle;
	width: 5px;
}

.simple-tree li li label:before {
	margin-left: -7px;
}
/* End */
/* /local/templates/simai.sf4nii/components/simai/sf.iblock.section/sf-branch/style.css?15706523761475 */
