.translatable-highlight {
    border-bottom: 1px dashed green;
    /*background: #DDDDDD;*/
    /*box-shadow: 0 0 1px 1px white;*/
}

.translation-panel {
    position: fixed;
    padding: 5px;
    top: 0;
    left: 0;
    width: 150px;
    border: 1px solid #EEEEEE;
    margin: 5px;
    font-size: 12px;

    background-color: #FFF;
    box-shadow: 1px 1px 6px #000;
    z-index: 2;
    height: 60px;

}
.translation-panel input {
    margin: 0 !important;
}

.translation-panel h6 {
    margin: 0;
}

.translation-panel label {
    display: inline-block;
    margin: 0 0 0 2px;
    font-size: inherit;
}

#language_selector {
    margin: 10px 0 0 0;
    padding: 0;
    height: 24px;
    display: inline-block;
    /*background: #e4dfcb;*/
    /*background: #313131;*/
}
#language_selector .other {
    position: absolute;
    background: #333333;
    padding: 0 15px 10px 15px;
    margin-left: -15px;
    display: none;
    z-index: 1000;
}

#language_selector .other div {
    margin-top: 5px;
}
#language_selector .language:hover {
    color: white;
}
#language_selector .language {
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 20px;
    color: #DDDDDD;
    text-decoration: none;
    /*border: 1px solid #f5f5f5;*/
}

#file-check-grid tr.available td {
    background: #e9fde2;
}

#file-check-grid tr.deleted td {
    background: #fadcd3;
}

.all-file-names {
    max-height: 200px;
    overflow-y: scroll;
}

.all-file-names .span6 div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

