.trados {
	position: absolute;
    z-index: 9999;
    cursor: pointer;
}

.trados-edit{
	background: #06d79d;
	border-radius: 6px;
	display: inline-block;
	background-image: url(https://cdn.weglot.com/images/edit-pencil.svg);
	background-size: 16px;
	height: 38px;
	width: 38px;
	background-position: center;
	background-repeat: no-repeat;
}

.trados-arrow{
	background-image: url(https://cdn.weglot.com/images/caret-arrow-up.svg);
	background-size: 11px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.trados-selected{
    box-shadow: inset 0 0 5px 0 #77acff;
}

.trados-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    background: #fff;
    height: 100%;
    z-index: 9999999999;
    border-left: 1px solid #06d79d;
    font-size: 13px;
    color: #808080;
}

.trados-header{
	background-color: #06d79d;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

.trados-header span {
    float: right;
    cursor: pointer;
}

.trados-content ul{
	margin: 0;
	padding: 0;
}

.trados-content ul li {
	list-style-type: none;
	display: inline-block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 3px 5px;
}

.trados-content {
    padding: 5px;
}

.trados-translate {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    min-width: 100px;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
}

.trados-lang-selector {
	top: -4px;
    right: 0;
    color: #333;
    padding: 0;
    z-index: 99999999999;
    margin: 0 auto;
    position: absolute;
}

.trados-lang {
    text-align: center;
    display: inline;
    padding: 3px 15px;
    background: #ec5645;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin: 0 auto;
    height: 23px;
    margin-right: 5px;
    border-radius: 0 0 3px 3px;
}

.trados-lang:hover{
	background: #a23a2e;
}

.trados-lang.active {
    font-weight: bold;
}