@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
    background: #202124;
	font-family: "Roboto",Tahoma,SansSerif !important;
	padding-bottom: 40px;
}

#rendelesek {
	width: 100% !important;
    border-spacing: 0px;
    margin-top: 10px;
	border-collapse: collapse;
}

#rendelesek td {
	padding: 0px 4px;
	font-size:16px;
	text-align:center;
	border:1px solid black;
}

.sorszam {
    width: min-content;
    max-width: max-content;
	text-align:center;
}

.unasid {
    width: max-content;
    max-width: max-content;
	transition: all ease 0.25s;
	white-space: nowrap;
	text-align:center;
}

td.checkbox-td, th.checkbox-td {
	transition: all 0.25s;
}

td.unasid:hover, th.checkbox-td:hover, td.checkbox-td:hover {
	box-shadow: 0px 0px 10px 10px #3398ff inset;
}

#rendelesek tr {
	color: white;
    transition: all 0.25s;
    background-color: #202124;
}

#rendelesek tr:nth-child(even){
	background-color: #37393e;
}

#rendelesek tbody tr:hover {
	cursor: pointer;
    background: #7367f0b3;
    box-shadow: 0 0 10px 1px #7367f0b3;
}

#rendelesek th {
    color: white;
    max-width: max-content !important;
    border: 1px solid black;
    font-size: 16px !important;
    font-weight: bold;
    border-bottom: 2px solid black;
    padding: 3px 10px 3px 10px;
    background-color: #303030;
}

.checkbox input {
	pointer-events: none;
	width:20px;
	height:20px;
}

.checkbox-td {
    width: 30px;
    max-width: 30px;
	text-align:center;
}

.checkbox {
	margin: 4px auto;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	-moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	-o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	-webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
}
.checkbox:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.checkbox:hover:after {
  color: white;
}
.checkbox:after {
  line-height: 40px;
  font-family: "FontAwesome";
  display: block;
  content: "";
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 40px;
  height: 40px;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 30px;
  -moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  -o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
}
.checkbox.is-checked:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  font-size: 24px;
  color: white;
}
.checkbox.is-checked:hover:after {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.check:after {
  content: "\f00c";
  background-color: rgba(165, 194, 92, 0);
}
.check.is-checked:after {
  background-color: #008739;
}

#filter-container {
	color:white;
	text-align: center;
}

#rendelesek_filter {
	color:white;
	text-align: center;
}

#rendelesek_filter input {
	font-size:18px;
}

.select2-container {
	width: 240px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px !important;
    overflow-y: auto;
}

.paging_full_numbers {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100% !important;
    background: #202124;
    padding: 10px;
}

.dataTables_info {
	position:fixed;
	bottom:10px;
	left:10px;
	color:white;
	z-index: 2;
}

.dataTables_length {
    z-index: 3;
    position: fixed;
    bottom: 10px;
    color: white;
    left: 46%;
}

.Last, .first {
	display:none;
}

.paginate_button {
	transition:all 0.25s;
	background-color: #202124 !important;
	color: white !important;
}

.disabled {
    color: #888 !important;
}

.current {
	background-color: white !important;
	color: black !important;
}

#filter-second-row h2, .main-title {
	text-align:center;
	color:white;
    margin: 8px auto;
	padding:4px 0px;
    box-shadow: 0px 2px 2px 2px black;
}

#date-start {
	margin-bottom: 10px;
}

.hidden {
	display:none;
}

.select2-container--default .select2-selection--single {
	border:none !important;
	border-radius: none !important;
}

.select2-results__option {
	transition: all 0.25s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, 
.select2-container--default .select2-results__option--selected {
    color: white !important;
    background-color: #333 !important;
}

.select2-results__option--selectable {
    background-color: #333;
    color: white;
}

.select2-dropdown {
    background-color: #333 !important;
    border: none !important;
    padding: 4px;
}

.button {
    background-color: #255d7a !important;
    box-sizing: content-box;
    border-width: 0px;
    font-family: "Roboto",Helvetica,sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 8px 6px 8px;
    text-align: center !important;
    white-space: nowrap;
    height: max-content;
    transition: 0.4s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* border: 1px solid #000000; */
    background: #31363e;
    outline: none !important;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.button:hover {
    background: #4bb9f4 !important;
}

.select2-dropdown {
    min-width: max-content !important;
    box-shadow: black 0px 2px 6px 4px;
    border-radius: 2px;
	padding: 0px !important;
}

.select2-results__options li {
	border-bottom: 2px solid black;
}

#select2-iktato-results li {
	text-align:center;
	color:black;
}

#select2-iktato-results li:nth-child(1) {
	color:white;
}

#select2-iktato-results li:nth-child(2) {
	background-color: #92e3ff;
	box-shadow: 0px 0px 10px 2px #004c66 inset;
}

#select2-iktato-results li:nth-child(3) {
	background-color: #fffe00cc;
	box-shadow: 0px 0px 10px 2px #3e3e00 inset;
}

#select2-iktato-results li:nth-child(4) {
	background-color: #99ffc8;
    box-shadow: 0px 0px 10px 2px #005400 inset;
}

#select2-iktato-results li:nth-child(5) {
	background-color: #99ffc8;
    box-shadow: 0px 0px 10px 2px #005400 inset;
}

#select2-iktato-results li:nth-child(6) {
	background-color: darkgreen;
	color:white;
}

#select2-iktato-results li:nth-child(7) {
	background-color: #db709380;
}

#select2-iktato-results li:nth-child(8) {
	background-color:#db709380 !important;
}

#select2-iktato-results li:nth-child(9),  #select2-iktato-results li:nth-child(10){
	color:white;
}

.vegosszeg {
	white-space: nowrap;
}

#tomeges_mehet {
    margin-left: 20px;
    vertical-align: middle;
}

.jconfirm-bg {
	opacity: 0 !important;
}



#order_content {
	z-index: 5;
    background: #202124;
    position: fixed;
    bottom: -102%;
    left: 0px;
    width: 100vw;
    border: 4px solid #101010;
    border-radius: 4px;
    height: 100vh;
    box-shadow: 0px 0px 2px 2px black;
    text-align: center;
}

#order-details {
	border-spacing: 4px 4px;
	margin: auto;
    width: 100%;
	color:white;
	text-align: center;
    color: #fff;
}

#order-details td {
	padding:8px;
	background-color: #343a40;
	font-size: 12px;
}

.column-h3 {
	color:white;
	text-align:center;
	margin: 4px auto;
	text-shadow: 1px 1px 1px black;
}

#close-order-details {
	margin: 10px auto;
    font-size: 50px;
    color: white;
    right: 10px;
    padding: 0px 10px;
    border-radius: 4px;
	transition: all 0.25s;
	cursor: pointer;
	border: 1px solid #484848;
}

#close-order-details:hover {
	background: #7367f0b3;
    box-shadow: #7367f0b3 0px 0px 10px 1px;
}

#order-items {
	margin: 10px auto;
	width:100% !important;
	color:white;
	border-spacing: 0px;
	border-collapse: collapse;
}

#order-items tr {
	background-color: transparent;
}

#order-items th {
	border: none !important;
}

#order-items td {
	padding:4px;
	border: 1px solid black;
}

.pagination {
	margin: 10px auto;
  display: inline-block;
}

.pagination a {
  color: white;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.25s;
  margin: 0 4px;
  border: 1px solid #484848;
}

.pagination a.active {
    background: #7367f0b3;
    box-shadow: #7367f0b3 0px 0px 10px 1px;
}

.pagination a:hover:not(.active) {
    background: #7367f0b3;
    box-shadow: #7367f0b3 0px 0px 10px 1px;
}

.column-wraper {
	position:fixed;
	width: max-content;
	overflow-x:hidden;
	white-space: nowrap;
	left: 0px;
}

.column-0, .column-1, .column-2, .column-3, .column-4, .column-5 {
	width: 100vw;
	background-color: #343a40;
	padding: 0px 0px 0px 20px;
	text-align: center;
	margin: 0px 2px;
	height: 71vh;
	overflow-y: scroll;
}

#sajatautos_urlap {
	display: none;
    margin: auto;
    width: 80vw;
    height: 70vh;
    margin-top: 20px;
    background: white;
}

/* díjbekérő forma */

#dijbekero-form {
    width: 90%;
    background-color: white;
    padding: 40px 10px;
    margin: auto;
}

.form-top-row {
	width: 100%;
	text-align: center;
	font-family: Times New Roman;
	margin-bottom:20px;
}

.form-top-row td:first-child {
	width:100px;
	max-width:100px;
}

.form-top-row td:nth-child(2) {
	font-size:26px;
}

.form-top-row td:last-child {
	font-size:20px;
	width:100px;
	max-width:100px;
}

.form-data {
	width:100%;
	border-spacing: 0px;
	text-align: left;
	font-family: Times New Roman;
	margin: 20px 0px;
}

.table-top-row {
	background-color: #c9c9c9;
	font-size: 14px;
}

.table-top-row th {
    padding:4px;
}

.dijbekero-td {
	padding-top: 10px;
	font-size:16px;
}

.dijbekero-termek-td {
	white-space:normal;
	padding: 6px 0px;
}

.adatok {
	vertical-align: middle;
	text-align: right;
	padding: 4px;
}

.datumok {
	text-align:center;
}

.datumok th, .datumok td {
	width:33%;
}

#order-number {
	font-weight: normal;
}

#last-tr td {
	border-top: 1px solid black;
}

#fizetendo-vegosszeg {
	text-align: right;
}

#vevo-adatai {
	vertical-align: baseline;
}

.noscroll {
	overflow: hidden !important;
}

#teljes_dijbekero, #reszleges_dijbekero {
	display:none;
}

#fizetendo-vegosszeg-szoveges {
	margin:0px;
	text-align: right;
}

.jconfirm .jconfirm-scrollpane {
	width: max-content !important;
	margin:auto;
}

.jconfirm .jconfirm-box div.jconfirm-title-c, .jconfirm .jconfirm-box div.jconfirm-content-pane {
	text-align: center;
}

#dijbekero_save {
	position: fixed;
    bottom: 20px;
    left: 40%;
    background: #004c00 !important;
    display: none;
    font-size: 20px;
    text-shadow: 1px 1px 2px black;
    padding: 10px;
    box-shadow: 0px 2px 4px 0px black;
}

#email_settings_table, #email_history {
    width: 100%;
    text-align: center;
    color: white;
}

#email_settings_table th {
	font-size: 18px;
	text-shadow: 1px 1px 1px black;
}

#email_settings_table th, #email_settings_table td {
    width: 25%;
}

#email_history {
    width: 100%;
    text-align: left;
    color: white;
}

#email_history th {
	font-size: 18px;
	text-shadow: 1px 1px 1px black;
}

email_history th, #email_history td {
	width:33%;
}

.iktatoszam, .statusz {
	font-size:18px !important;
	color:black;
}

.source-icon {
	vertical-align:middle;
}

#select2-tomeges-modositas-results li:first-child {
	display:none;
}

.ugyfelnev{
	text-align:left !important;
	padding-left:20px !important;
}

.szamla_loading {
	position: fixed;
    background-color: #202124;
    color: white;
    min-width: 300px;
    width: max-content;
    left: 40%;
    top: 40%;
    padding: 40px;
    box-shadow: 0px 0px 2px 2px black;
	display:none;
}

.w3-border{
	border:1px solid #ccc !important
}

.w3-grey{
	color:#000 !important;
	background-color:#9e9e9e! important
}

.szamla_loading status_title, .szamla_loading status_text {
	color:white;
	text-align:center;
}

.jconfirm {
	overflow-y:scroll !important;
}

#select2-order_source-results li:first-child, #select2-order_type-results li:first-child {
	display:none;
}


.blobs-container {
	position:fixed;
	display: flex;
	left: -80px;
	top:20px;
	background-image: url("https://rendeles.terkowebaruhaz.hu/images/attention.png");
	background-size: contain;
	animation: grow-shrink 2s infinite;
	z-index:999;
	cursor:pointer;
}

.blob {
	background:  black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 40px;
	width: 40px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}

.blob.yellow {
  background: transparent; /* rgba(255, 177, 66, 1);*/
  box-shadow: transparent; /* 0 0 0 0 rgba(255, 177, 66, 1); */
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 177, 66, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

@keyframes grow-shrink{
  0% {
    transform: scale(1);
  }
  
  70% {
    transform: scale(1.25);
  }
  
  100% {
    transform: scale(1);
  }
}


.notification-box {
	display:none;
	position: fixed;
    top: 100px;
    left: 15%;
    width: 70%;
    min-height: 300px;
    height: fit-content;
    background-color: #202124;
    margin: 0px 20px;
    border: 4px solid black;
    box-shadow: 0px 0px 10px 10px black;
	z-index: 10;
    max-height: 80vh;
    padding-bottom: 20px;
	overflow-y: auto
}

.top-buttons {
    background: #444444;
    width: inherit;
    height: 36px;
    position: fixed;
}

.close-notification {
	float:right;
	width: 40px;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
	cursor:pointer;
	transition:all 0.25s;
    margin-top: -28px;
}

.close-notification:hover {
	color:red;
}

#noti_main_title {
    color: white;
    text-align: center;
    display: inline-grid;
    margin: 2px auto 0px auto;
    width: 100%;
	pointer-events: none;
}

#noti_main_text {
	margin-top: 60px;
    color: white;
    margin-left: 20px;
    display: block;
    font-family: arial;
    text-shadow: 1px 1px 1px black;
    font-size: 20px;
}

#noti_load_elintezett{
    text-align: center;
    margin: auto;
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
	cursor:pointer;
	transition:all 0.25s;
}

#noti_load_elintezett:hover {
	background: #101010;
    color: white;
}

.response_table {
	margin-top:20px;
}

.response_table th, .response_table td {
	padding: 4px;
}

.response_table th {
	white-space:nowrap;
}

.response_table td:not(:last-child) {
	text-align: center;
	white-space: nowrap;
}



.column-0 .column-title {
	text-align:left;
	color:white;
	box-shadow:1px 1px 1px black;
	padding-bottom:10px;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
header h1{
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
  
 header p{
   text-align: center;
   margin-bottom: 0;
 }

.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
	position: relative;
	padding: 0;
	width: 100%;
	margin-top: 20px;
	list-style-type: none;
	float: left;
    margin-left: 40px;
    padding-bottom: 100px;
}

.timeline:before {
	position: absolute;
	left: 0px;
	top: 0;
	content: ' ';
	display: block;
	width: 2px;
	height: 90%;
	margin-left: -21px;
	background: rgb(213,213,213);
	background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	z-index: 5;
}

.timeline li {
	padding: 2em 0;
	width: max-content;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00c4f3;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(254,254,254);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	z-index: 15;
	white-space:break-spaces;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}


.notification_container {
    position: fixed;
    top: 6px;
    right: 8px;
    background: #202124;
    min-width: 52px;
    width: max-content;
    z-index: 1;
    min-height: 40px;
    height: max-content;
    box-shadow: 0px 2px 2px 2px black;
    text-align: center;
    color: red;
    text-shadow: 2px 2px 1px #000000;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75em;
    padding: 0px 10px;
}

.notification_content {
    position: fixed;
    width: 25vw;
    text-align: center;
    top: 70px;
    right: 8px;
    background: #202124;
    z-index: 1;
    height: max-content;
    box-shadow: 0px 2px 2px 2px black;
    text-shadow: 2px 2px 1px #000000;
	display:none;
    height: 90vh;
	overflow-y:scroll;
}

.notification_content h3 {
	color:white;
}

.notificaiton_header {
	margin-top:20px;
}

#notification_table {
    margin: 20px auto 20px auto;
    width: 100%;
    color: white;
	border-collapse:collapse;
}

#notification_table td {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#notification_table td:nth-child(0) {
	width:20%;
}

.remove_notification {
	width:10%;
	color:red;
    font-size: 20px;
    font-weight: bold;
	transition:all 0.25s;
}

.remove_notification:hover {
	box-shadow: 0px 0px 5px 3px #dd0000 inset;
}

#notification_table tr {
	transition:all 0.25s;
}

#notification_table tr:hover {
	cursor:pointer;
    background: #7367f0b3 !important;
    box-shadow: 0 0 10px 1px #7367f0b3;
}

.notification_container:hover {
	background: #4e4e4e;
	transform: translate(0, 4px);
}

.notification_title {
	margin: 10px 0px 10px 0px;
}

.button-active {
    background-color: #0f5e12 !important;
    text-shadow: 1px 1px 1px black;
}

#visszautalas_reszletek {
	width: 100%;
	text-align:left;
	color:white;
	border-collapse:collapse;
	margin-top:20px;
	white-space: break-spaces;
}

#visszautal_opciok input {
	display:block;
	font-size:20px;
	margin:10px auto 10px auto;
}

#visszautalas_status_row {
	font-size: 20px;
    text-shadow: 1px 1px 1px black;
    color: yellow;
}

#visszautalas_status_row button {
	display:block;
	margin: 6px auto 6px 10px;
	text-shadow: 1px 1px 1px black;
}

#visszautal_opciok input::placeholder {
	color:#585858;
	font-size:20px;
}

.column-4 {
	color:white;
}

.visszautal_oszlop {
	width: 40%;
    text-align: center;
    color: white;
    padding: 20px;
    display: table-cell;
}

.visszautal_oszlop p {
	white-space: break-spaces;
}

#visszautalas_reszletek td {
	border: 1px solid gray;
	padding:10px;
}

.visszautalas_video {
	width:60%;
	margin:0px auto 100px auto;
	display:block;
}

.visszautal_oszlop h2 {
	color:white;
	text-shadow:1px 1px 1px black;
}

#visszautalas_reszletek td:first-child {
    width: 15%;
    min-width: max-content;
}

.leventere_varo_tabla_container {
    width: 50vw;
    height: 80vh;
    position: fixed;
    left: 25vw;
    top: 10vh;
    background: #202124;
    font-family: "Roboto",Tahoma,SansSerif !important;
    padding-bottom: 40px;
    z-index: 3;
    color: white;
    text-align: center;
    border: 2px solid black;
    box-shadow: 0px 0px 6px 4px black;
	display:none;
}

#leventere_varo_tabla {
    width: 100% !important;
    border-spacing: 0px;
    margin-top: 10px;
    border-collapse: collapse;
}

#leventere_varo_tabla tr:nth-child(odd) {
    background-color: #202124;
}

#leventere_varo_tabla tr:nth-child(even) {
    background-color: #37393e;
}

#leventere_varo_tabla td {
    padding: 0px;
    font-size: 18px;
    text-align: center;
    border: 1px solid black;
}

.leventere_varo_adatok table {
	margin:auto;
	width:100%;
}

.leventere_varo_adatok table td {
	padding:6px !important;
	text-align:left !important;
}

td.leventere_varo_status {
	box-shadow: 0px 0px 38px 10px #7367f0b3 inset;
    font-size: 20px !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

td.leventere_varo_status:hover {
	transition:all 0.25s;
	user-select: none;
	cursor: pointer;
    box-shadow: 0px 0px 10px 10px #3398ff inset;
}

#leventere_varo_tabla th {
    color: white;
    max-width: max-content !important;
    border: 1px solid black;
    font-size: 16px !important;
    font-weight: bold;
    border-bottom: 2px solid black;
    padding: 3px 10px 3px 10px;
    background-color: #303030;
}

.close_leventere_varo {
	display:block;
	float:left;
	background:transparent;
	color:red;
	text-shadow:1px 1px 1px black;
	padding:6px 10px;
	font-size:18px;
	font-weight:bold;
	transition: all 0.25s;
}

.leventere_varo_mentes {
	margin:4px;
	float:right;
}

.close_leventere_varo:hover {
	background:gray;
	cursor:pointer;
}

.mentes_container {
	width:100%;
	background:#202124;
}

.leventere_varo_gomb {
	position: fixed;
    top: 6px;
    left: 8px;
    background: #202124;
    min-width: 52px;
    width: max-content;
    z-index: 1;
    min-height: 40px;
    height: max-content;
    box-shadow: 0px 2px 2px 2px black;
    text-align: center;
    color: #8bc34a;
    text-shadow: 2px 2px 1px #000000;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75em;
    padding: 0px 10px;
}

.leventere_varo_gomb:hover {
	background: #4e4e4e;
	transform: translate(0, 4px);
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 40px;
    padding-bottom: 100px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
	max-width: 48%;
    min-width: max-content;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 40px;
    padding-bottom: 100px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

#megjegyzes_jovahagyas {
	margin-top: 10px;
}

#column0_order_details_right {
    background: transparent;
    width: 45%;
    height: max-content;
    float: right;
    margin-right: 20px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 10px 1px black;
    padding-bottom: 60px;
}

#column0_order_details_right h2 {
	color:white;
	text-shadow: 1px 1px 1px black;
	margin: 10px auto;
}

#natura_megjegyzes {
    height: 300px;
    width: 80%;
    margin: auto;
    padding: 20px;
    display: block;
}

#natura_megjegyzes_mentes, #tiltott_termek_jovahagyas, #fizetve_jovahagyas {
	margin-top:20px;
}