/* LOCKED */
.tree-r{background:url("bg.jpg") left top repeat;display:table;min-width:100%; _width:100%; margin-left:0; margin-right:0;}
.tree-r .locked li a { color:gray; }
.tree-r .ltr, .tree-r .rtl { 
    /*background:url("bg.jpg") left top repeat;*/ 
    min-width:100%; 
    _width:100%; 
    margin-left:0; 
    margin-right:0; 
    /*display:table;*/ 
    padding-top: 7px;
}
/* DOTS */
.tree-r ul {
    background-position:6px 1px;
    background-repeat:repeat-y;
    /* background-image:url("dot_for_ie.gif"); */
}
.tree-r li {
    background-position:-64px -16px;
    background-repeat:no-repeat;
    /* background-image:url("icons.png"); */
    /* padding:0 0 0 12px; */
    padding: 0px 3px 0 9px;
    margin: 0 6px !important;
}
/* NO DOTS */
.tree-r .no_dots, .tree-r .no_dots ul { background:transparent; }
.tree-r .no_dots li.leaf { background-image:none; background-color:transparent; }
/* OPEN or CLOSED */

#jstree-dragged.tree-r li li.open {
    background:url("icons.png") -48px -32px no-repeat;
}
#jstree-marker {
    background-image:url("icons.png");
}
/* DEFAULT, HOVER, CLICKED, LOADING STATES */
/* .tree-r li a:hover, .tree-r li a.hover, .tree-r li span { background: #e7f4f9; border:1px solid #d8f0fa; padding:0px 3px 0px 3px; } */
/*.tree-r li a.clicked, .tree-r li a.clicked:hover, .tree-r li span.clicked { background: navy; border:1px solid navy; color:white; padding:0px 3px 0px 3px; }*/
.tree.tree-r li a,
.tree.tree-r li span { 
    border-radius:3px; 
    -moz-border-radius:3px; 
    -webkit-border-radius:3px; 
    padding:1px 4px 1px 1px;
    margin: 0 7px
}
/*
.tree-r li a:hover, .tree-r li a.hover, .tree-r li span { background: #e7f4f9; border:1px solid #d8f0fa; padding:0px 3px 0px 0px; }
.tree-r li a.clicked, .tree-r li a.clicked:hover, .tree-r li span.clicked { background: #beebff; border:1px solid #99defd; padding:0px 3px 0px 0px; }
*/
/* ICONS */
ins.tree-show-checkbox{display:block;width:16px;height:16px;float:left;margin-right:3px}
/* .tree-r ins, */
ins.tree-show-checkbox {
    background-image:url("icons.png");
    background-position:0 0;
    background-repeat:no-repeat;
}
.tree-r ul li a.loading ins { background-image:url("throbber.gif") !important; background-position:0 0 !important; } /* UL is added to make selector stronger */
/* .tree-r li.closed a ins, */
.tree-r li.leaf a ins {
    background-position:0 0px;
} /* UL is added to make selector stronger */
.tree-r ul li a.loading ins { background-image:url("throbber.gif"); background-position:0 0; } /* UL is added to make selector stronger */
.tree-r li a ins.forbidden { background-position:-16px -16px; }
.tree-r .locked li a ins { background-position:0 -48px; }
.tree-r li span ins { background-position:-16px 0; }
#jstree-dragged.tree-r ins { background:url("icons.png") -16px -32px no-repeat; }
#jstree-dragged.tree-r ins.forbidden { background:url("icons.png") -16px -16px no-repeat; }

/* .tree-r.tree-checkbox li a ins, */
ins.tree-show-checkbox {
    background-position:0px -64px;
}
.tree-r.tree-checkbox li a.undetermined ins,ins.tree-show-checkbox.undetermined { background-position:0px -80px; }
/* .tree-r.tree-checkbox li a.checked ins, */
ins.tree-show-checkbox.checked {
    background-position:0px -96px;
}
/* .tree-r.tree-checkbox li a:hover ins { background-position:-16px -64px; } */
.tree-r.tree-checkbox li a.undetermined:hover ins { background-position:-16px -80px; }
/* .tree-r.tree-checkbox li a.checked:hover ins { background-position:-16px -96px; } */
.tree-r.tree-checkbox li.dont-check>a>ins { background-position:0px 0px; }
.tree-r.tree-checkbox li.dont-check>a:hover>ins { background-position:0px 0px; }

/* .tree-r.tree-radiobox li a ins,ins.tree-show-radiobox { background-position:0px -112px; } */
.tree-r.tree-radiobox li a.undetermined ins,ins.tree-show-radiobox.undetermined { background-position:0px -128px; }
/* .tree-r.tree-radiobox li a.checked ins, 
ins.tree-show-radiobox.checked {
    background-position:0px -144px;
} */
/* .tree-r.tree-radiobox li a:hover ins { background-position:-16px -112px; } */
.tree-r.tree-radiobox li a.undetermined:hover ins { background-position:-16px -128px; }
/* .tree-r.tree-radiobox li a.checked:hover ins { background-position:-16px -144px; } */
.tree-r.tree-radiobox li.dont-check>a>ins { background-position:0px 0px; }
.tree-r.tree-radiobox li.dont-check>a:hover>ins { background-position:0px 0px; }

.tree-r.tree-checkbox li.tree-radiobox-node li a ins { background-position:0px -112px; }
.tree-r.tree-checkbox li.tree-radiobox-node li a.undetermined ins { background-position:0px -128px; }
/* .tree-r.tree-checkbox li.tree-radiobox-node li a.checked ins { background-position:0px -144px; } */
/* .tree-r.tree-checkbox li.tree-radiobox-node li a:hover ins { background-position:-16px -112px; } */
.tree-r.tree-checkbox li.tree-radiobox-node li a.undetermined:hover ins { background-position:-16px -128px; }
/* .tree-r.tree-checkbox li.tree-radiobox-node li a.checked:hover ins { background-position:-16px -144px; } */

/* CONTEXT MENU */
.tree-r-context a ins { background-image:url("icons.png"); background-repeat:no-repeat; background-position:-64px -64px; }
.tree-r-context a ins.create { background-position:0 -16px; }
.tree-r-context a ins.rename { background-position:-16px 0px; }
.tree-r-context a ins.remove { background-position:-32px -16px; }

.tree-checkbox.tree{background:none}
.tree-checkbox.tree .ltr ul{margin-left:2px}
.tree-checkbox.tree .ltr li{display:block;margin:0}
.tree-checkbox.tree .ltr li.last{width:100%;box-sizing:border-box;-webkit-box-sizing:border-box}
/* .tree-checkbox.tree .ltr li a{display:block} */
/* .tree-checkbox.tree .ltr li a ins{vertical-align:text-top} */


.tree-combocheckbox-out{position:relative;z-index:1000}
.tree-combocheckbox .tree-infobox{
    display:flex;
    align-items:center;
    background:var(--bg-gray);
    border:none;
    border-radius:0;
    padding:2px 8px;
    height:38px;
    overflow:hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.tree-combocheckbox .tree {
    /* display:none; */
    z-index:1001;
    /* position:absolute;
    top:34px;
    left:0; */
    width:100%;
    /* height:150px; */
    overflow-y: auto;
    overflow-x: hidden;
    background:#fff;
    /* border:1px solid #ccc; */
    /* border-radius:3px; */
    /* box-shadow:3px 3px 5px rgba(0,0,0,0.4); */

    display: block;
    height: auto;
    max-height: 150px;
    border: none;
    box-shadow: none;
    background-color: var(--bg-gray);
    padding: 0 0 4px;
    border-radius: 0;
    border-top: 1px dotted black;
}
.tree-combocheckbox .show .tree{display:block}
.tree-combocheckbox .tree-infoblock{float:left;background:#ccc;border:1px solid #999;border-radius:3px;height:26px;line-height:26px;padding:0 3px 0 0;margin:0 2px 0 0}
.tree-combocheckbox .tree-infobox-in{padding:0 0 0 2px;width:200%}
.tree-combocheckbox .tree-infoblock a{float:left;font-weight:bold;color:#555 !important;text-decoration:none;margin:0 0 0 5px}
.tree-combocheckbox .tree-infoblock a:hover{color:#000 !important}
.tree-combocheckbox .tree-infoblock span{float:left;font-size:0.8em}

.radiogroup .tree ul{background:none} 
.radiogroup .tree li{background:none;padding:0} 
.radiogroup.div2 .tree li,.radiogroup.div2 .tree .ltr li.last{clear:none;float:left;width:50%}


.checkboxgroup .tree ul{background:none} 
.checkboxgroup .tree li{background:none;padding:0} 
.checkboxgroup.div2 .tree li,.checkboxgroup.div2 .tree .ltr li.last{clear:none;float:left;width:50%}

.tree.tree-r li,.tree.tree-r li a,.tree.tree-r li span{min-height:20px;line-height:20px}

/************************/

#mailing_form {
    font-size: 14px;
    /* width: 550px; */
    width: 100%;
    color: var(--black);
    margin: auto;
    background-color: var(--white);
}
#mailing_form .mailing-row-holder{display: flex;flex-direction: column;}
#mailing_form .mailing-type-offer-row{display: grid;grid-auto-flow: column;column-gap: 1rem;grid-template-columns: repeat(3,1fr);}
#mailing_form .mailing-type-offer-row #mLM_div_out{grid-column-start: 1;grid-column-end: 3;width: auto;}
#mailing_form .mailing-type-offer-row #mNovostavba_div_out{width: auto;display: flex;align-items: center;}
#mailing_form .sformbody {
    padding:20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4vw;
}

#mailing_form #mLC_div_out{position:relative;z-index:100;margin:0 0 10px;display:inline-block;width:100%}
#mailing_form #mRM_div_out{position:relative;z-index:101;margin:0 0 10px;display:inline-block;width:100%}
#mailing_form #mLM_div_out{position:relative;z-index:101;margin:0 0 10px;display:inline-block;width:100%}
#mailing_form #mPerioda_div_out{position:relative;z-index:99;margin:0 0 10px;display:inline-block;width:100%}
#mailing_form #mSMS_div_out,
#mailing_form #mNovostavba_div_out{position:relative;z-index:101;margin:0 0 10px;display:inline-block;width:100%}
#mailing_form #mSuhlas_div_out{position:relative;z-index:101;margin:20px 0 10px;display:inline-block;width:550px}
#mailing_form #mSuhlas_div_out .tree a cite{display:inline-block;border-radius:50%;border:2px solid #888;color:#888;background:#ccc;text-align:center;width:16px;height:16px;line-height:16px;margin:0 0 0 10px;font-weight:bold;font-style:normal}

#mailing_form .label{min-height:auto;width:250px;font-weight: 500;margin-bottom: 5px;}
#mailing_form #mEmail,
#mailing_form #mSMStel{
    height:38px;
    width:100%;
    background:var(--bg-gray);
    color:var(--black);
    border:none;
    border-radius:0;
    padding:2px 15px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0 0 10px;
}
#mailing_form #mCena_div,#mailing_form #mCenam_div,#mailing_form #mPlocha_div{line-height:26px}
#mailing_form #mCena_div input,
#mailing_form #mCenam_div input,
#mailing_form #mPlocha_div input{
    height:38px;
    max-width: 100px;
    background:var(--bg-gray);
    color:var(--black);
    border:none;
    border-radius:50px;
    padding:2px 15px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0 0 10px;
    text-align:right;
}
#mailing_form #mCena_div input:first-child,#mailing_form #mCenam_div input:first-child,#mailing_form #mPlocha_div input:first-child{margin-right: 10px;}
#mailing_form .buttons{
    text-align:right;
    padding:20px 0 0;
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*
#mailing_form .buttons input{padding:0 20px;margin:0;color:#555;font-weight:bold;background:#ccc;border:1px solid #888;border-radius:5px;height:24px;line-height:24px}
#mailing_form .buttons input:hover{color:#fff;background:#888}
*/
#mailing_form .button{
    width: 100%;
    max-width: 150px;
    margin: 0;
}

#mailing_form #mCena_div.slider-out input,#mailing_form #mCenam_div.slider-out input,#mailing_form #mPlocha_div.slider-out input{float:left}
#mailing_form #mCena_div.slider-out span,#mailing_form #mCenam_div.slider-out span,#mailing_form #mPlocha_div.slider-out span{float:left;margin:0 0 0 5px;line-height:36px}
#mailing_form #mCena_div.slider-out .slider,#mailing_form #mCenam_div.slider-out .slider,#mailing_form #mPlocha_div.slider-out .slider{float:left;position:relative;width:130px;height:26px;background:none;padding:0;margin:5px 5px 10px}
#mailing_form #mCena_div.slider-out .slider-in,
#mailing_form #mCenam_div.slider-out .slider-in,
#mailing_form #mPlocha_div.slider-out .slider-in {
    position:absolute;
    top:9px;
    left:10px;
    width:110px;
    height:6px;
    background:var(--bg-gray);
    border:1px solid #888;
    border-radius:3px;
    padding:0;
    margin:0;
}
#mailing_form #mCena_div.slider-out .slider-in .ui-slider-range,
#mailing_form #mCenam_div.slider-out .slider-in .ui-slider-range,
#mailing_form #mPlocha_div.slider-out .slider-in .ui-slider-range {
    position:absolute;
    top:0;
    height:6px;
    border:1px solid #888;
    background:var(--bg-gray);
    padding:0;
    margin:0;
    z-index:1;
    display:block;
    border:none;
}
#mailing_form #mCena_div.slider-out .slider-in .ui-slider-handle,
#mailing_form #mCenam_div.slider-out .slider-in .ui-slider-handle,
#mailing_form #mPlocha_div.slider-out .slider-in .ui-slider-handle {
    position:absolute;
    top:-11px;
    height:24px;
    width:14px;
    background:var(--bg-gray);
    padding:0;
    margin:0 0 0 -9px;
    z-index:2;
    display:block;
    border:1px solid #888;
    border-radius:5px;
}

#mailing_form .errormsg{color:#c00;font-size:12px;padding:0 0px 10px 0px}
#mailing_form .error{background:none}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#cboxContent{margin-top:86px; overflow:visible; background:#fff}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{z-index:1000;background:url(/i/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{z-index:1000;background:#fff;}
#cboxTitle{position:absolute; top:-86px; left:0px; color:#fff;padding:0 10px;text-transform:uppercase;font-weight:bold;padding: 25px 20px 15px;background-color: black;font-size: 18px;line-height: 23px;z-index: 999;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/i/controls.png) no-repeat 0 0;}
#cboxClose {background:transparent url(/assets/i/close-icon.svg) center no-repeat;width: 30px;height: 30px;z-index: 999;right: 15px;top: -60px;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
/* #cboxClose{background-position:-50px 0px; right:3px;top:-25px;border-radius:11px;width:22px;height:22px;z-index: 999;}
#cboxClose:hover{background-position:-50px -25px;} */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

#colorbox{background:#ebecf0;box-shadow:0 0 10px #555}
#cboxTitle{display:none}
#cboxLoadedContent{background:#fff}
#cboxError{border:none}

/* NEW DESIGN Mailing agent Tree */
.tree ul ins{
  width: 14px !important;
  height: 14px !important;
  background-color: var(--white);
  border-radius: 2px;
}
.tree-r li.open {
  background: transparent url(icon-minus.png) 0 4px no-repeat;
  background-size: 12px;
}
.tree-r li.closed {
  width: 0px;
  background: transparent url(icon-plus.png) 0 4px no-repeat;
  background-size: 12px;
}
.tree-checkbox.tree .ltr li a{
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-auto-flow: column;
}
.tree-r.tree-radiobox li a:hover ins,
.tree-r.tree-radiobox li a.checked:hover ins,
.tree-r.tree-checkbox li.tree-radiobox-node li a.checked:hover ins,
.tree-r.tree-checkbox li.tree-radiobox-node li a.checked ins,
.tree-r.tree-radiobox li a ins,
ins.tree-show-radiobox,
.tree-r.tree-radiobox li a.checked ins,
ins.tree-show-radiobox.checked,
.tree-r li.closed a ins{
  background-position: center;
}
.tree-r ins{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='176.39 106.4 347.21 347.21'%3E%3Cpath fill='gray' d='M523.6 173.6a67.206 67.206 0 0 0-67.204-67.204h-212.8a67.206 67.206 0 0 0-67.204 67.204v212.8a67.206 67.206 0 0 0 67.204 67.204h212.8A67.206 67.206 0 0 0 523.6 386.4zm-44.801 212.8a22.39 22.39 0 0 1-6.562 15.84 22.39 22.39 0 0 1-15.84 6.562h-212.8a22.39 22.39 0 0 1-15.84-6.562 22.39 22.39 0 0 1-6.563-15.84V173.6a22.39 22.39 0 0 1 6.563-15.84 22.39 22.39 0 0 1 15.84-6.563h212.8a22.39 22.39 0 0 1 15.84 6.563 22.39 22.39 0 0 1 6.562 15.84z'/%3E%3Cuse xlink:href='%23g' x='70' y='644'/%3E%3Cuse xlink:href='%23a' x='90.551' y='644'/%3E%3Cuse xlink:href='%23b' x='104.359' y='644'/%3E%3Cuse xlink:href='%23e' x='123.348' y='644'/%3E%3Cuse xlink:href='%23d' x='142.242' y='644'/%3E%3Cuse xlink:href='%23b' x='155.629' y='644'/%3E%3Cuse xlink:href='%23k' x='174.617' y='644'/%3E%3Cuse xlink:href='%23j' x='204.41' y='644'/%3E%3Cuse xlink:href='%23i' x='224.453' y='644'/%3E%3Cuse xlink:href='%23h' x='252.453' y='644'/%3E%3Cuse xlink:href='%23a' x='275.434' y='644'/%3E%3Cuse xlink:href='%23b' x='289.242' y='644'/%3E%3Cuse xlink:href='%23u' x='308.234' y='644'/%3E%3Cuse xlink:href='%23c' x='328.273' y='644'/%3E%3Cuse xlink:href='%23a' x='347.512' y='644'/%3E%3Cuse xlink:href='%23g' x='371.07' y='644'/%3E%3Cuse xlink:href='%23a' x='391.617' y='644'/%3E%3Cuse xlink:href='%23b' x='405.426' y='644'/%3E%3Cuse xlink:href='%23t' x='424.414' y='644'/%3E%3Cuse xlink:href='%23f' x='441.082' y='644'/%3E%3Cuse xlink:href='%23e' x='461.016' y='644'/%3E%3Cuse xlink:href='%23a' x='479.91' y='644'/%3E%3Cuse xlink:href='%23s' x='70' y='672'/%3E%3Cuse xlink:href='%23a' x='82.184' y='672'/%3E%3Cuse xlink:href='%23c' x='95.992' y='672'/%3E%3Cuse xlink:href='%23r' x='115.227' y='672'/%3E%3Cuse xlink:href='%23d' x='154.152' y='672'/%3E%3Cuse xlink:href='%23q' x='167.535' y='672'/%3E%3Cuse xlink:href='%23b' x='187.469' y='672'/%3E%3Cuse xlink:href='%23p' x='216.207' y='672'/%3E%3Cuse xlink:href='%23c' x='239.641' y='672'/%3E%3Cuse xlink:href='%23o' x='258.879' y='672'/%3E%3Cuse xlink:href='%23f' x='278.813' y='672'/%3E%3Cuse xlink:href='%23n' x='308.492' y='672'/%3E%3Cuse xlink:href='%23a' x='329.016' y='672'/%3E%3Cuse xlink:href='%23c' x='342.82' y='672'/%3E%3Cuse xlink:href='%23m' x='362.059' y='672'/%3E%3Cuse xlink:href='%23b' x='371.656' y='672'/%3E%3Cuse xlink:href='%23l' x='390.648' y='672'/%3E%3Cuse xlink:href='%23d' x='407.242' y='672'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.tree-r.tree-checkbox li a:hover ins {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='176.39 106.4 347.21 347.21'%3E%3Cpath fill='black' d='M523.6 173.6a67.206 67.206 0 0 0-67.204-67.204h-212.8a67.206 67.206 0 0 0-67.204 67.204v212.8a67.206 67.206 0 0 0 67.204 67.204h212.8A67.206 67.206 0 0 0 523.6 386.4zm-44.801 212.8a22.39 22.39 0 0 1-6.562 15.84 22.39 22.39 0 0 1-15.84 6.562h-212.8a22.39 22.39 0 0 1-15.84-6.562 22.39 22.39 0 0 1-6.563-15.84V173.6a22.39 22.39 0 0 1 6.563-15.84 22.39 22.39 0 0 1 15.84-6.563h212.8a22.39 22.39 0 0 1 15.84 6.563 22.39 22.39 0 0 1 6.562 15.84z'/%3E%3Cuse xlink:href='%23g' x='70' y='644'/%3E%3Cuse xlink:href='%23a' x='90.551' y='644'/%3E%3Cuse xlink:href='%23b' x='104.359' y='644'/%3E%3Cuse xlink:href='%23e' x='123.348' y='644'/%3E%3Cuse xlink:href='%23d' x='142.242' y='644'/%3E%3Cuse xlink:href='%23b' x='155.629' y='644'/%3E%3Cuse xlink:href='%23k' x='174.617' y='644'/%3E%3Cuse xlink:href='%23j' x='204.41' y='644'/%3E%3Cuse xlink:href='%23i' x='224.453' y='644'/%3E%3Cuse xlink:href='%23h' x='252.453' y='644'/%3E%3Cuse xlink:href='%23a' x='275.434' y='644'/%3E%3Cuse xlink:href='%23b' x='289.242' y='644'/%3E%3Cuse xlink:href='%23u' x='308.234' y='644'/%3E%3Cuse xlink:href='%23c' x='328.273' y='644'/%3E%3Cuse xlink:href='%23a' x='347.512' y='644'/%3E%3Cuse xlink:href='%23g' x='371.07' y='644'/%3E%3Cuse xlink:href='%23a' x='391.617' y='644'/%3E%3Cuse xlink:href='%23b' x='405.426' y='644'/%3E%3Cuse xlink:href='%23t' x='424.414' y='644'/%3E%3Cuse xlink:href='%23f' x='441.082' y='644'/%3E%3Cuse xlink:href='%23e' x='461.016' y='644'/%3E%3Cuse xlink:href='%23a' x='479.91' y='644'/%3E%3Cuse xlink:href='%23s' x='70' y='672'/%3E%3Cuse xlink:href='%23a' x='82.184' y='672'/%3E%3Cuse xlink:href='%23c' x='95.992' y='672'/%3E%3Cuse xlink:href='%23r' x='115.227' y='672'/%3E%3Cuse xlink:href='%23d' x='154.152' y='672'/%3E%3Cuse xlink:href='%23q' x='167.535' y='672'/%3E%3Cuse xlink:href='%23b' x='187.469' y='672'/%3E%3Cuse xlink:href='%23p' x='216.207' y='672'/%3E%3Cuse xlink:href='%23c' x='239.641' y='672'/%3E%3Cuse xlink:href='%23o' x='258.879' y='672'/%3E%3Cuse xlink:href='%23f' x='278.813' y='672'/%3E%3Cuse xlink:href='%23n' x='308.492' y='672'/%3E%3Cuse xlink:href='%23a' x='329.016' y='672'/%3E%3Cuse xlink:href='%23c' x='342.82' y='672'/%3E%3Cuse xlink:href='%23m' x='362.059' y='672'/%3E%3Cuse xlink:href='%23b' x='371.656' y='672'/%3E%3Cuse xlink:href='%23l' x='390.648' y='672'/%3E%3Cuse xlink:href='%23d' x='407.242' y='672'/%3E%3C/svg%3E");
}
.tree-r.tree-checkbox li a.checked ins{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='139.07 69.06 421.25 421.25'%3E%3Cpath fill='gray' d='M501.2 490.31H198.8c-32.977 0-59.734-26.754-59.734-59.734v-301.78c0-32.977 26.754-59.734 59.734-59.734h301.78c32.977 0 59.734 26.754 59.734 59.734v301.78c0 32.977-26.758 59.734-59.113 59.734zM198.8 121.95c-3.734 0-6.844 3.11-6.844 6.844v301.78c0 3.734 3.11 6.844 6.844 6.844h301.78c3.734 0 6.844-3.11 6.844-6.844v-301.78c0-3.735-3.11-6.844-6.844-6.844z'/%3E%3Cpath fill='green' d='M326.98 375.2c-6.223 0-12.445-2.488-17.422-6.223l-69.066-59.109c-11.199-9.332-12.445-26.133-3.11-37.332 9.333-11.199 26.134-12.445 37.333-3.11l48.535 41.689 98.312-117.6c9.332-11.2 26.133-12.445 37.332-3.11 11.199 9.333 12.445 26.134 3.109 37.333l-115.11 138.13c-4.356 5.601-11.199 8.71-18.043 9.332h-1.871z'/%3E%3Cuse xlink:href='%23u' x='70' y='653.332'/%3E%3Cuse xlink:href='%23b' x='92.832' y='653.332'/%3E%3Cuse xlink:href='%23a' x='108.176' y='653.332'/%3E%3Cuse xlink:href='%23g' x='129.273' y='653.332'/%3E%3Cuse xlink:href='%23c' x='150.27' y='653.332'/%3E%3Cuse xlink:href='%23a' x='165.141' y='653.332'/%3E%3Cuse xlink:href='%23f' x='186.242' y='653.332'/%3E%3Cuse xlink:href='%23l' x='219.344' y='653.332'/%3E%3Cuse xlink:href='%23k' x='241.613' y='653.332'/%3E%3Cuse xlink:href='%23e' x='272.723' y='653.332'/%3E%3Cuse xlink:href='%23b' x='286.258' y='653.332'/%3E%3Cuse xlink:href='%23a' x='301.602' y='653.332'/%3E%3Cuse xlink:href='%23f' x='322.703' y='653.332'/%3E%3Cuse xlink:href='%23a' x='344.973' y='653.332'/%3E%3Cuse xlink:href='%23b' x='366.07' y='653.332'/%3E%3Cuse xlink:href='%23t' x='381.414' y='653.332'/%3E%3Cuse xlink:href='%23j' x='392.078' y='653.332'/%3E%3Cuse xlink:href='%23s' x='410.52' y='653.332'/%3E%3Cuse xlink:href='%23g' x='442.043' y='653.332'/%3E%3Cuse xlink:href='%23i' x='463.035' y='653.332'/%3E%3Cuse xlink:href='%23i' x='473.699' y='653.332'/%3E%3Cuse xlink:href='%23a' x='484.363' y='653.332'/%3E%3Cuse xlink:href='%23h' x='505.465' y='653.332'/%3E%3Cuse xlink:href='%23e' x='70' y='684.445'/%3E%3Cuse xlink:href='%23b' x='83.535' y='684.445'/%3E%3Cuse xlink:href='%23d' x='98.879' y='684.445'/%3E%3Cuse xlink:href='%23r' x='120.25' y='684.445'/%3E%3Cuse xlink:href='%23c' x='163.5' y='684.445'/%3E%3Cuse xlink:href='%23q' x='178.371' y='684.445'/%3E%3Cuse xlink:href='%23a' x='200.52' y='684.445'/%3E%3Cuse xlink:href='%23p' x='232.453' y='684.445'/%3E%3Cuse xlink:href='%23d' x='258.488' y='684.445'/%3E%3Cuse xlink:href='%23o' x='279.863' y='684.445'/%3E%3Cuse xlink:href='%23h' x='302.012' y='684.445'/%3E%3Cuse xlink:href='%23n' x='334.992' y='684.445'/%3E%3Cuse xlink:href='%23b' x='357.793' y='684.445'/%3E%3Cuse xlink:href='%23d' x='373.137' y='684.445'/%3E%3Cuse xlink:href='%23m' x='394.508' y='684.445'/%3E%3Cuse xlink:href='%23a' x='405.172' y='684.445'/%3E%3Cuse xlink:href='%23j' x='426.273' y='684.445'/%3E%3Cuse xlink:href='%23c' x='444.715' y='684.445'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.tree-r.tree-radiobox li a.checked:hover ins,
.tree-r.tree-checkbox li.tree-radiobox-node li a.checked:hover ins{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='139.07 69.06 421.25 421.25'%3E%3Cpath fill='black' d='M501.2 490.31H198.8c-32.977 0-59.734-26.754-59.734-59.734v-301.78c0-32.977 26.754-59.734 59.734-59.734h301.78c32.977 0 59.734 26.754 59.734 59.734v301.78c0 32.977-26.758 59.734-59.113 59.734zM198.8 121.95c-3.734 0-6.844 3.11-6.844 6.844v301.78c0 3.734 3.11 6.844 6.844 6.844h301.78c3.734 0 6.844-3.11 6.844-6.844v-301.78c0-3.735-3.11-6.844-6.844-6.844z'/%3E%3Cpath fill='green' d='M326.98 375.2c-6.223 0-12.445-2.488-17.422-6.223l-69.066-59.109c-11.199-9.332-12.445-26.133-3.11-37.332 9.333-11.199 26.134-12.445 37.333-3.11l48.535 41.689 98.312-117.6c9.332-11.2 26.133-12.445 37.332-3.11 11.199 9.333 12.445 26.134 3.109 37.333l-115.11 138.13c-4.356 5.601-11.199 8.71-18.043 9.332h-1.871z'/%3E%3Cuse xlink:href='%23u' x='70' y='653.332'/%3E%3Cuse xlink:href='%23b' x='92.832' y='653.332'/%3E%3Cuse xlink:href='%23a' x='108.176' y='653.332'/%3E%3Cuse xlink:href='%23g' x='129.273' y='653.332'/%3E%3Cuse xlink:href='%23c' x='150.27' y='653.332'/%3E%3Cuse xlink:href='%23a' x='165.141' y='653.332'/%3E%3Cuse xlink:href='%23f' x='186.242' y='653.332'/%3E%3Cuse xlink:href='%23l' x='219.344' y='653.332'/%3E%3Cuse xlink:href='%23k' x='241.613' y='653.332'/%3E%3Cuse xlink:href='%23e' x='272.723' y='653.332'/%3E%3Cuse xlink:href='%23b' x='286.258' y='653.332'/%3E%3Cuse xlink:href='%23a' x='301.602' y='653.332'/%3E%3Cuse xlink:href='%23f' x='322.703' y='653.332'/%3E%3Cuse xlink:href='%23a' x='344.973' y='653.332'/%3E%3Cuse xlink:href='%23b' x='366.07' y='653.332'/%3E%3Cuse xlink:href='%23t' x='381.414' y='653.332'/%3E%3Cuse xlink:href='%23j' x='392.078' y='653.332'/%3E%3Cuse xlink:href='%23s' x='410.52' y='653.332'/%3E%3Cuse xlink:href='%23g' x='442.043' y='653.332'/%3E%3Cuse xlink:href='%23i' x='463.035' y='653.332'/%3E%3Cuse xlink:href='%23i' x='473.699' y='653.332'/%3E%3Cuse xlink:href='%23a' x='484.363' y='653.332'/%3E%3Cuse xlink:href='%23h' x='505.465' y='653.332'/%3E%3Cuse xlink:href='%23e' x='70' y='684.445'/%3E%3Cuse xlink:href='%23b' x='83.535' y='684.445'/%3E%3Cuse xlink:href='%23d' x='98.879' y='684.445'/%3E%3Cuse xlink:href='%23r' x='120.25' y='684.445'/%3E%3Cuse xlink:href='%23c' x='163.5' y='684.445'/%3E%3Cuse xlink:href='%23q' x='178.371' y='684.445'/%3E%3Cuse xlink:href='%23a' x='200.52' y='684.445'/%3E%3Cuse xlink:href='%23p' x='232.453' y='684.445'/%3E%3Cuse xlink:href='%23d' x='258.488' y='684.445'/%3E%3Cuse xlink:href='%23o' x='279.863' y='684.445'/%3E%3Cuse xlink:href='%23h' x='302.012' y='684.445'/%3E%3Cuse xlink:href='%23n' x='334.992' y='684.445'/%3E%3Cuse xlink:href='%23b' x='357.793' y='684.445'/%3E%3Cuse xlink:href='%23d' x='373.137' y='684.445'/%3E%3Cuse xlink:href='%23m' x='394.508' y='684.445'/%3E%3Cuse xlink:href='%23a' x='405.172' y='684.445'/%3E%3Cuse xlink:href='%23j' x='426.273' y='684.445'/%3E%3Cuse xlink:href='%23c' x='444.715' y='684.445'/%3E%3C/svg%3E");
}