body{
    /*padding-top: 90px;*/
    padding-bottom: 50px;
    left:0;
}
.container{
    width: 95%;
    margin: 0 auto;
    /* Center the DIV horizontally */
}
.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;
    background: #333;
    padding: 8px 0;
    color: #fff;
    left:0;
    right: 0;
    z-index: 5!important;

}
.fixed-header{
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;


}
.fixed-footer{
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* Some more styles to beutify this example */
nav a{
    color: #fff;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}
input{
    outline-color: #f9f0d9;
    background: transparent;
}

label{
    font-size: 10pt;
    /*color:brown*/
}
input::placeholder {
    color: #767676;
    font-style: italic;
    font-size: 10pt;
}

.btnBackground{
    background: #a881af!important;
    color:white !important;
}
.pnlentrybtns{
    padding: 8px;
    background-image: url(../images/IMGpnlentrybtns.png);
}
.btnBackground{
    padding: 8px;
    background-image: url(../images/IMGpnlentrybtns.png);
    width: 100% !important;
}


/*fonts*/
@font-face{
    font-family:'Montserrat';
    src:url(../fonts/Montserrat-Regular.ttf);
}



/* Target the scrollbar */
::-webkit-scrollbar {
  width: 16px; /* Increase width */
  height: 16px; /* For horizontal scrollbars */
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle (thumb) */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}