@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Bold-webfont.woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular-webfont.woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Light-webfont.woff');
    font-weight: 300;
    font-style: normal;
}

.scan-history-header {
	display: flex;
	justify-content: left;
	position: relative;
}

.scan-history-header h4 {
	text-align: center;
}

.scan-history-header a {
	position: absolute;
	right: 0;
}

/*  */
.pagination {
	float: left;
	list-style: none;
}

.pagination li {
	float: left;
	padding: 0.5em;
}

.fa {
	font-size: 1.5em;
}

.far {
	font-size: 1.5em;
}

.fas {
	font-size: 1.2em;
}

.teejlab-title {
	text-align: center;
    display: table;
	width: 100%;
}

.searchbar {
	display: table;
	width: 100%;
	/* padding-bottom: 2em; */
}

.searchbar .searchbar-form {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.searchbar button {
	line-height: 0em;
}

.searchbar input {
	width: 32.5%;
}

.login-page-form {
	text-align: center;
    /*display: table;*/
	width: 100%;
}

.login-blocked-form {
	text-align: center;
    display: table;
	width: 100%;
}

.password-reset-form {
	text-align: center;
    /*display: table;*/
	width: 100%;
}

.password-reset-done {
	text-align: center;
    /*display: table;*/
	/* width: 100%; */
}

.execute-button {
	text-align: center;
}

.endpoint-request-form table h5 {
	text-align: center;
	color: #13A3D0;
}

.url-scan-form {
	text-align: center;
}

.basic-auth-form table h5 {
	text-align: center;
	color: #13A3D0;
}

.url-scan-form-title {
	text-align: center;
}

.errorlist li {
  list-style-type: none;
  color: red;
}

html, body {
   margin: 0;
   padding: 0;
   height: 100%;
}

#app-container {
	/*min-height: 100%;*/
	/*position: relative;*/
    /*background-color: #eaf2f8;*/
}

/* #footer {
	text-align: center;
	background: var(--main-color-dark);
	font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #FFF;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 25px;
} */

/* power-slide */
.slider{
	height:550px;
	/* width:800px; */
	overflow:hidden;
	position:relative;}

.sliderbox{position:relative;}
.slider li{
	list-style-type:none
}
/* end -power-slide */

#loading {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url("/static/core/images/loading.gif");
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

/* .showBioHeader{
	position: fixed;  
    top: 10px;
    right: 15px;
    bottom: 0;
    left: 20px;
	width: 90%;
    height: 160px;
}
.showBioHeader #api{
	font-size:18px;
}
.showBioHeader #title{
	font-weight: 400;
}
.showBioContent{
	position: absolute;    
    top: 100px;
    right: 0;
    bottom: 70px;
    left: 0px;
    border: 1px solid #006;  
    overflow-y: scroll;
	overflow-x: hidden;
	height:550px;
	
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}
.showBioTotal{					
		top: 200px;		
		min-width: 700px;
		max-width: 85%;
		height: 700px; 			
} */
