body {font-family: 'Montserrat', sans-serif;font-size:16pt;margin: 0;overflow: auto;
  opacity:1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#formtitle{
  font-size: 22pt; font-weight: bold; color: #0079bc;text-align: center;
}
#loader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / 50%);z-index:9;opacity: 1;visibility:visible; backdrop-filter: blur(10px); transition: .3s ease-out;}
.loaderloaded{opacity:0 !important;visibility:hidden !important; transition: .3s ease-out !important;}
#loader .span{position: relative;float: left;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size:2em;color:#383838;font-weight:bold;text-align:center;}
form {border: 0px solid #f1f1f1;}

input[type=text], input[type=password], input[type=date], input[type=tel], input[type="number"], select, textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid rgb(202, 202, 202);
  box-sizing: border-box;
  font-size:1em;
  color:rgb(54, 54, 54) !important;
  overflow:visible;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  background: rgb(255, 255, 255);
}
input[type=date] {
    margin: 10px 0;
}
input[type=date]:disabled {
  background:transparent;
  border-color: transparent;
  color: transparent;
}
input[type=radio], label{
    cursor:pointer;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=tel]:focus, textarea:focus{
  border-color:#007abc;
  background: rgb(255, 255, 255);
  color:#007abc;
  cursor:pointer;outline: 0;
}

input[type=text]:hover, input[type=password]:hover, input[type=date]:hover, input[type=tel]:hover, textarea:hover{
  border-color:#007abc;
  background: rgb(252, 252, 252);
  color:#007abc;
  cursor:pointer;
}


#loginform input[type=text]:focus, #loginform input[type=password]:focus, #loginform input[type=date]:focus, #loginform input[type=tel]:focus, #loginform textarea:focus{
  border-color:#007abc;
  color:#007abc;
  cursor:auto;
  outline: 0;
}
#loginform input[type=text]:focus::placeholder, #loginform input[type=password]:focus::placeholder, #loginform input[type=tel]:focus::placeholder, #loginform textarea:focus::placeholder{
  color: #d4d4d4;
}
#loginform input[type=text]::placeholder, #loginform input[type=password]::placeholder, #loginform input[type=tel]::placeholder, #loginform select::placeholder, #loginform textarea::placeholder {
  transition:.2s ease-out;-webkit-transition:.2s ease-out;
}
#loginform input[type=text], #loginform input[type=password], #loginform input[type=date], #loginform input[type=tel], #loginform input[type="number"], #loginform select, #loginform textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid rgb(202, 202, 202);
  box-sizing: border-box;
  font-size:1em;
  color:rgb(54, 54, 54) !important;
  overflow:visible;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

#loginform input[type=text]:hover, #loginform input[type=password]:hover, #loginform input[type=date]:hover, #loginform input[type=tel]:hover, #loginform textarea:hover{
  border-color:#007abc;
  background: rgb(255, 255, 255);
  color:#007abc;
  cursor:auto;
}

.showpass {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 50px;
  outline: 0;
  background-image: url(icons/eye-show-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px 50px;
  background-position: center;
  right: 25px;
  margin-top: -60px;
  padding: 0px 10px;
  opacity: .4;
  cursor: pointer;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}
.showpass:hover {
  opacity: .8;
}
.showpass.getpass {
  background-image: url(icons/eye-hide-icon.svg);
}

.warningbg{
  background-color:rgb(251, 140, 0);
  color:white !important;
}
.warningfont{
  color:rgb(251, 140, 0);
}
.errorbg{
  background-color:#e53935;
  color:white !important;
}
.errorfont{
  color:rgb(229, 57, 53);
}

 /* Dropdown Button */
 .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 22px;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

.nyille{
  position: absolute;
  right: 0px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin: 5px 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.partnernyille{
  position: absolute;
  right: 0px;
  border: solid lightgrey;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin: 5px 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nyilbalra{
  position: relative;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin: 2px 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* The search field */
#carInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 2px solid rgb(221, 221, 221);
  border-top: 2px solid transparent;
}
#carInput:hover {border-bottom: 2px solid rgb(146, 146, 146);}
/* The search field when it gets focus/clicked on */
#carInput:focus {
  border-bottom: 2px solid #012a62;
  border-top: 2px solid #012a62;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: relative;
  width: calc(100% - 2px);
  background-color: white;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
  -webkit-box-shadow: 0px 7px 8px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 7px 8px 4px rgba(0,0,0,0.14);
  box-shadow: 0px 7px 8px 4px rgba(0,0,0,0.14);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

.show {display:block;} 

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=submit], input[type=button], button{ 
  padding: 10px 50px;
  margin-top:10px;
  font-size: 1em;
  cursor: pointer;
  background:#007abc;
  border: none;
  border-radius: 10px;
  color:white;
  white-space: initial;
  user-select: none;
  -webkit-user-select: none;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
input[type=submit]:disabled, input[type=button]:disabled, button:disabled {
  background: lightgray;
  cursor: default;
}

#fuvarbutton, #doksibutton {
  background: white;
  color: #007abc;
}
#fuvarbutton:hover, #doksibutton:hover{
  background: #012a62;
  color: white;
}

input[type="file"]{
  display: inline-flex;
	margin: 20px 0;
  max-width: 100%;
  opacity:0;
}
.selimg {
  position: absolute;
  display: inline-block;
  margin: auto;
  background: #29975a !important;
  max-width: 100%;
}
.selimg:hover {
  background-color: #3a3a3a !important;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
/*
.custom-file-input::before {
  content: 'Kép készítése';
  display: inline-block;
  padding: 10px 50px;
  font-size: 16pt;
  cursor: pointer;
  background:#29975a;
  border: none;
  border-radius: 10px;
  color:white;
  white-space: initial;
  user-select: none;
  -webkit-user-select: none;
  max-width: 100%;
  text-align: center;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}
.custom-file-input:hover::before {
  background-color: #3a3a3a;
}*/
.disabled, .disabled::before {
	display:none;
	width:0;
	height:0;
	margin:0;
	padding:0;
}
input[type=submit]:hover,input[type=button]:hover, button:hover{
    background:#012a62;
}
input[type=submit]:active,input[type=button]:active, button:active, .custom-file-input::before:active{
  background:#007abc;
}
input[type=submit]:disabled:hover, input[type=button]:disabled:hover, button:disabled:hover {
  background: lightgray;
  cursor: default;
}
input[type=submit]:disabled:active, input[type=button]:disabled:active, button:disabled:active {
  background: lightgray;
  cursor: default;
}

label{
    position:relative;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid gray;
}
a{
  text-decoration: none;
  color:#007abc;
}
a:hover{
  color:#012a62;
}
#carDropdown a:hover{
  color:rgb(255, 255, 255);
  background-color:#007abc;
}

.tavtarto{
    width:100%;
    height:40px;
}

#logindiv {
  position: relative;
  display: flex;
  margin: auto;
  padding: 0;
  min-height: 100vh;
  /*background-color: #dcdcdc;*/
  background-color: #0e0e0e;
  background-image: url(https://www.transparenttextures.com/patterns/45-degree-fabric-light.png);
}
#logindiv img{
  max-width: 100%;
}
#formdiv{
  margin:auto;
  width:500px;
  padding:30px 20px 50px 20px;
  background-color: white;
  box-shadow: 0px 7px 20px -10px #000000;
  -webkit-box-shadow: 0px 7px 20px -10px #000000;
  -moz-box-shadow: 0px 7px 20px -10px #000000;
  -o-box-shadow: 0px 7px 20px -10px #000000;
  -ms-box-shadow: 0px 7px 20px -10px #000000;
  max-width: calc(100% - 70px);
  user-select:none;
  -webkit-user-select:none;
}


#logindiv{z-index: 1;}
#formdiv{position:relative;}
#formdiv:after,#formdiv:before{content:"";height:98%;position:absolute;width:100%;z-index:-1;}
#formdiv:before{background-color:#fafafa;box-shadow:0 0 8px rgba(0,0,0,.2);left:-5px;top:4px;transform:rotate(-2.5deg);}
#formdiv:after{background-color:#f6f6f6;box-shadow:0 0 3px rgba(0,0,0,.2);right:-3px;top:1px;transform:rotate(1.4deg);}



#master{
    position:relative;
    margin:auto;
    padding-top:80px;
    width:100%;
    height:auto;
}

#middle_column{
    position:relative;
    margin:auto;
    width:800px;
    padding:0 10px 90px 10px;
    /*margin-top:20px;*/
    min-height:500px;
    background: white;
}
#left_column {
  position: fixed;
  width: 400px;
  height: 100vh;
  background-color: #007abc;
  padding: 50px 10px;
  text-align: center;
  z-index: 2;
}
#right_column {
  margin-left: 420px;
  width: calc(100% - 460px);
  padding: 0px 20px 50px;
}
#footer{
    position:fixed;
    bottom:0;
    width:100%;
    padding:10px 0;
    text-align:center;
    font-size:14px;
    text-decoration:none;
    color:#484848;
    background:white;
    border-top:1px solid #007abc;
    z-index:2;
}
#mbg{
  position:fixed;
	width:100vw;
  height:100vh;
  left:0;
  top:0;
  z-index:-1;
  background:black;
  opacity:0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#mbox{
  background: white;
  position: fixed;
  border-radius: 10px;
	width: 500px;
  height: 300px;
	margin-top:-1000px;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
  -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 75%);
  border: 5px solid #fff;
  z-index:10;
  transition: all 0.5s cubic-bezier(0.6, -0.08, 0, 1.2);
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.08, 0, 1.2);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  overflow:hidden;
  transform-origin: center;
}
.setblock-mbox{
	/*transform: scale(1) !important;*/
	margin-top:0 !important;
}
.setblock-mbg{
	z-index:9 !important;
	opacity:0.5 !important;
	transition-delay: 0.2s !important;
}
#mheader{
  background: gray;
  text-align: center;
  font-size: 28px;
  line-height: 2em;
  font-weight: bold;
  color: white;
}
#mcontent{
  padding: 20px;
  font-size: 18px;
}
#mbuttons{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
#mbuttons button {
  margin: 0 10px;
  background: #696767;
}
#mbuttons .yes:hover {
  background: #43a047;
}
#mbuttons .no:hover {
  background: black;
}
.version{
  color:lightgrey;
  position:absolute;
  right: 10px;
}

.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.container input:checked ~ .checkmark {
  background-color: #007abc;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hidden{
  visibility: hidden;
}

#OKmessage{position:fixed;bottom:-100px;left:0;width:100%;padding:20px 0; background:#012962;color:white;text-align:center;z-index:9;opacity: 0.9;font-size:14pt;transition: .3s linear;-webkit-transition: .3s linear;} 
#NOKmessage{position:fixed;bottom:-100px;left:0;width:100%;padding:20px 0; background:#e53935;color:white;text-align:center;z-index:9;opacity: 0.9;font-size:14pt;transition: .3s linear;-webkit-transition: .3s linear;}

.upimage{
  padding:3px;
  margin:5px;
  border: 1px solid lightgray;
  height: auto;
  width: 300px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0px 0px 10px -5px black;
  -webkit-box-shadow: 0px 0px 10px -5px black;
  -moz-box-shadow: 0px 0px 10px -5px black;
  -o-box-shadow: 0px 0px 10px -5px black;
  -ms-box-shadow: 0px 0px 10px -5px black;
}
.onimage{
  padding:3px;
  margin:5px;
  border: 1px solid lightgray;
  height: 400px;
  width: 400px;
  object-fit: cover;
  object-position: top;
  cursor: zoom-in;
  box-shadow: 0px 0px 10px -5px black;
  -webkit-box-shadow: 0px 0px 10px -5px black;
  -moz-box-shadow: 0px 0px 10px -5px black;
  -o-box-shadow: 0px 0px 10px -5px black;
  -ms-box-shadow: 0px 0px 10px -5px black;
}
.ulded{background:#007abc;}
.delupload {
  position: absolute;
  display: inline-block;
  margin-left: 370px;
  margin-top: 4px;
  padding: 10px 15px;
  background: red;
  z-index: 1;
  color: white;
  cursor: pointer;
  border-bottom-left-radius: 10px;
  box-shadow: -2px 2px 5px -2px black;
  -webkit-box-shadow: -2px 2px 5px -2px black;
  -moz-box-shadow: -2px 2px 5px -2px black;
  -o-box-shadow: -2px 2px 5px -2px black;
  -ms-box-shadow: -2px 2px 5px -2px black;
}
#output .delupload{
  margin-left: 270px;
}
#fuvarlista, #doksilista{
  position:fixed;
  display:none;
  left:0;
  top:0;
  width:100%;
  height: calc(100% - 150px);
  background:rgb(0 0 0 / 30%);
  padding: 100px 0 50px;
  z-index: 2;
  text-align: center;
  overflow: auto;
  opacity:0;
  transition:.1s ease-out;
  -webkit-transition:.1s ease-out;
}
#fuvarlistabezaras, #doksilistabezaras{
  position: fixed;
  display: inline-block;
  right: 0;
  top: 0;
  font-size:26pt;
  padding: 8px 20px 10px 25px;
  background:#c3c3c3;
  color:white;
  border-bottom-left-radius:50%;
  box-shadow: -2px 2px 10px -7px black;
  z-index: 3;
  cursor: pointer;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}
#fuvarlistabezaras:hover, #doksilistabezaras:hover {
  padding: 13px 25px 15px 30px;
}
.fuvarlista, .doksilista{
  display:inline-block;
  width:500px;
  max-width:calc(100% - 30px);
  background: white;
  margin:10px;
  cursor: pointer;
  font-size: 12pt;
  text-align: left;
  vertical-align: top;
  box-shadow: 0px 0px 10px -7px black;
  -webkit-box-shadow: 0px 0px 10px -7px black;
  -moz-box-shadow: 0px 0px 10px -7px black;
  -o-box-shadow: 0px 0px 10px -7px black;
  -ms-box-shadow: 0px 0px 10px -7px black;
}


.fuvarlista, .doksilista{position:relative;transform:scale(0.8);transition: .2s ease-out;-webkit-transition: .2s ease-out;}
.fuvarlista:after,.fuvarlista:before,.doksilista:after,.doksilista:before{content:"";height:98%;position:absolute;width:100%;z-index:-1;}
.fuvarlista:before, .doksilista:before{background-color:#fafafa;box-shadow:0 0 8px rgba(0,0,0,.2);left:-1px;top:4px;transform:rotate(-1.5deg);}
.fuvarlista:after, .doksilista:after{background-color:#f6f6f6;box-shadow:0 0 3px rgba(0,0,0,.2);right:-1px;top:1px;transform:rotate(1deg);}


.fuvarlista:hover, .doksilista:hover{
  box-shadow: 0px 0px 30px -10px black;
  -webkit-box-shadow: 0px 0px 30px -10px black;
  -moz-box-shadow: 0px 0px 30px -10px black;
  -o-box-shadow: 0px 0px 30px -10px black;
  -ms-box-shadow: 0px 0px 30px -10px black;
}

table {
  width: 100%;
  border-spacing: 0;
  padding: 10px;
  background: white;
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
}
.fuvarlista table, .doksilista table{
  box-shadow: 0px 0px 5px -3px black;
  -webkit-box-shadow: 0px 0px 5px -3px black;
  -moz-box-shadow: 0px 0px 5px -3px black;
  -ms-box-shadow: 0px 0px 5px -3px black;
  -o-box-shadow: 0px 0px 5px -3px black;
}
.fuvarlista:hover table, .doksilista:hover table {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  box-shadow: 0px 0px 30px -10px black;
  -webkit-box-shadow: 0px 0px 30px -10px black;
  -moz-box-shadow: 0px 0px 30px -10px black;
  -o-box-shadow: 0px 0px 30px -10px black;
  -ms-box-shadow: 0px 0px 30px -10px black;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
}
.megallo div {
  padding: 10px 10px 10px 10px;
  margin: 10px -5px 10px -5px;
  box-sizing: border-box;
  background: white;
  min-height: 100px;
  -webkit-box-shadow: 0px 0px 5px -3px black, 0px 0px 50px -20px #ededed inset;
  -moz-box-shadow: 0px 0px 5px -3px black, 0px 0px 50px -20px #ededed inset;
  -ms-box-shadow: 0px 0px 5px -3px black, 0px 0px 50px -20px #ededed inset;
  -o-box-shadow: 0px 0px 5px -3px black, 0px 0px 50px -20px #ededed inset;
  box-shadow: 0px 0px 5px -3px black, 0px 0px 50px -20px #ededed inset;
}
.megallo svg {
  height: 30px;
  fill: #a9a9a9;
  position: absolute;
  left: 30px;
}
.megallo span {
  color: #525252;
  position: absolute;
  left: 15px;
  margin-top: 35px;
  font-weight: bold;
  width: 60px;
  text-align: center;
  font-size: 12px;
}
.megallo span strong {
  color: #000000;
  opacity: .2;
  font-size: 16px;
}
.megallo td div small {
  padding: 5px;
  display: block;
  color: #000000;
  background: #fffde5;
  border: 1px solid #fdf9ca;
  border-radius: 10px;
}
tr:nth-child(1) {
  background: #f5f5f5;
}
tr:nth-child(3):not(.doksilista tr) {
  background: #fffde5;
}
tr.megallo {
  background: #fff;
  border-radius: 0px;
}
td {
  padding: 0px 5px;
  text-align: left;
  height: 50px;
}
td:nth-child(odd) {
  font-weight: bold;
}
tr:nth-child(1) td {
  background: white;
  color: #b1b1b1;
  font-weight: bold;
  text-align: center;
}
tr:nth-child(1) td b {
  font-size: 1em;
  color: #007abc;
}
tr:nth-child(2) td:nth-child(1), tr:nth-child(3) td:nth-child(1), .doksilista td {
  text-align: center;
  width: 60px;
  padding: 10px 5px;
  font-weight: bold;
}
tr:nth-child(2) td:nth-child(2) {
  background: white;
  border: 2px solid #e9e9e9;
}
tr:nth-child(3) td:nth-child(2) {
  background: white;
  border: 2px solid #fffde5;
}

tr:nth-child(2) td:nth-child(1) div {
  width: 50%;
  display: inline-block;
  font-weight: normal;
}
tr:nth-child(2) td:nth-child(2) b {
  font-weight: normal;
}
.megallo td {
  font-weight: normal;
}
#uploadform{
  display:none;
  text-align: center;
}
#szalag {
  font-size: 12pt;
  text-align: center;
  background: #fff;
  color: #007abc;
  border-bottom: 10px solid #007abc;
  margin: 0px -20px 0px -20px;
  position: sticky;
  top: 0;
  user-select: all;
  -webkit-user-select: all;
  z-index: 2;
}
#complete {
  background: #a30000;
  font-size: 16px;
  padding: 10px 0;
  margin: 0px -20px 0px -20px;
  display: block;
  position: relative;
  color: white;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
#aruszalag {
  font-size: 12pt;
  text-align: center;
  background: #007abc;
  color: white;
  margin: 0px -20px 30px -20px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 2;
}
#inputs {
  text-align: center;
  margin-bottom: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.712);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.imagediv{
  display: inline-block;
}
#output{
  text-align: center;
}
#uploadedimages{
  text-align:center;
}
.logout {
  display: block;
  color: white;
  margin: -50px -10px 20px;
  padding: 10px 0;
  background: #0173b1;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  width: calc(100% + 20px);
  box-shadow: 0px 0px 10px -5px black;
  -webkit-box-shadow: 0px 0px 10px -5px black;
  -moz-box-shadow: 0px 0px 10px -5px black;
  -ms-box-shadow: 0px 0px 10px -5px black;
  -o-box-shadow: 0px 0px 10px -5px black;
}
.logout:hover {
  color: white;
  background: #01679f;
}
#modalback{
  position:fixed;
  left:0;
  top:0;
  width:100vw;
  height:100vh;
  background: rgb(0 0 0 / 92%);
  z-index: 4;
  cursor: zoom-out;
  opacity:0;
  transition:.1s ease-out;
  -webkit-transition:.1s ease-out;
}
#modalback img{
  margin: 0 !important;
  width:100%;
  height:100%;
  object-fit: contain !important;
}
.opacity{
  opacity:1 !important;
}
.modalmessage{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  align-content: center;
  align-items: center;
  font-size: 16pt;
  font-weight: bold;
  opacity: 0.5;
  justify-content: center;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}
@media screen and (max-width: 900px) {
  #left_column{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
  }
  #right_column{
    margin-left: 0;
    width: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 490px) {
  .upimage, .onimage{
    height: 400px;
    width: calc(100% - 10px);
    margin: 10px 0;
  }
  .imagediv{
    width: 100%;
  }
  .delupload{
    margin-left: 0;
    margin-top: 10px;
    right: 20px;
    font-size: 24pt;
  }
}