﻿.documentList .suiteSelectedElement {
    /*background-color:#f7f9f9;*/
    background-color: rgba(0,0,0,0.12);
}

a.onlyShowWhenChromePluginIsActive {
    display: none;
}

.documentList .archived {
    color: rgb(238, 74, 74);
}

.modal.modalHeight1 {
    height: 180px;
}

.modal.modalHeight2 {
    height: 250px;
}

.modal.modalHeight3 {
    height: 300px;
}

.modal.modalHeight4 {
    height: 380px;
}

.modal.modalHeight5 {
    height: 550px;
}

.modal.generator {
    height: 611px;
    width: 1300px;
    margin-left: -644px;
    margin-top: -326px;
    padding: 0px;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}

p.nomargin {
    margin: 0px;
    padding: 0px;
}

    p.nomargin.littleDescription {
        font-size: 13px;
        font-weight: lighter;
        color: #9E9E9E;
    }

.editFolderActions li {
    /*margin-left:5%;
    margin-right:6%;*/
    width: 18%;
}

.popDown.listEditFolder .editFolderActions a {
    border-left: 0px;
}

.modalActionButton {
    padding: 5px;
    margin-top: 10px;
    float: right;
    /*background-color:#70838D;*/
}

.modalActionButtonPrimary {
    float: right;
}

.modalActionButtonSecondary {
    padding: 5px;
    margin-top: 10px;
}

.fixedListHeight {
    overflow-y: auto;
    height: 100px;
}

.safariImageAdjustment {
    padding-top: 3px;
}

.devOnly {
    display: none;
}

a.documentEditingAction {
    color: Black;
    margin-left: 15px;
}

#markdownSectionPrimary em {
    font-weight: bold;
    font-style: normal;
}

#markdownSectionPrimary li em {
    font-weight: bold;
    font-style: normal;
}

#markdownSectionPrimary > blockquote {
    color: #eea250;
    background: white;
    padding: 1px;
    margin-left: 0px;
    padding-left: 20px;
    border-left: 1px #eea250 solid;
}

body.clear {
    background: white;
}

.modalOverlay {
    position: fixed;
}

/* Create content */
.modal.create.createFromTemplateProvider {
    height: 450px;
    width: 450px;
}

.creationHeading {
    font-weight: lighter;
    margin-left: 20px;
}

.modal.create input.clientSelectionDropdown {
    margin-top: -45px;
    margin-left: 170px;
    width: 280px;
}

#clientSelectionContentCreationArea {
    height: 30px;
}

.createDocumentBack {
    margin: 5px;
    font-size: 13px;
}

.folderhost {
    width: 300px;
}

#fullDocumentCreationViewHost {
    margin: -15px;
}

.templateSelection-row {
    width: 100%;
    height: 120px;
}

.templateFolder {
    font-size: 13px;
    background: #363F52;
    width: 65px; /*or 97 if no scroller*/
    height: 70px;
    margin: 11px;
    float: right;
    padding: 15px;
}

.templateCategoryFolderItems > li {
    margin-left: 20px;
    margin-top: 5px;
}

.templateScrollableSection {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    height: 310px;
}

#fullDocumentCreationView {
    margin: 15px;
}

.templateCategoryFolder {
    background: #434F66;
}

#clientSelector {
    margin-left: 170px;
    width: 278px;
}

/* end create content*/

.verticalScrollableArea {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

.validate {
    color: Red;
    display: none;
}

/*Subscriptions Table (temporary) */

.subscriptionsTable {
    border-collapse: collapse;
    width: 100%;
}

.subscriptionsTable, td {
    border: 0px solid black;
    padding-bottom: 50px;
}

.subscriptionLogo {
}

.singleSubscriptionCommentDetails {
    float: right;
    margin-top: -5px;
    margin-right: -55px;
    width: 50px;
    font-size: 10px;
}

.subscriptionRowSeparator {
    border-bottom: 1px lightgrey solid;
}

.singleSubscriptionComment {
    border: 0.1px black solid;
    margin-top: 10px;
    background: lightgrey;
    padding: 15px;
    padding-right: 60px;
    font-size: 12px;
}

.forwardicon {
    margin-left: 10px;
    height: 10px;
}

.subscriptionDetails {
    width: 200px;
}

.commentsForSubscription {
    display: none;
    width: 300px;
}

.subscriptionBlurb {
    max-width: 300px;
}

.subscriptionsTable {
    border-collapse: collapse;
}

.button.subscribed {
    background-color: #9dcc46;
    border: 1px solid #9dcc46;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}

.button.pending {
    border: 2px solid #9dcc46;
    color: #9dcc46;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}

#subscriptionsZone .expandOptions {
    padding: 0;
    border-right: 5px solid #455f6c;
    height: 58px;
    position: relative;
    margin: 0px;
    margin-right: 10px;
    float: right;
}

    #subscriptionsZone .expandOptions > li {
        float: left;
        list-style-type: none;
        position: relative;
    }

        #subscriptionsZone .expandOptions > li > a {
            padding: 0;
            width: 20px;
            height: 20px;
            display: block;
            padding: 14px;
        }

        #subscriptionsZone .expandOptions > li.menu > a:hover ul {
            display: block;
        }

        #subscriptionsZone .expandOptions > li > a > span {
            display: block;
            text-indent: -9999em;
        }

    #subscriptionsZone .expandOptions .starred a {
        background-position: 17px -92px;
    }

        #subscriptionsZone .expandOptions .starred a:hover,
        #subscriptionsZone .expandOptions .starred a.active {
            background-position: 17px -149px;
        }

/* end of subscriptions table*/

/* document creation (new) */
.modal.createDocument {
    width: 650px;
    height: 400px;
}

#documentCreationHost {
    /*border:2px red solid;*/
    margin: -15px;
}

#documentCreationHeader {
    background: #434F66;
    height: 100px;
}

    #documentCreationHeader > h3 {
        width: 200px;
        padding-top: 20px;
        padding-left: 40px;
        float: left;
    }

    #documentCreationHeader #inputs {
        float: right;
        width: 400px;
        margin-top: 10px;
    }

        #documentCreationHeader #inputs .input {
            margin: 10px;
            font-weight: lighter;
        }

            #documentCreationHeader #inputs .input input {
                margin-left: 10px;
                width: 260px;
            }

#documentCreationMainView {
}

    #documentCreationMainView #documentCreationTypes {
        float: left;
        background: #434F66;
        /*border:2px red solid;*/
    }

#documentCreationTemplatesView {
    background-color: #455f6c;
}

#documentCreationMainView #documentCreationTypes .creationType {
    width: 110px;
    height: 110px;
    cursor: pointer;
}

    #documentCreationMainView #documentCreationTypes .creationType.active {
        background: #455f6c;
        color: red;
    }

#documentCreationMainView #documentCreationTemplatesView {
    height: 326px;
    margin-left: 112px;
}

.documentCreationTemplatesViewHeading {
    padding: 23px;
    text-transform: uppercase;
}

.documentCreationTemplatesViewList ul {
    list-style-type: none;
}

.documentCreationTemplatesViewList li {
    border-bottom: 1px grey solid;
    padding: 15px;
}

    .documentCreationTemplatesViewList li:hover {
        background: #434F66;
    }

    .documentCreationTemplatesViewList li:first-child {
        border-top: 1px grey solid;
    }

.documentCreationTemplatesViewGrid ul {
    list-style-type: none;
    margin: 1px;
    /*overflow-y:scroll;*/
    height: 210px;
}

#documentCreationTemplatesView {
    overflow-y: auto;
}

.documentCreationTemplatesViewGrid li {
    width: 109px;
    border: 1px grey solid;
    height: 109px;
    float: left;
    text-align: center;
    background: url('img/folder.svg') no-repeat 35px 60px;
}

    .documentCreationTemplatesViewGrid li:hover {
        background: #434F66 url('img/folder.svg') no-repeat 35px 60px;
    }

.creationType img {
    margin: 40px;
}

.selectedClientDisplay {
    margin-left: 14px;
    font-size: 10px;
}

.selectedClientChange {
    float: right;
    margin-top: 4px;
    background: url('img/modalIconsSprite.png') no-repeat left -156px;
}

    .selectedClientChange span {
        opacity: 0;
    }

.validationArrow {
    position: absolute;
    margin-top: 6px;
    padding-left: 10px;
    display: none;
}

.validationArray.clientnamevalidation {
    padding-left: 18px;
    padding-top: 2px;
}

.documentCreationTemplatesViewHeading .backicon {
    margin-right: 10px;
    margin-top: -3px;
}

#documentNameAreaInput {
    margin-top: 27px;
}
/* end of document creation (new) */

/* --- Sharing updates --- */
.navLocal a, .navGlobal a {
    position: relative;
}

span.badge {
    border-radius: 30px;
    background: #aa1b08;
    border: 2px solid #eceff0;
    color: #fff;
    font-size: 0.7em;
    padding: 7px 6px 6px;
    text-indent: 0 !important;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
}

    span.badge.archivedBadge {
        position: relative;
        color: white;
        text-decoration: none;
        margin-right: 5px;
        display: inline-block;
    }

    span.badge.verified {
        background: #2196F3;
        color: white;
        display: inline-block;
        font-size: 8px;
        position: relative;
        padding: 6px 4px 4px;
    }

    span.badge.info {
        background: #2196F3;
        color: white;
        font-size: 9px;
        padding: 5px 5px 3px;
    }


    span.badge.shareBadge {
        position: relative;
        padding: 2px;
        margin-left: 3px;
    }

.navGlobal a span.badge {
    top: 0px;
    right: 35px;
}

.infoPanel {
    position: absolute;
    left: 25px;
    top: 0px;
    width: 200px;
    display: none;
    z-index: 1;
    font-size: 12px;
    background: #ffffea;
    border: 1px #e7e5e5 solid;
    padding: 4px 16px;
}

    .infoPanel.toLeft {
        right: -8px;
        top: 27px;
        left: unset;
        color: black;
    }

.infoWrapper:hover .infoPanel {
    display: block;
}

.infoWrapper:hover .infoIcon {
    opacity: 0.5;
}

#suitefullpage {
    background: #f3f3f3;
}

.layoutServiceHeightReplacement {
    height: calc(100vh - 60px);
}


div:has(.banner) {
    .layoutServiceHeightReplacement {
        height: calc(100vh - 100px);
      }
} 


#wrapContent {
    background: white;
}

    #wrapContent.fillTheScreen {
        position: absolute;
        width: 100%;
        margin: 0px;
        top: 0px;
        left: 0px;
    }

#presentationContent:-webkit-full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#wrapContent:-webkit-full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#wrapViewHeader {
    border-bottom: 1px rgba(128,128,128,0.24) solid;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1000;
/*    display: flex;*/
    align-items: center;
}
    #wrapViewHeader.editing {
        background: #ebedef;
    }

    #wrapViewHeader .pullRight {
        position: absolute;
        right: 10px;
        top: 8px;
    }

#wrapContentLeftNav {
    display: flex;
}

    #wrapContentLeftNav .contentWithLeftNav {
        flex-grow: 1;
    }

    #wrapContentLeftNav .navLocal {
        padding-top: 0px;
    }

    #wrapContentLeftNav .navFolders {
        padding-top: 0px !important;
    }

    #wrapContentLeftNav .navLocalItemHeading {
        padding: 7px 20px !important;
        color: #afafaf;
        text-transform: uppercase;
        font-family: monospace;
        font-size: 14px;
        margin-top: 22px;
    }

.contentWithNoLeftNav {
    display: inline-block;
    margin-top: 0px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: background 1500ms cubic-bezier(0.03, 1.48, 0.51, 0.92);
}

.vue-app-containter {
    display: inline-block;
    margin-top: 0px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: background 1500ms cubic-bezier(0.03, 1.48, 0.51, 0.92);
}

    .vue-app-containter .page-content {
        flex-grow: 1;
    }
/* this is scrolled, so needs to have no margin */
.contentWithLeftNav {
    display: inline-block;
    margin-top: 0px;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.contentWithLeftNav.starred {
    width: unset;
}

.contentWithLeftNav.with-floating-table-header {
    overflow-y: hidden;
    display: flex;
    flex-direction: column
}

.contentWithLeftNavInner {
    margin: 20px;
}

#wrapSideBar {
    position: absolute;
    background: white;
    border-left: #eceff0 1px solid;
    /*width: 300px;*/
    right: 0px;
    height: 100%;
    top: 95px;
    box-shadow: -1px 3px 9px rgba(128,128,128,0.24);
    overflow-y: scroll;
}

#sideBarContent {
    padding: 15px;
}

    #sideBarContent h4 {
        color: #4673F3;
    }

    #sideBarContent h5 {
        color: #4673F3;
        font-size: 12px;
        font-weight: normal;
    }

    #sideBarContent select {
        width: 200px;
        padding: 5px;
        margin-top: 10px;
    }

    #sideBarContent p {
        /*color:#4673F3;*/
        font-size: 12px;
    }

    #sideBarContent a {
        color: #4673F3;
        font-size: 12px;
        text-decoration: underline;
    }

    #sideBarContent table.keyValueTable {
        font-size: 12px;
    }

        #sideBarContent table.keyValueTable thead {
            display: none;
        }

        #sideBarContent table.keyValueTable tr {
            margin: 0px;
            padding: 0px;
        }

        #sideBarContent table.keyValueTable td {
            padding-bottom: 0px;
            vertical-align: top;
        }

            #sideBarContent table.keyValueTable td:nth-child(1) {
                color: black;
            }

            #sideBarContent table.keyValueTable td:nth-child(2) {
                color: darkgray;
                padding-left: 20px;
            }

/*#wrapBody.showWrapSideBar{
        border-right: 300px transparent solid;
        width: auto;
    }*/

.navLocal a span.badge {
    top: 8px;
    margin-left: 6px;
}

.navFolders a.active {
    background-color: #E2E9FD;
    font-weight: bold;
}

/* breadcrumb */

.documentList .file .breadcrumb li {
    padding: 0 10px 0 0;
    background: transparent url('img/navigateLocalSprite.png') no-repeat right -504px !important;
}

    .documentList .file .breadcrumb li:first-child {
        padding-left: 0 !important;
    }

    .documentList .file .breadcrumb li:last-child {
        background: none !important;
    }


.file .fileHoverActions {
    position: absolute;
    background: white;
    right: 60px;
    top: 1px;
    padding: 5px;
    padding-bottom: 7px;
    border-radius: 16px;
}

    .file .fileHoverActions ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .file .fileHoverActions li {
        display: inline-block;
    }

/* file details */
.documentList .file .fileDetails {
    background-color: transparent !important;
    padding: 0 !important;
}

.documentList .file .fileDetailsLastActions {
    padding: 0;
    margin: 1em 0 0;
}

.documentList .file .fileDetails a {
    color: #455f6c;
}

    .documentList .file .fileDetails a:hover {
        text-decoration: underline;
    }



.sharedMessageComment {
    color: #eea250;
    font-size: 12px;
}
