.uploadColumn {
    width: 100%;
    float: left;
}

.centralColumn {
    width: 94%;
    float: left;
    height: auto;
    min-height: 100vh;
    padding: 3%;
}

.transactionHistory {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.form-container {
    float: left;
    height: auto;
    min-height: 100vh;
    width:100%;
}

input {
    outline: none;
}

br {
    line-height: 150%;
}

.uploadMenu {
    height: 65px;
    border-bottom: 1px solid #5c5c5c;
}

#New_Book_Upload {
    width: 100%;
}

.newUploadColumnLeft {
    width: calc(100% - 450px);
    float: left;
    height: auto;
    padding-top: 10px;
}

.editUploadColumn {
    width: 100%;
    float: left;
    min-height: 70vh;
    padding-top: 10px;
}

.newUploadFormContainer {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
}

.editUploadFormContainer {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.formFields {
    width: 80%;
    margin-left: 15%;
}

.editFormFields {
    width: 100%;
}


.bookUploadSection {
    width: 100%;
    float: left;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    width: 15%;
    float: left;
    padding: 0px 10px;
}

.fileUploadBox {
    display: inline-block;
    padding: 5px 5px;
    cursor: pointer;
    height: 90px;
    width: 90px;
    border: 2px dashed #ddd;
    border-radius: 5px;
    text-align: center;
}

.uploadFileName {
    font-size: 14px;
    color: inherit;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.fileUploadIcon {
    margin-top: 5px;
    margin-bottom: 2px;
}

.fileUploadHeader {
    font-size: 13px;
    color: inherit;
    margin: 0px;
}

.fileUploadText {
    color: inherit;
    margin: 0px;
    font-size: 12px;
}

.fileUploadFilename {
    font-size: 14px;
    color: inherit;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.filenameListingBox {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    width: 100%;
}

#Book_Structure {
    margin-bottom:40px;
}


.H3UploadHeader {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 15px;
}

.H4UploadHeader {
    margin-bottom: 5px;
    margin-top: 5px;
}


.partCount {
    width: 75%;
    max-width: 405px;
    min-width:350px;
    height:35px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 10px 11px 10px 15px;
}

.partCountUpdate {
    width: 22%;
    float: left;
    height:35px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 10px;
}

.subSectionUploadNotice {
    color: inherit;
    font-size:14px;
}

.bookFilesUploadBlock {
    width: 95%;
    float: left;
}

.newBookFileUploadButton {
    width: 75%;
    max-width: 410px;
    padding: 5px 0px 15px;;
    font-size: 14px;
    font-family: 'Montserrat';
    color: inherit;
    border: none;
    margin: 2px;
    border-radius: 4px;
    height: auto;
}

.uploadInputSection {
    width: 100%;
    float: left;
}

.uploadInputSection#uploadURLInput {
    margin-bottom: 20px;
}

.draftSelectSection {
    width: 50%;
    color: rgb(43%, 43%, 43%);
    height: 52px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 0px 8px;
    margin-left: 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    float: left;
}

.draftStatus {
    width:40%;
    float: left;
    margin-left: 20px;
}
.uploadBookPrice {
    width: 25%;
    text-align: right;
    font-family: 'Montserrat';
    font-size: 15px;
    float: left;
}

.newUploadColumnRight {
    width: 430px;
    padding: 20px 10px 10px 10px;
    float: right;
    height: 125vh;
}

.newUploadColumnRightInner {
    width: 90%;
    margin-top: 10px;
}

.newUploadContainer {
    float: none;
    margin: 0 auto;
    margin-left: 40px;
    width: 100%;
}

.bookUploadPreviewBlock#bookAppearance {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 90%;
}

.PreviewBlockBookImage {
    float:left;
    width:25%;
    margin-right: 10px;
}

.UploadPreviewImage {
    width: 85px;
    height:100px;
}

.PreviewBlockBookDetails {
    float:left;
    width:70%;
    margin-bottom: 20px;
}

.uploadPreviewDetails {
    font-size: 15px;
    margin-bottom: 0px;
}

.uploadPreviewDetails#bookPriceReflect {
    font-size: 15px;
    margin-bottom: 5px;
}

.uploadPreviewDetails#bookReviewStarsReflect {
    font-size: 15px;
    margin-bottom: 5px;
}

.uploadPreviewLabel {
    font-size: 14px;
    margin-bottom: 0px;
    overflow-wrap: break-word;
}

.uploadURLReflect {
    font-size: 14px;
}


.uploadPricingPreview {
    float: left;
    width:90%;
    margin: 0 auto;
    margin-left: 40px;
    height: 250px;
}

.previewBlock {
    height: 270px;
    width: 100%;
    float: left;
}

.uploadPreviewTop {
    width: 100%;
    float:left;
}

.uploadPreviewBottom {
    width: 100%;
    float:left;
}

.pricePreviewItems {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 5px;
}

.previewPricing {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    font-size: 14px;
}

.previewPricing2 {
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 14px;
}

.previewPricingSpan {
    float:right;
}

.tabPriceLabel {
    font-size:14px;
    line-height: 15px;
}

.tabPriceLabel2 {
    font-size:14px;
    line-height: 10px;
    margin: 0px;
}

.new_upload_title_input {
    width: 75%;
    max-width: 405px;
    min-width: 350px;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 5px 13px;
    float: left;
    resize: none;
    margin-top: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.new_upload_section_title_input {
    width: 85%;
    max-width: 85%;
    min-width: 85%;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 5px 13px;
    float: left;
    resize: none;
    margin-top: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.edit_draft_section_title_input {
    width:65%;
    max-width: 65%;
    min-width: 65%;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 5px 13px;
    float: left;
    resize: none;
    margin-top: 0;
    border-radius: 5px;
}

.new_upload_description {
    width: 75%;
    height: 150px;
    max-width: 405px;
    min-width: 350px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 5px 13px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.edit_draft_description {
     width: 75%;
    height: 150px;
    max-width: 405px;
    min-width: 350px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 5px 13px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.newUploadDropdown {
    width: 81%;
    color: rgb(43%, 43%, 43%);
    max-width: 432px;
    min-width: 378px;
    height: 52px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 0px 8px;
    margin-left: 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    float: left;
}

.draftUploadSectionDropdown {
    width: 40%;
    padding: 8px;
    height: 57.5px;
    margin-left: 15px;
    color: rgb(43%, 43%, 43%);
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    float: left; 
}

.sectionTitlesContainer {
    padding-bottom: 15px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.uploadSectionTitles {
    width: 75%;
    float: left;
}

.uploadSectionTitle {
    width: 100%;
    float: left;
}

.draftPriceInput {
    width: 20%;
    float: left;
    text-align: right;
    margin: 0px 0px 10px 10px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.placeholder-label {
  display: none;
  pointer-events: none; 
}

.pricing-placeholder-label {
  display: none;
  pointer-events: none; 
}

.text-placeholder-label {
  display: none;
  pointer-events: none; 
}

.publishBookButton {
    width: calc(100% - 450px);
    float: left;
    margin-bottom: 50px;
}

.submitButtonContainer {
    margin-left: 15%;
    width: 80%;
}

.updateSubmitButton {
    width: auto;
    min-width: 130px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background-color: #1c8bc3;
    color: inherit;
    position: relative;
    outline: 0;
    margin: 10px 0 0 0;
    float: right;
}

.updateButtonContainer {
    width: 100%;
    float: left;
}

.genreDropdown {
    width: 100%;
    float: left;
}

.optionDropdown {
    width: 100%;
    float: left;
}

.payment_form_group {
    float: left;
    width: 100%;
    color: inherit;
    position: relative;
}

.paymentLabel {
    width: 70%;
    float: left;
    position: absolute;
    top: 7px;
    left: 15px;
    color: #aaa;
}

.new_upload_confirm {
    width: 80%!important;
    max-width: 438px;
    min-width:382px;
    float:left;
    margin-left: 0px;
    height: 45px!important;
    font-size: 16px;
    border: none!important;
    border-radius: 5px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.proceedtocheckoutbutton {
    width: 80%!important;
    max-width: 438px;
    min-width: 382px;
    float: left;
    margin-left: 0;
    height: 45px!important;
    font-size: 16px;
    border: none!important;
    border-radius: 5px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

input[type="submit"]:disabled {
    background: #739baf!important;
    color: #7d7a7a;
}

::placeholder {
    color: transparent;
}

.placeholder-label {
    position: relative;
    width: 75%;
    max-width: 405px;
    min-width:350px;
    left: 16px;
    bottom: 46px;
    transform: translateY(-50%);
    font-size: 15px;
    color: rgb(43%, 43%, 43%);
    font-family: 'Montserrat';
    display: block;
    font-weight: lighter;
    height: 0px;
}

.text-placeholder-label {
    position: relative;
    width: 75%;
    max-width: 405px;
    min-width: 350px;
    left: 14px;
    bottom: 46px;
    transform: translateY(-50%);
    font-size: 15px;
    color: rgb(43%, 43%, 43%);
    font-family: 'Montserrat';
    display: block;
    font-weight: lighter;
    height: 0px;
  }
  
.placeholder-label#Book_Description {
    left: 14px;
    bottom: 164px;
    line-height: 20px;
}
  
  .placeholder-label#Chapter_Number_Label {
    bottom: 48px;
    }
  
  .placeholder-label#Share_Location_Label {
    bottom: 45px;
  }
  
  .placeholder-label#Section_Label {
    bottom: 48px;  
  }
  
  #Price_Label.placeholder-label {
    bottom: 45px;
    left: 16%;
    max-width: 75%;
    min-width:75%;
    text-align: right;
  }
  
  #Part_Price_Label.placeholder-label {
    bottom: 45px;
    left: 11px;
    max-width: 65%;
    min-width:65%;
    text-align: right;
  }
  
  #Title_Label.placeholder-label {
    bottom: 46px;
    left: 14px;
    max-width: 75%;
    min-width:75%;
  }

  input:not(:placeholder-shown)+.placeholder-label {
    display: none;
  }
  
  input:not(:placeholder-shown)+.placeholder-label#Share_Location_Label {
    display: none;
  }
  
  text:not(:placeholder-shown)+.text-placeholder-label {
    display: none;
  }
  
  textarea:not(:placeholder-shown)+.placeholder-label {
    display: none;
  }

  
#bookTitleReflect:first-letter {
    text-transform:capitalize;
}

.tabs {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    display: flex;
    justify-content: space-around;
}
.tab {
    float: left;
    width: 40%;
}

.tab label {
    position: relative;
    color: #aab6c5;
    font-size: 15px;
    font-family: montserrat,sans-serif;
    text-align: center;
    width: 95%;
    float: left;
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid white;
}

.tab [type=radio] {
  display: none;   
}

.content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  
}
[type=radio]:checked ~ label {
  z-index: 2;
  color: inherit;
}

[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

ul.planFeatures {
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    font-size: 14px;
    float: left;
    margin-top: 5px;
}

.planFeatures li {
    line-height: 20px;
    margin-bottom: 10px;
}

.planFeatures li:before {
    content: url(/images/checkmark-circle-white.png);
    display: block;
    margin-right: 15px;
    float: left;
    width: 1.2em;
    color: #ff0000;
}

.uploadPreviewBlock {
    width: 94%;
    padding: 15px 10px 15px;
    float: left;
    border-bottom: 1px solid #96a5b9;
    margin-bottom: 10px;
}

.uploadPreviewBlock2 {
    width: 94%;
    padding: 15px 10px 15px;
    float: left;
    margin-bottom: 10px;
}

.tabContent {
    padding: 15px 10px 0px 10px;
}

.previewDetails {
    font-size: 15px;
}

.bookPreviewLabel {
    font-size: 14px;
}




@media screen and (min-width: 1025px) and (max-width: 1366px) {

.formFields {
    margin-left: 15%;
}
    
.submitButtonContainer {
    margin-left: 15%;
}

.custom-file-upload {
    width: 35%;
    max-width: 150px;
}

}



@media screen and (min-width: 425px) and (max-width: 1024px) {

.formFields {
    margin-left: 0%;
}
    
.submitButtonContainer {
    margin-left: 0%;
}

.new_upload_confirm {
    width: 75%!important;
}

.newUploadColumnRight {
    width: 420px;
}

.custom-file-upload {
    width: 35%;
    max-width: 150px;
}

}


@media screen and (max-width: 420px)  {
.uploadColumn {
    width: calc(100% - 30px);
    padding: 0px 15px;
}
    
.newUploadColumnLeft {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 0px;
    background: none;
    padding-top: 0px;
}

.editUploadColumn {
    background: none;
}

#Price_Label.placeholder-label {
    left: 20%;
}

.H2UploadHeader {
    font-size: 18px;
}

.draftSelectSection {
    width: 65%;
}

.draftStatus {
    width: 32%;
    margin-left: 10px;
}

.new_upload_title_input {
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    min-width: calc(100% - 25px);
}

.new_upload_description {
    width: 93%;
    max-width: 93%;
    min-width: 93%;
}

.edit_draft_description {
    width: 93%;
    max-width: 93%;
    min-width: 93%;
}

.partCountUpdate {
    width: 20%;
}

.draftUploadSectionDropdown {
    width: 70%;
    float: right;
    margin-left: 10px;
}

.uploadSectionTitles {
    width: 100%;
}

.edit_draft_section_title_input {
    width:63%;
    max-width: 63%;
    min-width: 63%;
}

.draftPriceInput {
    width: 19%;
    float: right;
    margin: 0px 0px 10px 10px;
}

.textarea-placeholder-label {
    width: calc(100% - 29px);
    max-width: calc(100% - 29px);
    min-width: calc(100% - 29px);
    font-size: 13px;
    bottom: 44px;
}

.pricing-placeholder-label {
    width: calc(100% - 29px);
    max-width: calc(100% - 29px);
    min-width: calc(100% - 29px);
    font-size: 13px;
    bottom: 44px;
}

.placeholder-label {
    width: calc(100% - 29px);
    max-width: calc(100% - 29px);
    min-width: calc(100% - 29px);
    font-size: 13px;
}

.newUploadDropdown {
    width: calc(100%);
    max-width: calc(100%);
    min-width: calc(100%);
    font-size: 13px;
}

.partCount {
    width: calc(100% - 26px);
    max-width: calc(100% - 26px);
    min-width: calc(100% - 26px);
}

.newUploadContainer {
    margin-left: 0px;
}

.formFields {
    width: 100%;
    margin-left: 0;
}

.newBookFileUploadButton {
    width: 97% !important;
    float:left !important;
}

.custom-file-upload {
    width: 32%;
}

.newUploadDropdown {
    margin-left: 2px;
}

.newUploadColumnRight {
    width: calc(100% - 0px);
    height: auto;
    padding: 15px;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
}

.newUploadColumnRightInner {
    width: 100%;
}

.tabPriceLabel2 {
    font-size: 12px;
}

.bookUploadPreviewBlock#bookAppearance {
    width: 100%;   
}

.uploadPricingPreview {
    width: 100%;
    margin-left: 0px;
}

.publishBookButton {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
}

.submitButtonContainer {
    margin-left: 0%;
    width: 100%;
}

.new_upload_confirm {
    margin-left: 5%;
    width: 90%!important;
    max-width: 355px;
    min-width: 255px;
}

.fileUploadButton {
    width: 97% !important;
    padding: 15px 2px !important;
    float: left !important;
}

.previewPricing {
    font-size: 13px;
}

.previewPricing2 {
    font-size: 13px;
}

ul.planFeatures {
    font-size: 13px; 
}

.footerBlocks {
    width: 90%;
    flex-direction: column;
}

.footerButtonsContainer {
    width: 100%;
}

.footerCopyrightContainer p {
    line-height: 25px;
    height: auto;
}

}

@media screen and (max-width: 361px)  {
.draftStatus {
    width: 30%;
}
    
.partCountUpdate {
    width: 19%;
}

.draftPriceInput {
    width: 17%;
}    
    
}

