
/*@import url("../fonts/fonts.css");*/
/*@import url("../fonts/icomoon/style.css");*/
/*@import url("jquery.fancybox.min.css");*/
/*@import url("jquery-ui.min.css");*/
/*@import url("style.css");*/
/*@import url("media.css");*/
#tr_PROPERTY_600 .adm-detail-valign-top.adm-detail-content-cell-l{
    display: none;
}
#tr_PROPERTY_600 ul{
    list-style: none;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.has-sub-2 {
    column-count: 4;
    display: none;
}
.level-1.open .has-sub-2{
    display: block;
}
#tr_PROPERTY_600 .level-1{
    position:relative;
}
#tr_PROPERTY_600 .level-1:before{
    position:absolute;
    content:'';
    width:15px;
    height:15px;
    background:
            linear-gradient(#fff,#fff),
            linear-gradient(#fff,#fff),
            #80c700;
    background-position:center;
    background-size: 50% 2px,2px 50%; /*thickness = 2px, length = 50% (25px)*/
    background-repeat:no-repeat;
    left: -25px;
}
#tr_PROPERTY_600 .level-1.open:before{
    background:
            linear-gradient(#fff,#fff),
            linear-gradient(#80c700,#80c700),
            #80c700;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
}