 .wordlid{
    margin-bottom:10px;
     position: relative;
    height:35px;
}
 .wordtitle{
     background: #fff;
     border: 1px solid #dad8d9;
     padding: 0 5px;
     width:100%;
    height:35px;
     line-height:35px;
     border-radius: 3px;
     float:left;
}
 .wordurl{
     direction: ltr !important;
    line-height:35px;
     text-align: left;
     padding: 0 5px;
     height:35px;
    width: calc(40% - 25px);
    float:left;
     font-size: 12px;
     color:#555;
}
 .wordurl a{
    color:#555;
    height:35px;
    line-height:35px;
    font-size: 12px;
    transition:none;
}
 .wordurl a:hover{
    text-decoration: underline;
    color:#1dbac6;
    transition:none;
}
 .wordlid .language{
     background: #f7f7f7;
     border: 1px solid #dad8d9;
     padding: 0 5px;
     margin:0 0.5%;
     height: 35px;
     width: 15%;
     border-radius: 3px;
     float:left;
}
 .wordedit span{
     font-weight: bold;
     display: inline-block;
    text-align: center;
     margin-top:-1px;
}
 .wordtitletitle,.wordurltitle{
    width: 31%;
    margin:0 0.5%;
}
 .wordlidtitle{
    width: 11%;
    margin:0 0.5%;
}
 .keyword{
    width:98%;
     margin:0 auto;
    margin-top:20px;
    padding:0;
}
 .disabled{
    color:#636363;
    background:#ececec !important;
}
 .readonly{
    color:#636363 !important;
    background:#ececec !important;
}
 .wordedit{
    width: 25px;
    margin:0 0.5%;
     position: absolute;
    right:5px;
    text-align: left;
}
 .clr{
    clear:both;
}
 .wordedit .fa-edit{
    color: #777;
     font-size: 18px;
    line-height:35px;
    cursor:pointer;
}
 .save{
    width:45%;
    margin:0 0 0 5%;
    cursor: pointer;
}
 .save .fa-check{
    color:#4eb85c;
    line-height:35px;
    font-size: 15px;
}
 .cancle{
    width:45%;
    margin:0 5% 0 0;
    cursor: pointer;
}
 .cancle .fa-times{
    color:#e76768;
    line-height:35px;
     font-size: 15px;
}
 .description-btn:hover {
     color: #f89d1d;
}
 .description-btn {
     padding: 0px 3px;
     background: transparent;
     border: none;
     border-bottom-color: currentcolor;
     border-bottom-style: none;
     border-bottom-width: medium;
     font-weight: bold;
     margin-bottom: 15px;
     cursor: pointer;
     border-bottom: 1px solid;
     color: #171717;
}
 .Vocabularywordinfo{
    margin-bottom:20px;
}
 .wordlidtitles span{
     font-weight: bold;
     display: inline-block;
    text-align: center;
     line-height:35px;
}
 .wordtitleparent{
    margin:0 0.5%;
     height: 35px;
     width: calc(40% - 25px);
    position: relative;
    float:left;
    z-index:999;
}
 .result{
    position: absolute;
    z-index: 999;
    height:35px;
    left:16.5%;
    text-align: center;
    direction: ltr;
    width: calc(40% - 25px);
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
 .result span{
    display: block;
    border-radius: 3px;
    height:35px;
    width:100%;
    text-align: center;
}
