
div#divpdffromajax iframe {
    width: 100%;
    height: 2000px;
}

#divpdffromajax{
    margin-top:100px;
}

div#divpdffromajax {
    border-top: 8px solid black;
}






.glyphiconquotes {
    font-size: 26px;
    padding-bottom: 9px;
}

.navright {
    position: fixed;
    width: 160px;
    z-index: 20;
    left: 0;
background: #000;
    padding: 10px;
      padding-bottom: 0px;
}



.navtextbudivli {
    font-size: 15px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #8a8a8a;
    margin-bottom: 10px;
    padding: 20px;
        padding-bottom: 0;
         background-color: #337ab7;
    border-color: #2e6da4;
    cursor: pointer;
}





table {
    margin: 0 !important;
}

.addlinesc {
    width: 100%;
    text-align: right;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 5px;
    background: #f9f9f9;
}


img.thumbimgimpo {
    width: 114px;
}













.animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0} 
    to{top:0;opacity:1}
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.modal-content {
  margin: 5% auto;
  width: 75%;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.modal-header .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer>*{
    margin: 5px;
}


.editableform {
  
    position: relative!important;
}



textarea.form-control {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}




  .tablemainpro {
       
        width: 100%;
        border-collapse: collapse;
    }

    .table-row {
        display: table-row;
    }

    .header {
        font-weight: bold;
    }

    .table-cell {
       
        border: 1px solid #ddd;
        padding: 8px;
    }

    .table-cell a.editable {
        display: block;
    }

    .table-row:nth-child(even) {
        background-color: #f9f9f9;
    }






.table-row {
    display: flex;
    flex-wrap: wrap;
}



.tc8 button {
    width: 100%;
    margin-bottom: 5px;
}



.tc1 {width: 5%;}
.tc2 { width: 15%;}
.tc3 { width: 15%;}
.tc4 { width: 30%;}
.tc5 { width: 10%;}
.tc6 { width: 5%;}
.tc7 { width: 10%;}
.tc8 { width: 10%;}
.secoundline {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}


.changeimagebu {
    width: 100%;
}


.elements_inside_imagemansger {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
    flex-direction: row;
}

.divimageuplou {
    width: 15%;
    border: 1px solid #3333;
    margin: 4px;
}

img.imagemodalimt {
    width: 100%;
    max-width: 100%;
    padding: 5px;
}

form.uploadform {
    width: 100%;
    margin-top: 15px;
}


p.imagemodalimtppp {
    text-align: center;
}

button#upload {
    margin-top: 15px;
    width: 132px;
}


.divimageuplou:hover {
    border-color: black;
    cursor: pointer;
}




.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}
















.measurement-fields {
    display: flex;
    justify-content: space-between;
    gap: 2%; /* Adjusts the space between the two inputs */
}

.measurement-container {
    width: 48%; /* Set width of each input container */
}

.measurement-container label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.measurement-container small {
    font-size: 12px;
    color: #777;
}

.measurement-box {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 10px;
}

.measurement-box input {
    border: none;
    font-size: 20px;
    width: 100%;
    outline: none;
}

.measurement-box span {
    font-size: 16px;
    color: #777;
}





.imgpreview:hover {
    position: absolute;
    width: 600px !important;
    height: auto;
    z-index: 9999;
    top: 0;
    left: 0;
    max-width: 600px !important;
}




.jambSizemain {
    margin-top: 5px;
}


.jambSizemain label,.glasstype label,.glassSize label,.threshold label{
    width: 100%;
}

.jambSize,.glasstype,.glassSize,.threshold {
    width: 100%;
    height: 30px;
    font-size: 18px;
}


input#customname {
    width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
    position: relative;
    top: -10px;
}


#custumline{
    width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
    position: relative;
    top: 0px;
}

.fourinputs {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

input.quantityinput {
    width: 100%;
}

input.changevaluesingle {
    width: 100%;
}

.productpricegroup {
    width: 100%;
}