@font-face{
font-family: pffont1;
src: url('/static/fonts/GROBOLD.ttf');
font-weight: bold;}

@font-face{
font-family: pffont2;
src: url('/static/fonts/vampirebrideboldital.ttf');
font-weight: bold;}

body {
	padding: 30px 60px 60px 60px;
	//background-color: #B2E8F8;
	background: radial-gradient(#B2E8F8, #92B8F8, #B2E8F8);
  
}

h1 {
	font-family: pffont1;
}



.body-container {
	background-color: white;
	border-radius: 20px;
	//box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);
	//border-color: #efefef;
	//border-style: solid;
	border-width: 1px;
		overflow: hidden;
}

.row {
	margin-right:  0px;
	margin-left:  0px;
}

.navbar {
	padding-left: 45px;
	padding-right: 45px;
	padding-top:  15px;
	padding-bottom:  0px;
	margin-bottom: 0px;
}

.navbar a {
	color: black;
}



a.nav-button {
	color: white;
	
}

.navbar-header {
	margin-bottom: 10px;
	margin-top: -5px;

}

.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	height: 45px;
	object-fit: cover;
	padding: 0px;
	margin-left: 0px;
}

.navbar-brand img {
	height:  100%;
	object-fit: cover;

}

.navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	font-family: pffont1;

}

.navbar-right {
	padding-top: 3px;
}

.container {
	padding-top:  30px;
}



.nav>li>a:hover {
	background-color: self;
}

.nav li a.nav-button {
	background-color:  #92B8F8;
	border-radius: 30px;
	color: white;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }


.form-control-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
	font-family: pffont1;
	background-color:  #92B8F8;
	border-radius: 30px;
	color: white;
	border-style: none;
	font-size: 18px;
	padding: 12px 20px ;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2653d4;
    border-color: #244ec9;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}

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

.center {
	margin: auto;
}

.header-text {
	font-size: 38px;
	font-weight: 800;
	padding-bottom: 15px;
}

.subtitle-text {
	font-size: 24px;
	font-weight: 500;
}

.body-text {
	font-size: 18px;
	font-weight: 400;
}

.tool_panel {
    background-color: #f5f5f9;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 15px;
    border-color: #efefef;
    border-width: 3px;
    border-style: solid;
}

a.logout-btn {
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: 15px;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	font-family: pffont1;
	float: right;
}

@media only screen and (min-width: 600px) {
	.logout-btn {
		display: hidden;
	}
}

.research-modal {
	position: absolute; 
  
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 10000;
	background-color: #ffffffcd; 
	padding: 30px; 
  }

  .hide-element {
	display: none;
  }

  .show-element {
	display: block;
  }