body:has(#main.qby-dashboard-album-proofing) {
    height: calc(100vh);
}

/* Public album proofing is an immersive surface. The client-site navigation
 * must not reappear at tablet/mobile breakpoints after the page script hides it. */
body:has(#main.qby-client-album-proofing) #isPageHeader,
body:has(#main.qby-client-album-proofing) #isPageFooter{
    display: none !important;
}

@media screen and (max-width: 1100px) {
    html:has(#main.qby-client-album-proofing),
    body:has(#main.qby-client-album-proofing){
        height: auto !important;
        min-height: 100%;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    body:has(#main.qby-client-album-proofing) #mainPageWrapper{
        margin-top: 0 !important;
        min-height: 100svh;
        padding-top: 0 !important;
    }

    #main.qby-client-album-proofing{
        background-color: #eaeaec;
        height: 58svh !important;
        min-height: 420px;
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }

    #main.qby-client-album-proofing .bb-custom-wrapper{
        height: 100% !important;
        width: 100% !important;
    }

    #main.qby-client-album-proofing #bb-bookblock,
    #main.qby-client-album-proofing .bb-item,
    #main.qby-client-album-proofing .album-imagelayout,
    #main.qby-client-album-proofing .full_width{
        max-width: none !important;
        width: 100% !important;
    }

    #main.qby-client-album-proofing .layoutThumbnails,
    #main.qby-client-album-proofing .notece_for_mobile{
        display: none !important;
    }

    body:has(#main.qby-client-album-proofing) #rightside:not(.hideright){
        display: block !important;
        height: auto !important;
        min-height: 42svh;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
    }

    body:has(#main.qby-client-album-proofing) #rightside .layout_proofing_container{
        box-sizing: border-box;
        height: auto !important;
        min-height: 260px;
        overflow: visible;
        padding: 24px;
    }

    body:has(#main.qby-client-album-proofing) #rightside .comments_container{
        height: auto;
        min-height: 212px;
    }

    body:has(#main.qby-client-album-proofing) #right_bottom_btn_container{
        box-sizing: border-box;
        padding: 16px 24px 28px;
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #main.qby-client-album-proofing{
        height: 52svh !important;
        min-height: 340px;
    }

    body:has(#main.qby-client-album-proofing) #rightside:not(.hideright){
        min-height: 48svh;
    }

    body:has(#main.qby-client-album-proofing) #rightside .layout_proofing_container{
        padding: 18px;
    }

    body:has(#main.qby-client-album-proofing) #right_bottom_btn_container{
        padding: 12px 18px 24px;
    }
}

html:has(#main.qby-dashboard-album-proofing) {
    overflow: hidden;
}

/* Client themes also define .layoutnumber for gallery grids. Keep that rule
 * from narrowing or left-aligning the label inside the proofing book. */
#main.qby-client-album-proofing .bb-bookblock .layoutnumber{
    display: none !important;
}

#main.qby-client-album-proofing .bb-bookblock .full_width{
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

#main.qby-client-album-proofing .bb-bookblock .feedbackimgWrapper{
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-height: 0;
    width: 100%;
}

.jconfirm-box:has(.qby-client-proof-complete){
    border-radius: 8px;
    padding: 32px !important;
}

.jconfirm-box:has(.qby-client-proof-complete) .jconfirm-title{
    color: #111 !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.3;
}

.qby-client-proof-complete{
    color: #111;
    font-size: 16px;
    font-weight: 400 !important;
    min-height: 0;
    padding: 0;
}

.qby-client-proof-complete__intro{
    color: #111;
    font-weight: 400 !important;
    line-height: 1.5;
    margin: 0 0 22px;
}

.qby-client-proof-complete__options{
    display: grid;
    gap: 10px;
}

.qby-client-proof-complete__option{
    align-items: flex-start;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    color: #111;
    cursor: pointer;
    display: flex;
    font-weight: 400 !important;
    gap: 12px;
    margin: 0;
    padding: 17px 18px;
    transition: border-color .15s ease, background-color .15s ease;
}

.qby-client-proof-complete__option:hover{
    border-color: #999;
}

.qby-client-proof-complete__option.is-selected{
    background: #f4f4f4;
    border-color: #222;
}

.qby-client-proof-complete__option input{
    accent-color: #222;
    flex: 0 0 auto;
    margin: 4px 0 0;
}

.qby-client-proof-complete__option span,
.qby-client-proof-complete__option strong,
.qby-client-proof-complete__option small{
    display: block;
}

.qby-client-proof-complete__option strong{
    color: #111;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.4;
}

.qby-client-proof-complete__option small{
    color: #111;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.45;
    margin-top: 3px;
}

.jconfirm-box:has(.qby-client-proof-complete) .jconfirm-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    width: 100%;
}

.jconfirm-box:has(.qby-client-proof-complete) .jconfirm-buttons button{
    border-radius: 3px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: .08em;
    margin: 0 !important;
    min-height: 44px;
    padding: 11px 20px !important;
}

.jconfirm-box:has(.qby-client-proof-complete) .qby-client-proof-complete__back{
    background: transparent !important;
    border: 1px solid #222 !important;
    color: #111 !important;
    order: 1;
}

.jconfirm-box:has(.qby-client-proof-complete) .qby-client-proof-complete__back:hover{
    background: #f4f4f4 !important;
}

.jconfirm-box:has(.qby-client-proof-complete) .qby-client-proof-complete__submit{
    background: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    order: 2;
}

@media screen and (max-width: 600px) {
    .jconfirm-box:has(.qby-client-proof-complete){
        padding: 22px 18px !important;
        width: calc(100vw - 28px) !important;
    }

    .jconfirm-box:has(.qby-client-proof-complete) .jconfirm-title{
        font-size: 22px !important;
    }

    .jconfirm-box:has(.qby-client-proof-complete) .jconfirm-buttons{
        align-items: stretch;
        flex-direction: column;
    }

    .jconfirm-box:has(.qby-client-proof-complete) .jconfirm-buttons button{
        margin: 0 !important;
        width: 100%;
    }

    .jconfirm-box:has(.qby-client-proof-complete) .qby-client-proof-complete__submit{
        order: 1;
    }

    .jconfirm-box:has(.qby-client-proof-complete) .qby-client-proof-complete__back{
        order: 2;
    }
}

#main.qby-client-album-proofing .bb-bookblock .layoutnumber p{
    margin: 0;
    overflow: visible;
    text-align: center !important;
    width: 100%;
}

body.alert-box-visible {
    padding-top: 0;
}

.bb-bookblock .proxy-img-wrapper{
    display: flex;
    align-items: center;
}

.qby-design-proofing .bb-bookblock .full_width{
    display: grid;
    grid-template-rows: 80px minmax(0, 1fr);
    height: 100%;
    min-height: 0;
}

.qby-design-proofing .bb-bookblock .layoutnumber{
    box-sizing: border-box;
    height: 80px;
    padding: 25px 0;
}

.qby-design-proofing .bb-bookblock .feedbackimgWrapper{
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    min-height: 0;
    width: 100%;
}

.qby-design-proofing .bb-bookblock .proxy-img-wrapper{
    flex: 0 0 auto;
}

.qby-design-proofing .bb-bookblock .proxy-img-wrapper > img.proxy-img.original{
    flex: 0 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

#main.online-design-proofing .bb-bookblock .proxy-img-wrapper:not(.cover){
    justify-content: center;
    overflow: hidden;
}

#main.online-design-proofing .bb-bookblock .proxy-img-wrapper > img.proxy-img.original{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

#main.other-supplier-proofing .bb-bookblock .proxy-img-wrapper:not(.cover){
    justify-content: center;
    overflow: hidden;
}

#main.other-supplier-proofing .bb-bookblock .proxy-img-wrapper:not(.cover) > img.proxy-img.original{
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto !important;
}

.bb-bookblock .proxy-img-wrapper.qby-cover-proof-full{
    position: relative;
    overflow: hidden;
    background-color: #eaeaec;
}

.bb-bookblock .frontcover div{
    display: flex;
    align-items: center;
}

.bb-bookblock .rearcover div{
    display: flex;
    align-items: center;
}

img.proxy-img{
    margin:0px auto;
}

.frontcover img.proxy-img{
    position: absolute;
    left:0;
    box-shadow: -8px 3px 8px -1px grey;
    border-radius: 7px 0px 0px 7px;
    border: 0px solid transparent !important;
}

.rearcover img.proxy-img{
    position: absolute;
    right: 0;
    box-shadow: 8px 3px 8px -1px grey;
    border-radius: 0px 7px 7px 0px;
    border: 0px solid transparent !important;
}

.bb-bookblock .frontcover.qby-cover-proof-full{
    justify-content: flex-end;
}

.bb-bookblock .rearcover.qby-cover-proof-full{
    justify-content: flex-start;
}

.bb-bookblock .frontcover.qby-cover-proof-full::before,
.bb-bookblock .rearcover.qby-cover-proof-full::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #eaeaec;
    z-index: 0;
}

.frontcover.qby-cover-proof-full img.proxy-img{
    position: relative;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: 0;
    z-index: 1;
}

.rearcover.qby-cover-proof-full img.proxy-img{
    position: relative;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: auto;
    z-index: 1;
}

.bb-bookblock .proxy-img-wrapper.qby-cover-proof-spread{
    align-items: center;
    background-color: #eaeaec;
    display: flex;
    justify-content: center;
    padding: 20px 28px;
}

.qby-cover-proof-spread-frame{
    aspect-ratio: var(--qby-cover-natural-width, 2) / var(--qby-cover-natural-height, 1);
    border-radius: 4px;
    box-shadow: 1px 2px 4px rgba(24, 23, 21, .18), 6px 12px 24px rgba(24, 23, 21, .16);
    display: flex;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* The two proof assets meet beneath the spine. Overlap them by one pixel so
 * their join cannot read as a rule, then feather a shadow out onto each board.
 * Keeping the spine itself clear prevents the three regions looking layered. */
.qby-cover-proof-spread-frame::before,
.qby-cover-proof-spread-frame::after{
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    width: var(--qby-cover-shadow-width, 13px);
    z-index: 2;
}

.qby-cover-proof-spread-frame::before{
    background: linear-gradient(to right, transparent 0, rgba(var(--qby-cover-shadow-rgb, 20, 19, 18), var(--qby-cover-shadow-opacity, .34)) 100%);
    left: var(--qby-cover-spine-left, 50%);
    transform: translateX(-100%);
}

.qby-cover-proof-spread-frame::after{
    background: linear-gradient(to right, rgba(var(--qby-cover-shadow-rgb, 20, 19, 18), var(--qby-cover-shadow-opacity, .34)) 0, transparent 100%);
    left: calc(var(--qby-cover-spine-left, 50%) + var(--qby-cover-spine-width, 7%));
}

.qby-cover-proof-spread-frame img.proxy-img{
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block;
    flex: 0 0 auto;
    height: 100% !important;
    margin: 0 !important;
    max-height: 100%;
    min-width: 0;
    position: static !important;
    width: auto !important;
}

.qby-cover-proof-spread-frame img.qby-cover-proof-rear{
    width: var(--qby-cover-rear-width, 50%) !important;
}

.qby-cover-proof-spread-frame img.qby-cover-proof-front{
    margin-left: -1px !important;
    width: calc(var(--qby-cover-front-width, 50%) + 1px) !important;
}

.qby-cover-proof-thumbnail-spread{
    display: flex;
    overflow: hidden;
}

.frontcover_thumb .qby-cover-proof-thumbnail-spread img,
.gridView .qby-cover-proof-thumbnail-spread img{
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block;
    float: none;
    height: auto;
    width: 50% !important;
}

body:has(#main.qby-dashboard-album-proofing) .headerContainer {
    position: fixed;
    top: 0;
    display: none;
}

.historyView .historyContainer_image{
    overflow: hidden;
}

.frontcover img.thumbnailContainergridImage{
    width:50% !important;
    float:right;
    box-shadow: -8px 12px 8px -1px grey;
    border-radius: 7px 0px 0px 7px;
    border: 0px solid transparent !important;
}

.wraparoundPreview {
    width: 50% !important;
    height: auto;
    right: -25%;
    position: absolute;
    border-radius: 10px 0px 0px 10px;
    box-shadow: -8px 0px 10px -5px #000000;
    border: 0px solid transparent !important;
}

.rearcover img.thumbnailContainergridImage{
    width:50%  !important;
    float:left;
    box-shadow: 8px 12px 8px -1px grey;
    border-radius: 0px 7px 7px 0px;
    border: 0px solid transparent !important;
}

#tlyPageGuideWrapper{
    height:0px !important;
    width:0px !important;
}
#tlyPageGuideWrapper .tlypageguide_toggle{
    height:0px !important;
    width:0px !important;
    right: -120px !important;
    visibility: hidden;
}

#tlyPageGuideWrapper .tlypageguide_toggle div{
    height:0px !important;
    width:0px !important; 
}

#proofingSendtoclientPopup #popup_title{
    border-bottom:1px solid lightgray;
    padding:0px 0px 15px 0px;
}

.jconfirm-content-pane{
    height:auto !important;
}

.finishproofingnotes{
    color: gray;
    padding-left:22px;
}

.formFinishProofing{
    font-size: 15px;
    padding: 0px 10px;
    min-height: 160px;
}

.formFinishProofing input{
    margin-right:5px;
}

.formFinishProofing i{
    margin-right:5px;
}

textarea{
    resize:none;
}

#album-pgName a{
    clear: both;
    color: #353535;
    font-family: "Lato",sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2.1;
    padding-bottom: 0;
    text-transform: uppercase;
}
#main .wrap{
    height:100%;
}

.proofingunderprocess {
    margin: 50px 0px;
    font-size: 15px;
}

.lockedWarning {
    clear: both;
    text-align: center;
    font-size: 14px;
    margin-top: 9px;
    color: black;
}

.album-nav{
    height: 45px;
    border-bottom: 1px solid #eaeaec;
}
.album-nav.album-nav-2 {
    height: 57px;
    background-color: #000000;
}
.album-nav #nav-menu2{
    height: 100%;
}

.album-nav ul.sub_nav{
    height: 100%;
    margin: 0px;
    padding: 0px;
    border:0px;
    font-weight: 500;
}

.album-nav ul.sub_nav .sub-nav-item{
    height:100%;
    margin:0px;
    padding:5px 15px;
    background: #383838;
    border: 0px;
    border-right: 1px solid #EAEAEA;
}

.album-nav ul.sub_nav .sub-nav-item a{
    color:#FFFFFF;
}

#main.qby-dashboard-album-proofing {
        height: calc(100vh - 45px);
        top: 45px;
        position: absolute;
        width: calc(100% - 352px);
        left: 0px;
        background-color: #eaeaec;
}

body:has(#main.qby-dashboard-album-proofing) #rightside{
        width: 352px;
        right: 0;
        position: absolute;
        background-color: #FFFFFF;
        height: calc(100vh - 45px);
        top: 45px;
}

.fullmain{
        width:100% !important;
}
.hideright{
        display:none !important;
}

.comments_header{
    line-height: 26px;
    font-size: 18pt;
    color: black;
    font-weight: 300;
    padding: 15px;
}

.comments {
    padding: 0 15px;
}

#commentsSection{
    background-color: #ffffff;
    box-shadow: -10px -3px 5px -5px #a6a6a6;
    height: 100%;
    overflow-y: auto;
}

.submitfeedback{
    margin-right:45px;
}

.editlist,.helplist{
    float:right;
    margin:10px 5px;
    padding:5px 0px;
    cursor: pointer;
}
.editlist span,.helplist span{
    font-size:20px;
}

#editListContainer{
    background-color: rgba(242, 242, 242, 0.5);
    border: 5px none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    display:none;
}
#editListContainer .list{
    background-color: #a6a6a6;
    border: 5px none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    color:#000000;
}

#helpContainer{
    background-color: rgba(242, 242, 242, 0.5);
    border: 5px none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    display:none;
}
#helpContainer .list{
    background-color: #a6a6a6;
    border: 5px none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    color:#000000;
}
span.editcounter{
    position: absolute;
    right: -9px;
    top: -4px;
    width: 20px;
    background-color: #606060;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(244, 211, 73, 1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 0 6px;
}
.thumbnailpointer{
    color: #222222;
    font-size: 14px;
    height: 25px;
    position: absolute;
    text-align: center;
    top: -14px;
    width: 100%;
    z-index: 9999;
}
.thumbnailpointer span {
    font-size: 25px;
}

.layouteditcounter{}

.layouteditcounter.unsent{}

.layouteditcounter.sent{}

.comments_qbydesign{
    height:calc(100% - 81px);
}

.layout_proofing_container_qbydesign{
    padding: 10px;
    height: 100%;
}
.layout_proofing_container_qbydesign .comments_container {
    height: 100%;
}
.layout_proofing_container_qbydesign .comments_qbydesign{
    overflow-x: auto;
}
.commentRow .layoutclientloved{
    top:0px !important;
    margin:0px !important;
}

.commentRow {
    height: 40px;
    padding: 5px 0;
    display: table;
    width: 100%;
}

.commentSection {
    position: relative;
    margin-top:10px;
    clear:both;
}


.commentSection:not(:first-child){
    margin-top:20px;
}

.commentSection::before{
    position: absolute;
    left: 18px;
    width: 2px;
    background: #e0e4e8;
    content: '';
    height: calc(100% - 6em);
    top: 30px;
}
.proofingPanel .commentSection::before{
    height: calc(100% - 5em);
}

.commentSection.noreplies::before{
    position: absolute;
    left: 18px;
    width: 0px;
    background: #e0e4e8;
    content: '';
    height: 83%;
    top: 15px;
}

.commentBubble {
    position: relative;
    padding: 10px 5px;
    color: #000000;
    background-color: rgba(236, 236, 236, 1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
    min-height: 35px;
    float: left;
    max-width: none;
    width: calc(100% - 51px);
}

.commentBubble::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: rgba(236, 236, 236, 1) transparent;
    display: block;
    width: 0;
}

.commentBubble.pg::before {
    top: 10px;
    bottom: auto;
    left: -8px;
    border-width: 8px 8px 8px 0px;
    border-color: transparent rgba(236, 236, 236, 1);
}

.commentBubble.client{
    background-color: #eaeaec;
}
.commentBubble.client::before {
    top: 10px;
    bottom: auto;
    left: -8px;
    border-width: 8px 8px 8px 0px;
    border-color: transparent #eaeaec;
}

.commentBubble.designer{
    background-color: rgba(190, 162, 62, 0.3);
}
.commentBubble.designer::before {
    top: 10px;
    bottom: auto;
    left: -8px;
    border-width: 8px 8px 8px 0px;
    border-color: transparent rgba(190, 162, 62, 0.3);
}

.commentActions{
    height: 26px;
    padding: 10px 0px;
}

.commentActions a {
    text-transform: lowercase;
    color: rgba(12, 160, 153, 1);
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}
.commentActions a::first-letter {
    text-transform: uppercase;
}
#noclientcomment, .loading_comments, #comments_note {
    margin-top: 15px;
    line-height: 26px;
  font-weight: 400;
    color: black;
    font-size: 14px;
}
#designworkspace #noclientcomment, #designworkspace .loading_comments, #designworkspace #comments_note {
    color:  white;
}
#comments_note {
    display: none;
}
.layoutclientloved.fui-heart{
    color: #ff6666;
    font-size: 18px;
    left: 2px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 14px;
}

.layout_proofing_container .layoutclientloved.fui-heart{
    color: #ff6666;
    font-size: 18px;
    left: 2px;
    position: relative;
    text-align: center;
    top: 4px;
    width: 14px;
}

.layoutclienteditcounter{
    background-color: #606060;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(105, 201, 202, 1);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    padding: 0 4px;
    position: absolute;
    left: 7px;
    text-align: center;
    top: 13px;
    width: 14px;
}

#main.qby-dashboard-album-proofing .bb-custom-wrapper {
    height:calc(100vh - 58px - 44px);
}
.albumname h2{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-weight: 400;
}

.bb-bookblock{
    height:100%;
}

.bb-custom-wrapper nav {
    z-index: 5;
    pointer-events: none;
}

.bb-custom-wrapper nav span {
    pointer-events: auto;
}
.album-imagelayout {
    display: flex;
    align-content: center;
    align-items: center;
    height:100%;
    margin:0px auto;
    width:100%;
}
.full_width{
    min-height:1px;
    vertical-align: middle;
}
.bb-page .layoutnumber p{
    display:none !important;
}
.layoutnumber{
    width:100%;
    height:30px;
    padding:25px 0px;
}

.layoutnumber p{
    font-size: 14px !important;
    margin: -10px !important;
}

.gridViewIcon{
    position: absolute;
    top: -35px;
    right:10px;
    cursor: pointer;
    font-size: 15px;
    color: black;
}
.gridViewIcon span{
    font-size:19px;
}
.gridViewIcon span.text, .historyIcon span.text {
    font-size: 15px;
    font-weight: 300;
}
.gridView .thumbnailtext{
    color:#000000;
}
.gridView {
    height: 100%;
    overflow-y: auto;
}
.gridView ul{
    position: relative;
}

.gridView li{
    width: 200px;
    height: 150px;
    float: left;
    margin: 15px;
    position: relative;
    display:table;
    cursor: pointer;
}

.gridView li .layoutclientloved.fui-heart{
    top: 10px;
    left: 0px;
}

.gridView li img{
    width:100%;
    border: 1px solid rgba(102, 102, 102, .3);
}
.thumbnailScrollLeft span,.thumbnailScrollRight span{
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
}
.thumbnailScrollLeft{
    width: 25px;
    position: absolute;
    left: 0;
    background-color: #555555;
    height: 100%;
    z-index: 999;
    text-align: center;
}
.thumbnailScrollRight{
    width: 25px;
    position: absolute;
    right: 0;
    background-color: #555555;
    height: 100%;
    z-index: 999;
    text-align: center;
}
.layoutThumbnails{
    bottom: -180px;
    height: 180px;
    position: absolute;
    width: 100%;
}
.disablenavClick{
    background-color: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}
.layoutThumbnails ul {
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #555555 none repeat scroll 0 0;
    padding-left: 15px;
    position: relative;
    margin-left: 25px;
}
.layoutThumbnails li {
    display: table;
    height: 100%;
    position: absolute;
    width: 220px;
    padding: 0 10px;
    cursor: pointer;
}
.thumbnailtext{
    color:#ffffff;
    text-align: center;
    width:220px;
    height:25px;
    line-height: 25px;
}

.layoutThumbnails li.active {
    background: #222222 none repeat scroll 0 0;
}

.layoutThumbnails li div{
    display:table-cell;
    vertical-align:middle;
}

.thumbnail_div{
    vertical-align: middle;
    height: 100%;
}

.layoutThumbnails li img{
    width: 100%;
}


#album-header{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height:40px;
}
#album-header-insider {
    background-color: #E5E5E5;
    height: 50px;
    opacity: 0.9;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    width: 100%;
    z-index: 99996;
}
#album-pgName {
    align-items: center;
    display: flex;
    float: left;
    height: 50px;
}

#album-other-navigation {
    align-items: center;
    display: flex;
    float: right;
    height: 50px;
}

.preview1, .feedback1, .approve1, .share1{
    float:right;
    margin:10px;
}

.preview1.current, .feedback1.current, .approve1.current, .share1.current{
    font-weight: bold;
}

.preview1 a, .feedback1 a, .approve1 a, .share1 a{
    color: black;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.simple-inner-button{
    position:relative;
}

#proofing_bar{
    height: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

#proofing_bar .btn-group{
    height:100%;
}

#proofing_bar .btn-group .caret{
    display: none;
}
/*
#proofing_bar .btn-group .btn{
    height:100%;
    background: #FFFFFF;
    border: 0px;
    border-left: 1px solid #eaeaec;
    color:#383838;
    text-shadow: unset;
    font-weight: 600;
    width: 100%;
    border-radius: 0px;
    padding: 0px 17px;
}

#proofing_bar .btn-group.open .btn,#proofing_bar .btn-group .btn:hover{
    background: #383838;
    color:#FFFFFF;
}

#proofing_bar .btn-group a.btn{
    padding:12px 17px;
}
*/
#proofing_bar span.caret{
    margin-top:-3px;
}

#proofing_bar .dropdown-menu{
    margin-top: 0px;
    padding: 0px;
    min-width: 200px;
}

#proofing_bar .dropdown-menu li{
    border:0px;
    text-transform: none;
    padding: 5px 15px 0px;
    height: 50px;
}

#proofing_bar .dropdown-menu li a{
    height:100%;
    padding-left: 0px;
    padding-top: 11px;
}

#proofing_bar .dropdown-menu li:not(:last-child) a{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#proofing_bar .dropdown-menu li:hover{
    background: #60abb6;
}

#proofing_bar .dropdown-menu a:hover,#proofing_bar .dropdown-menu a:active,#proofing_bar .dropdown-menu a:focus{
    background: transparent;
}


.simple-inner-button-big {
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,240,234,1) 100%);
    padding: 5px 10px;
    font-weight: normal;
    border: 1px solid #CDCABF;
    margin-right:8px;
    border-radius:2px;
    cursor: pointer !important;
    color:#048fc2;
    text-align: center;
    vertical-align: middle;
    text-decoration:none;
}

.simple-inner-button-green {
    background: linear-gradient(to bottom,  rgba(130, 193, 62,1) 0%,rgba(130, 193, 62,1) 100%);
    padding: 5px 15px;
    font-weight: normal;
    border: 1px solid rgba(130, 193, 62,1);
    margin-right: 8px;
    border-radius: 4px;
    cursor: pointer !important;
    color: #FFFFFF !important;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.simple-inner-button-yellow {
    background: linear-gradient(to bottom,  rgba(253, 222, 102,1) 0%,rgba(253, 222, 102,1) 100%);
   padding: 5px 10px;
    font-weight: normal;
    border: 1px solid #000000;
    margin-right:8px;
    border-radius:2px;
    cursor: pointer !important;
    color:#048fc2;
    text-align: center;
    vertical-align: middle;
    text-decoration:none;
}

.simple-inner-button-blue {
    background: linear-gradient(to bottom, rgba(51, 153, 255,1) 0%,rgba(51, 153, 255,1) 100%);
    padding: 5px 15px;
    font-weight: normal;
    border: 1px solid rgba(51, 153, 255,1);
    margin-right: 8px;
    border-radius: 4px;
    cursor: pointer !important;
    color: #FFFFFF !important;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.simple-inner-button-black {
    background: linear-gradient(to bottom, rgba(39, 39, 39,1) 0%,rgba(39, 39, 39,1) 100%);
    padding: 5px 15px;
    font-weight: normal;
    border: 1px solid rgba(39, 39, 39,1);
    margin-right: 8px;
    border-radius: 4px;
    cursor: pointer !important;
    color: #FFFFFF !important;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.simple-inner-button-small {
    background-color: #353535;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    margin: 5px 0 0;
}

.simple-inner-button-small-dangerred {
    background-color: #ff0000;
    border: medium none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    vertical-align: middle;
    margin: 5px 0 0 5px;
}

.simple-inner-button-small-red {
    background-color: #ec7063;
    border: medium none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px 0px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    vertical-align: middle;
    margin: 5px 0 0 5px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 10px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button
{
    background: linear-gradient(to bottom, rgba(39, 39, 39,1) 0%,rgba(39, 39, 39,1) 100%) !important;
    padding: 5px 15px !important;
    font-weight: normal !important;
    border: 1px solid rgba(39, 39, 39,1) !important;
    margin-left: 8px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    color: #FFFFFF !important;
    text-align: center !important;
    vertical-align: middle !important;
    text-decoration: none !important;
    line-height: 1;
}

.addEdit, .updateEdit {
    background-color: #BEA23E;
}

.cancelEdit{
    background: rgba(0, 0, 0, 0.5);
}

/*CSS for proofing edits*/
.hasflipopen .note.originaledit{
    opacity:0;
}

.hasflipopen .note:not(.wingflipedit){
    opacity:0;
}

.hasflipclose .wingflipedit{
    opacity:0;
}

.proxy-img-wrapper .note{
    position:absolute;
}    
.proxy-img-wrapper .note .note-content{
    position:relative;
}

.proxy-img.original img{
    width: inherit;
}

.proofing_edit_dialog{
    position:absolute;
    top:0;
    left:0;
}

.proofing_edit_dialog.right span,.note.right span{
    color: #f8f8f8;
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: -6px;
    z-index: 2;
}

.proofing_edit_dialog.left span,.note.left span{
    color: #f8f8f8;
    font-size: 20px;
    right: 20px;
    position: absolute;
    top: -6px;
    z-index: 2;
}

.commentBox .pull-left{
    margin-right:0px;
}

.proofing_edit_dialog.right .commentBox,.note.right .commentBox{
    height: 170px;
    width: 230px;
    padding:5px;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 5;
    left: 42px;
    top: -20px;
}

.quicktools {
    height: 40px;
    margin-bottom: 5px;
}

.quicktools div{
    border: 1px solid #353535;
    cursor: pointer;
    float: left;
    height: 35px;
    margin: 5px;
    padding: 4px 0;
    width: 34px;
}

.editTextArea{
    margin-bottom:5px;
}

.editTextArea textarea{
    height: 120px;
    resize: none;
}

.proofing_edit_dialog.top .commentBox,.note.top .commentBox{
    top: -135px;
}

.proofing_edit_dialog.bottom .commentBox,.note.bottom .commentBox{
    top: -20px;
}

.approveLayout{
    margin:30px 0px;
    height:35px;
}

.approveLayout input{
    height:19px;
    width:20px;
}

.approveLayout label{
    margin:0px 5px;
}

.proofing_edit_dialog.left .commentBox,.note.left .commentBox{
    height: 170px;
    width: 230px;
    padding:5px;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9999;
    right: 42px;
}

.proofing_edit_dialog .edit_marker{
    box-shadow: 0 0 0 4px #EAEAEC;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
    background-color: #ffffff;
    color:#000000;
    z-index: 5;
}

.proofing_edit_dialog.designer .edit_marker{
    box-shadow: 0 0 0 4px rgba(190, 162, 62, 1);
}

.note .edit_marker{
    box-shadow: 0 0 0 4px #D3D3D3;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
    background-color: #ffffff;
    color:#000000;
    z-index: 5;
}

.note.designer .edit_marker{
    box-shadow: 0 0 0 4px rgba(190, 162, 62, 1);
}

.note.sent .edit_marker{
    
}

.note.client .edit_marker{
    box-shadow: 0 0 0 4px rgba(89, 89, 89, 1);
    background-color: #ffffff;
    color: #000000;
}

.note.client.completed .edit_marker{
    box-shadow: 0 0 0 4px rgba(183, 214, 92, 1);
    background-color: #ffffff;
    color: #000000;
}

.note.client.completed.replied .edit_marker,.note.client.pending.replied .edit_marker{
    box-shadow: 0 0 0 4px rgba(183, 214, 92, 1);
    background-color: #ffffff;
    color: #000000;
}

.pgcommentSerialNo{
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(89, 89, 89, 1);
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin: 1px 0px 10px 12px;
    padding: 0 4px;
    text-align: center;
    width: 20px;
}

.clientcommentSerialNo{
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #D3D3D3;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin: 1px 0px 10px 12px;
    padding: 0 4px;
    text-align: center;
    width: 20px;
}

.designercommentSerialNo{
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(190, 162, 62, 1);
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin: 1px 0px 10px 12px;
    padding: 0 4px;
    text-align: center;
    width: 20px;
}

.editSerialNo{
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 170, 255, 1);
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin: 1px 12px;
    padding: 0 4px;
    text-align: center;
    width: 20px;
}

.note.pgcomment .edit_marker{
    box-shadow: 0 0 0 4px rgba(89, 89, 89, 1);
    background-color: #ffffff;
    color: #000000;
}

.note.designercomment .edit_marker{
    box-shadow: 0 0 0 4px rgba(190, 162, 62, 1);
    background-color: #ffffff;
    color: #000000;
}

.pgidentifier{
    background-color: black;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    line-height: 35px;
    margin: 6px 2px;
    padding: 0 1px;
    text-align: center;
    width: 35px;
    float: left;
    max-width: none;
}

.replyonPgComment .pgidentifier,.replycomment .pgidentifier{
    width: 23px;
    line-height: 23px;
    margin: 6px 8px;
    padding: 0 1px;
}

.designeridentifier{
    background-color: #bea23e;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    margin: 6px 2px;
    padding: 0 1px;
    text-align: center;
    width: 35px;
    float: left;
    max-width: none;
}

.replyonPgComment .designeridentifier,.replycomment .designeridentifier{
    width: 23px;
    line-height: 23px;
    margin: 6px 8px;
    padding: 0 1px;
}

.clientidentifier{
    background-color: #eaeaec;
    border-radius: 50%;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    width: 35px;
    line-height: 35px;
    margin: 6px 2px;
    padding: 0 1px;
    text-align: center;
    float: left;
    max-width: none;
}

.replyonPgComment .clientidentifier,.replycomment .clientidentifier{
    width: 23px;
    line-height: 23px;
    margin: 6px 8px;
    padding: 0 1px;
}

.popupBoxText {
    margin: 10px 6px;
}

.commentRowActions{
    padding: 0 3px;
    width: 30px;
    margin: 6px 5px
}

.commentRowActions span{
    margin: 0px;
    font-size: 15px;
}

.replySerialNo{
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(89, 89, 89, 1);
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    margin: 8px 8px;
    padding: 0 4px;
    text-align: center;
    width: 15px;
}

.editSerialNo.myedit{
    background-color: #606060;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(244, 211, 73, 1);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin: 1px 12px;
    padding: 0 4px;
    text-align: center;
    width: 20px;
}

.editSerialNo.myedit.previousRev{
    box-shadow: 0 0 0 3px rgba(183, 214, 92, 1);
}

.editSerialNo.completed{
    box-shadow: 0 0 0 4px rgba(183, 214, 92, 1);
    background-color: #ffffff;
    color: #000000;
}

.editSerialNo.completed.replied,.editSerialNo.pending.replied{
    box-shadow: 0 0 0 4px rgba(183, 214, 92, 1);
    background-color: #ffffff;
    color: #000000;
}

.historyIcon {
    position: absolute;
    right: 145px;
    top: -35px;
    cursor: pointer;
    font-size: 15px;
    color: black;
}
.historyIcon span{
    font-size:19px;
}

.historyView{
    background-color: #FFFFFF;
    border-top: 1px solid #E5E5E5;
}

.revisionSeparator {
    padding: 6px 5px;
    margin: 20px 0px;
    border-bottom: 1px solid #E5E5E5;
}

.historyView ul{
    width:75%;
    margin: 0px auto;
    height: calc(100vh - 62px - 45px);
    overflow: auto;
}

.historyView li{
    clear:both;
    display:table;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.historyView .historyContainer_image{
    width: 500px;
    height: 330px;
    float: left;
    margin: 15px;
    position: relative;
    display: table;
    cursor: pointer;
}

.historyContainer_image img {
    border: 2px solid #E5E5E5;
    width: 100%;
}

.historyContainer_image_wingflips {
    position:relative;
}
.historyviewtext{
    color: #000000;
    text-align: left;
    width: 220px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    margin: 10px 0px;
}

.historyContainer_comments {
    float: left;
    width: calc(100% - 570px);
    margin: 20px;
}

.historyContainer_image .note .edit_marker {
    width: 10px;
    height: 10px;
    font-size: 8px;
    line-height: 10px;
}

.historyContainer_comments #noclientcomment{
    margin: 50px 0px;
}

.historyViewHeader .alllayouts{
    float:right;
    margin:0px 5px;
}

.historyViewHeader .layoutswithcomments,.closehistory,.layoutswithlatestcomments{
    float:right;
    margin:0px 5px;
}

.historyViewHeader{
    width: 75%;
    margin: 0px auto;
    padding: 30px 15px;
    border-bottom: 1px solid #E5E5E5;
    height: 62px;
}

.historynav {
    border: 2px solid #EAEAEA;
    padding: 4px 10px;
    border-bottom: 0px;
    height: 31px;
    cursor:pointer;
}

.historynav.current {
    border: 2px solid #BEA23E;/*rgba(51, 153, 255, 1);*/
    border-bottom: 0px;
}

.speechbubble{
    position: absolute;
    width: 27px;
    height: 20px;
    margin: 10px 0 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(130, 193, 62,1);
    border-radius: 10px;
    top: 10px;
    right: 0px;
}

.speechbubble.online_design{
    margin: 0px 0 20px;
}

.speechbubble::before{
    content: "";
    position: absolute;
    bottom: -8px;
    right: 9px;
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: transparent rgba(130, 193, 62,1);
}

.editnav_container{
    height: 35px;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
    padding:0px 15px;
}

.editnav{
    padding: 3px 10px;
    border-bottom: 0px;
    height: 28px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 0px 0px;
    width:50%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.editnav.current{
    background-color: #BEA23E;;
    border: 2px solid #BEA23E;;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    height: 35px;
    margin: 0px;
    padding: 6px 10px;
    width: 50%;
    text-align: center;
    color:#ffffff;
}
.btn-order {
    background-color: white;
    border-color: #1c1c1c;
}
.btn-order:hover {
    background-color: white;
    border-color: #1c1c1c;
    color: #1c1c1c;
}
#right_bottom_btn_container {
    padding: 25px;
    text-align: center;
}
#right_bottom_btn_container .btn {
    width: 100%;
    text-transform: uppercase;
}
@media screen and (min-width: 1101px) {
    body:has(#main.qby-client-album-proofing) #right_bottom_btn_container {
        padding-right: max(25px, var(--qby-proof-chat-right-clearance, 25px));
    }
}
@media screen and (max-width: 1100px) {
    body:has(#main.qby-client-album-proofing) #right_bottom_btn_container {
        padding-bottom: max(28px, var(--qby-proof-chat-bottom-clearance, 28px));
    }
}
@media screen and (max-width: 600px) {
    body:has(#main.qby-client-album-proofing) #right_bottom_btn_container {
        padding-bottom: max(24px, var(--qby-proof-chat-bottom-clearance, 24px));
    }
}
#left_bottom_buttons {
    position: absolute;
    top: -45px;
}
#left_bottom_buttons a, #left_bottom_buttons span {
    margin-left: 10px;
}

.comments_qbydesign{
    height:auto;
}
.layout_proofing_container_qbydesign{
    height: calc(100% - 95px);
    overflow: auto;
}
#main.qby-dashboard-album-proofing .bb-custom-wrapper {
    height:calc(100vh - 45px - 58px - 57.26px);
}

#main.qby-dashboard-album-proofing,
body:has(#main.qby-dashboard-album-proofing) #rightside {
    height: calc(100vh - 57px);
    top: 57px;
}
body.alert-box-visible #main.qby-dashboard-album-proofing,
body.alert-box-visible:has(#main.qby-dashboard-album-proofing) #rightside {
    height: calc(100vh - 101px);
    top: 101px;
}
body.alert-box-visible #main.qby-dashboard-album-proofing .bb-custom-wrapper {
    height: calc(100vh - 45px - 58px - 57.26px - 44px);
}
body:has(#main.qby-dashboard-album-proofing) .headerContainer {
    display: block;
}
@media (max-device-width : 640px), (max-device-height : 500px) {
    #main {
        width: 100%;
    }
    #rightside{
        display: none;
    }
    .gridViewIcon, .historyIcon {
        display: none;
    }
    .layoutThumbnails {
        display: none;
    }
    .bb-custom-wrapper {
        height: calc(100vh - 60px);
    }
    .notece_for_mobile.hide {
        display: block !important;
        position: fixed;
        top: 59px;
        width: 100%;
        padding: 5px;
    }
    .note .edit_marker{
        display: none;
    }
}
