/*
    Default generated styles from Microsoft .NET Project
*/

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/


i.x:after {
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-2p5x {
    font-size: 2.5em;
}


.heading-divider > span.right-edge {
    padding-right: 0px;
    margin-right: -10px;
}

    .heading-divider > span.right-edge > .btn {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

.heading-divider > .special-album,
.special-album {
    top: 7px;
}

    .special-album .album-label {
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 12px;
        font-weight: normal;
    }

.pix-background-img {
    /*background-color: rgb(76, 88, 102);*/
    background: url('/images/splash-web-small.jpg') no-repeat center;
    background-size: cover;
    border: 0px solid
}

.spanLoading {
    position: absolute;
    top: 40%;
    left: 44%;
}

ul.no-gaps > li {
    line-height: 1.1em;
}

.online-status {
    color: #ddd;
}

    .online-status.active {
        color: green;
    }

/* Cookies Consent */
#cookieConsent.navbar {
    bottom: 31px;
    border-top: 2px solid #e67124;
    border-bottom: 2px solid #e67124
}

    #cookieConsent.navbar .fas {
        color: rgb(2, 159, 160)
    }



/* Maintenance Outage */
#maintenanceOutageBanner.navbar {
    bottom: 31px;
    border-top: 2px solid #e67124;
    border-bottom: 2px solid #e67124
}

    #maintenanceOutageBanner.navbar .fas {
        color: rgb(2, 159, 160)
    }


/* Mobile App Banner */
#mobileAppBanner.navbar {
    bottom: 31px;
    border-top: 2px solid #e67124;
    border-bottom: 2px solid #e67124
}

    #mobileAppBanner.navbar .fas {
        color: rgb(2, 159, 160)
    }


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}




/*
    Base / Common styles
*/

body {
    background-color: #ecf0f5;
    width: 100%;
    height: 100%;
    /* fill: currentColor; */
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.word-break {
    word-break: break-word;
    word-wrap: break-word;
}

/*If a field has a long string of chars (username, galleryName, etc) then weird things happen with tables/other elements*/
.truncated-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-off::-webkit-credentials-auto-fill-button {
    visibility: hidden;
}

.brand-text {
    font-family: Montserrat, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
}

.brand-color {
    color: rgba(1, 157, 160, 1);
}

.brand-color-bold {
    color: rgba(1, 157, 160, 1);
    font-weight: bold;
}

/*
    Validator styling overrides
*/

.help-block.with-errors {
    font-size: 0.9em;
}



hr.hr-line-thin {
    background-color: #cdcdcd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-small {
    font-size: 85%;
}

.badge.font-small {
    padding: 2px 5px;
    margin-top: -2px;
}

.font-bold {
    font-weight: bold;
}

.scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

    .scroll-y > li {
        padding-right: 10px;
        /*padding-left: 5px;*/
    }

.scroll-y-250 {
    max-height: 250px;
}

.scroll-y-300 {
    max-height: 300px;
}

.scroll-y-400 {
    max-height: 400px;
}

.scroll-y-500 {
    max-height: 500px;
}

.scroll-y-600 {
    max-height: 600px;
}


@media (max-height: 767px) {
    .scroll-y-max {
        max-height: 42vh;
    }
}

@media (min-height: 768px) and (max-height: 991px) {
    .scroll-y-max {
        max-height: 50vh;
    }
}

@media (min-height: 992px) and (max-height: 1199px) {
    .scroll-y-max {
        max-height: 65vh;
    }
}

@media (min-height: 1200px) {
    .scroll-y-max {
        max-height: 80vh;
    }
}

@media only screen and (max-width: 254px) {
    .pg-header-bar .btn-group .dropdown-menu-right.item-view-menu {
        left: 0;
        right: 0;
    }
}

/*
    Tooltip styling
*/
div.tooltip-inner {
    /*max-width: none;
    white-space: nowrap;*/
}

.tooltip-inner {
    white-space: pre-wrap;
}

.tooltip {
    position: fixed;
}

.pix-tt-label {
    font-weight: bold;
    color: #333;
    text-align: left;
}

.pix-tt-text {
    color: #fff;
    text-align: left;
}

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

.badge.included {
    background-color: #5cb85c !important;
}

.checkbox-pull-down {
    margin-top: 30px;
}

.face-info .tooltip > .tooltip-inner {
    background-color: rgba(220, 220, 220, 0.8);
}

.person-tags-area .tooltip > .tooltip-inner {
    background-color: rgba(220, 220, 220, 0.8);
}

.integration-lock .tooltip > .tooltip-inner{
    background-color: black;
}

.no-media-consent .tooltip > .tooltip-inner{
    background-color: black;
}

/*
    Thumbnails
*/
div.thumbnail {
    min-width: 80px;
    max-width: 100px;
    max-height: 100px;
    height: auto;
    width: auto;
    border: 1px solid rgba(55,63,73,0.5);
    border-radius: 3px;
    padding: 0px;
    overflow: hidden;
}

    div.thumbnail.smaller {
        min-width: 40px;
        max-width: 50px;
        max-height: 40px;
        margin: 0px;
        border: 0px;
    }

    div.thumbnail.thumbnail-icon {
        height: 80px;
        width: 80px;
        background-color: rgb(1, 157, 160);
    }

    div.thumbnail > img {
        object-fit: cover;
        font-family: 'object-fit: cover; object-position: center;';
    }

        div.thumbnail > img.icon {
            object-fit: contain;
            object-position: center;
            font-family: 'object-fit: contain; object-position: center;';
            height: 40px;
        }

    div.thumbnail.thumbnail-icon > i {
        color: #fff;
        text-align: center;
        margin-left: -2px;
        margin-top: 6px;
        font-size: 58px;
        padding: 5px 5px;
    }

.collection-thumbnail {
}

    .collection-thumbnail img.icon {
        object-fit: contain;
        object-position: center;
        font-family: 'object-fit: contain; object-position: center;';
        height: 80px;
        padding: 5px;
    }

/* Background Splash Image - Home/Login */
.splash-background {
    background: url('/images/splash-web.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/splash-web.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/splash-web.jpg');
}

.gallery-request-background {
    background: url('/images/splash-web.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/splash-web.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/splash-web.jpg');
}


/*
    Pix Pledge Badge
*/
.pledge-badge {
    padding: 0px 10px;
    width: 90px
}

.pledge-important {
    padding: 7px 5px;
    font-size: 90%;
}






/*Fix for AdminLte sidebar on small screens*/
@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-180px, 0);
        -ms-transform: translate(-180px, 0);
        -o-transform: translate(-180px, 0);
        transform: translate(-180px, 0);
    }
}


.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
}


/*
    Loading Overlay Message - absolute center
*/

.message-fullscreen {
    position: fixed;
    z-index: 299999999;
    height: 50vh;
    width: 90%;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .message-fullscreen .message-container {
        background-color: rgb(255,255,255);
        height: auto;
        border: 5px solid #169292;
        border-radius: 10px;
        padding: 10px;
    }

        .message-fullscreen .message-container a {
            color: #169292;
        }

    .message-fullscreen .message-close {
        cursor: pointer;
    }

.locked-fullscreen {
    position: fixed;
    z-index: 299999999;
    height: auto;
    width: 100%;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .locked-fullscreen:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
    }

/*
    Loading Overlay - absolute center
*/

/* Absolute Center Spinner */
.loading-fullscreen {
    position: fixed;
    z-index: 299999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading-fullscreen.preview-loading {
        color: #eee;
    }

    /* Transparent Overlay */
    .loading-fullscreen:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    .loading-fullscreen.preview-loading:before {
        top: 40px;
    }


    /* :not(:required) hides these rules from IE9 and below */
    .loading-fullscreen .loading-icon:not(:required) span.alt {
        /* hide alternate "loading..." text */
        display: none;
    }




.my-members-loading {
    z-index: 299;
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent;
    height: 64px;
    padding-top: 20px
}
/*
    Footer
*/
.footer.main-footer {
    border-left: 1px solid #333;
}


footer.main-footer ul {
    margin-bottom: 0px;
    font-size: 9pt;
}

    footer.main-footer ul > li > a {
        color: #aaa;
    }

ul.divider > li {
    border-left: 1px solid;
    /*padding-left: 0.3em;*/
}

    ul.divider > li.no-divider {
        border-left: none;
        padding-left: 0;
    }

footer.main-footer .copy {
    font-size: 9pt;
    /*font-weight: bold;*/
}

footer.main-footer {
    background-color: #373f49;
    padding: 5px;
    color: #aaa;
    border-top: 1px solid #373f49;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1008;
    margin-left: 0px;
}

.sidebar-mini.sidebar-collapse footer.main-footer {
    margin-left: 0px !important;
    z-index: 850;
}

.control-sidebar-open footer.main-footer {
    margin-right: 0px !important;
    z-index: 1001;
}

/*
    System Info / Version
*/


.system-info .info {
    font-family: 'Roboto Condensed', sans-serif;
    font-variant: normal;
    font-weight: normal;
    color: #ddd;
    margin: 15px;
}

    .system-info .info > div.info-heading {
        margin: 4px 0px;
    }

    .system-info .info > div > span.info-label {
        font-variant: small-caps;
        font-style: italic;
    }

    .system-info .info > span {
        margin-left: 10px;
    }



/*
    Image Overlay css
*/
img[data-overlay]:hover {
    cursor: pointer;
}

.img-overlay {
    position: relative;
    display: none;
    z-index: 1100;
}

    .img-overlay .img-wrapper {
        position: fixed;
        display: inline-block;
        top: 50%;
        left: 50%;
    }

        /* Margins are Half the height/width */
        .img-overlay .img-wrapper img {
            border: 3px solid #373f49;
            border-radius: 10px;
            background-color: rgba(255, 255, 255, 0.8);
            object-fit: contain;
            object-position: center;
            max-height: 70vh;
            max-width: 70vw;
            position: absolute;
            top: -35vh;
            left: -35vh;
            height: auto;
            width: auto;
            font-family: 'object-fit: contain; object-position: center;';
        }

        .img-overlay .img-wrapper .img-close {
            color: rgb(55, 63, 73);
            background-color: #fff;
            opacity: 0.9;
            border: 0px solid;
            position: absolute;
            width: 25px;
            height: 25px;
            font-size: 30px;
            border-radius: 50%;
            line-height: 1;
            display: none;
        }

        .img-overlay .img-wrapper:hover .img-close {
            display: block;
            cursor: pointer;
        }

        .img-overlay .img-wrapper:hover {
            cursor: pointer;
        }

/*
    Row padding
*/

.pad-row {
    padding: 10px 20px 0px 10px;
}

    .pad-row.no-top {
        padding-top: 0px;
    }

    .pad-row.double {
        padding-left: 25px;
    }

.pad-thin {
    padding: 1px 0px;
}

.admin-asset .pad-thin {
    padding: 0px 0px 1px 0px;
}


/*
    Person Faces overlay (Admin)
*/

.admin-faces .face-container {
    position: relative;
    display: inline-block;
    background: transparent;
}

    .admin-faces .face-container ul {
        padding: 0px;
        margin: 0px;
    }

        .admin-faces .face-container ul > li {
            padding: 0px;
            margin: 0px;
        }

    .admin-faces .face-container .overlay {
        background-color: rgba(0,0,0,0.5);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position: absolute;
        width: 100%;
        margin-top: -12px;
        overflow: hidden;
    }

    .admin-faces .face-container .overlay-top-corner {
        background-color: rgba(0,0,0,0.75);
        color: #fff;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        position: absolute;
        width: 18px;
        height: 22px;
        padding: 2px;
        text-align: center;
        top: 0px;
        right: 0px;
        overflow: hidden;
    }

        .admin-faces .face-container .overlay-top-corner.enrolled {
            background-color: rgb(2, 159, 160);
        }

        .admin-faces .face-container .overlay-top-corner.low-quality {
            background-color: rgb(197, 30, 36);
        }


/*
    Person Faces thumbnails (Admin)
*/
.admin-faces {
    margin: 0px 10px;
}

    .admin-faces > ul > li {
        margin: 0px;
        padding: 0px;
        width: 100px;
        height: 115px;
    }

        .admin-faces > ul > li img.face {
            border: 2px solid rgba(55,63,73, 0.8);
            /*border-radius: 5px;*/
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            object-fit: contain;
            object-position: center;
            width: 90px;
            height: 90px;
            font-family: 'object-fit: contain; object-position: center;';
        }

            .admin-faces > ul > li img.face.enrolled {
                border-color: rgb(2, 159, 160)
            }

            .admin-faces > ul > li img.face.manually-selected {
                border-color: rgb(255,195,0);
            }

            .admin-faces > ul > li img.face.low-quality {
                border-color: rgb(197, 30, 36)
            }

    .admin-faces.preview-face {
        margin: 0px 0px;
    }

        .admin-faces.preview-face > ul > li .thumbnail {
            width: 100px;
            height: 100px;
            margin-bottom: 0px;
            background: transparent;
            border: 2px solid;
            border-radius: 5px;
        }

        .admin-faces.preview-face > ul > li img.face {
            border: 0px solid;
            width: 100px;
            height: 100px;
        }

    .admin-faces > ul > li > a {
        margin: 1px 0px;
    }









/*
    Member Recognition
*/
.tab-pane > .form-group {
    margin: 15px 20px;
}

.tab-pane .faces {
    margin: 0px 10px;
}

    .tab-pane .faces ul > li {
        margin: 0px;
        padding: 0px;
        width: 100px;
        height: 100px;
    }

    .tab-pane .faces.faces-sm ul > li {
        margin: 1px;
        padding: 0px;
        width: 73px;
        height: 73px;
        border: 1px solid rgba(55,63,73, 0.8);
        border-radius: 5px;
        overflow: hidden;
    }

    .tab-pane .faces ul > li img.face {
        border: 1px solid rgba(55,63,73, 0.8);
        border-radius: 5px;
        object-fit: contain;
        object-position: center;
        width: 90px;
        height: 90px;
        font-family: 'object-fit: contain; object-position: center;';
    }

    .tab-pane .faces.faces-sm ul > li img.face {
        border: 0;
        border-radius: 0;
        /*width: 70px;
        height: 70px;*/
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .tab-pane .faces.preview-face {
        margin: 20px 10px;
        text-align: center;
    }

        .tab-pane .faces.preview-face ul > li img.face {
            width: 140px;
            height: 140px;
        }



/*
    Grid - Paged Faces
*/
.faces-grid {
    margin: 0px 10px;
}

    .faces-grid > ul > li {
        margin: 1px 1px;
        padding: 0px;
        width: 100px;
        height: 100px;
    }

    .faces-grid.grid-detail > ul > li {
        width: 275px;
        overflow: hidden;
    }

    /*.details-area .faces-grid.grid-detail > ul > li {
    width: 100%;
}*/

    .faces-grid.grid-sm > ul > li {
        margin: 0px 1px;
        width: 78px;
        height: 78px;
    }

        .faces-grid.grid-sm > ul > li.face-container-sm {
            width: 73px;
            height: 73px;
        }

    .faces-grid.grid-sm.grid-detail > ul > li {
        width: 200px;
    }

    .faces-grid.grid-xl > ul > li {
        margin: auto;
        width: 178px;
        height: 178px;
    }

    .faces-grid.grid-xxl > ul > li {
        margin: auto;
        width: 263px;
        height: 263px;
    }

    .faces-grid > ul > li .action-container {
        position: relative;
        display: inline-block;
        background: transparent;
        border: 5px transparent;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
    }

    .faces-grid > ul > li .face-container {
        position: relative;
        display: inline-block;
        background: transparent;
        border: 5px solid rgba(236,237,239, 0.5);
        border-radius: 5px;
        width: 100%;
    }

    .faces-grid.grid-sm > ul > li.face-container-sm .face-container {
        border-width: 3px;
    }

    .faces-grid > ul > li .face-container ul {
        padding: 0px;
        margin: 0px;
    }

        .faces-grid > ul > li .face-container ul > li {
            padding: 2px 1px 2px 0px;
            margin: 0px;
        }

    .faces-grid > ul > li.face-container-sm .face-container ul > li {
        padding: 2px 0px;
        margin: 0px;
    }

    .faces-grid.grid-sm > ul > li .face-container ul > li {
        padding: 0px 0px;
        margin: 0px;
    }

    .faces-grid > ul > li .face-container ul > li button {
        padding: 1px 3px;
        font-size: 12px;
    }

    .faces-grid.grid-sm > ul > li .face-container ul > li button {
        padding: 1px 2px;
        font-size: 10px;
    }

    .faces-grid > ul > li .face-container .overlay-top-corner {
        background-color: rgba(71,71,71,.8);
        border-bottom-left-radius: 5px;
        position: absolute;
        width: 18px;
        height: 22px;
        padding: 2px;
        text-align: center;
        top: 0px;
        right: 0px;
        overflow: hidden;
        z-index: 1;
    }

    .faces-grid > ul > li .face-container .overlay-top-corner {
        right: -2px;
        top: -1px;
        border-top-right-radius: 5px;
    }

    .faces-grid.grid-sm > ul > li .face-container .overlay-top-corner {
        right: -2px;
        top: -2px;
        border-top-right-radius: 5px;
    }

    .faces-grid > ul > li.enrolled .face-container .overlay-top-corner,
    .faces-grid.grid-sm > ul > li.enrolled .face-container .overlay-top-corner {
        background-color: rgba(2,159,160,1);
    }

    .faces-grid > ul > li.low-quality .face-container .overlay-top-corner,
    .faces-grid.grid-sm > ul > li.low-quality .face-container .overlay-top-corner {
        background-color: rgba(160,0,20,0.8);
    }

    .faces-grid > ul > li.manual .face-container .overlay-top-corner,
    .faces-grid.grid-sm > ul > li.manual .face-container .overlay-top-corner {
        background-color: rgba(255,195,0,1);
    }

    .faces-grid > ul > li.oktoenrol .face-container .overlay-top-corner,
    .faces-grid.grid-sm > ul > li.oktoenrol .face-container .overlay-top-corner {
        background-color: rgba(71,71,71,0.8);
    }


    .faces-grid > ul > li .face-container .overlay-top-left-corner {
        border: 2px solid rgba(71,71,71,0.1);
        background-color: rgba(255,255,255,0.3);
        border-radius: 3px;
        font-size: 12px;
        position: absolute;
        width: 18px;
        height: 18px;
        padding: 0px;
        margin: 1px;
        text-align: center;
        top: 0px;
        left: 0px;
        overflow: hidden;
        z-index: 1;
    }

        .faces-grid > ul > li .face-container .overlay-top-left-corner i {
            color: #fff;
        }

            .faces-grid > ul > li .face-container .overlay-top-left-corner i:before {
                content: '';
            }

    .faces-grid > ul > li.selected .face-container .overlay-top-left-corner {
        border-color: rgba(255,123,27,1);
        background-color: rgba(255,123,27,0.9);
    }

        .faces-grid > ul > li.selected .face-container .overlay-top-left-corner i {
            color: #fff;
        }

            .faces-grid > ul > li.selected .face-container .overlay-top-left-corner i:before {
                content: '\f00c';
            }

    .faces-grid > ul > li.selected.last-selected .face-container .overlay-top-left-corner {
        background-color: rgba(250,120,20,0.9)
    }

    .faces-grid.grid-highlight-last > ul > li.selected.last-selected .face-container {
        border-color: rgba(255,123,27,1);
    }

    .faces-grid.linked-grid-highlight-last > ul > li.selected.last-selected .face-container {
        border-color: rgb(172, 0, 255);
    }

    .faces-grid > ul > li .face-container .msg-overlay {
        background-color: rgba(255,255,255,0.7);
        position: absolute;
        width: 100%;
        height: 20px;
        margin-top: -90px;
        padding: 0px 2px;
        color: rgba(0,0,0,0.5);
        font-weight: bold;
        font-style: italic;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .faces-grid > ul > li .face-container .msg-overlay.low-quality {
            background-color: rgb(205, 70, 74);
            position: absolute;
            width: 100%;
            height: 20px;
            margin-top: -90px;
            padding: 0px 2px;
            color: rgba(255,255,255, 0.8);
            font-weight: bold;
            font-style: italic;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

    .faces-grid.grid-sm > ul > li .face-container .msg-overlay {
        height: 20px;
        margin-top: -70px;
    }

    .faces-grid > ul > li .face-container .overlay {
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        width: 100%;
        height: 24px;
        margin-top: -24px;
        visibility: hidden;
    }

    .faces-grid.grid-sm > ul > li .face-container .overlay {
        height: 21px;
        margin-top: -21px;
    }

    .faces-grid > ul > li .face-container .overlay i {
        font-size: 12px;
    }

    .faces-grid.grid-sm > ul > li .face-container .overlay i {
        font-size: 9px;
    }

    .faces-grid > ul > li:hover .face-container .overlay {
        visibility: visible;
    }

    .faces-grid > ul > li .face-container .overlay button.square.pixify {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .faces-grid > ul > li.enrolled .face-container {
        border-color: rgb(2,159,160);
    }

    /*.faces-grid > ul > li.low-quality .face-container {
        border-color: rgba(160,0,20,0.8);
    }*/

    .faces-grid > ul > li.manual .face-container {
        border-color: rgb(255,195,0);
    }

    /*
    .faces-grid > ul > li.oktoenrol .face-container {
        border-color: rgba(71,71,71,0.8);
    }*/

    /*.faces-grid > ul > li .face-container .default-border {
        border-color: rgba(71,71,71,0.8);
    }*/



    .faces-grid > ul > li img.face {
        border: 0;
        border-radius: 0;
        object-fit: contain;
        object-position: center;
        /*overflow: hidden;*/
        width: 90px;
        height: 90px;
        font-family: 'object-fit: contain; object-position: center;';
    }

    .faces-grid.grid-sm > ul > li img.face {
        width: 65px;
        height: 65px;
    }

    .faces-grid.grid-xl > ul > li img.face {
        width: 165px;
        height: 165px;
    }

    .faces-grid.grid-xxl > ul > li img.face {
        width: 250px;
        height: 250px;
    }

    /*.faces-grid > ul > li.locked .face-container {
        border-color: rgba(0,0,0,0.1);
    }*/

    .faces-grid > ul > li.locked img.face {
        -webkit-filter: grayscale(90%);
        filter: grayscale(90%);
    }

.relationship-person.selected > img.face {
    border: 2px solid orange;
}

.relationship-person img.face {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    font-family: 'object-fit: cover; object-position: center;';
}

img.face.face-circle,
.faces-grid > ul > li img.face.face-circle {
    border-radius: 50%;
    border: 2px solid silver;
}

.faces-grid > ul > li .face-info {
    border: 0;
    border-radius: 0;
    /*overflow: hidden;*/
    width: 160px;
    font-size: 85%;
}

.faces-grid.grid-sm > ul > li .face-info {
    width: 125px;
}

.faces-grid > ul > li .face-info > ul > li {
    padding: 0px;
    margin: 3px 0px;
}

.faces-grid.grid-sm > ul > li .face-info > ul > li.face-tags {
    display: none;
}



.preview-face {
    margin: 20px 10px;
    text-align: center;
}

    .preview-face > ul > li {
        margin: 0px;
        padding: 0px;
        width: 100px;
        height: 100px;
    }

        .preview-face > ul > li img {
            border: 1px solid rgba(55,63,73,0.8);
            border-radius: 5px;
            object-fit: contain;
            object-position: center;
            width: 100%;
            height: 100%;
            font-family: 'object-fit: contain; object-position: center;';
        }

    .preview-face.light-face {
        margin: 0px;
    }

        .preview-face.light-face > ul > li img {
            border: 5px solid rgba(51,51,51,0.1);
        }

.unknown-faces .divider-line,
.linked-faces .divider-line,
.linked-face-preview .divider-line {
    border-width: 2px;
}

.linked-faces .divider-line {
    border-color: #fd851b;
    margin-top: 0px !important;
}

.linked-face-preview .divider-line {
    border-color: rgb(172, 0, 255);
    margin: 0px 10px 10px 0px !important;
}


.location-details .divider-line,
.selected-face-preview .divider-line {
    margin-top: 0px !important;
}

#FaceActions .bottom-header {
    min-height: 50px;
}

/*.faces-grid ul > li.outer-triangle {
    border-left: 15px solid transparent;
    border-right: 15px solid rgba(55, 63, 73, 0.8);
    border-bottom: 15px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 0px;
    z-index: 1007;
}

.faces-grid ul > li.outer-triangle {
    border-right-color: rgb(2,159,160);
}
*/

/*
    Grid - Face Thumbnails only (no overlay)
*/
.faces-grid-thumb > ul > li div.info {
    font-size: 12px;
}

    .faces-grid-thumb > ul > li div.info > .clip {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.faces-grid-thumb.grid-sm > ul > li div.info > .clip {
    width: 65px;
}

.faces-grid-thumb > ul > li.selected div.img-icon,
.faces-grid-thumb > ul > li.selected img {
    border-color: rgb(205,70,74);
}

.faces-grid-thumb > ul > li {
    height: 100px;
    /*width: 100px;*/
    padding: 0px 0px;
}

.faces-grid-thumb.grid-sm > ul > li {
    height: 65px;
}

.faces-grid-thumb > ul > li div.img-icon {
    text-align: center;
    padding: 15px;
}

.faces-grid-thumb > ul > li div.img-icon,
.faces-grid-thumb > ul > li img {
    object-fit: contain;
    object-position: center;
    min-height: 100px;
    max-height: 100px;
    /*max-width: 100px;
    height: 100px;
    width: 100px;*/
    border: 2px solid rgb(55, 63, 73);
    border-radius: 5px;
    font-family: 'object-fit: contain; object-position: center;';
}

.faces-grid-thumb.grid-sm > ul > li div.img-icon,
.faces-grid-thumb.grid-sm > ul > li img {
    min-height: 65px;
    max-height: 65px;
}

.faces-grid-thumb > ul > li.divider {
    color: rgba(55, 63, 73, 0.9);
    vertical-align: middle;
}


/*
    Collapsable area link
*/
[data-toggle=collapse] {
    cursor: pointer;
}

    [data-toggle=collapse].collapsed > i.fa-chevron-up:before {
        content: '\f078';
    }

    [data-toggle=collapse] > i.fa-chevron-down:before {
        content: '\f077';
    }

    [data-toggle=collapse].collapsed > i.fa-chevron-circle-up:before {
        content: '\f13a';
    }

    [data-toggle=collapse] > i.fa-chevron-circle-down:before {
        content: '\f139';
    }



.panel.panel-no-border {
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel.panel-no-margin {
    margin: 0px;
}





/*
    Popup/jConfirm tabbed panel overrides
*/
.dialog-subheading {
    font-size: 70%;
    font-style: italic;
}


/*.dialog-form .nav-tabs,
.dialog-form .sidebar-mini .nav-tabs {
    border-bottom: 0px solid #ddd;
    background-color: #fff;
}

    .dialog-form .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .dialog-form .nav-tabs > li.active > a,
    .dialog-form .nav-tabs > li.active > a:hover,
    .dialog-form .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        border-bottom-color: #f5f5f5;
    }*/



/*
    Form input required and error message
*/
.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

span.error-message {
    color: red;
    font-size: 0.9em;
}


/*
    Salesforce Live Chat styles
*/

.skin-pix .embeddedServiceHelpButton {
    z-index: 99999;
    position: fixed;
    left: calc(50% - 73.5px);
    top: auto;
    bottom: 0;
}

.skin-pix .embeddedServiceLiveAgentStateChat .messageArea {
    display: block;
}

@media only screen and (max-width: 1700px) {
    .skin-pix .embeddedServiceHelpButton {
        left: calc(50% - 73.5px);
    }
}
@media only screen and (max-width: 1100px) {
    .skin-pix .embeddedServiceHelpButton {
        left: calc(50% - 73.5px);
        bottom: 31px;
    }
}
@media only screen and (max-width: 900px) {
    .skin-pix .embeddedServiceHelpButton {
        left: calc(50% - 73.5px);
    }
}
@media only screen and (max-width: 767px) {
    .skin-pix .embeddedServiceHelpButton {
        left: calc(50% - 73.5px);
    }
}

    /*bottom: 37px;*/
    /*height: 40px;*/
    .skin-pix .embeddedServiceHelpButton .helpButton {
        position: relative;
        right: auto;
    }
        .skin-pix .embeddedServiceHelpButton .helpButton .uiButton {
            background-color: #029fa0;
            font-family: "Arial", sans-serif;
        }

            .skin-pix .embeddedServiceHelpButton .helpButton .uiButton:focus {
                outline: 1px solid #005290;
            }
            .skin-pix .embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled {
                display: none;
            }


            /*.formContent.embeddedServiceSidebarForm:before {
    content: 'Welcome to Live Chat.  Click Start Chatting button to begin';
}

.skin-pix .embeddedServiceSidebarForm .fieldList .uiLabel,
.skin-pix .embeddedServiceSidebarForm .fieldList input {
    display: none;
}

.skin-pix .embeddedServiceSidebar .pixPrechatContent {
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 10px;
}*/
            /*.skin-pix .embeddedServiceSidebar.layout-docked .dockableContainer {

}

.skin-pix .embeddedServiceLiveAgentStateChatInputFooter.chasitorInputWrapper {
    width: 320px;
}

.skin-pix .embeddedServiceLiveAgentStateChatInputFooter .chasitorText {
    width: 320px;
}*/
            /* this is where the chat width is defined 
.embeddedServiceSidebar.layout-docked .dockableContainer {

}
*/
            /*
    DeskPRO style overrides
*/
            #dp_widget_container iframe[name="widget_trigger_iframe"] {
                right: 42% !important;
                bottom: -10px !important;
            }

.dpdesignportal-state-buttons a.preemtive-button {
    background-color: red !important;
}


/* 
    Server Side DataTables
*/
#galleryTable_wrapper div.dataTables_filter {
    width: 100%;
    margin-bottom: 6px;
}

    #galleryTable_wrapper div.dataTables_filter label {
        width: 100%;
    }

        #galleryTable_wrapper div.dataTables_filter label input {
            margin: 0px;
            padding: 0px 6px;
            width: 100%;
        }

#users_wrapper div.dataTables_filter {
    width: 100%;
    margin-bottom: 6px;
}

    #users_wrapper div.dataTables_filter label {
        width: 100%;
    }

        #users_wrapper div.dataTables_filter label input {
            margin: 0px;
            padding: 0px 6px;
            width: 100%;
        }


#dtTassRoleMapping_wrapper table .warning {
    color: #f39c12;
}
/*
    Invitations
*/
.nav-tabs > li > a {
    line-height: 1.5; /* fixes a bug in the tab header */
}

/*.tab-pane ul.invite-list {
}*/


.tab-pane ul.invite-list li {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    height: 60px;
}


.tab-pane ul.new-invites-other,
.tab-pane ul.new-invites {
    list-style: none;
}

.tab-pane ul.invite-list li .pull-right {
    margin-left: 20px;
}

.tab-pane ul.invite-list li .btn {
    margin-top: 5px;
    margin-left: 5px;
}


/*
    Media Usage Styles
*/
.tab-pane > .form-group {
    margin: 15px 20px;
}

.tab-pane .letterheads {
    margin: 0px 10px;
}

    .tab-pane .letterheads ul > li {
        margin: 0px;
        padding: 0px;
        width: 150px;
        height: 150px;
    }

        .tab-pane .letterheads ul > li img.letterhead {
            border: 1px solid rgba(55,63,73, 0.8);
            border-radius: 5px;
            object-fit: contain;
            object-position: center;
            width: 140px;
            height: 140px;
            font-family: 'object-fit: contain; object-position: center;';
        }

            .tab-pane .letterheads ul > li img.letterhead.selected {
                border: 5px solid #029FA0;
            }

.tab-pane .documents {
    margin: 0px 10px;
}

    .tab-pane .documents ul > li {
        margin: 0px;
        padding: 0px;
        width: 150px;
    }



.consentMember-wrap {
    position: relative;
    display: inline-block;
}

    .consentMember-wrap .close-button {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        /*background-color: #FFF;*/
        /*padding: 5px 2px 2px;*/
        color: #000;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
        text-align: center;
        font-size: 22px;
        line-height: 10px;
        /*border-radius: 50%;*/
    }

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

    .img-wrap .close-button {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        /*background-color: #FFF;*/
        /*padding: 5px 2px 2px;*/
        color: #000;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
        text-align: center;
        font-size: 30px;
        line-height: 10px;
        /*border-radius: 50%;*/
    }

.restrictions ul > li {
    padding-bottom: 1px;
    margin-bottom: 0px;
}

.restrictions .asset-restrictions ul > li {
    display: block;
}

.restrictions .publish-restrictions ul > li {
    display: block;
}

.restrictions .member-access-settings ul > li {
    display: block;
}

.restrictions .member-publish-settings ul > li {
    display: block;
}

/*
    Datatable
*/
th.dt-center, td.dt-center {
    text-align: center;
}

/*
    Search 
*/
.search-page .search-match {
    margin: 6px 10px;
}


.search-page .results-info {
    padding: 10px 20px;
    font-size: 16px;
}

    .search-page .results-info .results-detail {
        font-size: 14px;
        font-weight: normal;
    }

.gallery-search-page .search-match {
    margin: 6px 10px;
}


.gallery-search-page .results-info {
    padding: 10px 20px;
    font-size: 16px;
}

    .gallery-search-page .results-info .results-detail {
        font-size: 14px;
        font-weight: normal;
    }

.search .btn.pixify.search-members-toggle.all {
    background-color: rgb(155, 155, 155);
    border-color: #919191;
    color: #fff;
}

.search .btn.pixify.search-members-toggle.member-only {
    background-color: rgb(148, 74, 114);
}

.search .btn.pixify.search-members-toggle.non-member-only {
    background-color: rgb(76, 88, 102);
}

div.custom-search > div {
    padding-bottom: 8px;
    padding-right: 8px;
}

div.custom-search-action {
    padding: 0px;
    text-align: right;
}

    div.custom-search-action > input {
        margin-left: 6px;
    }

/*
    Recycle Bin
*/
/*.trash-group.not-empty button .label {
    position: absolute;
    left: 12px;
    top: -7px;
    font-size: 7px;
}*/

.trash-group button .trash-icon-wrapper {
    border-radius: 25%;
    padding: 2px 3px;
}

.trash-group .item-trash-menu {
    min-width: 180px;
}

    .trash-group .item-trash-menu .small a > .label {
        font-size: 85%
    }

.trash-group.not-empty button .trash-icon-wrapper {
    background-color: rgb(78, 88, 102);
    /*background-color: rgb(224, 131, 65);*/
}



/*
    Assets Approval
*/
/*.trash-group.not-empty button .label {
    position: absolute;
    left: 12px;
    top: -7px;
    font-size: 7px;
}*/

.asset-approval-group button .asset-approval-icon-wrapper {
    border-radius: 25%;
    padding: 2px 3px;
}

.asset-approval-group .item-asset-approval-menu {
    min-width: 180px;
}

    .asset-approval-group .item-asset-approval-menu .small a > .label {
        font-size: 85%
    }

.asset-approval-group.not-empty button .asset-approval-icon-wrapper {
    background-color: rgb(78, 88, 102);
    /*background-color: rgb(224, 131, 65);*/
}

.pix-green-bg {
    background-color: rgb(2, 159, 160) !important;
}
.pix-navy-bg {
    background-color: rgb(76, 88, 102) !important;
}
.pix-grey-bg {
    background-color: #9E9E9E !important;
}

/*
    Checkbox/Radio styles
*/
.check-badge-group {
    position: relative;
}

.check-badge {
    position: absolute;
    background: rgb(55,63,73);
    height: 1.5rem;
    top: -10px;
    right: -6px;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    border-radius: 50%;
    color: #fff;
}

    .check-badge > i:before {
        content: "\f00d";
        /*content: "\f057";*/
    }

    .check-badge.active > i:before {
        content: "\f00c";
        /*content: "\f058";*/
    }

    .check-badge.active {
        background-color: rgb(2, 159, 160);
    }

.check-radio:not(.disabled):hover {
    cursor: pointer;
}


.check-radio > i:before {
    content: "\f111";
}

.check-radio.active > i:before {
    content: "\f192";
}

.check-radio.disabled {
    opacity: 0.75;
}

    .check-radio.disabled:hover {
        cursor: not-allowed;
    }

/*
    PIX NOTICES
*/
.pix-notice {
    display: block;
    padding: 10px;
    border-radius: 3px;
}

    .pix-notice, .pix-notice.default {
        background: rgba(2, 159, 160, 0.15);
        border: 1px solid rgba(2, 159, 160, 0.3);
    }

        .pix-notice.warn {
            background: rgba(251, 245, 59, 0.2);
            border: 1px solid rgba(251, 245, 59, 0.8);
        }
        .pix-notice.danger {
            background: rgba(205, 70, 74, 0.2);
            border: 1px solid rgba(197, 30, 36, 0.8);
        }


.grid-item[data-display-icon='true'] .old-select {
    height: 100%;
}

.grid-item[data-display-icon='true'] .select {
    height: 100%;
}


.grid-item[data-display-icon='true'] .old-select .default-asset {
    height: 100%;
    display: flex;
    align-items: center;
}

.grid-item[data-display-icon='true'] .select .default-asset {
    height: 100%;
    display: flex;
    align-items: center;
}

.grid-item[data-display-icon='true'] .old-select .default-asset .icon {
    height: 50%;
    position: relative;
}

.grid-item[data-display-icon='true'] .select .default-asset .icon {
    height: 50%;
    position: relative;
}

.grid-item[data-display-icon='true'] .overlay {
    position: absolute;
    top: 0;
}

.grid-item[data-display-icon='true'] .overlay-bottom {
    position: absolute;
    top: 0;
}

.grid-mosaic .grid-item[data-display-icon='true'] .old-select .default-asset {
    justify-content: center;
    padding: 30%;
}
.grid-mosaic .grid-item[data-display-icon='true'] .select .default-asset {
    justify-content: center;
    padding: 30%;
}

.grid-mosaic .grid-item[data-display-icon='true'] .old-select .default-asset .icon {
    width: 85%;
}
    
.grid-mosaic .grid-item[data-display-icon='true'] .select .default-asset .icon {
    width: 85%;
}

.grid-mosaic .grid-item[data-display-icon='true'] .overlay {
    top: auto;
}
.grid-mosaic .grid-item[data-display-icon='true'] .overlay-bottom {
    top: auto;
}

.grid-tile.small .restriction-warning-label {
    width: inherit;
    border-radius: 0;
}

.typeahead-image {
    height: 50px;
    width: 40px;
    margin: 0 10px 0 0;
    object-fit: cover;
    border-radius: 2px;
}

.tag-highlight {
    background-color: rgba(200,0,0,0.9) !important;
}


/*
    Restriction warning labels
*/

.restriction-warning-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    z-index: 1008;
}

.restriction-warning-container-relative {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1008;
}

.restriction-warning-label {
    width: fit-content;
    padding: 5px;
    font-size: inherit;
    color: white !important;
}

.warning-label-small {
    font-size: xx-small;
}

.restriction-warning-label-member {
    border-radius: 3px 3px 3px 3px;
    padding: 5px;
    font-size: inherit;
    color: white !important;
}

.label-corner {
    border-radius: 0 0 5px 0;
}

.do-not-use {
    color: white !important;
}

.unnamed-faces-label {
    font-size: small !important;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}



.biometric-warning {
    color: rgb(224, 131, 65);
}

.biometric-danger {
    color: rgb(210, 0, 0);
}

/*
 * override for 'disabled' ios switches
 */
.switch-ios.switch-light.disabled a {
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    background-color: #aaa;
    border-radius: 100%;
    border: 0.25em solid #D8D9DB;
    transition: all .2s ease-out;
}

.switch-ios.switch-light.disabled > span {
    display: block;
    width: 100%;
    height: 2em;
    background-color: #f0f0f0;
    border-radius: 1.75em;
    transition: all .4s ease-out;
    cursor: not-allowed;
}

/*
    Integration Results Table
*/

#resultsDetailTable_wrapper span label {
    margin: 2px;
}
