  #file-upload-inner{
        position:absolute;
        width:100%;
        height:100%;
        margin: auto; 
        text-align: center;
        cursor: pointer;
    }

    #file-upload-container{
        display: none;
    }

    #readOnlyOptions{
        padding-top: 40px;
        margin:auto;
        z-index:1231232313;
        width:350px;
        height:250px;
        position: relative;
        top:25%;
        border-radius: 30px;
        background-color: #e6e6e6;
        display:none;
    }

    #save-as-parent-container{
        z-index: 65000;
        width: 100%;
        visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80%;
    }

    #bg2{
        z-index:999;
        visibility: hidden;
        background-color:rgba(0,0,0,.15);
        width:100%;
        height:100%;
        position: absolute;
        float:left;
        padding:250px 0 0 0;
    }

    #encryption_window{
        height: 100%;
        position:absolute;
        visibility: hidden;
        width:100%;
        max-width:970px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999999999999999;
    }



    #encryption_window_inner_container{
        display: flex; 
        flex-direction: column;
        overflow: hidden;
    }



    #encryptionWindowTextfield{
        border-radius: 20px;
        border: 1px solid rgb(213, 213, 213);
        margin: 5px 0 5px 0;
        background-color: #fff;
        width:70%;
        padding-left: 20px;
        font-size: 15px;
    }

    #staticContentEditor{
        display:none;
        position:absolute;
        width:100%;
        z-index: 9999999999999;
        height:100%;
        text-align: center;
    }

    #bg{
        z-index:500;
        visibility:hidden;
        display:inline-block;
        background-color:rgba(0,0,0,.15);
        width:100%;
        height:100%;
        position: absolute;
        float:left;
        padding:250px 0 0 0;
    }

    #print-container{
        visibility:hidden;display:none;
        background-color:rgba(0,0,0,.3);
        width:100%;
        height:100%;
        position: absolute;
        float:left;
        z-index:999999999999999999
    }

    #print-container-inner{
        position:relative;
        margin:auto;
        display:block;
        width:1000px;
        height:100%;
        background-color:#fff;
    }

    #print-viewer{
        width:1000px;
        height:95%;
        margin:40px 0 0 0;
    }

    #pdf-parent-container{
        visibility:hidden;
        display:none;
        background-color:rgba(0,0,0,.3);
        width:100%;
        height:100%;
        position: absolute; 
        float:left;
        z-index:999999999999999999999999999999999999999999999999999;
    }

    #pdf-parent-container-inner{
        position:relative;
        margin:auto;
        display:block;
        width:1000px;
        height:100%;
        background-color:#000;
    }

    #close-save-as{
        font-size:26px;
        cursor:pointer;
        margin:10px;
        color:#000000;
    }

    #pdf-preview{
        width:1000px;
        height:95%;
        margin:0px 0 0 0;
    }

    #pdf-parent-container-inner-2{
        width:100%;
        text-align: right;  
    }

    #embed{
        box-shadow: rgb(0 0 0 / 20%) 4px 4px 4px 0px;
        border-radius: 35px;
        background-color: rgb(238, 238, 238);
        padding: 5px 10px;
        padding-left: 20px;
        z-index: 12;
        margin: 0px auto;
        width: 450px;
        display: none;
    }

    #shareDocumentPopup{
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: -48px;
        font-size: 22px;
        font-family: 'Quicksand';
        letter-spacing: 1px;
        font-weight: 500;
    }

    #readonlyinput{
        border-radius:20px;
        width:400px;
        background-color: #00000073;
    }

    #readonlyinputlabel{
        font-size: 16px;
        font-family: 'Quicksand';
        font-weight: normal;
        text-transform: lowercase;
        padding-top: 3px;
        padding-left: 30px;
    }

    #close-save-as{
        font-size:32px;
        cursor:pointer;
    }

    #save-as{
        box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.20);
        border-radius: 35px; 
        padding:35px;
        background-color: #eee;
        padding: 5px 10px 5px 10px;
        z-index:12;
        display:none; 
        margin:0 auto;
        width:450px;
        height:300px;
    }

    #save-asHOLD{
        width:100%;
        margin:0 auto;
        text-align: center;
        padding:20px 20px 35px 20px;
    }

    #save-as-inner{
        width:100%;
        text-align: right;
    }

    #closeSaveAsContainer{
        width:100%;
        text-align: right;
        padding:20px;
    }

    #linkcode{
        font-size: 17px;
        font-family: 'Quicksand';
        padding-top: 20px;
        padding-bottom: 5px;
    }

    #linkinput{
        color: #cacaca;
        border-radius:20px;
        width:400px;
        background-color: #00000073;
    }

    #embedcode-inner{
        font-size: 20px;
        font-family: 'Quicksand';
        padding-top: 20px;
        padding-bottom: 5px;
    }

    #embedInput{
        color: #cacaca;
        border-radius:20px;
        width:400px;
        background-color: #00000073;
    }



    #close-save-as{
        font-size:32px;cursor:pointer;
    }

    #save-as-inner-container{
        width:100%;
        text-align: right;
    }

    #save-as-container{
        height:85px;
        text-align:center;
    }

    .exportIcons{
        background-color: #fff;
        border-radius:12px;
        padding:15px;
        border:solid 3px #000;
    }

    #chooseExportFormat{
        display:block;
        padding:5px 0 20px 0;
        text-align: center;
        font-size:16px;
    }

    #documentLoader{
        display:none;
        height:85px;
        padding:25px;
    }

    .exportIconSize{
        font-size:42px;
    }
    
    .save-as-popup{
        box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.20);
        border-radius: 35px; 
        padding:35px;
        background-color: #eee;
        padding: 5px 10px 5px 10px;
        z-index:12;
        display:none; 
        margin:0 auto;
        width:450px;
    }

    #font-size-container{
        z-index: -1;
        top: 5px;
        display: inline-block;
        position: absolute;
        visibility: hidden;
        list-style-type: none;
        min-width: 55px;
    }

    #font-size-container-inner{
        display:none; 
        position:absolute; 
        top:0;
        background-color:transparent;
        width: 350px; 
        float:left;
        position:absolute;
        top:0px;
        left:20px;
        height:150px;
        z-index:9999999999999999999999999999999;
    }



    #menuBarDiv{
        display: block;
        z-index: 199;
        background: none;
        visibility: visible;
        align-content: center !important;
        margin: 0 auto !important;
        background-color: #f7f7f7;
        padding: 5px 35px 5px 35px;
        max-width: 910px;
        min-width: 0px;
        position: relative;
        overflow: hidden;
        border: solid 1px #999;
        height: 52px;
        border-radius: 25px 25px 25px 25px;
        min-height: 25px;
        padding: 5px 0;
        box-shadow: 0 0 0.5px rgb(209 209 209 / 32%), 0 0 7pt 0pt rgb(204 204 204 / 52%);
    }

    #menuBar{
        width: 100%;
        background-color: #eeeeee;
        margin: 0 0 0 0;
        padding: 5px 20px 5px 0;
        box-shadow: 0 0 0 0.5px rgba(209, 209, 209, 0.32),0 0 7pt 0pt rgba(204, 204, 204, 0.52);
    }

    #document_title_container{
        width: 100%;
        height: 32px;
        line-height: 32px;

        margin: 7px 0px;
        text-align: center;
        display: block;


    }

    #title{
        font-size: 16px;
        margin: 2px 0 0 0;
        width: 95%;
    }

    #input_title{
        text-align: center;
        font-size: 16px;
        margin: 2px 0px 0px 8px;
        width: 90%;
        border: 0px;
        letter-spacing: 1px;
        appearance: none;
        line-height: normal; 
    }

    #edit_title{
        margin: -3px 0 0 -5px; 
        color: rgba(0, 0, 0, 0.6);
    }

    #save_title{
        margin: 0 20px 0 5px;
        font-size: 12px;
    }

    #font-editor{
        background-color: #fff;
        position: absolute;
        z-index: 5000000;
        height: 100px;
        border-radius: 14px;
        display: none;
        font-weight: normal!important;
        padding: 15px;
        list-style-type: none;
        border: 1px solid rgb(204 204 204)!important;
        box-shadow: 0 0 0.5px rgb(209 209 209 / 32%), 0 0 7pt 0pt rgb(204 204 204 / 52%);
    }

    #pdf-viewer{

        width: 100%;
        height: 100%;
        
    }

    #cipherTextArea{

        width: 100%;
        height: 50vh;
        border-radius: 20px;
        border: 1px solid rgb(213, 213, 213);
        margin: 10px 0 0 0;
        background-color: #fff;
        padding: 25px;

    }

    #cipherTextAreaContainerInner{

        width:100%;
        z-index: 20000;
        padding:0;
        margin: 0;
        height:250px;

    }

    #cipherTextAreaOuter{

        margin:0 auto;
        text-align: right;
        
    }

    #generate-pdf-button{
        padding:5px 0 0 0;
        display:block;
        width:100%;
        text-align: center;
        margin:0 auto;
    }

    #editorbar_scroller_container{
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        top:9px;
        position: relative;
        z-index: 9999999;
        cursor: pointer; 
        margin: -5px 10px;
        padding: 0 20px 0 15px;

        
    }

    #editorbar_scroller_container_inner{
        white-space: nowrap;
        width: 100%;
        /* margin-left: 204px; */
    }


    #print-button{
        cursor: pointer;
    }

    #clear-authorship-button{
        cursor: pointer;
    }

    .menu_left{
        display:contents;
    }

    #permissions-lock{
        font-size:120px;
    }

    .pointer{
        cursor: pointer;
    }

    .displayNone{
        display: none;
    }
    
    #pad_title{
        position: absolute; 
        width: 100%;
    }

    #exportIconCls{
        background-color: #fff;
        border-radius:12px;
        padding:15px;
        border:solid 3px #000;
    }

    #exportFileFS{
        padding:5px 0 0 0;
        display:block;
        width:100%;
        text-align: center;
    }

    #preview-file{
        visibility:hidden;
        border-radius: 20px;
        margin: 15px 0 20px 0; 
        background-color: #000;
        display: inline-block;
        padding:8px 20px 8px 20px;
    }

    #download-file{
        visibility:hidden;
        border-radius: 20px;
        margin: 15px 40px 20px 0; 
        background-color: #000;
        display: inline-block;
        padding:8px 20px 8px 20px;
    }

    #download-file-url{
        color: #fff;
        letter-spacing: 2px;
    }

    .fontColorWhite{
        color: #fff;
    }

    .bgColorBlack{

        background-color:rgba(0,0,0, 1);

    }

    #chat-icon{

        opacity: .8; 
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);

    }

    #embedcode{
        margin-bottom: 50px;
    }

    #preview-file-button{
        color: #fff;
        letter-spacing: 2px;
    }


@media (min-width:970px) {

    #editorbar_scroller_container {
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        top: 13px;
        position: relative;
        z-index: 9999999;
        cursor: pointer;
        margin: -5px 10px;
        padding: 0 20px 0 4px;
    }

    #encryptionWindowTextfieldContainer{
        border-radius:25px;
        border:solid 1px #d5d5d5; 
        padding:15px 10px;
        background-color: #fafafa;
        margin:0 5px;
        z-index:100000;
    }

    #encryption_window_inner{
        height: 90%;
        display: block;
        -webkit-box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.25);
        -moz-box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.25);
        box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.25);
        border: solid 1px rgb(213,213,213);
        padding:25px;
        margin:10px 15px;
        background-color:#ededed;
        border-radius: 20px;
    }

}




@media (max-width:970px) {

    #encryption_window_inner{
        height: 100%;
        display: block;
        -webkit-box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.25);
        -moz-box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.25);
        box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.25);
        border: solid 1px rgb(213,213,213);
        padding:5px;
        background-color:#ededed;
    }

    #encryptionWindowTextfieldContainer {
        border: solid 1px #d5d5d5;
        padding: 15px 10px;
        background-color: #fafafa;
        margin: 0 5px;
        z-index: 100000;
    }

}



