/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Tue, 08 Apr 2014 15:13:43 GMT
 */

.dictionary{
    width: 100%;
    padding: 10px;
}
.heading-box{
    margin-bottom: 20px;
}
.heading-box ul{
    display: inline-flex;
    padding: 0;
    margin:12px;
    list-style: none;
}
.heading-box .boxs-header{
    width: 100%;
    border: 1px solid #cccc;
    height: 45px;
    border-bottom: none;
}
.heading-box .boxs-header .box1{
    width: 50%;
    float: left;
    font-family: "Roboto",arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}
.boxs-content{
    border: 1px solid #ccc;
    clear: both;
    border-top: none;
}

.heading-box textarea{
    border: none;
    width: 100%;
    background: transparent;
    border: none;
    color: #3c4043;
    flex: 1;
    font-family: inherit;
    overflow: auto hidden;
    padding: 10px;
    resize: none;
    white-space: pre-wrap;
    min-height: 49px;
    width: 100%;
    z-index: 1;
}
.heading-box textarea:focus{
    outline: none;
}
#result_translate{
    padding: 10px;
}
.ui-menu .ui-menu-item-wrapper{
    padding: 0 !important;
    color: #9e9e9e;
}
.rest1{
    border-right: 1px solid #ccc;
}
@media (max-width: 619px) {
    #result_translate {
        background: #3290cc;
        color: #fff;
    }
    .rest2{
        padding-left: 0;
        padding-right: 0;
    }
    .rest1{
        border: none !important;
    }
}