.EditCategoryParent .row {
    background:rgb(236, 240, 245);
}
.EditCategoryParent h3 {
    width:35%;
    margin:10px auto;
}
.EditCategoryParent .SetName {
    float:left;
    width:40%;
}
.EditCategoryParent .group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.EditCategoryParent .choose {
    background-color:rgb(51, 153, 255);
    color:#fff;
}
.EditCategoryParent .ChooseDeeperLink {
    background-color:blueviolet;
}
.EditCategoryParent .DeeperUl {
    display:none;
}
.CategoriesList .DeeperUl li {
    background-color:#fff ;
}
.EditCategoryParent .KeyWordsFilter {
    float:left;
    width:80%;
}
.EditCategoryParent .Word {
    width:45%;
}
.EditCategoryParent .ParentDiv {
    margin-bottom:25px;
}
.EditCategoryParent .CloseList, .EditCategoryParent .OpenList {
    float:left;
    width:45%;
    background-color: beige;
    padding:3px;
    border: 1px solid beige;
    cursor:pointer;
    border-radius: 2px;

}
.EditCategoryParent .FilterRow {
    background-color: #ccc;
    margin-right: 0;
    margin-left:0;
}
.EditCategoryParent .KeywordsHead {
    margin-left:50px;
}
.EditCategoryParent .SaveCancelRow {
    margin-right: 0;
    margin-left:0;
}
.EditCategoryParent .FilterRow {
    background-color: #ccc;
}
.EditCategoryParent table {
    background-color: #ccc;
}
.deleteKeyword img {
    width:95%;
}
.Keyword {
    width:55%;
}
 .Keyword input {
    text-indent: 10px;
    color:#080808;
}
 .Localization {
    width:30%;
}
 .EditKeyword {
    width:15%;
}
 .deleteKeyword {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:20%;
}
 .KeywordBox {
     max-height:250px;
     overflow-y: scroll;
     overflow-x: hidden;
 }
