/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 Sep, 2018, 12:23:36 PM
    Author     : Probeseven
*/

.esign-signature-log-table {
    display: table;
    font-size: small;
    width: 100%;
    margin-top: 10px;
}

.esign-log-row.header {
    border-bottom: 1px dashed;
    text-align: center;
}

.esign-log-row {
    display: block;
    float: left;
    width: 100%;
}

.esign-log-row span {
    display: block;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.esign-log-row span.esign-amendment {
    padding-top: 4px;
    font-style: italic;
}
.esign-log-row-container {
    border-bottom: 1px dashed;
    padding-top: 4px;
    padding-bottom: 4px;
}

.esign-log-row-container.locked {
    background-color: pink;
}

.span3 {
    width: 33%;
}

.span9 {
    width: 100%; 
}

.esign-log-element {
    display: inline;
    float: left;
}

.esign-log-element span {
    padding: 4px;
}

#esign-mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

#esign-mask-content {
    border:solid 2px #b7ddf2;
    background-color:#FFFFFF ;
}

.signaturesTbl td {
    padding: 0 !important;
}
.signaturesTbl th {
    background: #d1eaf3 !important;
}

.label_locked {
    font-weight: normal;
}
