﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

.signature-font {
    font-family: 'Nothing You Could Do', cursive;
}

@font-face {
    font-family: Signature1;
    src: url(../fonts/Signature1.ttf);
}

@font-face {
    font-family: Signature2;
    src: url(../fonts/Signature2.ttf);
}

@font-face {
    font-family: Signature3;
    src: url(../fonts/Signature3.ttf);
}

@font-face {
    font-family: Signature4;
    src: url(../fonts/Signature4.ttf);
}

.mini-signature {
    max-width: 200px;
    border-radius: 0.625rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border: solid 1px whitesmoke;
    margin-bottom: 5px;
    padding: 8px;
    cursor: pointer;

}
    .mini-signature:hover {
        box-shadow: rgba(196, 207, 239, 0.1) 0px 1px 3px 0px, rgba(196, 207, 239, 0.06) 0px 1px 2px 0px;
        border: solid 1px #c4cfef;
    }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 13px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.bg-blue {
    background-color: #35608e;
}

.dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #0000009e;
}

.message-popup {
    z-index: 101;
}

.page {
    width: 100%;
    background: white;
    border: 0px;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
    margin-bottom: 20px !important;
    padding: 35px;
    max-width: 850px;
    max-height: 1050px;
    height: 1050px;
    overflow: hidden;
    min-height: 1050px;
}

.pdf-page {
    background: white;
    border: 0px;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
    margin-bottom: 20px !important;
    max-height: 100%;
    max-width: 100%;
}

@media screen and (max-width: 960px) {

    .pdf-page {
        height: 100% !important;
    }

    .page {
        max-width: initial;
        max-height: initial;
        height: initial;
        overflow: initial;
        min-height: initial;
        padding: 15px;
    }

    .page .complete-signature {
        max-width: 100px;
    }

    .page img {
        max-width: 100%;
    }

    .mini-signature {
        max-width: 32%;
    }

    .follow-message {
        display: none;
    }

    .follow-message-mobile {
        display: block !important;
        background: #6f9b84;
    }

    .complete-initials {
        max-width: 30px;
    }

    .complete-signature {
        cursor: pointer;
        max-width: 120px;
    }

    .introjs-overlay {
        display: none;
    }

    .introjs-tooltip {
        display: none;
    }

    .page table {
        width: 100% !important;
    }

    .autonavigate {
        display: none;
    }

    .pages-container p, .pages-container span, .pages-container div, .pages-container h1, .pages-container h2, .pages-container h3, .pages-container h4, .pages-container h5, .pages-container a, .pages-container button, .pages-container strong, .pages-container td {
        font-size: 2vw !important;
    }

    input[type="radio"], input[type="checkbox"] {
        width: 12px !important;
    }

    .pages-container {
        padding: 0px !important;
    }

    .pages-container button {
        padding: 2px 6px !important;
    }
}

.trumbowyg-box, .trumbowyg-editor {
    border: solid 0px white !important;
    border-radius: 0.625rem;
}
.page-toolbar {
    background: white;
    max-width: 850px;
    border: 0px;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
    padding: 10px;
    margin-bottom: 5px;
}
.trumbowyg-box {
    background: white;
    max-width: 850px;
    margin: 0 auto;
}


input, textarea {
    outline: none !important;
}

.cursor-pointer {
    cursor: pointer;
}


.card {
    margin-bottom: 30px;
    border: 0px;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
}

.card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.card-header {
    border-bottom: 0px;
    background: transparent;
}

    .card-header:first-child {
        border-radius: 0;
    }

.card .card-body {
    padding: 1.88rem 1.81rem;
}

.card-action a {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

    .card-action a:not(:last-child) {
        margin-right: 4px;
    }

    .card-action a i, .card-action a span {
        font-size: 12px;
    }

.card-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: auto;
}

.no-card-border .card {
    border: 0 !important;
}

.card-img-btn {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.card-bg-img-1 {
    background: url(../../assets/images/big/img6.jpg);
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

.card-bg-img-2 {
    background: url(../../assets/images/big/img6.jpg);
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
}

    .card-loader i {
        margin: 0 auto;
        color: #448aff;
        font-size: 1.3rem;
    }

.rotate-refresh {
    -webkit-animation: mymove 0.8s infinite linear;
    animation: mymove 0.8s infinite linear;
    display: inline-block;
}

.card-widget .card-body {
    padding: 1.8rem;
    border-radius: 3px;
}

.card-widget__title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.card-widget__subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.card-widget__icon {
    margin-right: 20px;
}

    .card-widget__icon i, .card-widget__icon span {
        font-size: 35px;
        color: #fff;
    }

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.opacity-5 {
    opacity: 0.5;
}

.card-footer {
    background: white;
}

.navbar {
    padding: 20px 5px;
    font-family: 'Open Sans', sans-serif;
}

.card-header {
    font-size: 16px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 3%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 87%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 3%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.card-header {
    border-bottom: solid 1px whitesmoke;
    padding: 16px;
    font-weight: bold;
    font-family: 'Open Sans';
}
.open-sans {
    font-family: 'Open Sans';
}

.page {
    font-size: 16px;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.icon i {
    font-size: 2.25rem;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon-shape i {
    font-size: 1.25rem;
}

.list-file {
    background: #f8f8f8;
    color: #212529;
    font-size: 11px;
    padding: 7px 13px;
    border-radius: .5em;
    border: dashed 1px black;
    overflow: hidden;
    margin: 7px 0;
}

.browse-file {
    background: #f8f8f8;
    color: #212529;
    font-size: 11px;
    padding: 7px 13px;
    border-radius: .5em;
    border: dashed 1px black;
    overflow: hidden;
    margin: 7px 0;
}

.complete-signature {
    cursor: pointer;
}

.follow-message {
    background: #6f9b84;
}

.btn-orange {
    color: black;
    background: orange;
}

.btn-brown {
    background: #b3894e;
    color: white;
    outline: none;
}

.btn-brown.btn-caret-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-treeland {
    background-color: #b3894e;
    border-radius: 4px;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

.btn-brown:hover {
    color: white;
}

.message-popup {
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
}

.tools-bar {
    border-bottom: solid 1px lightgrey;
    
}

.autonavigate {
}

.btn-caret-right::after {
    border-left-color: #b3894e !important;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -18px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 1em solid;
    right: -1em;
}