/* PDF Application */

h1.validation {
}
.pdf-instructions,
.pdf-validation {
    background: #efefef;
    padding: 1em 2em;
    margin-bottom: 2em;
    /* border: 8px solid var(--global-palette6); */
    margin-top: 1em;
    border-radius: 10px;
}
.pdf-validation h4 {
    color: var(--global-palette4);
    margin-bottom:0.25em
}
.pdf-instructions .login_button {
    font-size: 14px;
    margin: 1em 0 0 1em;
    background-color: var(--global-palette2);
    border-color:var(--global-palette2);
    width:initial;
    padding: 1em;
}
.pdf-instructions .login_button:hover {
    color:white;
    background-color:var(--global-palette1);
    border-color:var(--global-palette1);
}
.panel-group .pdf-instructions {
    border:none;
}
@keyframes blink { 
   50% { border-color: var(--global-palette1); } 
}

#validation-submitted,
#validation-message ,
button#validation-submit {
    /* border: 6px solid var(--global-palette5); */
    display:none;
    font-size: 18px;
    width: 100%;
    height: 95px;
    margin: 20px 0 10px;
    text-align:Center;
    border-radius: 14px;
    /* padding: 1em 1em; */
    background: var(--global-palette6);
    color: black;
}

#validation-message {
    animation: blink .5s step-end infinite alternate;
    background:white;
    border:6px solid 
    /* background:white; */
}
.validation-message-inner {display:table-cell;vertical-align:middle;width: 100%;text-align: center;line-height: 1.15em;padding: 0.5em 0.5em 0.5em;}

.validation-message-inner img {
    display:inline-block;
}
    

body.role-subscriber .pdf-instructions, body.role-contributor .pdf-instructions {
    background: none;
    padding: 0;
}

.hub-project-summary {
    display: flex;
    width:100%;
    position: relative;
}

.hub-project-summary .info2 {min-width: 100px;text-align:right;align-self: center;}
.pdf-user-id {
    padding-left:1em;
}

@media (min-width:400px) {
.hub-project-summary .info1 {width: 73%;\: table-cell;/* align-self: center; */}
.hub-project-summary .info2 {
    min-width: 120px;
    text-align:right;
    align-self: end;
    width: 27%;
}    
}


/*document feedback sidebar */
#project-sidebar-wrapper {
    position: relative;
    /* left: 10px; */
    z-index: 1;
    /* display: inline-block; */
    float: left;
    font-size: 13px;
}
#project-sidebar-wrapper-nonfullscreen {
    z-index:20;
}

.flowpaper_viewer_wrap #project-sidebar-wrapper {
left:15px;
top:30px;
position:absolute;
}

#project-sidebar {
    display: none;
    background: var(--global-palette4);
    max-height: 62vh;
    width: 380px;
    position: absolute;
    padding: 1em;
    overflow-y: auto;
    border-radius: 4px;
}
.flowpaper_viewer_wrap #project-sidebar {
    max-height: 82vh;
    width:340px;
}

a.project-sidebar-trigger {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    line-height: 1em;
}
a.project-sidebar-trigger svg {
    margin-right:10px;
}
a.project-sidebar-trigger:focus {color: white;}
#project-sidebar li {
    color:white;
    margin-bottom:10px;
    }
#project-sidebar ul li a {
    color: #fcfcfc;
    text-decoration:none;
}


#project-sidebar ul li.closed::marker,
#project-sidebar ul li.closed a {
    color: #e3e1bb;
}
#project-sidebar ul li {
     list-style-type: "\2713";
    padding-inline-start: 1ch;
    margin-left: -1ch;
}

#project-sidebar ul li.closed{
    list-style-type: "\292B";
    padding-inline-start: 1ch;
    margin-left: -1ch;
}



#project-sidebar ul li a:hover {
    text-decoration:underline;
}

.single-cpt_docs .kt-accordion-panel-inner h3 {
    font-size:22px;
}
.single-cpt_docs .kt-accordion-panel-inner h4 {
    font-size:18px;
}

.single-cpt_docs .notification {
    display: flex;
    align-items: center;
    background: var(--global-paletteBG);
    padding: 1.5em;
    margin-bottom:1em;
}
.single-cpt_docs .notification .icon {
    min-height: 34px;
    min-width: 34px;
    margin-right: 16px;
    margin-left: 8px;
}

