span.dashicons.language-selected {
    background-color: #c40012;
    color: #fff;
    padding: 2px 8px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 3px;
}

.selected-textblock {
    background-color: #ffffcc !important;
    color: green !important;
}

.textblock-not-in-data {
    background-color: rgba( 196, 0, 18, 0.2 ) !important;
    color: black !important;
/*     border-bottom: 2px solid #c40012; */
}

.selected-textblock-ok {
    background-color: #00800033 !important;
    color: green !important;
}


div#TranslateBox {
    display: block;
    position: fixed;
    top: 56px;
    left: 32px;
    width: 380px;
    min-height: 140px;
    padding: 8px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    border: 1px solid silver;
    background-color: #f8f8f8;
    z-index: 10000;
}

div#TranslateBoxElement {
    background-color: rgba( 255, 255, 255, 0.7 ) !important;
    margin: 0 0 5px;
    font-size: 14px;
    width: 100%;
    min-height: 24px;
}

p#TranslateBoxContent {
    color: black;
    font-size: 14px;
}

div#TranslateBoxBtn {
    display: block;
    float: right;
    cursor: pointer;
}
    
div#TranslateBoxBtn span.dashicons-plus-alt {
    color: green;
}

div#TranslateBoxBtn span.dashicons-no {
    color: #c40012;
}

div#TranslateBoxBtn span.dashicons-translation {
    color: green;
}

div#TranslateBoxBtn span.dashicons-translation.off {
    color: #c40012;
}

p#TranslateBoxContent {
    max-height: 720px;
    overflow-y: scroll;
}

span.TranslateBoxContentRow {
    width: 100%;
    min-height: 24px;
    overflow: hidden;
    display: block;
    margin-bottom: 2px;
    line-height: 18px;
    font-size: 13px;
}

span.TranslateBoxContentRowIdUTF-8,
span.TranslateBoxContentRowIdErr,
span.TranslateBoxContentRowIdOK,
span.TranslateBoxContentRowId {
    background-color: orange;
    color: #fff;
    padding: 0px 4px;
    border-radius: 50%;
    margin-right: 8px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

span.TranslateBoxContentRowIdOK {
    background-color: green;
}

span.TranslateBoxContentRowIdErr {
    background-color: #c40012;
}

span.TranslateBoxContentRowIdUTF-8 {
    background-color: #323278;
}

hr.marker {
    display: none;
}

ul.postlist {
	background-color: #fff;
}
ul.postlist > li {
	display: block;
	clear: both;
}
ul.postlist > li > ul > li {
	display: block;
	float: left;
	cursor: pointer;
}
ul.postlist > li > ul > li.col-r {
	text-align: right;
	padding-right: 8px;
}
ul.postlist > li > ul > li.col-blk {
	color: #000;
}
ul.postlist > li > ul > li.colw-symb {
	width: 30px;
}
ul.postlist > li > ul > li.colw-60 {
	width: 60px;
}
ul.postlist > li > ul > li.colw-80 {
	width: 80px;
}
ul.postlist > li > ul > li.colw-dat2 {
	width: 150px;
}
ul.postlist > li > ul > li.colw-200 {
	width: 200px;
}
ul.postlist > li > ul > li.colw-240 {
	width: 240px;
}
ul.postlist > li.mark-red {
	background-color: rgba(255,0,0,0.7);
}
ul.postlist > li.mark-green {
	background-color: rgba(255,255,255,0.7);
}
ul.postlist > li.mark-red span.dashicons-lock {
	visibility: visible;
	color: #c40012;
}
ul.postlist > li.mark-green span.dashicons-lock {
	visibility: hidden;
}
ul.postlist > li span.dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}
ul.postlist > li.mark-yellow {
	background-color: rgba(255,255,255,0.7);
}
ul.postlist > li:hover {
	background-color: rgba(255,255,255,0.2);
}
ul > li > ul.postlisthead {
	font-weight: 700;
	background-color: rgba(255,255,255,0.7);
	border-bottom: 1px solid #000;
	display: inline-block;
}
