#dict-wrapper {
    position: absolute;
    z-index: 9999;
    background:white;
    text-rendering: optimizeLegibility;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 10px 0px 10px 20px;
    display: none;
}

#dict-navigator {
    width: 100%;
    height: 26px;
    background: transparent;
    position: relative;
    top: -10px;
    left: -20px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 6px;
    padding-left: 20px;
    background: #f9f9f9;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#dict-iframe {
    height: 320px;
    width: 320px;
    outline: none;
    overflow: auto;
}

#dict-navigator a {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.35;
}
#dict-navigator a:hover {
    opacity: 1;
}

#dict-button-add-word-collection {
    float: left;
    margin-left: 10px;
    background: url("../../img/dict-add-word-collection.png") center no-repeat;
}
#dict-button-view-word-collection {
    float: left;
    margin-left: -15px;
    background: url("../../img/dict-view-word-collection.png") center no-repeat;
}

#dict-action-message {
    margin-left: 20px;
    font-weight: bold;
    color: #47a647;
    display: none;
    cursor: default;
}

#dict-action-message.error {
    color: red !important;
}

#dict-action-message.wait {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../img/ajax-loader-circle-transparent-16.gif") center no-repeat;
    vertical-align: middle;
}

#dict-button-close {
    color: #0070C0;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    right: 6px;
    float: right;
}

#type-anchors {
    position: absolute;
    padding: 0;
    list-style: none;
    left: 0;
    top: 64px;
    display: none;
}

#type-anchors li:nth-child(1) {
    background-color: #4cb749;
}
#type-anchors li:nth-child(2) {
    background-color: #2f7abb;
}
#type-anchors li:nth-child(3) {
    background-color: #e53f39;
}
#type-anchors li:nth-child(4) {
    background-color: #fbd10a;
}
#type-anchors li:nth-child(5) {
    background-color: #47a647;
}
#type-anchors li:nth-child(6) {
    background-color: #e53f39;
}
#type-anchors li:nth-child(7) {
    background-color: #fbd10a;
}
#type-anchors li:nth-child(8) {
    background-color: #4cb749;
}
#type-anchors li:nth-child(9) {
    background-color: #2f7abb;
}
#type-anchors li:nth-child(10) {
    background-color: #47a647;
}
#type-anchors li {
    width: 6px;
    height: 10px;
    background-color: #F36D00;
    margin-bottom: 2px;
    cursor: pointer;
}

#type-anchors li:hover {
    width: 16px;
}

#type-anchors li .tip {
    text-align: center;
    padding: 6px 14px;
    white-space: nowrap;
    background-color: inherit;
    color: white;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    border-radius: 2px;
    left: -99999px;
}

#dict-white-space {
    width: 100%;
    height: 200px;
    background: transparent;
}

.jspDrag{
    cursor: default !important;
}

#dict-wrapper #word-title {
    font-weight: bold;
    font-size: 20px;
    color: #009BE6;
    display: inline-block;
}

#word-pronunciation {
    color: #7D7D7D;
    margin-bottom: 14px;
    margin-top: 8px;  
}

#dict-full-content {
    padding-right: 10px;
    line-height: 22px;
}

#dict-full-content .phanloai:first-letter {
    text-transform: uppercase;
}
.phanloai {color: red;}
#dict-full-content .idioms,
#dict-full-content .phanloai {
    font-size: 14px;
    font-weight: bold;
    color: #B00000;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    background-color: #f9f9f9;
}

#dict-full-content .list1 {
    list-style: square;
}

#dict-full-content .list2 {
    padding-left: 20px;
    margin-top: 2px;
    margin-bottom: 8px;
}

.list2 li {
    list-style: circle;
    color: #888;
}
.list2 b {
    font-weight: normal;
}

.list3 {
    margin-top: 6px;
}
.list3 li {
    list-style: disc;
}
.list3 .example-original {
    color: #B00000 !important;
}

.idiom-meaning,
.list2 .example-original {
    color: #009BE6;
}

#word-listen-pronunciation:active {
    opacity: 0.8;
}
#word-listen-pronunciation {
    opacity: 1;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../img/sound-speaker-24.png") no-repeat center;
    vertical-align: bottom;
    margin-right: 10px;
}

#ajax-loading-dict {
    width: 100%;
    height: 330px;
    background: white;
    position: absolute;
    top: 34px;
    left: 0px;
}
#ajax-loading-dict img {
    position: absolute;
    left: 142px;
    top: 112px;
}