html
{
}
body
{
	font-family: Roboto, sans-serif;
	color: #000000;
	background-color: #ffffff;
	padding: 1rem 9rem;
}
.topcontainer
{
    width:100%;
    height:80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.space
{
    flex: 1 0 30%;
}
.title
{
    width:160px;
}
.login
{
    width:85px;
}
.loginbutton
{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size:18px;
    text-align:center;
    background-color: Transparent;
    border: none;
}
.loginbutton:hover,
.loginbutton:focus
{
    color: #39bfd3;
    cursor:pointer;
}
.signup
{
    width:85px;
}
.signupbutton
{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size:18px;
    text-align:center;
    background-color: Transparent;
    border: none;
}
.signupbutton:hover,
.signupbutton:focus
{
    color: #39bfd3;
    cursor:pointer;
}
.user
{
    width:85px;
}
.logout
{
    width:100px;
}
.logoutlink
{
    color: #000000;
    text-decoration: none;
}
.logoutlink:hover,
.logoutlink:focus
{
    color: red;
    cursor: pointer;
}
.container
{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.container .intro
{
	text-align: justify;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.introtext{
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  font-size:15.5px;
  text-align: justify;
  color: #0f3c4b;
}
.container .footer
{
	color: #92b0b3;
	margin-top: 40px;
}
.footertext{
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size:15.5px;
    text-align: justify;
}
.box
{
	font-size: 1rem;
	background-color: #ffffff;
	position: relative;
	padding: 50px 50px 50px;
}
.box.has-advanced-upload
{
	outline: 2px solid #92b0b3;
	box-shadow: 5px 5px 5px 5px lightgrey;
	position: relative;
}
.box__header
{
    padding: 0px 20px 20px;
}
.box__input
{
    outline: 2px dashed #92b0b3;
    padding: 20px;
    display: block;
    overflow: hidden;
}
.box.is-dragover
{
	outline-color: #c8dadf;
	background-color: #ededed;
}
.box__dragndrop,
.box__icon
{
	display: none;
}
.box.has-advanced-upload .box__dragndrop
{
	display: inline;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.box.has-advanced-upload .box__icon
{
	width: 100%;
	height: 60px;
	fill: #92b0b3;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.box__button
{
	font-weight: 700;
	color: #ffffff;
	border:none;
	background-color: #0f3c4b;
	display: block;
	padding: 8px 16px;
	margin: 20px auto 0;
	border-radius: 8px;
	cursor: not-allowed;
}
.box__button:hover:enabled,
.box__button:focus:enabled
{
	background-color: #39bfd3;
	cursor: pointer;
}
.tab {
    overflow: hidden;
}
.tab button {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: #92b0b3;
    float: left;
    border-color: #ffffff;
    border: solid 1px;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
}
.tab a{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
  
}
.tab button:hover {
    box-shadow: inset 0 0 0 2em #0f3c4b;
}
.tab .active {
    background-color: #0f3c4b;
}
.active:hover{
    box-shadow: 0 0.5em 0.5em -0.4em;
    transform: translateY(-0.25em);
}
.js .box__file
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.js .box__file + label
{
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	color: #0f3c4b;
}
.js .box__file:disabled + label strong
{
    cursor: not-allowed;
}
.js .box__file:enabled + label strong:hover,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
    cursor: pointer;
	color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label
{
	outline: 1px dotted #000;
}
.box__merge{
    width: 17%;
    margin-right: 3%;
    float: left;
    padding-top: 20%;
    box-shadow: 2px 2px 2px 2px lightgrey;
    outline: 1px solid lightgrey;
    cursor: pointer;
    position:relative;
}
.boxupload{
    font-family: Roboto, sans-serif;
    font-size:82%;
    font-weight:600;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    position:absolute;
    bottom: 1%;
    left:2%;
}
.tooltiptext {
    visibility: hidden;
    font-family: Roboto, sans-serif;
    font-size:82%;
    font-weight: bold;
    width: 100%;
    background-color: black;
    color: #fff;
    word-wrap: break-word;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left:50%;
    margin-left: -50%;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.boxupload:hover + .tooltiptext {
    visibility: visible;
}



.modaltitle {
    text-align:center;
}
.modalinput {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.modalbutton {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.modalbutton:hover {
    opacity: 0.8;
}
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    color: white;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}
.cancelbtn:hover {
    opacity: 0.8;
}
.backbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #ff9800;
    color: white;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}
.backbtn:hover {
    opacity: 0.8;
}
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}
.modalcontainer {
    padding: 16px;
}
span.psw {
    float: right;
    padding-top: 16px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 10px;
}
.modalrepass {
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 10px;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  width: 34%;
}
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
.link{
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size:16px;
    text-align:center;
    background-color: Transparent;
    border: none;
    color: #0f3c4b;
}
.link:hover,
.link:focus{
    color: #39bfd3;
    cursor:pointer;
}
.alert-success {
  padding: 10px;
  background-color: #04AA6D;
  color: white;
}
.alert-info {
  padding: 10px;
  background-color: #2196F3;
  color: white;
}
.alert-danger {
  padding: 10px;
  background-color: #f44336;
  color: white;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}