/*
* Script: main.css
* Author: Johan Jansen van Vuuren
* Date	: 09 April 2022
* Last	: 17 October 2022
*/

.bg-danger, .bg-success {
	padding: 0 5px;
}

a {
	color: #EF1F2F;
	text-decoration: none;
}

.bodyOld {
	min-height: 98vh;
	position: relative;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px; /*height of the footer */
	/* box-sizing: border-box; */
	/* font-size: .8em;   */
}

body {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0;
}

.divBody {
    min-height: 98vh;
	width: 100%;
	position: absolute;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px; /*height of the footer */
}

footer {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	text-align: center;
    font-size:.8em;  
}

/*
img{
    width: 100%;
    height: auto;
    object-fit:scale-down;
}
*/

.navbar-brand {
	padding: 0px;
  }
  .navbar-brand>img {
	height: 100%;
	padding: 5px;
	width: auto;
  }

@media print
{
	.non-printable { display: none; }
	.printable {
		font-family: Helvetica;
		font-size: .8em;    
		display: block; 
	}
}


.table.dataTable  {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;  
}

table {
  table-layout: auto;
  /* table-layout: fixed */
}

.modal-dialog {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;  
}

#dataGrid > tbody > tr > td {
	vertical-align: top;
	word-wrap:break-word;
}

#loggesinuser {
	color: rgb(22, 53, 230);
	font-size: .8em;
  }

table {
  table-layout: auto;
}

/*
thead {
  table-layout: auto;
}

tfooter {
  table-layout: auto;
}
*/
/*
table.dataTable td {
  font-size: 8em;
}
*/


/*
table.format td {
    padding: 3px 10px;  
    text-align: center;
    color: #333;
    font-size:.8em;  
}
*/
/*
@media screen and (max-width:360px){
    body{
        font-size: .30em;
    }  
}


@media screen and (max-width:480px){
   body {
     font-size: .40em;  
   }
}


@media screen and (max-width:1024px){
   body {
     font-size: .50em;   
   }
}


@media screen and (max-width:1920px){
   body {
     font-size: .60em;  
   }
}
*/


.navbar{
/*   z-index should be above .close-navbar-toggler */
	z-index:2;
}
.close-navbar-toggler{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
	cursor:pointer;
}
.close-navbar-toggler.collapsed{
	z-index:-1;
}

#googoose-footer {
	margin-right: 1in;
	position: absolute;
	width: 100%;
	text-align: right; 
}
#googoose-header {
	width: 100%;
	text-align: center;
}


 /* Preview */

.logo {
    width: 38px;
    height: auto;
    object-fit: contain;
}

 .logo1 {
	width: 70px;
	height: auto;
    object-fit: contain;
  }
  
  .menulogo {
	width: 28px;
	height: auto;
    object-fit: contain;
  }
  

 .preview{
	width: 100px;
	height: 100px;
	border: 1px solid black;
	margin: 0 auto;
	background: white;
 }
 
 .preview img{
	display: none;
 }
 /* Button */
 .button{
	border: 0px;
	background-color: deepskyblue;
	color: white;
	padding: 5px 15px;
	margin-left: 10px;
 }
 
 /* popup */
 .close{
	border: 0px;
	background-color: rgb(255, 0, 81);
	color: white;
	padding: 5px 15px;
	margin-left: 10px;
 }
 /* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:10;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 90%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
