@charset "UTF-8";
/* CSS Document */
.document-preview .esig-sitename {text-shadow: none;}
.document-preview .navbar-inverse .navbar-brand {color: #fff;letter-spacing: .1em;}
.document-preview .first-page { margin-top: 58px;}
.document-preview .navbar-brand {padding: 25px 15px;text-shadow: none;color: #efefef!important;}
.document-preview .navbar-brand .logo {height:30px;}
.document-preview .signer-header {background: #23282e;width: 100%;color: #fefefe;z-index: 200;position: relative;display: block;height: 75px;}
.document-preview .navbar-header {display:inline-block;float:left; padding-top: 20px;}
.document-preview .doclogo-right{padding: 10px;float:right;display:inline;}
.document-preview .document-sign-page {padding-left:30px;padding-right:30px;}
.document-preview .doc-name {float: left;font-size: 18px;font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-top: 5px;
    letter-spacing: .1em;
}

.document-preview .doc_page
{
    width:780px;
    background-color: white;
    box-shadow: 0px 1px 1px #AAA;
    margin-bottom: 84px;
    padding-bottom:2em;
    min-height:600px;
    position: relative;

}
.document-preview .document-sign-page p{text-align: left;margin-top:0;margin-bottom: 1rem;}
.document-preview .doc_page .post-password-form
{
    width: 200px;
    margin: 70px auto;
}

.document-preview .doc_page .post-password-form label input
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background:#fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.document-preview .doc_page .post-password-form label input:hover
{
    background-color: #fff;
    background: #fff;
}

.document-preview .doc_page .post-password-form p
{
    font-size: 12px;
}
.document-preview .doc_page .post-password-form p strong {color:rgb(68, 68, 68); line-height: 19.5px;}
.document-preview .doc_page .post-password-form input {font-weight: 300;font-size: 15px;font-family: "Proxima Nova", Arial, Helvetica, sans-serif;border-radius: 2px;background: #e9573f;border: transparent;text-transform: capitalize;margin-right: 0;background-color: #e9573f;color: #fff;padding: 6px;width: 100%;margin: 3px 0;}
.document-preview .doc_page .post-password-form input:hover {background-color: #dc3519;background: #dc3519;}
.document-preview .document_id
{
    display:none ;
    position : relative ;
    float:left ;
    width:80% ;

}

.document-preview .document_date
{
    display:none ;
    position : relative ;
    float:right ;
    width:20% ;
}

.document-preview .signed_on
{
    display:none ;
    margin-top:8px ;
}

.document-preview .doc-terms
{
    text-shadow: 0px 1px 1px #000;
    color:#46b1cd!important;
}

.document-preview .esig-container
{
    display:flex;
    flex-direction: row;
}

.document-preview .esig-container .footer-btn
{
    /*  flex:50%; */
    text-align: right;
    margin-right: 0.9%;
    flex-direction: inherit;
}

.document-preview .footer-agree
{
    background: #23282e;
    width: 100%;
    max-width: 100%;
    color: #fefefe;
    position: fixed;
    z-index: 200;
    padding: 15px;
    bottom:0;
    left:0;

}

.document-preview #esig-iam
{
    font-size: 16px;
    text-decoration: none;
    color: #efefef;
}

.document-preview .agree-text
{
    font-size: 16px;
    text-decoration: none;
    color: #efefef;
}

.document-preview .agree-container
{
    align-self: center;
    margin-right: 0.9%;
    flex:50%;
}

.document-preview .agree-button
{
    color: white!important;
    display:inline-block;
    font-size:16px;
    letter-spacing: .05em;
    text-decoration:none!important;
    border: none;
    border-top: solid 1px #95cfe7;
    background: #5ab8dd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab8dd', endColorstr='#2ba3d3');
    background: -moz-linear-gradient(top, #5ab8dd, #2ba3d3);
    background: -webkit-gradient(linear, left top, left bottom, from(#5ab8dd), to(#2ba3d3));
    -webkit-box-shadow: 0px 1px 1px #557280;
    -moz-box-shadow: 0px 1px 1px #557280;
    box-shadow: 0px 1px 1px #557280;
    text-shadow: 0px 1px 1px #315D6D;
    font-weight: 700;
    padding: 15px 35px 15px 32px;
    border-radius: 3px;
    vertical-align: middle;
    margin-top:5px;
    margin-right: 3px;
}

.document-preview .agree-button:hover
{
    color:#fff;
    text-decoration:none;
}

.document-preview .agree-button.disabled
{
    cursor:default;
    border-top: 1px solid #b5b5b6;
    background: #6d6d6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#8e8e8f), to(#6d6d6f));
    background: -webkit-linear-gradient(top, #8e8e90, #6d6d6f);
    background: -moz-linear-gradient(top, #8e8e90, #6d6d6f);
    background: -ms-linear-gradient(top, #8e8e90, #6d6d6f);
    background: -o-linear-gradient(top, #8e8e90, #6d6d6f);
    padding: 15px 35px 15px 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 -1px 0;
    color: #aaaaaa!important;
    text-decoration:none!important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}

.document-preview .doc_page input[type="button"], .doc_page input[type="submit"]{}

.document-preview .esig-template-page .sign-form label.error
{
    color:#c00;
}

.document-preview .document-sign-page .doc_title
{
    font-size: 26px;
    font-weight: 200;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: inherit;
    color:#000;text-align:center;

}

.document-preview .success_title
{
    font-size: 26px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
}

.document-preview .esign input
{
    border: 1px solid #bdc3c7!important;
    height: 43px!important;
    width: 34.5%!important;
    border-radius:3px!important;
    margin-top: 7px;
}

.document-preview .esign input:focus
{
    border-color:#66afe9!important;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.document-preview .signers_label
{
    font-weight: 300;
    text-transform: none;
    color: #504f4f;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* loader style start here */

.document-preview .page_loader_overlay
{
    display:none;
    position:fixed;
    left:0;
    top:0;
    text-align:center;
    height:100%;
    width:100%;
    z-index:15;
    background: #000;
    opacity:.3;
}
.document-preview #d1{
    animation: animate 2s linear infinite;
}
.document-preview #d2{
    animation: animate 2s linear infinite -.4s;
}
.document-preview #d3{
    animation: animate 2s linear infinite -.8s;
}
.document-preview #d4{
    animation: animate 2s linear infinite -1.2s;
}
.document-preview #d5{
    animation: animate 2s linear infinite -1.6s;
}

@keyframes animate
{
    0% { left: 100px; top:0}
    80% { left: 0; top:0;}
    85% { left: 0; top: -20px; width: 20px; height: 20px;}
    90% { width: 40px; height: 15px; }
    95% { left: 100px; top: -20px; width: 20px; height: 20px;}
    100% { left: 100px; top:0; }
}
/* loader style end here */

/* css tooltip start here  */

.document-preview .ui-tooltip, .document-preview .esign-arrow:after
{
    background: black;
    border: 1px solid white;
    width:300px;
    position:fixed;
}
.document-preview .ui-tooltip
{
    padding: 10px 10px!important;
    color: white!important;
    border-radius: 5px!important;
    font: 13px "Helvetica Neue", Sans-Serif!important;
    text-transform: normal;
    background: #0c0e11!important;
    box-shadow: none!important;
    line-height:1.3em!important;
    max-width: 250px!important;
    min-width: auto !important;
    margin: 0 auto!important;
}
.document-preview .esign-arrow
{
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: 35px;
    bottom: -16px;
}
.document-preview .esign-arrow.top
{
    top: -16px;
    bottom: auto;
}
.document-preview .esign-arrow.left
{
    left: 20%;
}
.document-preview .esign-arrow:after
{
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.document-preview .esign-arrow.top:after
{
    bottom: -20px;
    top: auto;
}

/* esig document top part */
.document-preview .esig_header_top
{
    margin-top:20px;
    display:inline-block;
    position:relative;
    width:100%;

}
.document-preview .esig_top_left
{
    position:relative;
    float:left;
    display:inline-block ;
    width:65% ;
}

.document-preview .esig_top_right
{
    position:relative;
    float:right;
    display:inline-block ;
    width:35% ;
    margin-top: 20px;
    margin-bottom: 10px;
}

.document-preview .col-sm-8
{
    max-width:345px;
    padding-left:0px !important;
}


/* To protect lin overflow */


.document-preview .dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

.document-preview .esig-checkbox-tick, .esig-checkbox-tick .tick{list-style-type: none;}
/* used to remove bootstrap table border */
.document-preview .noborder td, .noborder th {border: none !important;}

/* e-signature tick mark code here  */
/* gravity style  */
.document-sign-page .gfield_list {border-spacing: 0;padding: 0;margin: 2px 0 6px;width: 100%;}
.document-preview .esig-visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.document-preview  .esig-underline-link{text-decoration: underline;}
.document-preview ul li {text-align: left;}
.document-preview ul li input[type="text"] {margin-bottom: 10px;line-height: 10px;}
.document-preview .document-sign-page ul li textarea{width: auto;border:1px solid rgb(204, 204, 204);}