﻿html, body, table, tr, td, th, h1, h2 {
    margin: 0px;
    padding: 0px;
}

hr {
    border: #e9e9e9;
    border-top-style: solid;
    border-radius: 1px;
}

table {
    border-collapse: collapse;
}

a {
    color: #faa636;
}

    a :visited {
        color: #faa636;
    }

fieldset {
    border-color: #eee;
    border-radius: 8px;
}

/*span {
    padding-right: 10px;
}*/

input[type=submit] {
    /*margin-right: 10px;*/
}

.eSign-ui-copy-link {
    font-size: 12px;
    margin: 0px 4px;
}

.eSign-ui-header {
    height: auto;
}

.eSign-ui-body-content {
    background-color: #fff;
    min-height: calc(100vh - 140px);
}

.eSign-ui-footer {
    padding: 30px;
    background-color: #003a63;
}

.eSignPage {
    border: 1px;
    box-shadow: 5px 10px 8px 10px #888888;
    padding: 60px;
    width: 1400px;
    margin: auto;
    min-height: 1200px;
    position: relative;
    font-family: Arial;
    font-size: 14px;
}

.eSignPage-modal-content {
    padding-top: 30px !important;
    background-color: #fefefe;
    padding: 30px;
}

.required {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px dotted red !important;
}

.optional {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px dotted blue !important;
}

.noneditable {
    outline: none !important;
}

.hidden {
    display: none;
}

/*NAV BAR*/
.eSign-ui-navbar {
    /* overflow: hidden; */
    background-color: #003a63;
    width: 100%;
    z-index: 3;
    position: sticky;
    top: 0px;
}

    .eSign-ui-navbar div {
        margin: auto;
        padding: 10px;
    }

    .eSign-ui-navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

    .eSign-ui-navbar table, th, td {
        border: 0px solid black;
    }

        .eSign-ui-navbar table td {
            width: 1%;
            white-space: nowrap;
        }

            .eSign-ui-navbar table td:nth-last-child(2) {
                width: 100%;
                text-align: right;
            }

            .eSign-ui-navbar table td:last-child {
                width: 100%;
            }
/*NAV BAR*/

.divContainer {
    margin: auto;
    padding: 0px 10px;
    margin: auto;
    /*position: relative;*/
    font-family: Arial;
    font-size: 14px;
    background-color: #fff;
    /*height: 120px;*/
}

#dgvForms1 {
    margin: auto;
    text-align: center;
    width: 80%;
}

.eSign-ui-table {
    margin-top: 4px;
    width: 100%;
    /* text-align: center;*/
}

    .eSign-ui-table tr:first-child {
        background-color: #f5f5f5;
        height: 30px;
        font-weight: bold;
    }

    .eSign-ui-table tr:last-child td {
        border-bottom: 0px solid #ddd !important;
    }

    .eSign-ui-table tr:nth-child(oddn) {
        background-color: #f2f2f2;
    }


    .eSign-ui-table th, .eSign-ui-table td {
        border-bottom: 1px solid #ddd;
    }

    .eSign-ui-table tr:hover {
        background-color: #f5f5f5;
    }

.eSignPageModal {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: auto;
}

@media only screen and (max-width: 1600px) {
    .eSignPageModal {
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        width: 1600px;
        height: auto;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 100px;*/ /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
    background-color: #aaaaaa; /* Fallback color */
    background-color: rgba(60,60,60,1); /* Black w/ opacity */
}

    .modal table {
        width: 100%;
    }

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

    .modal-content hr {
        border: #e9e9e9;
        border-top-style: solid;
        border-radius: 1px;
        width: 100%;
    }

.modal-content-border {
    border: 1px solid #ccc;
    background-color: #fefefe;
}

.square-top {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.default-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .default-modal-content .Header {
        display: block;
        background-color: #faa636;
        padding: 20px;
    }

    .default-modal-content .Body {
        display: block;
        background-color: #fff;
        padding: 20px;
    }
/*.default-modal-content .Table {
        background-color: #f3f3f3;
    }

    .default-modal-content .Row.Header {
        background-color: #faa636 !important;
        color: #fff;
    }

    .default-modal-content .Row {
        background-color: #fff;
    }

    .default-modal-content .Cell {
        padding: 20px;
    }*/
.termsModal-content {
    width: 80%;
    height: 80%;
}

.placeholderModal-content {
    width: 430px;
}

/* The Close Button */
.eSignClose, .eSignCloseRefresh, .eSignCloseCustom, .eSignCloseHome, .eSignClosePage {
    color: white;
    float: right;
    font-size: 34px;
    font-weight: bold;
    margin-top: -5px;
}

    .eSignClose:hover,
    .eSignClose:focus,
    .eSignCloseRefresh:hover,
    .eSignCloseRefresh:focus,
    .eSignCloseCustom:hover,
    .eSignCloseCustom:focus,
    .eSignCloseHome:hover,
    .eSignCloseHome:focus,
    .eSignClosePage:hover,
    .eSignClosePage:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.content {
    padding: 16px;
}

.ui-datepicker-trigger {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

.eSignInfo {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    float: right;
}

.eSignInfoSig {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

.eSignContentScroll {
    overflow-y: auto;
    width: 100%;
    height: 96%;
}

.eSign-ui-link {
    cursor: pointer;
}

#ucLoading_loadingModal {
    z-index: 5;
}

#ucMessageBox_eSignMessage {
    z-index: 99;
}

    #ucMessageBox_eSignMessage .modal-content {
        min-width: 300px;
    }

/*#eSignTabs {
    width: 900px;
    height: auto;
    min-height: 20%;*/
/*max-height: 80%;*/
/*margin: auto;
    display: none;
}*/

.eSign-ui-customtext-center {
    display: inline-block;
    text-align: center;
}

.eSign-ui-customtext {
    display: inline-flex;
}

    .eSign-ui-customtext img {
        padding-left: 4px;
        padding-right: 4px;
    }

        .eSign-ui-customtext img.dateselect {
            padding-top: 4px;
        }

.eSign-ui-placeholder-span {
    display: inline-block;
    width: 200px;
    float: left;
    padding: 14px 4px;
}

.placeholder {
    width: 100%;
}

    .placeholder input.required {
        height: 40px;
    }

    .placeholder input.optional {
        height: 40px;
    }

.esignPageModal-header {
    color: #fefefe;
    font-size: 22px;
}

.eSign-ui-btn {
    background-color: #003a63;
    border: 1px solid #c5c5c5;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-size: 15px;
    padding: 6px 8px;
    text-decoration: none;
    color: white;
}

    .eSign-ui-btn:hover {
        border: 1px solid #003a63;
        background-color: #faa636;
        color: white;
    }

    .eSign-ui-btn:active {
        /*position: relative;*/
        /*top: 1px;*/
    }

    .eSign-ui-btn:disabled {
        background-color: #f6f6f6;
        color: gray;
        border: 1px solid #c5c5c5;
    }

.eSign-ui-create-btn {
    background-color: #faa636;
    border: 1px solid #c5c5c5;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-size: 15px;
    padding: 6px 8px;
    text-decoration: none;
    color: white;
}

    .eSign-ui-create-btn:hover {
        border: 1px solid #003a63;
        background-color: #003a63;
        color: white;
    }

    .eSign-ui-create-btn:active {
        /*position: relative;*/
        /*top: 1px;*/
    }

    .eSign-ui-create-btn:disabled {
        background-color: #f6f6f6;
        color: gray;
        border: 1px solid #c5c5c5;
    }

::-webkit-input-placeholder { /* Edge */
    color: #AAAAAA;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AAAAAA;
}

::placeholder {
    color: #AAAAAA;
}

.eSign-ui-input {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    width: 300px;
    height: 20px;
    margin: 4px;
    padding: 2px;
}

.placeholder-date {
    width: 370px !important;
}

.eSign-ui-input-center {
    text-align: center;
}

.eSign-ui-dropdown {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: inherit;
    margin: 4px;
    padding: 4px;
    min-width: 200px;
}

    .eSign-ui-dropdown:focus {
        border: 1px solid #7ac0da;
    }

/*#ddlBusinessEntity, #ddSecurity {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: inherit;
    margin: 5px 0 6px 0;
    padding: 5px;
    min-width: 200px;
    border-radius: 4px;
}

    #ddlBusinessEntity:focus, #ddSecurity:focus {
        border: 1px solid #7ac0da;
    }*/



/*#btnSubmit {
    width: 90%;
}*/

/*Login Page Style*/
.eSign-ui-login {
    /*width: 400px;*/
    border: 1px solid #c5c5c5;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    text-align: center;
}

    .eSign-ui-login input[type='text'], .eSign-ui-login input[type='password'] {
        height: 40px !important;
        margin-top: 6px !important;
        margin-right: 0px !important;
        font-size: 1.2em !important;
        width: 360px !important;
    }

    .eSign-ui-login select {
        height: 40px !important;
        margin-top: 6px !important;
        margin-right: 0px !important;
        font-size: 1.2em !important;
        width: 366px !important;
    }

.eSign-ui-login-button {
    height: 40px !important;
    margin-top: 6px !important;
    margin-right: 0px !important;
    font-size: 1.2em !important;
    width: 366px !important;
}

.eSign-ui-danger {
    color: red;
    font-weight: bold;
}

.eSignPlaceholder {
    height: auto;
    overflow-y: auto;
}

#divSearch {
    padding: 10px;
    display: flex;
}

    #divSearch span {
        font-weight: bold;
        margin-left: 6px;
    }

#eSignMenu {
    position: absolute;
    top: 12px;
    left: 750px;
    display: inline-flex;
}

#tabs ul {
    background-color: #003a63;
    border-bottom: 2px solid #faa636;
}

.ui-state-active {
    border: 1px solid #faa636 !important;
    background: #faa636 !important;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4 {
    padding: 0px;
}

.eSignSearchBar {
    margin-left: 36px;
    margin-top: 10px;
}

    .eSignSearchBar td {
        padding-right: 10px;
    }

.eSign-ui-formlist {
    height: 272px;
    width: 600px;
    border: 1px solid #c5c5c5;
    overflow-y: scroll;
    padding: 4px 8px;
}

    .eSign-ui-formlist label {
        vertical-align: middle;
        padding-left: 4px;
    }

.eSign-ui-request {
    margin: auto;
}

.eSign-ui-documentname {
    color: #faa636;
    /*padding-left: 20px;
    padding-right: 20px;*/
    font-weight: bold;
}

.eSign-ui-label {
    font-size: 18px;
    font-weight: bold;
    margin-right: 4px;
}

.eSign-ui-tokentable {
    border: none;
    width: 100%;
}

    .eSign-ui-tokentable td {
        padding-left: 4px;
    }

.eSign-ui-token {
    color: white;
}

.loading-content {
    border: 3px #faa636 solid;
    float: right;
    width: 64px;
    height: 64px;
}

.redirect-content {
    border: 3px #faa636 solid;
    text-align: center;
}

.reactivate-content {
    width: 300px;
}

.send-content {
    width: 400px;
}

.width100 {
    width: 100%;
}

.eSign-ui-defaultheader {
    height: 120px;
    /*background-color: #faa636;*/
}

    .eSign-ui-defaultheader img {
        height: 120px;
        max-width: 600px;
    }

.body .divContainer {
    min-height: 300px;
}

#btnHelp {
    position: relative;
}

#informationModal {
    z-index: 3;
}

#bankCheckModal {
    z-index: 9;
}

#eSignHelpModal {
    z-index: 4;
}

#eSignPrivacy {
    z-index: 4;
}

.dgvForms {
    margin: auto;
    padding-bottom: 10px;
}

.eSign-ui-fixed-modal {
    position: fixed !important;
    background-color: rgba(0,0,0,0.4) !important;
}

.eSignPageModalSearch {
    position: absolute !important;
}

.eSign-ui-help {
    height: 32px;
    width: 32px;
}

.eSign-ui-selected > * {
    display: inline;
    border: 1px solid #c1c1c1 !important;
    background-color: yellow !important;
}



.eSign-ui-selected-bg > * {
    background-color: yellow !important;
}

/*DIV TABLE*/
.Table {
    display: table;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    border: none;
    border-width: thin;
    /*padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;*/
    border-color: #e6e6e6;
    vertical-align: middle;
}

.View .Cell {
    padding: 2px 6px !important;
}

/*.modal-content .Cell {
    display: table-cell;
    border: none;
    border-width: thin;*/
/*padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;*/
/*border-color: #e6e6e6;
    vertical-align: middle;
}*/

/*.modal-content .Cell input[type=text], .modal-content .Cell input[type=password], .modal-content .Cell input[type=number], .modal-content .Cell .Dropdown {
        width: 300px;
        height: 30px;
        margin: 0px;
        padding: 4px;*/
/*text-align: center;*/
/*}*/


.eSign-ui-admin-table tr:nth-child(even) {
    background-color: #888888;
    color: white;
}

/*Pagination Style*/
.eSign-ui-pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    background-color: white !important;
}

    .eSign-ui-pagination table > tbody > tr > td {
        display: inline;
    }

        .eSign-ui-pagination table > tbody > tr > td > a,
        .eSign-ui-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .eSign-ui-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            /*z-index: 2;*/
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .eSign-ui-pagination table > tbody > tr > td:first-child > a,
        .eSign-ui-pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .eSign-ui-pagination table > tbody > tr > td:last-child > a,
        .eSign-ui-pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .eSign-ui-pagination table > tbody > tr > td > a:hover,
        .eSign-ui-pagination table > tbody > tr > td > span:hover,
        .eSign-ui-pagination table > tbody > tr > td > a:focus,
        .eSign-ui-pagination table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .eSign-ui-pagination table {
        margin-top: 6px;
        float: right;
    }

.eSign-ui-signature-btn {
    width: 42px;
    height: 16px;
    font-size: 10px;
}

.eSign-ui-affiliates {
    display: inline-block;
    padding: 4px;
}

#divSearchBar {
    margin: auto;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 4px;
}

th.sortasc:after {
    content: "\25B2";
}

th.sortdesc:after {
    content: "\25BC";
}

.icon-up:before {
    content: "\25B2";
}

.eSign-ui-iconup {
    content: "\25B2";
}

.eSign-ui-icondown {
    content: "\25BC";
}

.icon-down:before {
    content: "\25BC";
}

.eSign-ui-split-btn {
    background-color: #eee;
    color: black;
    font-size: 16px;
    border: none;
    outline: none;
    height: 40px;
}

.eSign-ui-split-btn-100 {
    width: 160px;
}

.eSign-ui-split-dropdown {
    position: relative;
    display: inline-block;
    left: -4px;
}

.eSign-ui-split-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 127px;
    width: 186px;
    z-index: 1;
    right: 0;
    border: 1px solid #ffa636;
}

    .eSign-ui-split-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .eSign-ui-split-dropdown-content a:hover {
            background-color: #ddd;
        }

.eSign-ui-split-dropdown:hover .eSign-ui-split-dropdown-content {
    display: block;
}

.eSign-ui-split-btn:hover, .eSign-ui-split-dropdown:hover .eSign-ui-split-btn {
    background-color: #faa636 !important;
    color: white !important;
    cursor: pointer;
}

.eSign-ui-split-dropdown-content-btn {
    color: black;
    padding: 12px 16px;
    background-color: white;
    border: none;
    height: 40px;
}

    .eSign-ui-split-dropdown-content-btn:hover {
        background-color: #faa636;
        color: white !important;
        cursor: pointer;
    }


/*DOCUMENT CARD*/
/*.eSign-ui-card-document {
    padding: 30px;
    margin: 12px;
    width: 140px;
    height: 140px;
    border: 1px solid #aaa;
    display: inline-flex;
    position: relative;
}

    .eSign-ui-card-document:hover {
        transition-duration: 0.4s;
        cursor: pointer;
        background-color: #faa636;
    }

    .eSign-ui-card-document h1 {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.eSign-ui-card-option:after {
    content: '\2807';
    font-size: 20px;
}

.eSign-ui-card-option-button {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 14px;
    border: none;
    background-color: transparent;
}

    .eSign-ui-card-option-button:hover {
        transition-duration: 0.4s;
        background-color: #003a63;
        color: #eee;
    }

.eSign-ui-card-option-menu {
    display: none;
}

.eSign-ui-card-option-content {
    width: 168px;
    display: inline-grid;
    position: absolute;
    right: 0px;
    background-color: #eee;
    text-align: left;
}

    .eSign-ui-card-option-content a {
        padding: 10px;
    }

        .eSign-ui-card-option-content a:hover {
            transition-duration: 0.4s;
            background-color: #003a63;
            color: #eee;
        }

.eSign-ui-card-option-command img, .eSign-ui-card-option-command span {
    width: 32px;
    vertical-align: middle;
    display: inline-block;
}*/
/*DOCUMENT CARD*/


/*DOCUMENT NAVIGATION*/
.eSign-ui-DocumentNavigation {
    position: relative;
    /*left: 640px;*/
    left: 1010px;
    top: -100px;
    z-index: 0;
    width: 360px;
}

    .eSign-ui-DocumentNavigation td {
        text-align: center;
    }

    .eSign-ui-DocumentNavigation button {
        width: 120px;
        height: 80px;
        border: none;
        transition-duration: 0.4s;
        outline: none !important;
        outline-style: none !important;
    }

        .eSign-ui-DocumentNavigation button:hover {
            /*background-color: #093c82;*/
            background-color: #faa636;
            color: #fff;
            outline: none !important;
            outline-style: none !important;
            cursor: pointer;
        }

        .eSign-ui-DocumentNavigation button:focus {
            border: none;
            outline: none !important;
            outline-style: none !important;
        }

    .eSign-ui-DocumentNavigation span {
        position: relative;
        padding-right: 0px !important;
        font-size: 24px;
    }

    .eSign-ui-DocumentNavigation .count {
        font-size: 24px;
    }
/*DOCUMENT NAVIGATION*/


/*MULTI SELECTOR*/
.SearchIcon {
    width: 30px;
    height: 30px;
}

.multi-select-container {
    display: inline-block;
    position: relative;
    padding-right: 2px;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    /*top: 0.8em;*/
    z-index: 1;
    /*float: left;*/
    min-width: 100%;
    background: #fff;
    /* margin: 1em 0;*/
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    padding: 8px 2px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

/*.multi-select-menuitem input {
    margin-top: 0.25em;
    margin-left: -20px;
}*/

.multi-select-button {
    display: inline-block;
    /*font-size: 0.875em;*/
    padding: 8px 10px;
    max-width: 20em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    /*border-radius: 4px;*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    cursor: default;
    margin: 0px !important;
    width: 180px;
}

    .multi-select-button:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.4em 0.4em 0 0.4em;
        border-color: #999 transparent transparent transparent;
        margin-left: 0.4em;
        /*vertical-align: 0.1em;*/
        /*position: relative;*/
        /*right: 6px;
            top: 14px;*/
        position: absolute;
        right: 6px;
        top: 16px;
    }

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

    .multi-select-container--positioned .multi-select-menu label {
        /* Allow labels to line wrap when menu is artificially narrowed */
        white-space: normal;
    }
/*MULTI SELECTOR*/

/*TOP MENU*/
.applicationName img {
    cursor: pointer;
}

.eSign-ui-TopMenu {
    width: 100%;
    height: 50px;
    background-color: #003a63;
    position: absolute;
    top: 0px;
    left: 0px;
    display: contents;
}

    .eSign-ui-TopMenu .horizontal-align {
        /*width: 1400px;*/
        margin: auto;
    }

    .eSign-ui-TopMenu .applicationName {
        font-size: 24px;
        padding-right: 20px;
        display: inline-flex;
    }

    .eSign-ui-TopMenu #profileMenu div {
        padding-left: 20px;
    }

    .eSign-ui-TopMenu a {
        color: white;
        font-weight: bolder;
        font-size: 18px;
        text-decoration: none;
    }

    .eSign-ui-TopMenu .applicationMenu {
        height: 50px;
        vertical-align: middle;
        background-color: #003a63;
        border-bottom: 2px solid #faa636;
    }

        .eSign-ui-TopMenu .applicationMenu .menu {
            display: inline-flex;
        }

    .eSign-ui-TopMenu .menu {
        float: right;
    }


/* Dropdown Button */
.eSign-ui-click-dropdown-button {
    /*background-color: #faa636;*/
    background-color: #003a63;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none !important;
    cursor: pointer;
    outline-style: none !important;
    height: 50px !important;
}
    /* Dropdown button on hover & focus */
    .eSign-ui-click-dropdown-button:hover, .eSign-ui-click-dropdown-button:focus {
        /* background-color: #2980B9;*/
        background-color: #faa636;
        border: none !important;
        outline: none !important;
        outline-style: none !important;
        transition-duration: 0.4s;
        border-radius: 0px 0px;
    }

/* The container <div> - needed to position the dropdown content */
.eSign-ui-click-dropdown {
    position: relative;
    display: inline-block;
}

/* eSign-ui-click-dropdown Content (Hidden by Default) */
.eSign-ui-click-dropdown-content {
    display: none;
    position: absolute;
    top: 50px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    right: 0px;
}

    /* Links inside the eSign-ui-click-dropdown */
    .eSign-ui-click-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of eSign-ui-click-dropdown links on hover */
        .eSign-ui-click-dropdown-content a:hover {
            background-color: #2980B9;
            color: #fff;
        }

/* Show the eSign-ui-click-dropdown menu (use JS to add this class to the .eSign-ui-click-dropdown-content container when the user clicks on the eSign-ui-click-dropdown button) */
.eSign-ui-click-dropdown-show {
    display: block;
}
/*TOP MENU*/

.custom-combobox input {
    vertical-align: middle;
    padding: 6px;
}

.custom-combobox a {
    vertical-align: middle;
    padding: 6px;
    height: 32px;
}

.eSign-ui-create {
    background-color: white;
}

.eSign-ui-create-content {
    border: 2px solid #faa636;
    min-height: 300px;
    padding: 20px;
}

.eSign-ui-create-workflow {
}

    .eSign-ui-create-workflow div {
        display: inline-flex;
        border: 1px solid #eee;
        width: 194px;
        padding: 20px;
        background-color: #003a63;
        color: white;
        font-weight: bold;
    }

    .eSign-ui-create-workflow span {
        text-align: center;
        margin: auto;
    }

    .eSign-ui-create-workflow .current {
        background-color: #faa636;
        font-weight: bolder;
        color: black;
        border: 1px solid #faa636;
    }

.eSign-ui-workflow-nav {
    width: 100%;
}

    .eSign-ui-workflow-nav .eSign-ui-btn {
        width: 150px !important;
        height: 50px !important;
    }

    .eSign-ui-workflow-nav .navBack {
        float: left;
    }

    .eSign-ui-workflow-nav .navError {
        text-align: center;
        width: 100%;
    }

    .eSign-ui-workflow-nav .navNext {
        float: right;
    }

.eSign-ui-workflow-label {
    font-size: 16px;
    font-weight: bold
}

/*CUSTOM CHECKBOX*/
/*.custom-checkbox {
    line-height: 1.5em;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: -18px;
    border: 1px solid rgb(192,192,192);
    border-radius: 0.25em;
    background: rgb(224,224,224);
    box-sizing: border-box;
    vertical-align: middle;
}

    .custom-checkbox.checked {
        content: "";
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        background-color: #faa636;
    }

input[type="checkbox"] {
    margin: 0px;
    height: 16px;
    width: 19px;
    opacity: 0;
    vertical-align: middle;
}*/

input[type="checkbox"] {
    margin-top: 0px;
    vertical-align: middle;
}
/*CUSTOM CHECKBOX*/

.weak {
    font-weight: bold;
    color: red;
}

.strong {
    font-weight: bold;
    color: green;
}


/*PROFILE*/
.eSign-ui-profile {
    position: relative;
    top: 50px;
}

    .eSign-ui-profile input {
        width: 300px;
        height: 30px;
    }

        .eSign-ui-profile input[type=submit] {
            width: 100%;
        }
/*PROFILE*/















.eSign-ui-card-panel {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: stretch;
    padding: 10px;
}


.eSign-ui-card-document {
    width: 12.5%;
    height: 250px;
    flex: 0 0 12.5%;
    position: relative;
}

/*.eSign-ui-card-document:hover {
        transition-duration: 0.4s;
        cursor: pointer;
        background-color: #faa636;
    }*/

.eSign-ui-card-document-content {
    /*border: 1px solid #eee;*/
    border: none;
    text-align: center;
    height: 100%;
}

.eSign-ui-card-document-content-info {
    padding: 10px;
    height: 230px;
}

    .eSign-ui-card-document-content-info .wrapper {
        border: 1px solid #ccc;
        height: 100%;
    }

        .eSign-ui-card-document-content-info .wrapper:hover {
            transition-duration: 0.4s;
            cursor: pointer;
            background-color: #faa636;
        }


.eSign-ui-card-document h1 {
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 30px 20px 0px;
}

.eSign-ui-card-option:after {
    content: '\2807';
    font-size: 20px;
}

.eSign-ui-card-option-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 14px;
    border: none;
    background-color: transparent;
}

    .eSign-ui-card-option-button:hover {
        transition-duration: 0.4s;
        background-color: #003a63;
        color: #eee;
    }

.eSign-ui-card-option-menu {
    display: none;
}

.eSign-ui-card-option-content {
    width: 168px;
    display: inline-grid;
    position: absolute;
    right: 0px;
    background-color: #eee;
    text-align: left;
}

    .eSign-ui-card-option-content a {
        padding: 10px;
    }

        .eSign-ui-card-option-content a:hover {
            transition-duration: 0.4s;
            background-color: #003a63;
            color: #eee;
            border: none;
        }

.eSign-ui-card-option-command img, .eSign-ui-card-option-command span {
    width: 32px;
    vertical-align: middle;
    display: inline-block;
}


/*DataGrid View BUttons*/
.eSign-ui-data-view {
    height: 30px;
    width: 30px;
    float: right;
    margin-left: 2px;
}

    .eSign-ui-data-view :hover {
        cursor: pointer;
    }

    .eSign-ui-data-view:disabled :hover {
        cursor: default;
    }
/*DataGrid View BUttons*/

/*SEARCH*/
.eSign-ui-search-bar {
    display: inline-flex;
    width: 530px;
    padding-right: 2px;
    padding-left: 4px;
}

    .eSign-ui-search-bar * {
        box-sizing: border-box;
    }

    .eSign-ui-search-bar input[type=text] {
        float: left;
        width: 100%;
        height: 34px;
        padding: 10px !important;
        margin: 0px !important;
    }

    .eSign-ui-search-bar input[type=submit] {
        float: left;
        width: 20%;
        border: 1px solid #ccc;
        border-left: none;
        cursor: pointer;
        background-image: url("../images/search.png");
        background-size: 28px;
        background-position: center;
        background-repeat: no-repeat;
    }

        .eSign-ui-search-bar input[type=submit]:hover {
            background: #0b7dda;
        }

    /* Clear floats */
    .eSign-ui-search-bar::after {
        content: "";
        clear: both;
        display: table;
    }
/*SEARCH*/

.eSign-ui-signature-font {
    font: 100 18px 'SignatureFont';
}

@font-face {
    font-family: SignatureFont;
    src: url("/Fonts/BRUSHSCI.TTF");
}

.eSign-ui-max-width {
    width: 100% !important;
}

[data-control="textbox"] {
    height: 26px;
}

[data-control="dropdown"] {
    height: 28px;
    border-color: #ccc;
}

.transition {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    border: 1px solid #eee;
}

[data-control="image"] {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

/*Overrides*/
.dropzone {
    padding: 0px !important;
    border: none !important;
    min-height: 100px !important;
}

.dz-error-message {
    top: 150px !important;
}

.dz-preview {
    z-index: 0;
}
/*Overrides*/

.eSign-ui-dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 120px;
}

.eSign-ui-dropzone-defaultmessage {
    line-height: 1.4rem !important;
    font-family: Roboto, "Open Sans", sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    margin: auto !important;
}

/*Cookie Consent*/
.cookie-modal-content {
    width: 500px;
    box-shadow: 0px 0px 15px #cccccc;
}

    .cookie-modal-content button {
        width: 100%;
    }
/*Cookie Consent*/

input[type="checkbox"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 1.6em;
    height: 1.6em;
    border-radius: 0.15em;
    margin-right: 0.5em;
    border: 0.15em solid #c5c5c5;
    outline: none;
    cursor: pointer;
    flex: none;
}

input:checked {
    background-color: #faa636 !important;
    position: relative;
}

    input:checked::before {
        content: "\2713";
        font-size: 1.5em;
        color: white;
        position: absolute;
        right: 1px;
        top: -6px;
    }

.eSignPage input:checked {
    background-color: #c8c8c8 !important;
    position: relative;
}

    .eSignPage input:checked::before {
        content: "\2713";
        font-size: 1.5em;
        color: red;
        position: absolute;
        right: 1px;
        top: -6px;
    }

.eSign-ui-btn-xl {
    padding: 10px 30px;
}
