.leftArea { border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; width: 100%; margin: 0 auto; max-width: 500px; padding: 2px 0px; } .leftAreaChildrenContainer { display:none; background: #f2f4f7; } .leftArea > div > .leftAreaChildrenContainer > div > .leftAreaChildrenContainer { background-color: #ffffff; } .leftArea > div > .leftAreaChildrenContainer > div > .leftAreaChildrenContainer > div > a { border-bottom: 1px solid rgba(151, 151, 151, 0.2); } .leftAreaChildrenContainer .leftArea_element { border-bottom: 1px solid rgb(255 255 255); } .iswithoutcontent { cursor:pointer; } .leftArea_element { min-height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(151, 151, 151, 0.2); font-weight: 400; padding: 3px 15px; color: #002856; position: relative; } .leftArea_element:last-child { border-bottom: unset; } .downArrowLeftMenu { margin-left: 10px; } .leftArea_element:hover { /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255, 255, 255, 0.2)), color-stop(99%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#019875), to(#019875));*/ /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 15%, rgba(255, 255, 255, 0) 99%), linear-gradient(to bottom, #019875, #019875);*/ background-color: rgba(1, 152, 117, 0.1); color: #019875; font-weight: bold; } .leftArea_element.head { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255, 255, 255, 0.2)), color-stop(99%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#019875), to(#019875)); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 15%, rgba(255, 255, 255, 0) 99%), linear-gradient(to bottom, #019875, #019875); color: white; font-weight: bold; } /*.leftArea_element.hasChildren { font-weight: bold; color: #019875; }*/ .leftArea_element.children { background-color: rgba(230, 234, 240, 0.5); border-bottom: 1px solid white; } .leftArea .active { font-weight: bold; color: #019875; } .leftArea .active:after { content: ""; position: absolute; right: 5px; top: 50%; width: 16px; height: 16px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } /*# sourceMappingURL=leftArea.css.map */