
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@font-face {
    font-family: ABC Ginto Normal Variable;
    src: url(https://40061323.fs1.hubspotusercontent-na1.net/hubfs/40061323/raw_assets/public/website/fonts/ABCGintoNormalVariable.ttf) format("truetype")
}
html,body {font-family: 'ABC Ginto Normal Variable', sans-serif;background:#fff9f0}
/*
e5e3dc
*/
.a-white{color:#f7f7f7;}
.a-white:hover{color:#ffffff;}	
input.highlight, select.highlight, textarea.highlight, div.highlight {background-color: #FFC !important;}	
.bg-dark {
    background-color: #2A3F54!important;
}
.logo{margin-bottom:10px;max-width:350px;}
.tableWhite{background:#ffffff}
.navbar-dark {
    color: #fff;
	height:20px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e4e7ea; 
	opacity:.8;
	z-index: 10000; 
}
#spinnerstatus {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%; 
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 32px;
}
.legalDiv{
	border:1px solid #555555;
	font-family: arial, sans-serif;
background:#ffffff;
padding:10px;
margin-bottom:20px
}
/* form styles */

.problemTd{
	padding-left: 40px;
	
}
.participantTd{
	padding-bottom: 20px;
}

.dataP{}


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

.dataTable td{
	padding-left:10px;
}
.data-bold{
    font-weight:bold;
	
}



.caption_first{
    font-size:1.5rem;
	padding-left:10px;
}

.caption{
    font-size:1.2rem;
    font-weight:bold;
    background-color:#eeeeee;
    color:#000000; 
    padding: 10px 10px;
	caption-side:top; 
}

.caption_network_info{
    font-size:1.2rem;
    font-weight:bold;
    background-color:#eeeeee;
    color:#000000; 
    padding: 10px 10px;
	caption-side:top; 
}