﻿.annotateContainer {
    /*display: block;*/
    /*left: 5px;*/
    position: relative;
}

.annotationCodeContainer {
    /*display: block;*/
    /*left: 0px;*/
}

#dvAnnotationCenter {
    display: block;
}

#ddlAnnotationGroup {
/*    position: absolute;
    top: 0px;
    left: 15em;
    width: 15em;
    z-index: 2;
    padding: 5px 9px;*/
}

#btnAddAnnotation {
    position: absolute;
    top: 5px;
    right: 500px;
    padding: 3px 3px 5px 3px;
}

.annotate-review {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: url(../App_Images/blue-tag.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    cursor: default;
    height: 40px;
    width: 75px;
}


.annotate-review .label {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 22px;
    top: 7px;
    color: #000000;
}

.annotate {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0px 0px 0px;
    height: 40px;
    width: 75px;
    cursor: move;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: url(../App_Images/blue-tag.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

.annotateReadOnly {
    cursor: default;
}

.reversedAnnotate {
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}

.reversedAnnotate .label {
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}

.annotate .annotate-close {
    font-size: 14px;
    cursor: pointer;
    padding: 2px;
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 2px;
}

.annotate .annotate-note,
.annotate .annotate-info {
    font-size: 14px;
    cursor: pointer;
    padding: 2px;
    display: none;
    position: absolute;
    left: 60px;
    bottom: 0px;
    color: #FFFFFF;
    background-color: initial;
    border-radius: 2px;
}

.annotateContainer img {
    /*max-width: 1000px !important;*/
}

.annotate .annotate-flip {
    font-size: 14px;
    cursor: pointer;
    padding: 2px;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 2px;
}

.annotate .annotate-close:hover,
.annotate .annotate-info:hover
.annotate .annotate-flip:hover {
    color: #2B88BD;
    background-color: rgba(0, 0, 0, .8);
}

.annotate .label {
    position: absolute;
    right: 7px;
    top: 8px;
    left: 7px;
    bottom: 11px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 0px 0px 0px;
    cursor: move;
    font-size: 12px;
    font-weight: bold;
    resize: none;
    z-index: 99;
    text-align: center;
    overflow: hidden;
    color: #000000;
}

.annotateReadOnly .label {
    cursor: default;
}

.annotate textarea {
    position: relative;
    margin: 0;
    border: 0;
    padding-left: 25px;
    padding-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 40px;
    height: 10px;
    /* background: #f3e29c; */
    /*-moz-border-radius: 5px;-o-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;*/
    border: 1px solid #aeaeae;
    cursor: text;
    font-size: 11px;
    resize: none;
    z-index: 99;
}

.handle {
    cursor: move;
}

.annotateReadOnly .handle {
    cursor: default;
}

#annotate_tpl {
    display: none;
}
