﻿a, a:active, a:visited, a:hover {
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial;
    color: #07c;
}

    a:hover {
        color: #0c92f2;
    }

.wm-es-dialog {
    z-index: 1000 !important;
    font-size: 90%;
}

.ui-widget-overlay {
    background-color: black;
    opacity: 0.7;
}

.esignature-container {
    margin-top: 10px;
    max-width: 790px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    box-shadow: 0 0 13px 3px #C3C3C3;
}

.esignature-form-container {
    margin-top: 10px;
    max-width: 790px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0 0 13px 3px #C3C3C3;
    padding: 20px 20px 20px 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    text-align: left;
}

    .esignature-form-container #esignbutton {
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
        height: 50px;
        text-align: center;
    }


    .esignature-form-container .form-save {
        font-size: 100%;
        height: 30px;
        margin-left: 10px;
    }

    .esignature-form-container .form-cancel {
        font-size: 100%;
        height: 30px;
        margin-right: 10px;
    }

.esignature-container .esignature-header {
    border-bottom: solid 1px #E6E6E6;
    box-shadow: none;
    width: 100%;
    top: 0;
    position: absolute;
    background-color: #F7F8F9;
    /*height: 60px;*/
    z-index: 400;
    text-align: center;
}


    .esignature-container .esignature-header .esignature-header-button .button.e-left {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .esignature-container .esignature-header .esignature-header-button.e-left .button {
        margin-top: 10px;
        margin-left: 10px;
    }

    .esignature-container .esignature-header .esignature-header-button .button.e-right {
        float: right;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

@media (max-width: 450px) {
    .esignature-container .esignature-header .esignature-header-button .desc {
        display: none;
    }
}

.esignature-header-success-message {
    color: #003ecc;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    display: inline;
    text-align: left;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.esignature-container .esignature-content {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    webkit-tap-highlight-color: #000000;
    user-select: none;
    cursor: pointer;
    display: block;
    position: relative;
    padding-top: 60px;
    z-index: 300;
}

    .esignature-container .esignature-content .esignature-content-imagecontainer {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .esignature-container .esignature-content .pdfimage {
        max-width: 790px;
        height: auto;
        width: 99%;
        border-top: dashed 4px #929292;
    }

        .esignature-container .esignature-content .pdfimage:nth-of-type(1) {
            border-top: 0;
        }

.esignature-form .row {
    margin-top: 3px;
    margin-bottom: 10px;
    vertical-align: middle;
    box-sizing: border-box;
}

    .esignature-form .row *:before, *::after {
        box-sizing: border-box;
    }

    .esignature-form .row .form-label {
        padding-right: 10px;
        padding-left: 0;
        padding-top: 3px;
    }

    .esignature-form .row .form-data {
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }

    .esignature-form .row .section-header {
        text-align: center;
        background-color: lightgray;
        font-weight: bold;
    }

.esignature-form .text-center {
    text-align: center;
}

.esignature-form .fine-print {
    font-size: small;
}

.esignature-form input[type='text'] {
    height: 25px;
    width: 99%;
    vertical-align: middle;
}

.esignature-form .row select {
    height: 25px;
    border-width: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}


.error-message {
    font-size: 80%;
    color: maroon;
}

.signature-pad-error {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.esignature-form .authorize-row {
    text-align: center;
}

@media (min-width: 768px) {
    .esignature-form .row .form-label {
        text-align: right;
        padding-top: 10px;
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
    touch-action: manipulation;
    transition: all .1s ease-in;
    padding: 5px 14px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 80%;
}

.blue.button {
    color: #FFF;
    background-color: #0095ff;
    border-color: #07c;
    box-shadow: inset 0 1px 0 #66bfff;
}

    .blue.button:hover {
        color: #FFF;
        background-color: #07c;
        border-color: #005999;
        box-shadow: inset 0 1px 0 #3af;
    }




.silver.button {
    color: black;
    background-color: #C3C3C3;
    border-color: #b6b6b6;
    box-shadow: inset 0 1px 0 #E6E6E6;
}

    .silver.button:hover {
        color: black;
        background-color: #b0b0b0;
        border-color: #a4a4a4;
        box-shadow: inset 0 1px 0 #E6E6E6;
    }

.green.button {
    color: white;
    background-color: #64ae6f;
    border-color: #5b9b64;
    box-shadow: inset 0 1px 0 #87ed95;
}

    .green.button:hover {
        color: white;
        background-color: #5ca166;
        border-color: #65ac6f;
        box-shadow: inset 0 1px 0 #7cd989;
    }

.cancel.linkbutton {
    margin: 0 0 0 0;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
}

a.cancel.linkbutton, a.cancel.linkbutton:active, a.cancel.linkbutton:visited, a.cancel.linkbutton:hover {
    font-size: 80%;
    color: #696969;
}

    a.cancel.linkbutton:hover {
        color: #07c;
    }

table.terms-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0;
}

    table.terms-table .terms-language {
        text-align: left;
        font-family: Tahoma, Verdana, Arial;
        font-size: 80%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 150%;
    }

    table.terms-table .terms-action {
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }

.popup-text a, .popup-text a:active, .popup-text a:visited {
    color: #07c;
}

a:hover {
    color: #0c92f2;
}


@media (max-width: 600px) {
    table.terms-table tr td {
        display: block;
    }

    table.terms-table .terms-action {
        padding-bottom: 10px;
    }
}

/************ START autocomplete *****************/

.WMAutoCompleteFlyout {
    background-color: #FFFFFF;
    min-width: 300px !important;
    text-align: inherit;
    text-indent: -1;
    list-style: none;
    overflow: auto;
    margin-left: 0px;
    border: 1px solid #B5C6D4;
    margin-top: 0px;
    padding-left: 0px;
    z-index: 999999 !important;
    max-height: 300px;
}

/* AutoComplete highlighted item */

.WMAutoCompleteItem, .WMAutoCompleteItemHighlight {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    background: none;
    border-collapse: collapse;
    text-align: inherit left;
    width: 98.5% !important;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px LightGrey;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: normal;
    z-index: 999999;
    padding-left: 3px;
}

/* AutoComplete item */

.WMAutoCompleteItemHighlight {
    background-color: #CCCCCC;
    cursor: pointer;
    z-index: 999999;
}


span.WMAutoComplete_Highlight {
    color: Blue !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    z-index: 999999;
}

/************ END autocomplete *****************/

.signature-pad--current-container .signature-pad--current-image, .m-signature-pad--body canvas {
    background-color: white !important;
}
