﻿.signeesignature {
    /*font-size: 25px;*/
    display: inline;
    position: absolute;
    z-index:10;
}

.alignleft {
    float: left;
    width: 33.33333%;
    text-align: left;
    align-content: left;
    justify-content: left;
}

.aligncenter {
    float: left;
    width: 33.33333%;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.alignright {
    float: left;
    width: 33.33333%;
    text-align: right;
    align-content: right;
    justify-content: right;
}

​
.pdf-buttons {
    margin-top: 4px;
}

.signeeinitial {
    /*font-size: 25px;*/
    display: inline;
    position: absolute;
}

.pagenav:hover {
    color: gray;
}

.signeecode {
    max-width: 300px;
    /*font-size: 14px;*/
    font-family: 'Courier New';
    display: block;
    border: none;
    background: transparent;
}

.signeedate {
    /*font-size: 16px;*/
    display: inline;
    position: absolute;
    border-width: 1px;
    border: solid;
}

.markers-square {
    display: inline;
    position: absolute;
    /*height: 24px;
        width: 50px;*/
    background-color: orangered;
    text-align: center;
    vertical-align: middle;
    /*padding: 4px;
        padding-right: 0px;*/
    color: white;
    border-radius: 5px 0px 0px 5px;
    z-index:20;
}

.markers-triangle {
    display: inline;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 20;
    /*border-top: 20px solid transparent;
        border-left: 20px solid black;
        border-bottom: 20px solid transparent;*/
}

#annotation-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /*opacity: 0.2;*/
    line-height: 1.0;
}

.markup-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /*opacity: 0.2;*/
    line-height: 1.0;
}

#annotation-layer > section {
    color: transparent;
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%;
}

#annotation-layer > .linkAnnotation > a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup {
    background: rgba(0,0,0,.4);
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    z-index: 10000;
}

    .popup .helper {
        display: inline-block;
        height: 1px;
        vertical-align: top;
    }

.popup > h4 {
    margin-top: -5px;
}

.popup > div {
    background-color: #fff;
    box-shadow: -10px -10px 60px #555;
    display: inline-block;
    height: auto;
    width: auto;
    position: absolute;
    border-radius: 8px;
    padding: 10px;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.popup1 {
    background: rgba(0,0,0,.4);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    overflow: scroll;
}

.popup1 .helper1 {
    display: inline-block;
    height: 1px;
    vertical-align: top;
}

.popup1 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px;
}

.popupCloseButton1 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popupCloseButton1:hover {
    background-color: #ccc;
}

.jsgrid-pager {
    float: left !important;
}
