﻿@media print {
    body {
        margin: 10px;
    }
}

.FileImage {
    border-bottom: 3px solid black;
    width: 1224px;
    height: 1584px;
}

.bubble {
    left: 93px;
    top: 21px;
    width: 135px;
    height: 84px;
    display: table;
    background: #FFFF66;
    opacity: 0.7;
    position: absolute;
}

.bubble p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.continue {
    margin: 10px 5px 5px 0px;
}

.btn-grayout, .btn-grayout:hover, .btn-grayout:active {
    background: #C0C0C0;
    opacity: .9;
    color: #E0E0E0;
    text-decoration: none;
}

table {
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.mycheckBig input {
    /*width: 18px;
    height: 18px;*/
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 999 !important;
}

.modalPopup {
    position: fixed;
    top: 100px !important;
    padding-top: 10px;
    padding-left: 10px;
    width: 500px;
    height: 240px;
    z-index: 1000 !important;
    text-align: center;
}

.modalText {
    width: 100%;
}

.signed {
    font-family: 'Tangerine', cursive !important;
    font-weight: bold !important;
    border: 0px solid !important;
}

.printsigned {
    border: 0px solid !important;
}

.signControl {
    font-family: 'times';
    opacity: .8;
    position: absolute;
    padding: 0px !important;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    /*display: flex;
  align-items: center;*/
    padding-top: 50px;
}

.thank {
    background-color: white;
    padding: 20px;
}

    .thank p {
        text-align: left;
    }

    .thank hr {
        color: black;
        height: 1px;
        background-color: black;
    }

.disableMouse {
    cursor: not-allowed;
}

.innerPanel {
    position: relative;
}

.hiddenlabel {
    display: none;
}

.guide {
    width: 110px;
    height: 45px;
    left: -50px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    padding: 10px;
    background-color: #FFC820;
    color: black;
    position: absolute;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #FFC820;
    position: relative;
    top: -35px;
    left: 100px;
}

.modal-footer.bg-gray-light:not(i) {
    background-color: #EFEFEF !important;
    color: #5B5B5B !important;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.modal-open .modal {
    z-index: 2000;
}

.modal-full {
    width: 98%;
}

.modal-footer.text-center {
    text-align: center;
}

.modal-panel .btn {
    margin-bottom: 10px;
}

ul.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-axisMaxMin {
    color: red !important;
}

.modal-content {
    border-radius: 0px;
    border: none;
}

.modal-dialog {
    margin-top: 10%;
    z-index: 10000;
}

.modal-header {
    border-bottom: none;
    text-transform: uppercase;
}

    .modal-header .modal-title {
        font-size: 18px;
    }

    .modal-header .close {
        opacity: .3;
        text-shadow: none;
        margin-top: -24px;
    }

    .modal-header i {
        font-size: 12px;
    }

    .modal-header[class*="bg-"].close {
        color: #ffffff;
        opacity: .4;
    }

.modal-footer {
    border-top: none;
    padding: 15px 15px 20px 15px;
}

.modal h2 {
    font-size: 20px;
}

.modal-topfull {
    margin-top: 0;
    width: 100%;
}

    .modal-topfull .modal-content {
        border-left: none;
        border-right: none;
        border-top: none;
    }

.modal.modal-topfull {
    padding-right: 0 !important;
}

.modal-bottomfull .modal-content {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.modal-bottomfull .modal-dialog {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-top: auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.modal.fade.in.modal-bottomfull .modal-dialog {
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.fade.modal-bottomfull .modal-dialog {
    -o-transform: translate3d(0, 25%, 0);
    -webkit-transform: translate3d(0, 25%, 0);
    -moz-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal-slideright .modal-dialog {
    bottom: 0;
    height: 100%;
    left: auto;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

    .modal-slideright .modal-dialog .modal-content {
        border: none;
        height: 100%;
    }

    .modal-slideright .modal-dialog .modal-body {
        border-collapse: collapse;
        display: table;
        height: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        table-layout: fixed;
        vertical-align: middle;
        width: 100%;
    }

        .modal-slideright .modal-dialog .modal-body .row {
            display: table-row;
        }

            .modal-slideright .modal-dialog .modal-body .row .col-md-12 {
                display: table-cell;
                float: none;
                text-align: center;
                top: -20%;
                vertical-align: middle;
            }

.modal-slideleft .modal-dialog {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 300px;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
}

    .modal-slideleft .modal-dialog .modal-content {
        border: none;
        height: 100%;
    }

    .modal-slideleft .modal-dialog .modal-body {
        border-collapse: collapse;
        display: table;
        height: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        table-layout: fixed;
        vertical-align: middle;
        width: 100%;
    }

        .modal-slideleft .modal-dialog .modal-body .row {
            display: table-row;
        }

            .modal-slideleft .modal-dialog .modal-body .row .col-md-12 {
                display: table-cell;
                float: none;
                text-align: center;
                top: -20%;
                vertical-align: middle;
            }

.modal.fade.modal-slideright .modal-dialog {
    -o-transform: translate3d(25%, 0, 0);
    -webkit-transform: translate3d(25%, 0, 0);
    -moz-transform: translate3d(25%, 0, 0);
    -ms-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.fade.modal-slideleft .modal-dialog {
    -o-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    -moz-transform: translate3d(-25%, 0, 0);
    -ms-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.fade.in.modal-slideright .modal-dialog {
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.fade.in.modal-slideleft .modal-dialog {
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal-image .modal-content {
    border: none;
}

    .modal-image .modal-content:before {
        background-image: url('../images/gradient-big.png');
        background-repeat: repeat-x;
        bottom: 0;
        content: " ";
        height: 70px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }

.modal-image .modal-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.modal-image .modal-body {
    padding: 0;
}

.modal-image .modal-footer {
    bottom: 0;
    color: #E9E9E9;
    font-size: 16px;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 2;
}

    .modal-image .modal-footer p {
        font-family: 'Lato', arial;
        font-weight: 100;
        font-size: 16px;
    }

.modal-img {
    -moz-transition: all 0.2s ease-out 0;
    -webkit-transition: all 0.2s ease-out 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    -o-transition: all 0.2s ease-out 0;
    transition: all 0.2s ease-out 0;
    width: 100%;
}

.modal-container {
    -moz-transition: all 0.2s ease-out 0;
    -webkit-transition: all 0.2s ease-out 0;
    background: #E6E6E6;
    cursor: pointer;
    height: 250px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    -o-transition: all 0.2s ease-out 0;
    transition: all 0.2s ease-out 0;
}

.modal-container:hover {
    background: #3C3C3C;
}

.loadingImage {
    background-image: url('loader.gif');
    border-bottom: 1px solid #808080;
}

.overlay {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 100;
    background-color: rgb(0, 0, 0);
    opacity: .7;
}

.esignModal {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 100;
}

.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}

.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index: 10000;
    position: absolute;
    width: 50%; /* Default */
    /* Center the dialog */
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
}

.ng-modal-dialog-content {
    padding: 10px;
    text-align: left;
}

.ng-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-weight: bold;
    font-family: 'arial', 'sans-serif';
}

.preview-text{
    margin-top:-10px;
    font-weight:bold !important;
    color:black;
    font-family: 'Tangerine', serif;
    font-size:24px !important;
    margin-left:10px;
    display:inline;
}

.div-btn-validate{
    padding-right:20px;
    text-align:right;
}