.atexturl{
	border-bottom: 0px solid !important;
	color: #666666 !important;
}
.atexturl:hover {
	border-bottom: 0px solid !important;
	color: #822f6d !important;
}
.sila{
	margin-top: -4px;
}
.panel  li:before {
	width: 0px !important;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
	/*background-color: #ccc;*/
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 0px;
	/*background-color: white;*/
	display: none;
	overflow: hidden;
}
.structure1__round-link-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.structure1__round-link-up {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.structure1__round-link {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 0px solid #b5bac1;
	margin: auto;
}
.structure1__round-link:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 15px;
	left: 12px;
	border-top: 2px solid #b5bac1;
	border-left: 2px solid #b5bac1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.a-class:hover, .a-class:hover:before {
	border-color: #822f6d  !important;
}
.td-img {
	text-align: center;
	width: 115px;
	padding: 10px;
	vertical-align: top;
	padding-top: 12px;
}
.modal-img2:hover {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.td-img {
	text-align: center;
	width: 115px;
	padding: 10px;
	vertical-align: top;
	padding-top: 12px;
}
img {
	vertical-align: middle;
	width: auto !important;
	/*margin-bottom: 25px;*/
	/*height: 40px !important;*/
}
.item-structura ul {
	padding-left: 25px;
}
.item-structura ul li {
	list-style: outside !important;
}
.item-structura ul li:before {
	content: none !important;
}
.mytable {
	border: 0px !important;
}
td {
	border: 0px !important;
}
.item{
	cursor: default !important;
}
/*sega*/
.icon-structura img {
	width: auto;
	height: 25px !important;
	padding: 15px 5px 0;
}
.icon-structura .icon:hover {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.popover.bottom {
	margin-top: 10px;
}
.fade.in {
	opacity: 1;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 15px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	font-weight: bold;
	color: #828282;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover>.arrow {
	border-width: 11px;
}
.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover>.arrow:after {
	content: "";
	border-width: 10px;
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.item-structura-false {
	display: none;
}

.item-structura-true {
	display: table;
}

.pad20top {
	padding-top: 20px;
}