@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body,html {
	margin:0px;
	padding: 0px;
	font-family: "Roboto", sans-serif;
	scroll-padding: 20px;
}
.main-container{
	width: 100%;
	margin-top: 20px;
}

header{
	width:100%;
	padding:40px 20px;
	background-color: #112B78;
}
header .logo_header img{
	width:200px;
}
nav.main-menu{
	display:block;
	height: 38px;
	margin:0px;
	padding:0px;
}
nav.main-menu li{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	height:38px;
	margin-left:2px;
}
.encart1{
	    background: #dfdfdf;
    padding: 10px;
    margin: 10px 0;
}
.dropdown{display: inline-block;}
.dropdown-menu{
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: #dce8f5;
}


nav.main-menuhover{
	display:block;
	float:left;
	height:12px;
	font-size:12px;
	padding:13px;
	margin:0px;
	text-decoration:none;
	color:#012C57;
	background:#264C71 url('images/menuhover.jpg') repeat-x;
}

#content{
	background: #D2EFFF url('images/content.jpg') repeat-x;
	width:828px;
	padding:46px;
	padding-top:44px;
}
#content h1{
	margin:0px;
	padding:0px;
	color: #37404C;
}
#content p, ul{
	color:#6B6B6B;
	font-size:13px;
}

#footer{
	margin-top:5px;
	color:#81ACCE;
	width:920px;
	height:15px;
	text-align:center;
	font-size:14px;
}
.sticky{
	position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 2;
}
.row.hashed{
	background:#fffed4;
	
}
.loading{
	color:#ff9d00;
	display: inline-block;
	animation: slidein 0.5s infinite;
}
@keyframes slidein {
  0%{
    transform: scale(1);
  }

  50% {
    transform: scale(1.6);
	color:#ffff00;
  }
  100%{
    transform: scale(1);
  }
}

/* PHP info styling */
pre {margin: 0px; font-family: monospace;}
a:link {color: #000099; text-decoration: none;}
a:hover {text-decoration: underline;}
table {border-collapse: collapse;}
.center {text-align: center;}
.center table { margin-left: auto; margin-right: auto; text-align: left;}
.center th { text-align: center !important; }
td, th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
h1 {font-size: 150%; color:white;}
h2 {font-size: 125%;}
.p {text-align: left; display:none}
.e { font-weight: bold; color: #000000;}
.h {font-weight: bold; color: white;}
.v {word-break:break-all; color: #000000;}
.vr {background-color: #cccccc; text-align: right; color: #000000;}
.h img{	display:none;}
.h { background-color: #2D649C; color:white; }
hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}
ul{padding: 0}

.url_line:hover{
	background-color: #e5e5e5;
}
.offcanvas.offcanvas-end{
	width:70%;
	min-width: 1100px;
}
