
#BBB_Logo{
    height: 60%;
    margin-top: 35px;
}

#BBB_Logo_login{
    height: 70px;
    position: fixed;
    bottom: 6%;
    right: 3%;
    /* margin-top: 1.5%;
    margin-left: 85%; */
}

.contact-info {
    position: absolute;
    right: 2%;
    top:2%;
}

.contact_number{
    font-weight: 500;
    font-size: 17px;
    margin-bottom: -11px;
}

#version_info{
    font-weight: 500;
    font-size: 14px;
    float: right;
}


body{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:600;
    /*overflow: hidden;*/
}

.jqx-grid-load{
    margin-left: 30%;
}

/*///////////////////SCROLLLBAR/////////////////////*/
::-webkit-scrollbar {
    width: 12px;
    padding-right:5px;
    padding-top:2px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(65, 65, 65, 0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(65, 65, 65, 0.4); 
}

/*/////////////////////////////////////////////////*/
/* 
.shadow {
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
 } */

 .hide-me{
    display: none;
 }

.content {
    width: 42%;
    height: 15%;
    position:absolute; /*it can be fixed too*/
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width:100%;
    max-height:100%;
    overflow:auto;
}

.temp-container{
    height: 100%;
    border:1px solid black;
    /* background-color: rgba(0, 0, 0, 0.6); */
    border-radius: 25px;
    left: 0.5%;
}

.temp-image{
    width: 100%;
    height: 100%; /* Adjust height as needed */
    background-image: url('../Images/Faded_logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: contain; */
}

.temp-loading{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    left: 25.5%;
    z-index: 1000;
}

.board_details_summary{
    width: 100%;
    height: auto;
    padding: 0%;
}

.board_details_summary{
    width: 100%;
    height: auto;
    padding: 0%;
}

.board_details_summary_container{
    position: relative;
    width: 97.5%;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    background-color: white;
    /* border-radius: 15px; */
    margin-left: 0.5%;
    /* border: 1px solid black; */
}


.vcentring{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.btn-edit-kiosk-details
{
    margin-left:2.5%;
    width: 8%;
    background-color:#1b3f5c;
    color:white;

}

.printAll
{
    overflow-y:auto;
}


@media print {
    body,html { display: block;
        width: auto;
        height: auto;
        overflow: visible;}
}

.jqx-widget-header{
    background-color:white;
}

/* For Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: inherit !important;
}

/* For Firefox */
input:-moz-autofill,
input:-moz-autofill-preview {
    background-color: white !important;
    color: inherit !important;
}

/* Additional styling for the 'selected' autofill */
input:-internal-autofill-selected {
    background-color: white !important;
    color: inherit !important;
}

.newdesign{
    font-size: 24px;
    font-weight: bold;
    color: #1b3f5c;
}
