﻿/*NOTARYGO GREEN: 7dc242*/

html {
    /*background-color: #2a2a2a !important;*/
}

/* Show it is fixed to the top */
body {
    /*min-height: 75rem;*/
    padding-top: 4.5rem;
    padding-bottom: 10px;
    /*background-color: #f5f5f5;*/
}

a{
    text-decoration:underline
}

.underline {
    text-decoration:underline
}

textarea{
    resize:none
}

.div-main {
    /*padding: 3rem 1.5rem;*/
    /*text-align: center;*/
}

.box-shadow-notarygo {
    box-shadow: 0 0 0 0.2rem rgba(125,194,66,.5)
}

.text-color-notarygo {
    color: #7dc242 !important
}

.text-color-red{
    color:red !important
}

.background-color-notarygo {
    background-color: #7dc242 !important
}

.background-color-notarygo-light {
    background-color: #d8ecc6 !important
}

.text-color-lightgrey {
    color:lightgrey !important
}

.text-color-white {
    color: white !important
}

.background-color-lightgrey {
    background-color: lightgrey !important
}

.background-color-black {
    background-color: black !important
}

.no-wrap{
    white-space:nowrap
}

.large{
    font-size:200% !important
}

.btn-docstatus {
    background-color: transparent;
    color: black;
    height: 27px;
    font-size: 11px
}

    .btn-docstatus.focus, .btn-docstatus:focus {
        box-shadow: 0 0 0 0rem rgba(0,0,0,.0)
    }

.nna-badge {
    display: block;
    position: relative;
    top: -30px;
    left: 35px;
    width: 25%;
    height: auto;
    max-width: 150px;
    border-radius: 50%;
}

.profile-pic {
    display: block;
    width: 100%;
    height: auto;
    max-width: 150px;
    border-radius: 50%;
}

.profile-pic-square {
    display: block;
    width: 100%;
    height: auto;
    max-width: 150px;
}

.profile-pic-centered {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.profile-pic-sm {
    display: block;
    width: auto;
    height: 100%;
    max-height: 19px;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }

    .modal-xxl {
        width: 90%;
        max-width: 1300px;
    }

    .modal-lg {
        width: 90%;
        max-width: 800px;
    }
}

.table-condensed td {
    padding: 0px !important
}

.table-condensed th {
    padding: 0px !important
}

.table-btn {
    line-height: 9px;
    height: 20px;
    font-size: 11px;
}


.card-signup-header {
    background-color: white;
}

.required-text {
    color: red;
    font-weight: bold
}

.xsmall {
    font-size: 70%;
    font-weight: 400;
}

table.dataTable {
    border-collapse: collapse !important;
}

.daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
    background-color: #007bff !important
}

.daterangepicker .btn-primary, .daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:focus, .daterangepicker .btn-primary.disabled, .daterangepicker .btn-primary:disabled {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

/*fix for bad datatable styling*/
#datatable1_wrapper, #datatable2_wrapper, #datatable3_wrapper, #datatable4_wrapper, #datatable5_wrapper, #InvoicingTable_wrapper, #InvoicedTable_wrapper, #table1_wrapper, #datatable11_wrapper {
    padding: 0px !important;
}

.error {
    
}

select.error, input.error {
    border-color: #dc3545 !important
}
label.error {
    color: #dc3545;
    font-size:small
}

tr.clickable-row, tr.clickable-row-orders {
    cursor: pointer !important;
}

ul.primary {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.primary {
    padding-left: 1em;
    text-indent: -.7em;
}

li.primary::before {
    content: "• ";
    font-size:larger;
    color: #007bff;
}

.favorite-client{
    color:indianred
}

.favorite-notarygo {
    color: #7dc242
}

.favorite-spacer {
    font-weight: normal;
    color: #dee2e6
}

.favorite-clickable{
    cursor:pointer
}

.form-background-color {
    background-color: #f5f5f5 !important;
}

.form-hidden-text {
    color: #f5f5f5 !important;
}

.blur {
    filter: blur(3px);
}

.pointer{
    cursor:pointer
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.label-pro {
    padding: .1rem !important;
    padding-left: .35rem !important;
    padding-right: .35rem !important;
    border-radius: .25rem !important;
    font-size: 11px;
    font-weight: bold;
    color: black;
    background-color: #ffc107;
}

.escalated {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    color: #721c24 !important;
}

/***********************/
/*STAR RATING*/
/***********************/
.rating-star {
    /*background: linear-gradient(rgb(255, 206, 0), rgb(255, 167, 0)) rgb(255, 206, 0) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;*/
    color: #ffc107;
    float: left;
}

.star-ratingbox {
    display: block;
    clear: both;
    height: 16px;
}

.star-rating-nums {
    line-height: 16px;
    float: left
}

.star-review{
    float:left;
    font-size:200% !important
}

.star-filled {
    /*background: linear-gradient(rgb(255, 206, 0), rgb(255, 167, 0)) rgb(255, 206, 0) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;*/
    color: #ffc107;
}

.star-filled-pending {
    /*background: linear-gradient(lightblue, cornflowerblue) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;*/
    color: cornflowerblue;
}

/***********************/
/*CLIENT*/
/***********************/
.client-history {
    /*height: 318px;*/
}

.div-history {
    max-height: 280px;
    overflow-x: auto;
}

.div-requirements {
    max-height: 280px;
    overflow-x: auto;
}

.client-chat {
    min-height: 300px;
}

.client-chatbox {
    height: 300px;
    overflow-x:auto
}

.client-notary {
    /*height: 300px;*/
}

.button_bell {
    color: gold;
    display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: relative; /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 5px; /* Add some padding so it looks nice */
}

.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 4px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
}


/***********************/
/*NOTARY*/
/***********************/

.notary-detail-signer-chat-row{
    min-height:450px
}

.notary-chat {
    min-height: 400px;
}

.notary-chatbox {
    height: 350px;
    overflow-x: auto
}

.badge-opportunities {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 4px;
    font-size: 10px;
    top: 0;
    right: 0;
}

/*Payment setup*/
.payment-input-label {
    font-weight: bold;
    font-size: 14px;
}

.payment-input-label-agreement {
    font-weight: bold;
    font-size: 14px;
    opacity: 0.6;
}

.payment-modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #71be44;
    color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.payment-verification-block {
    border-radius: 4px;
    background: rgba(113, 190, 68, 0.6);
    padding: 10px;
    color: green;
}

#stripeErrorMessage {
    color: red;
    font-weight: bold;
}

.green-label
{
    background-color: #71be44;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    display: inline-block;
    color: white;
    font-weight: normal;
    font-size: 10px;
}

.orange-label {
    background-color: #e28501;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    display: inline-block;
    color: white;
    font-weight: normal;
    font-size: 10px;
}

.progress1 {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

    .progress1::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress1 > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress1 .progress1-left {
        left: 0;
    }

    .progress1 .progress1-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress1 .progress1-left .progress1-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress1 .progress1-right {
        right: 0;
    }

        .progress1 .progress1-right .progress1-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress1 .progress1-value {
        position: absolute;
        top: 0;
        left: 0;
    }

.notary-progress1-success {
    border-color: #7DC242 !important
}





.progress-circle {
    width: 250px;
    height: 250px;
    background: none;
    position: relative;
}

    .progress-circle::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 15px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-circle > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress-circle .progress-circle-left {
        left: 0;
    }

    .progress-circle .progress-circle-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 15px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress-circle .progress-circle-left .progress-circle-bar {
        left: 100%;
        border-top-right-radius: 125px;
        border-bottom-right-radius: 125px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress-circle .progress-circle-right {
        right: 0;
    }

        .progress-circle .progress-circle-right .progress-circle-bar {
            left: -100%;
            border-top-left-radius: 125px;
            border-bottom-left-radius: 125px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress-circle .progress-circle-value {
        position: absolute;
        top: 0;
        left: 0;
    }

.notary-progress-circle-success {
    border-color: #7DC242 !important
}


.daterangepicker {
    z-index: 20000000 !important
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    background-color: white;
    border: 1px solid #ced4da;
    color: black;
}



.bootstrap-select > .dropdown-toggle {
    background-color: white !important;
    border: 1px solid #ced4da;
    color: black !important;
}


