@font-face {
	font-family: Metropolis;
	src: url("../../../fonts/Metropolis-Regular.otf");
}
@font-face {
	font-family: Metropolis-Header;
	src: url("../../../fonts/Metropolis-ExtraBold.otf");
}
html{
	height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
	font-size: 16px;
}
body {
	font-size:1.4vw;
	font-weight:200;
	font-family: Metropolis;
	background-color :#0c2340;
	margin:0;
	padding:0;
}
#log{
	color: white;
    position: absolute;
    top: 40px;
    left: 5px;
    height: calc(50vh - 40px);
    scroll-behavior: smooth;
    overflow-y: scroll;
    padding: 8px;
    box-shadow: 1px 0px 20px 0px black;
    background: black;
    font-variant-caps: all-petite-caps;
}
a{
	text-decoration:none;
}
/*NAV*/

nav.navbar.visible_nav{
	color: #fff!important;
	text-shadow: 0 0 1px #b9b9b98f;
	box-shadow: 0px -2px 3px 2px #e4002b;
	background-color: rgb(12,35,64)!important;
	opacity:1;
	padding: 0 3.5em;
}
nav.navbar:not(.visible_nav){
	display:none;
}
nav.navbar{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
}
nav.navbar .navbar-brand img{
	max-height:1.2rem;
}
.navbar .nav-link {
	color: white!important;
	border-left: 1px solid #ff00004d;
	font-size:0.6em;
}
.navbar .nav-link:focus, 
.navbar.nav-link:hover {
	color: rgb(228, 0, 43);
}
/*END NAV*/
/*NAV TABS*/
.nav-tabs .nav-link{
	font-size:0.8rem;
}
/*END NAV TABS*/
.right{
	right: 8px;
}
.logout{
	vertical-align: sub;
    background: #9c0e0e;
    padding: 0px 8px;
    border-radius: 2px;
    border-top: 1px solid crimson;
    border-right: 1px solid #961d34;
    border-bottom: 1px solid #4c0c18;
    border-left: 1px solid #ff2750;
    color: black;
	cursor:pointer;
}
.logout:hover,
.logout:active{
	border-bottom: 1px solid crimson;
    border-left: 1px solid #961d34;
    border-top: 1px solid #4c0c18;
    border-right: 1px solid #ff2750;
	 background: #821212;
	  color: crimson;
	  -webkit-font-smoothing: antialiased;
}
.admin{
	vertical-align: sub;
    background: #435165;
    padding: 0px 8px;
    border-radius: 2px;
    border: 1px solid #55c2c7;
    color: #55c2c7;
    margin-right: 8px;
	cursor:pointer;
}
.report{
	max-width: 1100px;
	width: 98%;
    margin: 0 auto;
    height: 85vh;
    position: relative;
}
.nav-tabs{
	border-bottom:none;
}
#nav-tab{
	background: rgba(0,0,0,0);
	max-width: 1100px;
	width: 98%;
	margin: 0 auto;
}
.nav-tabs .nav-link {
    border: 1px solid #e4002b;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #e4002b;
    color: white;
}
/*LOGIN*/
.login,
.register,
.upload_report {
  	width: 400px;
  	background-color: #ffffff;
	
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.welcome{
	display:flex;
	justify-content: center;
	flex-direction:column;
	padding:10px 0;
}

iframe{
	border:none;
}
.login h1,
.register h1,
.upload_report h1 {
  	text-align: center;
	background-color :#0c2340;
	color:white;
  	/*color: #5b6574;*/
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
  	border-bottom: 3px solid #e4002b;
}
.login form,
.register form,
.upload_report form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding: 20px 36px 36px 36px;
	font-size: 16px;
}
.login form label,
.register form label,
.upload_report label,
button {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	/*background-color: #3274d6;*/
  	/*color: #ffffff;*/
	color: #e4002b;
	border: none;
	
	border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}
button{
	cursor: pointer;
}
button:hover{
	background-color: #22529a
}
.login form input[type="password"], 
.login form input[type="text"],
.register form input[type="password"], 
.register form input[type="text"], 
.register form input[type="email"],
.upload_report form input[type="email"],
.upload_report form input[type="text"],
.upload_report form input[type="file"] {
  	width: calc(100% - 49px);
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
	
	border-top-right-radius: 8% 50%;
    border-bottom-right-radius: 8% 50%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    background-color: white!important;
    border: 1px solid black;
    margin-left: -1px;
}
.login form input[type="submit"],
.register form input[type="submit"],
.upload_report form input[type="submit"],
form a.button {
	padding: 17px;
    background-color: #0c2340;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    text-align: center;
    text-decoration: none;
    border-top-left-radius: 8% 50%;
    border-bottom-left-radius: 8% 50%;
    border-top-right-radius: 8% 50%;
    border-bottom-right-radius: 8% 50%;
    width: 100%;
}

.login form input[type="submit"]:hover,
form a.button:hover {
	background-color: #0c1b2d;
  	transition: background-color 0.2s;
}

.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.upload_report form .inline{
	display:inline-flex;
	width:100%;
}
.upload_report form .inline>button:last-child{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
	border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
	margin-left:-1px;
}
.upload_report form .inline input{
	border-radius: 0;
    width: calc(100% - 98px);
    max-width: 328px;
}
*:focus{
	outline:none!important
}

.upload_report input[type="file"]{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.upload_report input[type="file"]:focus + label,
.upload_report input[type="file"] + label:hover {
    background-color: red;
}
