﻿.pdfpage {
    position: relative;
    top: 0;
    left: 0;
    /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);*/
    margin: auto;
    /*margin-bottom: 5px;*/
}

    .pdfpage > canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .pdfpage > div {
        position: absolute;
        top: 0;
        left: 0;
    }

.inputControl {
    background: transparent;
    border: 0px none;
    position: absolute;
    margin: auto;
    font-size: 13px;
    color: black !important;
}

    .inputControl[type='checkbox'] {
        margin: 0px;
        width: 18px;
        height: 18px;
    }

.inputHint {
    border: 1px solid #d8dadd;
    /*opacity: 1;*/
    background: #fff;
    /*opacity: 1;
						background: #ccc;*/
    position: absolute;
}

#divContent {
    width: auto !important;
}

.box {
    width: 200px;
}

.input-control {
    width: 100%;
    display: inline-block;
}

.cedarville-row {
    width: 100%;
    display: tabel;
}

    .cedarville-row .input-control {
        width: 30%;
    }

.modalParentDiv {
    border: 2px solid #6ca7ff;
    padding: 3px 2px 2px 2px;
    height: 50px;
    width: 200px;
    position: absolute;
    background: #d7e7ffa8;
}

.cedarville-row .input-control {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    font-size: 14px;
    height: auto;
    padding: 8px 5px;
}

    .cedarville-row .input-control.SelectedFont, .cedarville-row .input-control:hover, .cedarville-row .input-control:focus {
        background-color: #C2DC91;
    }

.btn-cancelSign {
    background-color: transparent;
    background-image: url(/images/cancel-signature.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-arrow {
    background-color: transparent;
    background-image: url(/images/sign-field-icon.png);
    background-repeat: no-repeat;
    background-size: 50px !important;
}

    .btn-arrow:hover:not(.disabled), .btn-arrow:focus:not(.disabled) {
        background-image: url(/images/sign-field-icon.png) !important;
    }

.btn-cancelSign:hover, .btn-cancelSign:focus {
    opacity: 0.7;
}

.signature-btn {
    background-image: url(/images/signature.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.btn.green.signature-btn, .btn-small.green.signature-btn {
    background-color: transparent;
    background-repeat: no-repeat;
}

    .btn-small.green.signature-btn:hover, .btn-small.green.signature-btn:focus {
        opacity: 0.7;
    }

table td {
    padding: 15px;
    text-align: left;
}

.imgContainer {
    height: 100px !important;
    width: 100px !important;
    margin-bottom: 20px;
}

.divContainer {
    text-align: center;
}

.outer-layers .content-body span {
    padding: 0 0 10px;
    margin: 0 0 25px;
    line-height: 1.2em;
}

.detailsTbl {
    width: 80%;
    display: inline-table;
}

.redAlert {
    border-color: red !important;
}

.btnBack {
    border: solid 1px #9fa4a9;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../images/Estimator/fonts/glyphicons-halflings-regular.eot');
    src: url('../images/Estimator/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../images/Estimator/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../images/Estimator/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../images/Estimator/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


.cedarville_cursive {
    font-family: 'Cedarville Cursive', cursive;
}

@font-face {
    font-family: 'Cedarville Cursive';
    src: url('../images/Estimator/fonts/cedarville-cursive-59100ea35a6b8.ttf') format('truetype');
}

.kristi {
    font-family: 'Kristi', cursive;
}

@font-face {
    font-family: 'Kristi';
    src: url('../images/Estimator/fonts/kristi-59100fbeb5073.ttf') format('truetype');
}

.mr_dafoe {
    font-family: 'Mr Dafoe', cursive;
}

@font-face {
    font-family: 'Mr Dafoe';
    src: url('../images/Estimator/fonts/mr-dafoe-regular-5910101ef3532.ttf') format('truetype');
}

.sacramento {
    font-family: 'Sacramento', cursive;
}

@font-face {
    font-family: 'Sacramento';
    src: url('../images/Estimator/fonts/sacramento-591010335875a.ttf') format('truetype');
}

.montez {
    font-family: 'Montez', cursive;
}

@font-face {
    font-family: 'Montez';
    src: url('../images/Estimator/fonts/montez-5910104801132.ttf') format('truetype');
}

.reenie_beanie {
    font-family: 'Reenie Beanie', cursive;
}

@font-face {
    font-family: 'Reenie Beanie';
    src: url('../images/Estimator/fonts/reenie-beanie-5910105b71da6.ttf') format('truetype');
}

/* ======================================== FIELD PROPERTIES DIALOG ======================================== */

.sigPad {
    margin: 0;
    padding: 0;
    width: 502px;
}

    .sigPad label {
        display: block;
        margin: 0 0 0.515em;
        padding: 0;
        color: #000;
        font: italic normal 1em/1.375 Georgia, Times, serif;
    }

        .sigPad label.error {
            color: #f33;
        }

    .sigPad input {
        margin: 0;
        padding: 0.2em 0;
        width: 198px;
        border: 1px solid #666;
        font-size: 1em;
    }

        .sigPad input.error {
            border-color: #f33;
        }

    .sigPad button {
        margin: 1em 0 0 0;
        padding: 0.6em 0.6em 0.7em;
        background-color: #ccc;
        border: 0;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        color: #555;
        font: bold 1em/1.375 sans-serif;
        text-align: left;
    }

        .sigPad button:hover {
            background-color: #333;
            color: #fff;
        }

.sig {
    display: none;
}

.sigNav {
    display: none;
    height: 2.25em;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}

    .sigNav li {
        display: inline;
        float: left;
        margin: 0;
        padding: 0;
    }

    .sigNav a,
    .sigNav a:link,
    .sigNav a:visited {
        display: block;
        margin: 0;
        padding: 0 0.6em;
        border: 0;
        color: #333;
        font-weight: bold;
        line-height: 2.25em;
        text-decoration: underline;
    }

        .sigNav a.current,
        .sigNav a.current:link,
        .sigNav a.current:visited {
            background-color: #666;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-topright: 8px;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-top-right-radius: 8px;
            border-radius: 8px 8px 0 0;
            color: #fff;
            text-decoration: none;
        }

    .sigNav .typeIt a.current,
    .sigNav .typeIt a.current:link,
    .sigNav .typeIt a.current:visited {
        background-color: #ccc;
        color: #555;
    }

    .sigNav .clearButton {
        bottom: 0.2em;
        display: none;
        position: absolute;
        right: 0;
        font-size: 0.75em;
        line-height: 1.375;
    }

.sigWrapper {
    clear: both;
    /*height: 55px;*/
    border: 1px solid #ccc;
}

    .sigWrapper.current {
        border-color: #666;
    }

.signed .sigWrapper {
    border: 0;
}

.pad {
    position: relative;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cursor0 {
    /**
    * For cross browser compatibility, this should be an absolute URL
    * In IE the cursor is relative to the HTML document
    * In all other browsers the cursor is relative to the CSS file
    *
    * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
    */
    cursor: url("static/css/pen_0.cur"), crosshair;
    /**
     * IE will ignore this line because of the hotspot position
     * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
     */
    cursor: url("pen_0.cur") 16 16, crosshair;
}

.cursor1 {
    cursor: url("static/css/pen_1.cur"), crosshair;
    cursor: url("pen_1.cur") 16 16, crosshair;
}

.cursor2 {
    cursor: url("static/css/pen_2.cur"), crosshair;
    cursor: url("pen_2.cur") 16 16, crosshair;
}

.typed {
    height: 55px;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    z-index: 90;
    cursor: default;
    color: #145394;
    font: normal 1.875em/50px "Journal", Georgia, Times, serif;
}

.typeItDesc,
.drawItDesc {
    display: none;
    margin: 0.75em 0 0.515em;
    padding: 0.515em 0 0;
    border-top: 3px solid #ccc;
    color: #000;
    font: italic normal 1em/1.375 Georgia, Times, serif;
}

p.error {
    display: block;
    margin: 0.5em 0;
    padding: 0.4em;
    background-color: #f33;
    color: #fff;
    font-weight: bold;
}

.SelectedFont {
    background-color: lightblue;
}

.penColour {
    float: left;
    display: block;
    width: 13px;
    height: 13px;
    margin-top: 8px;
}

.greenColour {
    margin-left: 3px;
    background: #34AF00;
}
    .greenColour:hover,
    .greenColourActive {
        outline: 5px solid #34AF00 !important;
    }

.blueColour {
    margin-left: 25px;
    background: #1968B7;
}

    .blueColour:hover,
    .blueColourActive {
        outline: 5px solid #1968B7 !important;
    }


.blackColour {
    margin-left: 25px;
    background: #333333;
}

    .blackColour:hover,
    .blackColourActive {
        outline: 5px solid #333333 !important;
    }

.drawCanvas {
    cursor: default;
 /*   width: 460px;
    height: 200px;*/
    background-color: white
}

.estimator-btns {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.estimator-btns button {
    margin-right: 12px;
}

.reviewFrame {
    border: 1px solid #999;
    padding: 25px;
    border-radius: 15px;
    margin-top: 20px;
}