@charset "utf-8";
/* CSS Document */
.Green{color:#008000;}
.treePickerContainerRow{width:100%;}
.treePickerContainerRow_restricted{width: 960px !Important;}
.myTreePickerIframe{width:100%;height:554px;}
.myTreePickerIframe_restricted{width:100%;height:950px;}
/*Popover Close Button ===============================================*/
#et-boc [data-da-area] .da-close-wrap .da-close {
    border-radius: 20px;
    /* margin-right: -10px;*/
    /*margin-top: -10px;*/
	margin-right: 0px;
    margin-top: 0px;   
    background-color: #FFFFFF;
	color:#008800;
	border:4px solid #008800;
	transform-origin: top right;
    transform: scale(1.3);
    font-size: 32px;
    opacity: 1;
	text-shadow: none !important;
}