#sc_Frmswift a{text-decoration: none;box-shadow:none;}
#sc_Frmswift #signature-box{display: inline-block;}
#sc_Frmswift  #ss-initials-box{
    display: inline-block;
}
#sc_Frmswift ol,#sc_Frmswift ul{
    margin-left: 20px;
}
.sc-swift-form input[type="text"],
.sc-swift-form input[type="email"],
.sc-swift-form input[type="url"],
.sc-swift-form textarea{
    background-color: #fffdeb;
    border-color: #333;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 5px;
    padding: 10px 7px;
    width: auto;
    min-width: 260px;
    max-width: 100%;
}
.sc-swift-form input[type="number"]{
    background-color: #fffdeb;
    border-color: #333;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 5px;
    padding: 9px 7px;
    min-width: 100px;
}
.sc-swift-form input[type="text"]:active,
.sc-swift-form input[type="text"]:focus,
.sc-swift-form input[type="email"]:active,
.sc-swift-form input[type="email"]:focus,
.sc-swift-form input[type="url"]:active,
.sc-swift-form input[type="url"]:focus,
.sc-swift-form input[type="number"]:active,
.sc-swift-form input[type="number"]:focus,
.sc-swift-form textarea:active,
.sc-swift-form textarea:focus{
    background-color: #FFF678;
}
.sc-swift-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cfbe57 !important;
}
.sc-swift-form ::-moz-placeholder { /* Firefox 19+ */
    color: #cfbe57 !important;
}
.sc-swift-form :-ms-input-placeholder { /* IE 10+ */
    color: #cfbe57 !important;
}
.sc-swift-form :-moz-placeholder { /* Firefox 18- */
    color: #cfbe57 !important;
}
.sc-submit-button{
    text-align: center;
}
.swift_sign_submit:disabled{
    background-color: #fff;
    border: 2px solid #ccc;
    color: #666;
    padding: 10px;
    min-width: 150px;
}
.swift_sign_submit{
    margin: 15px 0;
    min-width: 150px;
}
.sc_print-field {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
#sc_Frmswift .sc_credit_text{
    font-size: 16px;
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9 none repeat scroll 0 0;
}
#sc_Frmswift .sc_credit_text > a {
    box-shadow: none !important;
    text-decoration: none;
    font-weight: bold;
}
.sc_consent_text{
    margin: 0 0 0px;
}
.sc_consent_text a:hover {
    color: #192abc;
    text-decoration: underline !important;
}
#sc_Frmswift label.ss-radioset,#sc_Frmswift label.ss-checkboxset{
    display: block;
}
#sc_Frmswift label.ss-radioset a,#sc_Frmswift label.ss-checkboxset a{
    vertical-align: middle;
}
#sc_Frmswift select{
    background: #fffdeb none repeat scroll 0 0;
    border:1px solid #333;
    /*    width: 260px;*/
    min-width: 100px;
    padding: 10px 7px;
}
.swiftsign-modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1031; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
}
.swiftsign-modal .swiftsign-modal-content {
    background-color: #fefefe;
    padding: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    width: 80%;
    position: relative;
    height: 80%;
    border-radius: 3px;
    z-index: 99999;
}
.swiftsign-modal-overlay{
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    position: absolute;
}
.sc_typing-popup .swiftsign-modal-content{
    width: 70%;
    height: 70%;
    max-height: 315px;
}
.sc_thanks-popup .swiftsign-modal-content{
    width: 300px;
    height: 70%;
    max-height: 200px;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 30px;
}
.swiftsign-modal .swiftsign-modal-close {
    cursor: pointer;
    float: right;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 99999;
}
.swiftsign-modal-close:hover,
.swiftsign-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.swiftsign-input-error {
    box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.5) inset;
}
.sc_consent_text_link{
    overflow-y: scroll;
    height: 100%;
}
.swiftsign-signbox-error canvas{
    border-color: red !important;
}
.sc_typing-popup .close-modal{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}
.swiftsign-font-selected{
    background-color: #eee;
    border: 2px solid #196abc;
}
.swiftsign-typing-preview {
    text-align: center;
}
.swiftsign-typing-text-error{
    box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.6) inset;
}
.swiftsign-font-submit,.swift_sign_submit{
    background: #196abc;
    padding: 15px;
    color: #FFF;
    font-size: 14px;
    border: transparent;
}
.swiftsign-font-submit:hover,.swift_sign_submit:hover{opacity: 0.9;}
.swiftsign-field.swiftsign-field-error img{height: 20px;}

.sc-swift-form .ss-size-medium,.ss-size-medium{
    min-width: 260px;
    width: 260px;
}
.sc-swift-form .ss-size-long,.ss-size-long{
    width:520px !important;
}
.sc-swift-form .ss-size-fullline,.ss-size-fullline{
    width: 100% !important;
}
.ui-datepicker-month,.ui-datepicker-year{
    background-color: #fff;
    color: #1a1a1a;
}
.sc-swift-form .swift_date_dropdown {
    width: 150px;
    border: 1px solid !important;
    margin: 5px 0 !important;
}

/* tooltip*/
.swiftsign-tooltip{
    padding: 10px 20px;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: normal !important;
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #196abc !important;
}

.swiftsign-ui-tooltip, .swiftsign-arrow:after {
    background: #fff;
    border: 1px solid #196abc;
}
.swiftsign-arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.swiftsign-arrow.top {
    top: -16px;
    bottom: auto;
}
.swiftsign-arrow.left {
    left: 20%;
}
.swiftsign-arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiftsign-arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* file upload */
.swiftsign-uploadContainer{
    padding: 10px 0;
}
#swiftsign-drop-box, .swiftsign-upload-btn{
    cursor: pointer;
    margin: 20px auto;
    position: relative;
    height: 100px;
    text-align: center;
    width: 300px;
}
#swiftsign-drop-box p, .swiftsign-upload-btn{
    width: 300px;
    display: block;
    color: #000;
    margin: 0;
    padding: 35px 0;
}
#swiftsign-drop-box:before, .swiftsign-upload-btn:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 2px dashed #196abc;
}
.swiftsign-upload-btn i{
    font-size: 30px;
    color: #196abc;
}
.swiftsign-file-upload{
    display: none !important;
}
.swiftsign-webcam-container{
    display: flex;
}
.swiftsign-webcam-cols{
    flex-grow: 1;
    flex-basis: 0;
}
.swiftsign-webcam-row{
    display: block;
}
.swiftsign-webcam{
    position: relative;
}
.swiftsign-webcam-btn{
    position: absolute;
    bottom: 0;
}
.swiftsign-webcam-fail{
    padding: 70px 15px;
    border: 2px solid #e1e1e1;
    text-align: center;
    width: 300px;
    height: 240px;
}
.swiftsign-webcam-fail i{
    font-size: 26px;
}
.ss-swift-id-field-containter{
    display: table;
    width: 100%;
    border: 2px dashed #196abc;
}
.ss-swift-id-table-row{
    display: table-row;
}
.ss-swift-id-table-col{
    display: table-cell;
    width: 33.33333%;
    border-right: 2px dashed #196abc;
}
.ss-swift-id-table-col:last-child{
    border-right: 0;
}
.ss-swift-id-field-containter #swiftsign-drop-box:before, .ss-swift-id-field-containter .swiftsign-upload-btn:before{
    border: none;
}
.ss-ID-preview-img{
    max-width: 100%;
    height: auto !important;
}
.ss_alert_notice{
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
/*    display: none;*/
}
.ss_alert_notice span{
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.bg_danger, .bg_danger a{
    background: #f8d7da;
    color: #721c24;
}
.bg_danger a:hover{
    text-decoration: underline !important;
}
.text-center{
    text-align: center;
}