.panel-body {
    background: lightyellow;
}

/* Create Tender Form CSS */
#fupForm {
    border: 3px solid #192ec1;
    border-radius: 15px;
    padding: 15px;
}

/* Link Creation Form CSS */
#linkCreateForm {
    margin: 20px;
    border: 3px solid #192ec1;
    border-radius: 15px;
    padding: 15px;
}

/* Registration Form CSS */
#regForm {
    border: 3px solid #192ec1;
    border-radius: 15px;
    padding: 15px;
}

#regForm > .row {
    padding:10px;
}

.regFormButton {
    margin-left: 45%;
}

/* Datatable search option position */

.nav-tabs {
    margin-bottom: 15px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-bottom-color: #ddd !important;
    margin-bottom: 5px !important;
}

/* Receipt Page CSS */
.detailsDiv {
    border: none 1px #000; 
    min-height: 100px; 
    line-height: 12px; 
    font-family: calibri; 
    font-size: 14px;
}

.detailsDiv > h3 {
    margin-left: 20px;
}

.receiptContainer {
    margin-left: auto; 
    margin-right: auto; 
    border-style: none; 
    border-radius: 5px; 
    border-width: 1px;
}

.innerDiv1 {
    border: solid 1px #ccc; 
    width: 98%; 
    margin-left: 10px; 
    height: 250px; 
    padding: 10px; 
    margin-bottom: 10px;
}

.innerDiv2 {
    border: solid 1px #ccc; 
    width: 98%; 
    margin-left: 10px; 
    height: 150px; 
    padding: 10px; 
    margin-bottom: 10px;
}

.pdfButtonDiv {
    width: 70%; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 10px;
}

.pdfButton {
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #16dcd8;
    border: 1px solid darkblue;
    border-radius: 8px;
}

@media only screen and (max-width: 600px) {
    .regFormButton {
        margin-left: 30%;
    }

    .innerDiv1 {
        height: 380px; 
    }
    
    .innerDiv2 {
        height: 230px; 
    }
}