﻿.pgorgmodebanner {
    background-color: #63ee75;
    /*background-color: #20d1ea;*/
    /*border: 1px solid #932ab6;*/
    color: #fff;
    width: 100%;
    padding-left: 50px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.mainminheight {
    min-height: 900px;
}

.includeminheight {
    min-height: 9px;
}

.bold-emphasis-text {
    color: #1f5a11;
    font-weight: bold;
}

input::placeholder {
    font-style: italic;
    opacity: 0.75;
    color: gray;
}

.img-thumbnail-pn-logo {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    /*border: 1px solid #ddd;
    border-radius: 4px;*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-pn-profile {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 2px solid #1f5a11;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.pgmainbodybgcolor {
    background-color: #ebe8e8;
}

.pg-session-timer-default {
    color: #63ee75;
}

.page-header-text {
    color: #1f5a11;
}

.showmoretext {
    color: #2196ed;
}

.gridlinkdisplay {
    color: #2196ed;
    font-weight: bold;
}

.formfieldwarning {
    color: maroon;
}

.formfieldinvalid {
    color: #ff0000;
    font-weight: bold;
}

.formfieldnotrequired {
    color: #1f5a11;
}

.modalheaderbg {
    background-color: #1f5a11;
}

.verifylinkcolor {
    color: #2196ed;
    font-weight:bold;
}

.modalheadertext {
    color: #63ee75;
}

.modal-main-body-header {
    color: #1f5a11;
    font-weight: bold;
}

.modalconfirmmessage {
    color: maroon;
    font-weight: bold;
    margin-bottom: 7px;
}

.modalresultmessage {
    color: #1f5a11;
    font-weight: bold;
    margin-bottom:7px;
}

.searchShowHideText {
    color: #2196ed;
    font-weight: bold;
}

.entity-name-title {
    color: #1f5a11; 
    font-weight: bold;
}

.lookup-management-listing {
    color: #1f5a11;
    font-weight: bold;
}

.listshadow-pg {
    box-shadow: 3px 4px 10px grey;
    margin-bottom: 13px;
}

.dist-change-link {
    color: #2196ed;
    font-size:small;
}

.dist-selected-text {
    color: #1f5a11;
}

.dist-preview-group-header {
    margin-left: 55px;
    margin-right:11px;
}

.dist-preview-group-name {
    margin-left: 77px;
    margin-right: 11px;
}

.dist-preview-group-member {
    margin-left: 88px;
    margin-right: 11px;
}

/* BEGIN SECTION FOR IMG-CROPPER CLASSES */

/* Scale control */
.scale-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.scale-input {
    width: 72px;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #1f5a11;
    border-radius: 2px;
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    color: var(--ink);
    text-align: right;
}

    .scale-input:focus {
        outline: none;
        border-color: #1f5a11;
        box-shadow: 0 0 0 2px rgba(26,111,200,.15);
    }

.scale-unit {
    font-size: 12px;
    color: #1f5a11;
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #1f5a11;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background: #1f5a11;
        border-radius: 50%;
        cursor: pointer;
        transition: transform .1s;
    }

        input[type=range]::-webkit-slider-thumb:hover {
            transform: scale(1.2);
        }

    input[type=range]::-moz-range-thumb {
        width: 16px;
        height: 16px;
        background: #1f5a11;
        border-radius: 50%;
        cursor: pointer;
        border: none;
    }

.scale-limits {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #1f5a11;
    margin-top: 4px;
}

.pn-ic-canvas-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    padding: 40px 32px;
    background: no-repeat;
    background-color: var(--paper);
    overflow-y: auto;
}

.pn-ic-canvas-wrapper {
    position: relative;
    background: #333;
    box-shadow: 0 0 0 1px var(--warm-mid), 0 8px 40px rgba(14,14,16,.18);
    border-radius: 2px;
    overflow: hidden;
    user-select: none;
}

    .pn-ic-canvas-wrapper canvas {
        display: block;
    }

/* Placeholder */
.pn-ic-canvas-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--rule);
    font-size: 13px;
    padding: 60px 20px;
}

    .pn-ic-canvas-placeholder svg {
        opacity: .3;
    }

    .pn-ic-canvas-placeholder p {
        margin: 0;
        letter-spacing: .5px;
    }

/* Hint strip */
.pn-ic-hint-strip {
    margin-top: 16px;
    display: flex;
    gap: 24px;
    font-size: 11px;
    color: var(--rule);
    flex-wrap: wrap;
}

    .pn-ic-hint-strip span::before {
        content: '◆ ';
        color: var(--accent);
        font-size: 8px;
    }

/* Result */
.pn-ic-result-wrap {
    margin-top: 32px;
    text-align: center;
}

.pn-ic-result-label {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--rule);
    margin-bottom: 8px;
}

#resultCanvas {
    border: 1px solid var(--warm-mid);
    border-radius: 2px;
    box-shadow: 0 4px 16px rgba(14,14,16,.12);
    max-width: 100%;
}

/* END SECTION FOR IMG-CROPPER CLASSES */

/*the following btn styles are renamed duplicates with -pg added to end of style name/declaration - duplicated from customtheme.css and did so because using that css file in noauth module caused issues*/
.btn.btn-primary-pg {
    background: #1f5a11 !important;
    color: #FFFFFF !important;
    border: solid !important;
    border-width: thin !important;
    border-color: #63ee75 !important;
    /*font-weight: bold;*/
}

    .btn.btn-primary-pg:hover {
        background: #1f5a11 !important;
        color: #63ee75 !important;
        /*font-weight: bold;*/
    }

.profilepic-pg {
    display: inline-block;
    width: 175px;
    height: 175px;
    border-radius: 50% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-color: white;
    border: 5px solid #1f5a11;
}

.profilelist_pic-pn {
    display: inline-block;
    width: 90px;
    height: 100px;
    border-radius: 50% !important;
    background-repeat: no-repeat;
    /*background-position: center center;
    background-size: cover;*/
    border-color: white;
    border: 5px solid #1f5a11;
}

.displaypic-pn {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-color: white;
    border: 5px solid #1f5a11;
}
