@charset "UTF-8";
* {
  font-family: "Open Sans", "sans-serif";
  color: #000;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #fff;
}

script {
  display: none;
}

::selection {
  background-color: #E8F9DD;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal {
  font-weight: 400;
}

.semibold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.b {
  font-weight: bold;
}

.t-left {
  text-align: left;
  justify-content: left;
}

.t-center {
  text-align: center;
  justify-content: center;
}

.t-right {
  text-align: right;
  justify-content: right;
}

.t-justify {
  text-align: justify;
}

.vert-align-baseline {
  vertical-align: baseline;
}

.vert-align-middle {
  vertical-align: middle;
}

.vert-align-text-top {
  vertical-align: text-top;
}

.vert-align-text-bottom {
  vertical-align: text-bottom;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-24 {
  font-size: 24px !important;
}

.hide-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full-width {
  width: 100%;
}

.full-max-width {
  max-width: 100%;
}

.half-width {
  width: 50%;
}

.w-auto {
  width: auto !important;
}

.w-fit-content {
  width: fit-content !important;
}

.w-max-content {
  width: max-content !important;
}

.w-min-content {
  width: min-content !important;
}

.w-initial {
  width: initial !important;
}

.w-inherit {
  width: inherit !important;
}

.w-unset {
  width: unset !important;
}

.w-30 {
  width: 30px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-60 {
  width: 60px !important;
}

.w-75 {
  width: 75px !important;
}

.w-90 {
  width: 90px !important;
}

.w-100 {
  width: 100px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-500 {
  width: 500px !important;
}

.w-550 {
  width: 550px !important;
}

.w-600 {
  width: 600px !important;
}

.w-650 {
  width: 650px !important;
}

.w-700 {
  width: 700px !important;
}

.w-750 {
  width: 750px !important;
}

.w-800 {
  width: 800px !important;
}

.w-850 {
  width: 850px !important;
}

.w-900 {
  width: 900px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-250 {
  min-width: 250px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.min-w-350 {
  min-width: 350px !important;
}

.min-w-400 {
  min-width: 400px !important;
}

.min-w-450 {
  min-width: 450px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.min-w-550 {
  min-width: 550px !important;
}

.min-w-600 {
  min-width: 600px !important;
}

.min-w-650 {
  min-width: 650px !important;
}

.min-w-700 {
  min-width: 700px !important;
}

.min-w-750 {
  min-width: 750px !important;
}

.min-w-800 {
  min-width: 800px !important;
}

.min-w-850 {
  min-width: 850px !important;
}

.min-w-900 {
  min-width: 900px !important;
}

.max-w-50 {
  max-width: 50px !important;
}

.max-w-100 {
  max-width: 100px !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.max-w-200 {
  max-width: 200px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.max-w-300 {
  max-width: 300px !important;
}

.max-w-350 {
  max-width: 350px !important;
}

.max-w-400 {
  max-width: 400px !important;
}

.max-w-450 {
  max-width: 450px !important;
}

.max-w-500 {
  max-width: 500px !important;
}

.max-w-550 {
  max-width: 550px !important;
}

.max-w-600 {
  max-width: 600px !important;
}

.max-w-650 {
  max-width: 650px !important;
}

.max-w-700 {
  max-width: 700px !important;
}

.max-w-750 {
  max-width: 750px !important;
}

.max-w-800 {
  max-width: 800px !important;
}

.max-w-850 {
  max-width: 850px !important;
}

.max-w-900 {
  max-width: 900px !important;
}

.full-height {
  height: 100%;
}

.half-height {
  height: 50%;
}

.h-50 {
  height: 50px !important;
}

.h-100 {
  height: 100px !important;
}

.h-150 {
  height: 150px !important;
}

.h-200 {
  height: 200px !important;
}

.h-250 {
  height: 250px !important;
}

.h-300 {
  height: 300px !important;
}

.h-500 {
  height: 500px !important;
}

.min-h-50 {
  min-height: 50px !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-h-250 {
  min-height: 250px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-h-500 {
  min-height: 500px !important;
}

.max-h-50 {
  max-height: 50px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-250 {
  max-height: 250px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.max-h-500 {
  max-height: 500px !important;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8 !important;
}

.z-9 {
  z-index: 9 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-21 {
  z-index: 21 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-31 {
  z-index: 31 !important;
}

.z-32 {
  z-index: 32 !important;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.border-none {
  border: none;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.rel {
  position: relative;
}

.top-pos {
  position: absolute;
  top: 0px;
}

.bottom-pos {
  position: absolute;
  bottom: 0px;
}

.left-pos {
  position: absolute;
  left: 0px;
}

.right-pos {
  position: absolute;
  right: 0px;
}

.no-padding {
  padding: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-px {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mini-pt {
  padding-top: 5px !important;
}

.mini-pr {
  padding-right: 5px !important;
}

.mini-pb {
  padding-bottom: 5px !important;
}

.mini-pl {
  padding-left: 5px !important;
}

.mini-py {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mini-px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.xxs-pt {
  padding-top: 15px !important;
}

.xxs-pr {
  padding-right: 15px !important;
}

.xxs-pb {
  padding-bottom: 15px !important;
}

.xxs-pl {
  padding-left: 15px !important;
}

.xxs-py {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.xxs-px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.xs-pt {
  padding-top: 30px !important;
}

.xs-pr {
  padding-right: 30px !important;
}

.xs-pb {
  padding-bottom: 30px !important;
}

.xs-pl {
  padding-left: 30px !important;
}

.xs-py {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.xs-px {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.sm-pt {
  padding-top: 50px !important;
}

.sm-pr {
  padding-right: 50px !important;
}

.sm-pb {
  padding-bottom: 50px !important;
}

.sm-pl {
  padding-left: 50px !important;
}

.sm-py {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.sm-px {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt {
  padding-top: 100px !important;
}

.pr {
  padding-right: 100px !important;
}

.pb {
  padding-bottom: 100px !important;
}

.pl {
  padding-left: 100px !important;
}

.py {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.md-pt {
  padding-top: 150px !important;
}

.md-pr {
  padding-right: 150px !important;
}

.md-pb {
  padding-bottom: 150px !important;
}

.md-pl {
  padding-left: 150px !important;
}

.md-py {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.md-px {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.lg-pt {
  padding-top: 200px !important;
}

.lg-pr {
  padding-right: 200px !important;
}

.lg-pb {
  padding-bottom: 200px !important;
}

.lg-pl {
  padding-left: 200px !important;
}

.lg-py {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.lg-px {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.xl-pt {
  padding-top: 250px !important;
}

.xl-pr {
  padding-right: 250px !important;
}

.xl-pb {
  padding-bottom: 250px !important;
}

.xl-pl {
  padding-left: 250px !important;
}

.xl-py {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.xl-px {
  padding-left: 250px !important;
  padding-right: 250px !important;
}

.xxl-pt {
  padding-top: 350px !important;
}

.xxl-pr {
  padding-right: 350px !important;
}

.xxl-pb {
  padding-bottom: 350px !important;
}

.xxl-pl {
  padding-left: 350px !important;
}

.xxl-py {
  padding-top: 350px !important;
  padding-bottom: 350px !important;
}

.xxl-px {
  padding-left: 350px !important;
  padding-right: 350px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mx {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-my {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-1 {
  margin: 1px;
}

.margin-2 {
  margin: 2px;
}

.margin-3 {
  margin: 3px;
}

.margin-4 {
  margin: 4px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-35 {
  margin: 35px;
}

.margin-40 {
  margin: 40px;
}

.margin-45 {
  margin: 45px;
}

.margin-50 {
  margin: 50px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mini-mt {
  margin-top: 5px !important;
}

.mini-mr {
  margin-right: 5px !important;
}

.mini-mb {
  margin-bottom: 5px !important;
}

.mini-ml {
  margin-left: 5px !important;
}

.mini-my {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mini-mx {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.xxs-mt {
  margin-top: 15px !important;
}

.xxs-mr {
  margin-right: 15px !important;
}

.xxs-mb {
  margin-bottom: 15px !important;
}

.xxs-ml {
  margin-left: 15px !important;
}

.xxs-my {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.xxs-mx {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.xs-mt {
  margin-top: 30px !important;
}

.xs-mr {
  margin-right: 30px !important;
}

.xs-mb {
  margin-bottom: 30px !important;
}

.xs-ml {
  margin-left: 30px !important;
}

.xs-my {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.xs-mx {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.sm-mt {
  margin-top: 50px !important;
}

.sm-mr {
  margin-right: 50px !important;
}

.sm-mb {
  margin-bottom: 50px !important;
}

.sm-ml {
  margin-left: 50px !important;
}

.sm-my {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.sm-mx {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt {
  margin-top: 100px !important;
}

.mr {
  margin-right: 100px !important;
}

.mb {
  margin-bottom: 100px !important;
}

.ml {
  margin-left: 100px !important;
}

.my {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.md-mt {
  margin-top: 150px !important;
}

.md-mr {
  margin-right: 150px !important;
}

.md-mb {
  margin-bottom: 150px !important;
}

.md-ml {
  margin-left: 150px !important;
}

.md-my {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.md-mx {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.lg-mt {
  margin-top: 200px !important;
}

.lg-mr {
  margin-right: 200px !important;
}

.lg-mb {
  margin-bottom: 200px !important;
}

.lg-ml {
  margin-left: 200px !important;
}

.lg-my {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.lg-mx {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.xl-mt {
  margin-top: 250px !important;
}

.xl-mr {
  margin-right: 250px !important;
}

.xl-mb {
  margin-bottom: 250px !important;
}

.xl-ml {
  margin-left: 250px !important;
}

.xl-my {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

.xl-mx {
  margin-left: 250px !important;
  margin-right: 250px !important;
}

.xxl-mt {
  margin-top: 350px !important;
}

.xxl-mr {
  margin-right: 350px !important;
}

.xxl-mb {
  margin-bottom: 350px !important;
}

.xxl-ml {
  margin-left: 350px !important;
}

.xxl-my {
  margin-top: 350px !important;
  margin-bottom: 350px !important;
}

.xxl-mx {
  margin-left: 350px !important;
  margin-right: 350px !important;
}

.none {
  display: none;
}

.none-importnt {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.inline-block-important {
  display: inline-block !important;
}

.inline {
  display: inline;
}

.inline-importnt {
  display: inline !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clickable {
  pointer-events: all;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.nonvisible {
  visibility: none;
}

.title {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 10px 0;
  margin-bottom: 5px;
}

.subtitle-border {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  margin: 10px 0;
  border-left: 3px solid #00874D;
  margin-left: 0 !important;
}

.subtitle {
  font-size: 20px;
  padding: 10px 0;
  letter-spacing: -0.6px;
  margin-bottom: 0 !important;
}

.bold-subtitle {
  font-weight: 700;
  letter-spacing: -0.8px;
}

.subtitle-border-grey {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px !important;
  background-color: #f0f0f0;
  margin: 5px 5px 0 5px !important;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.subtitle-border-grey:hover {
  /*background-color: rgba(255,102,107,0.1);*/
  cursor: pointer;
  color: #000 !important;
}

.label {
  font-size: 16px;
}

.label-sm {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: #000;
}

.control-label {
  margin: 0 !important;
}

.passwordtext {
  padding-left: 5px;
  font-size: 13px;
}

.text {
  font-size: 14px;
  letter-spacing: -0.4px;
}

.mui--text-body1 {
  /*text*/
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px;
}

a.link {
  display: inline-block;
  color: #00874D !important;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}
a.link:hover {
  display: inline-block;
  color: #1E9944 !important;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.warning-text {
  font-weight: 700 !important;
  color: #00874D !important;
}

.inactive {
  color: #ccc;
}
.inactive > p {
  color: #ccc;
}
.inactive > div {
  color: #ccc;
}

.btn {
  /* background-color: transparent; */
  /* Tomi: A bootstrap miatt kikommentezve */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.1px rgba(3, 3, 3, 0.2) !important;
}
.btn.focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.1px rgba(3, 3, 3, 0.2) !important;
}

.btn-container {
  max-height: 40px;
}

.transparent-btn {
  margin: 3px 4px 3px 4px !important;
  width: 32px;
  max-width: 32px;
  height: 32px;
  line-height: 0 !important;
  max-height: 32px;
  z-index: 20;
  background-color: transparent;
  border: none;
  border-radius: 2px;
}
.transparent-btn:focus {
  background-color: transparent;
  outline: 0;
}
.transparent-btn:hover {
  background-color: transparent !important;
}

.red-btn {
  margin: 3px 4px 3px 4px !important;
  width: 32px;
  max-width: 32px;
  height: 32px;
  line-height: 0 !important;
  max-height: 32px;
  padding: 2px 7px;
  z-index: 20;
  cursor: pointer;
  background-color: #00874D;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.red-btn:focus {
  background-color: #004729;
  outline: 0;
}
.red-btn:hover {
  background-color: #1E9944 !important;
}

.red-btn-2 {
  margin: 3px 12px 3px 4px !important;
  width: 32px;
  max-width: 32px;
  height: 32px;
  line-height: 0 !important;
  max-height: 32px;
  padding: 2px 7px;
  z-index: 1001;
  cursor: pointer;
  background-color: #00874D;
  border: none;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.red-btn-2:focus {
  background-color: #004729;
  outline: 0;
}
.red-btn-2:hover {
  background-color: #1E9944 !important;
}

.getform-red-btn {
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  line-height: 0 !important;
  padding: 2px 7px;
  margin: 10px 4px 10px 4px !important;
  cursor: pointer;
  background-color: #00874D;
  border: none;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.getform-red-btn:focus {
  background-color: #004729;
  outline: 0;
}
.getform-red-btn:hover {
  background-color: #1E9944 !important;
}

.white-btn {
  margin: 3px 4px 3px 4px !important;
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  padding: 2px 7px;
  z-index: 20;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  line-height: 0 !important;
}
.white-btn:focus {
  background-color: #f8f8f8;
  outline: 0;
}
.white-btn:hover {
  background-color: #f8f8f8;
  outline: 0;
}

.btn-red {
  margin-top: 5px;
  margin-right: 5px;
  background-color: #00874D;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: bold !important;
}

.btn-width-100 {
  width: 100px;
}

.btn-width-125 {
  width: 125px;
}

.btn-width-150 {
  width: 150px;
}

.btn-width-200 {
  width: 200px;
}

.btn-width-250 {
  width: 250px;
}

.btn-width-300 {
  width: 300px;
}

.btn-width-350 {
  width: 350px;
}

.btn-group {
  margin-bottom: 15px;
  min-height: 38px;
}

.pager-btn {
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
}
.pager-btn:hover {
  background-color: #f8f8f8;
  color: #000;
}
.pager-btn:focus {
  background-color: #f8f8f8;
  color: #000;
}

.filter-extra-btn {
  display: inline-block;
  width: 30px;
  max-width: 32px;
  height: 30px;
  max-height: 30px;
  padding: 2px 2px;
  margin: 0 5px 0 0;
  vertical-align: top;
  background-color: #fff;
  color: #000;
}
.filter-extra-btn img {
  width: 20px;
  height: 20px;
}
.filter-extra-btn:hover {
  background-color: #f8f8f8;
  color: #000;
}
.filter-extra-btn:focus {
  background-color: #f8f8f8;
  color: #000;
}

.datagrid-btn {
  background-color: #fff;
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  padding: 2px 7px;
  margin: 5px 0px 6px 5px !important;
  color: #000;
}
.datagrid-btn img {
  width: 19px;
  height: 19px;
}
.datagrid-btn:hover {
  background-color: #f8f8f8;
  color: #000;
}
.datagrid-btn:focus {
  background-color: #f8f8f8;
  color: #000;
}

.feedback-btn {
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  padding: 2px 7px;
  z-index: 30;
  cursor: pointer;
  background-color: #00874D;
}
.feedback-btn:focus {
  background-color: #004729;
  outline: 0;
}
.feedback-btn:hover {
  background-color: #1E9944 !important;
}
.feedback-btn img {
  display: block;
}

.shadow-pulse {
  animation: shadow-pulse 1.5s infinite;
}

.notification-btn {
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  padding: 2px 7px;
  z-index: 30;
  cursor: pointer;
  background-color: #00874D;
}
.notification-btn:hover {
  background-color: #1E9944 !important;
}
.notification-btn:focus {
  background-color: #00874D !important;
  outline: 0;
}

.primary-btn {
  color: #fff;
  background-color: #00874D;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 0 26px;
  margin: 10px 4px 10px 4px;
  /*margin-right: 4px fontos!*/
  height: 36px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.36px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.primary-btn:hover {
  background-color: #1E9944;
}
.primary-btn:focus {
  background-color: #004729;
  outline: 0;
}

.primary-btn-sm {
  color: #fff;
  background-color: #00874D;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 0 26px;
  margin: 10px 4px 10px 4px;
  /*margin-right: 4px fontos!*/
  height: 30px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.36px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.primary-btn-sm:hover {
  background-color: #1E9944;
}
.primary-btn-sm:focus {
  background-color: #00874D;
  outline: 0;
}

.selection-btn {
  margin: 3px 4px 3px 10px !important;
  float: left;
  width: 32px;
  max-width: 32px;
  height: 32px;
  line-height: 36px !important;
  max-height: 32px;
  padding: 2px 7px;
  z-index: 20;
  cursor: pointer;
  background-color: #00874D;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.selection-btn:hover {
  background-color: #1E9944;
}
.selection-btn:focus {
  background-color: #004729;
  outline: 0;
}

.function-btn {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  padding: 2px 7px;
  margin: 5px 5px 5px 5px !important;
}

.poi-button {
  position: relative !important;
  top: 2px !important;
  right: 2px !important;
  margin-right: 5px !important;
}

.window-close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px !important;
  height: 30px !important;
  /*line-height: 24px;*/
  font-size: 10px;
}

.share-btn {
  position: absolute;
  bottom: 205;
  right: 6;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
}

.active-btn {
  background-color: #dcdcdc;
  color: #000;
}

.is-active {
  display: block !important;
}

#main-menu-container {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 0px 0 0 !important;
  width: 235px;
  margin-right: 10px;
  margin: 3px 10px 8px 0;
  background-color: #fff;
}

.main-menu-button-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin-right: 42px;
  margin-top: 5px;
}

.main-menu-button-container * {
  display: inline-block;
}

.menu-notice-img {
  height: 26px;
  margin-bottom: 18px;
  margin-left: 22px;
  display: block;
}

.menu-notification-img {
  height: 22px;
  margin-bottom: 20px;
  margin-left: 24px;
  display: block;
}

.menu-btn, .menu-btn:focus {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  padding: 2px 7px;
  z-index: 20;
  cursor: pointer;
  background-color: #00874D;
}

.homm-menu-btn, .homm-menu-btn:focus {
  height: 32px;
  max-height: 32px;
  padding: 2px 7px;
  z-index: 20;
  cursor: pointer;
  background-color: #00874D;
}

.main-menu-btn {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  padding: 2px 7px;
  z-index: 20;
  cursor: pointer;
  background-color: #00874D;
}

.main-menu-btn img {
  display: block;
}

.main-menu-btn:focus {
  background-color: #004729;
  outline: 0;
}

.menu-btn:hover, .main-menu-btn:hover, .homm-menu-btn:hover {
  background-color: #1E9944 !important;
}

.menu-logo-element {
  margin: 0;
}

#menu-logo {
  height: 34px;
}

#partner-menu-logo {
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.partner-menu-logo-container {
  display: inline-block;
  position: absolute;
  width: 220px;
  height: 85px;
  right: 150px;
  top: -25px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#main-menu-elements {
  padding: 0px;
  display: none;
  list-style-type: none;
  margin: 5px 0px 0px 0px;
}

.menu-element-link, .menu-element-link:hover, .menu-element-link:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

.menu-elements {
  cursor: pointer;
}

.menu-elements:hover {
  background-color: #E8F9DD;
}

.menu-element-label {
  font-size: 10pt !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-align: left !important;
  font-family: inherit;
}

@media only screen and (max-width: 359px) {
  /*iPhone 5/SE*/
  .side-panel-select {
    width: max-content;
  }

  .mobile-container {
    display: block;
  }

  .layout-container {
    width: 100%;
  }

  .device-panel {
    width: min-content !important;
  }

  .navbar {
    display: none !important;
  }

  .header {
    padding-top: 55px;
  }

  .interval-panes {
    padding: 5px 10px;
  }

  .time-option {
    margin-top: 0;
  }

  .time-option > button {
    margin: 10px !important;
  }

  #main-menu-container {
    display: none;
  }

  .feedback-container {
    right: 1rem;
    bottom: 0rem;
  }

  .search-panel {
    width: calc(100% - 115px);
  }

  .main-menu-button-container {
    margin-right: 2.6rem;
    top: 0.3rem;
  }

  .message-window {
    width: 300px;
    height: 230px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
  }
}
@media only screen and (min-width: 360px) and (max-width: 425px) {
  .side-panel-select {
    width: calc(100% - 25px);
  }

  .mobile-container {
    display: block;
  }

  .layout-container {
    width: 100%;
  }

  /*.device-panel{width: min-content !important;}*/
  .device-panel {
    width: calc(100% - 95px);
  }

  .navbar {
    display: none !important;
  }

  .header {
    padding-top: 55px;
  }

  .interval-panes {
    padding: 5px 10px;
  }

  .time-option {
    margin-top: 0;
  }

  .time-option > button {
    margin: 10px !important;
  }

  #main-menu-container {
    display: none;
  }

  .feedback-container {
    right: 1rem;
    bottom: 0rem;
  }

  .search-panel {
    width: calc(100% - 95px) !important;
  }

  .main-menu-button-container {
    margin-right: 2.6rem;
    top: 0.3rem;
  }

  .mui-tabs__bar > li > a {
    font-size: 13px !important;
  }
}
.language-form {
  border: none;
  font-size: 14px;
  padding: 0px;
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 13px;
  width: 120px;
  z-index: 10;
}

.language-form:hover, .language-form:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}

.language-form:disabled {
  background-color: transparent;
  cursor: not-allowed;
}

.language-form:disabled {
  background-color: transparent;
  cursor: not-allowed;
}

.language-form li {
  display: inline-block;
  width: 100%;
  padding: 5px !important;
  background-color: #fff;
}

.language-form li div {
  display: inline-block;
}

.language-form li:hover {
  background-color: #f0f0f0;
}

.language-form li.init {
  cursor: pointer;
}

.language-form li img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.language-form li span {
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  color: #000;
}

.language-form #bg-image {
  display: inline-block;
}

.languages {
  display: none;
}

.lang-selector {
  top: 0px !important;
  right: 0px !important;
  position: unset !important;
  margin-top: -2px !important;
}

.feedback-container {
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 60px;
  padding: 0;
  z-index: 30;
}

.mobile-container {
  display: none;
  position: absolute;
  bottom: 3.8rem;
  right: 0.75rem;
}

.notification-btn-container {
  position: absolute;
  bottom: 0;
  right: 60px;
  height: 60px;
  padding: 0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.loading_page {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.cloader_container {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 800px;
}

.cloader {
  border: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loading_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 50px;
}

.loading_text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 300px;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #303030;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1001;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.cookie-permission-panel {
  z-index: 100;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: min-content;
  padding: 10px 20px;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.cookie-permission-panel * {
  display: inline-block;
}

.window-container {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.window {
  position: absolute;
  width: 60%;
  max-width: 970px;
  height: 75%;
  top: 10%;
  left: 20%;
}

.small-window {
  position: absolute;
  width: 500px;
  height: 310px;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  padding: 15px;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.message-window {
  position: absolute;
  width: 500px;
  height: 220px;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  padding: 15px !important;
}

@media only screen and (max-width: 425px) {
  .message-window {
    width: 320px;
    height: 230px;
    top: calc(50% - 160px);
    left: calc(50% - 160px);
  }
}
.medium-message-window {
  position: absolute;
  width: 500px;
  height: 300px;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  padding: 15px !important;
}

.window-content {
  position: absolute;
  top: 60px;
  width: calc(100% - 30px);
  height: calc(100% - 75px);
}

.window-content-body > .mui-btn,
.window-content-body > table > tbody > tr > td > .mui-btn {
  margin: 5px 10px;
}

.mui-panel {
  padding: 15px 0 0 0 !important;
}

.bottom-right-corner {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.window-content .mui--text-title {
  display: inline;
}

.message-window-content {
  position: absolute;
  top: 60px;
  width: calc(100% - 30px);
  height: calc(100% - 75px);
  overflow: none;
}

.window-select {
  position: fixed;
  z-index: 2;
  width: calc(60% - 345px);
  max-width: 625px;
  margin-top: -15px !important;
}

.window-content-body {
  /* position: absolute;*/
  width: 100%;
  height: calc(100% - 40px);
  padding: 0 15px;
}

.popup-header {
  padding: 10px 0;
  margin: 0 15px;
  z-index: 1000;
  background-color: #f0f0f0;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.8px;
  width: calc(100% - 40px);
}

.popup-header:hover {
  cursor: move;
}

.popup-content {
  font-size: 14px;
  overflow-y: scroll;
  height: calc(100% - 50px);
  width: 100%;
  text-align: justify;
  font-weight: 300;
  padding: 2px 15px;
}

.popup-window {
  padding: 15px 0;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 426px) {
  #manual,
#group,
#upload,
#editor {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
    color: #000;
    background-color: #fff;
    position: relative;
    width: 600px;
    height: 600px;
    top: calc(50% - 300px);
    left: calc(50% - 300px);
    z-index: 10000;
    border-bottom: 7px solid #00874D;
  }

  #manual.draggable,
#group.draggable,
#upload.draggable,
#editor.draggable {
    padding: 15px 0;
    min-width: 350px;
    min-height: 150px;
  }
}
@media screen and (max-width: 425px) {
  #manual,
#group,
#upload,
#editor {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
    /*display:none;*/
    color: #000;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 10000;
    border-bottom: 7px solid #00874D;
  }

  #manual.draggable,
#group.draggable,
#upload.draggable,
#editor.draggable {
    padding: 15px 0;
  }
}
.popup-exit {
  position: absolute;
  right: 18px;
  top: 17px;
  margin: 5px;
  z-index: 10000;
}

.popup-table {
  margin: 0px !important;
}

.popup-table > tbody > tr > td > div.mui-textfield {
  margin: 0px !important;
  padding: 0px !important;
}

.popup-table > tbody > tr > td.custom-td {
  font-weight: 700;
  border: none !important;
  height: 40px;
  padding: 1px 5px !important;
  vertical-align: middle !important;
}

.notification-popup {
  width: 440px;
  padding: 5px 15px;
  border-bottom: 3px solid #00874D;
  position: fixed;
  bottom: 70px;
  right: 60px;
  z-index: 30;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  display: none;
  text-align: justify;
}

.notification-popup-content {
  color: #000;
  font-size: 14px;
}

#notification_popup::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00874D;
  clear: both;
  z-index: 31;
  bottom: -13px;
  right: 10px;
}

.notification-popup-content > a {
  color: #00874D !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.grid-zone {
  padding: 5px;
}

.custom-price input[type=text]:disabled {
  background-color: #f0f0f0 !important;
  cursor: not-allowed !important;
  border: 1px solid #e8e8e8;
  color: #000;
  max-width: 120px;
  padding: 5px 10px;
}

.gyartasi-ido {
  background-color: rgba(0, 170, 0, 0.2) !important;
}

.new-tab-window {
  margin: 30px auto 30px auto;
  max-width: 800px;
}

.all-transparent,
.all-transparent * {
  background-color: transparent !important;
}

.page-datagrid-head > tr {
  vertical-align: top;
}

.page-datagrid > table > tbody > tr > td,
.page-datagrid > table > tbody > tr > th,
.page-datagrid > table > tfoot > tr > td,
.page-datagrid > table > tfoot > tr > th,
.page-datagrid > table > thead > tr > td,
.page-datagrid > table > thead > tr > th {
  padding: 5px;
}

.page-datagrid > table > tbody > tr > th:first-child {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
}

.page-datagrid > table > tbody > tr > td:not(:first-child):not(:last-child) {
  padding: 5px 15px 5px 5px;
}

.page-datagrid > table > tbody > tr > th.date-column {
  min-width: 190px;
  max-width: 190px;
}

.page-datagrid > table > tbody > tr > th.icon-column {
  min-width: 100px;
  max-width: 100px;
}

.page-datagrid > table > tbody > tr > th.company-column {
  min-width: 240px;
  max-width: 240px;
}

.page-datagrid > table > tbody > tr > th.details-column {
  min-width: 180px;
  max-width: 180px;
}

.page-datagrid > table > tbody > tr > th.comment-column {
  min-width: 180px;
  max-width: 180px;
}

.page-datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.page-datagrid table tbody td {
  color: #000;
  border: 0px solid #e8e8e8;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

.page-datagrid table tbody .alt td {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.page-datagrid table tbody td {
  background: rgba(0, 0, 0, 0);
  color: #000;
}

.page-datagrid table tbody .blue td {
  background-color: #ecf9ff;
}

.page-datagrid table tbody .alt.blue td {
  background-color: #d6f1ff;
}

.page-datagrid table tbody .disabled td {
  color: #ccc;
}

.page-datagrid table tbody .selected {
  background-color: #E8F9DD;
}

.page-datagrid table tbody .selected td {
  font-weight: bold;
}

.arrow-up {
  display: inline-block;
  margin: 4px 5px 3px 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}

.arrow-down {
  display: inline-block;
  margin: 4px 5px 1px 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.arrow-right {
  display: inline-block;
  margin: 4px 5px 1px 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}

.arrow-left {
  display: inline-block;
  margin: 4px 5px 1px 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}

.filter-input {
  padding-top: 0px;
  margin-bottom: 0px;
}

.filter-input > input {
  display: inline-block;
  width: calc(100% - 50px);
}

.filter-input > textarea {
  display: inline-block;
  width: calc(100% - 100px);
  resize: vertical;
}

.table {
  font-size: 14px !important;
  background-color: #fff !important;
}

.table td,
.table th {
  border: none !important;
  height: 40px;
  padding: 1px 5px;
  vertical-align: middle !important;
}

.shdw {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  padding: 0 15px 10px 15px;
}

.tbody_hover > tr:hover {
  background-color: #f0f0f0;
}

.tbody_hover > .blue-row:hover {
  background-color: #c1e1ff !important;
}

.tbody_hover > .alt-blue-row:hover {
  background-color: #c1e1ff !important;
}

.tbody_hover > .yellow-row:hover {
  background-color: #eeee77 !important;
}

.tbody_hover > .alt-yellow-row:hover {
  background-color: #eeee77 !important;
}

.tbody_hover > .green-row:hover {
  background-color: #95e797 !important;
}

.tbody_hover > .alt-green-row:hover {
  background-color: #95e797 !important;
}

.tbody_hover > .red-row:hover {
  background-color: #fa8e97 !important;
}

.tbody_hover > .alt-red-row:hover {
  background-color: #fa8e97 !important;
}

.table-flag {
  width: 24px;
  height: 24px;
  margin: 22px;
}

.device-panel {
  position: relative;
  padding: 5px 0px 0px 0px;
  margin: 14px 10px 5px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  width: fit-content;
}

.side-panel-select {
  display: inline-block;
  margin: 0px 15px 10px 15px !important;
  width: 280px;
  vertical-align: text-top;
  height: 80px;
}

.side-panel-select * {
  max-width: 280px;
}

.form-group {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

#company_select,
#device_group_select,
#device_select,
#vehicle_select,
#driver_select,
#date_select,
#month_select,
.device-panel ul {
  height: 34px;
}

select.form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  font-size: 14px;
  padding: 0px;
  cursor: pointer;
  height: 30px !important;
  min-width: 150px;
  background-color: #fff;
  color: #000;
}
select.form-control::placeholder {
  color: #808080;
}

select.form-control > option {
  background-color: #fff;
}

select.form-control:hover,
select.form-control:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}

select.form-control:disabled {
  background-color: transparent;
  cursor: not-allowed;
}

.form-control:focus, .form-control:active {
  border-color: #e8e8e8 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2) !important;
  outline-color: #e8e8e8;
  background-color: #fff;
  color: #000;
}

ul.form-control {
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  font-size: 14px;
  padding: 0px;
  cursor: pointer;
  margin-top: 3px;
  background-color: #fff;
  color: #000;
}

ul.form-control:hover:not(.disabled),
ul.form-control:active:not(.disabled) {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

ul.form-control li {
  list-style-type: none !important;
  padding: 5px 10px;
  width: 100%;
}

ul.form-control li.inside-dropdown-container {
  padding: 0px;
}

ul.form-control li:not(.init) {
  float: left;
  display: none;
  background: #fff;
}

ul.form-control li:not(.init):not(.unclickable):hover,
ul li.selected:not(.init):not(.unclickable) {
  background: #E8F9DD;
  color: #000;
}

ul.form-control li.init {
  cursor: pointer;
  overflow: hidden;
}

ul.form-control li.inside-dropdown-container {
  padding: 0px;
}

li.unclickable {
  cursor: default;
  background-color: #fff;
}

li.unclickable:hover {
  background-color: #fff;
}

p.dropdown-title {
  display: block;
  padding: 0px;
  margin: 0px 0px 2px 0px;
  white-space: normal;
  font-size: 14px;
}

.init p.dropdown-inline-title,
p.dropdown-inline-title {
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 2px 0px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 225px;
}

p.dropdown-comment {
  display: block;
  font-size: 10px;
  margin: 0px;
  white-space: normal;
}

.init p.dropdown-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.init p.dropdown-comment {
  display: none;
}

input.dropdown-search {
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 5px;
  outline-color: #808080;
  background-color: #f0f0f0;
}

div.inside-dropdown {
  border: none;
  overflow: auto;
  max-height: 450px;
  padding: 0px;
}

div.inside-dropdown div.dropdown-item {
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
}
div.inside-dropdown div.dropdown-item:hover {
  background: #E8F9DD;
}

div.inside-dropdown div.dropdown-item.selected {
  background: #E8F9DD;
}

div.inside-dropdown div.dropdown-item.inactive p {
  color: #ccc;
}

.filter-time-panel {
  min-width: 250px;
  display: inline-block;
}

.filter-time-panel * {
  display: inline-block;
}

.filter-time-container {
  min-width: 410px;
}

.datetimepicker {
  display: inline-block;
}

.datepicker {
  width: 125px;
  display: inline-block;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.timepicker {
  width: 80px;
  display: inline-block;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.datepicker-here {
  width: 130px;
  padding: 6px 7px;
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 3px;
  outline-color: #e8e8e8;
}

@media only screen and (max-width: 320px) {
  .datepicker-here {
    max-width: 128px;
  }
}
.monthpicker-here {
  width: 70px;
  padding: 6px 7px;
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 3px;
  outline-color: #e8e8e8;
}

.datetimepicker .mui--text-body1 {
  padding-right: 5px;
}

.datetimepicker *,
.datepicker *,
.timepicker *,
.timepicker .dropdown-content .control.is-colon {
  font-size: 14px !important;
}

.timepicker .dropdown-content .control.is-colon {
  padding-top: 4px;
}

.timepicker_container {
  width: 70px !important;
  display: inline-flex !important;
  padding-top: 2px;
}

.timepicker_container input {
  height: 34px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  font-size: 14px;
  width: 70px;
  text-align: center;
}

.ui-timepicker-container {
  z-index: 9999 !important;
  border: none !important;
  font-size: 14px !important;
}

.ui-timepicker-container * {
  border: none;
}

#tooltip {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  display: none;
  text-align: center;
  color: #fff !important;
  background-color: #303030;
  position: absolute;
  z-index: 100;
  padding: 6px;
  width: auto;
  min-width: 70px;
  max-width: 400px;
  font-size: 14px;
  border-left: 6px solid #00874D;
}

#manual {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  display: none;
  color: #000;
  background-color: #fff;
  position: absolute;
  z-index: 10000;
  border-bottom: 7px solid #00874D;
}

.manual-exit {
  position: absolute;
  right: 19px;
  top: 19px;
  /*margin:5px;
  z-index: 10000;*/
}

.open-newtab {
  position: absolute;
  left: 19px;
  top: 19px;
}

.manual-header {
  padding: 10px 0;
  margin: 0 15px;
  z-index: 10000;
  background-color: #f0f0f0;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.8px;
}

.manual-content {
  font-size: 14px;
  overflow-y: scroll;
  height: calc(100% - 50px);
  width: 100%;
  text-align: justify;
  font-weight: 300;
  margin-top: 10px;
  padding: 0 15px;
}

.manual-btn {
  /* display: none; */
  float: right;
  margin-left: 6px;
  margin-right: 2px;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  cursor: pointer;
  line-height: 0 !important;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.manual-btn:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.manual-font1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -0.8px;
  margin: 8px 0;
  padding-left: 10px;
  border-left: 3px solid #00874D;
}

.manual-font2 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.8px;
  padding-left: 10px;
  margin: 8px 0;
}

.manual-font3 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.4px;
  margin: 8px 0;
  padding-left: 10px;
}

.tooltip-text {
  color: #fff;
}

.inspect {
  position: absolute;
  bottom: 15px;
  left: 25px;
  background-color: rgba(48, 48, 48, 0.95);
  z-index: 100000;
  padding: 0;
  max-width: 350px;
  transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -webkit-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
}
.inspect:hover {
  opacity: 0.7;
}

.inspect-img {
  display: block;
  width: 100%;
  height: 40px;
}

#inspect-text {
  margin: 9px 0 0 0 !important;
  text-align: center;
  padding-top: 0px;
  color: #fff;
  font-size: 14px;
}

.circle-loader {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.3);
  animation: cloader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: rgba(0, 0, 0, 0.3);
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 28px;
  width: 15px;
  transform-origin: left bottom;
  border-right: 7px solid #00aa00;
  border-top: 7px solid #00aa00;
  content: "";
  left: 24px;
  bottom: 36px;
  position: absolute;
}

.cross {
  display: none;
}

.cross.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: cross;
  transform: rotate(360deg);
}

.cross:after {
  position: absolute;
  left: 7px;
  bottom: 8px;
  font-family: monospace;
  content: "x";
  color: #da0009;
  font-weight: 900;
  font-size: 47px;
  line-height: 29px;
  text-align: center;
}

.questionmark {
  display: none;
}

.questionmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: questionmark;
  transform: rotate(360deg);
}

.questionmark:after {
  position: absolute;
  left: 8px;
  bottom: 1px;
  font-family: monospace;
  content: "?";
  color: #ff9933;
  font-weight: bolder;
  font-size: 42px;
  line-height: 34px;
  text-align: center;
}

@keyframes cloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0px;
    width: 28px;
    opacity: 1;
  }
  40% {
    height: 28px;
    width: 15px;
    opacity: 1;
  }
  100% {
    height: 28px;
    width: 15px;
    opacity: 1;
  }
}
@keyframes cross {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.r-b {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.right-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.symbol-position {
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.reg-log-bg {
  background-image: url("../..//image/pic/reg-bg.jpg");
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.reg-log-container {
  position: relative;
  max-width: 550px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid #dcdcdc;
  padding-top: 100px;
  padding-bottom: 35px;
  color: #000;
}
.reg-log-container > div {
  color: #000;
}
.reg-log-container > div > div {
  color: #000;
}

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

.reg-log-logo {
  position: relative;
  top: 0px;
  height: 80px;
  margin: 30px 0 15px 0;
}

.reg-log-button {
  text-align: center;
  justify-content: center;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.maintenance-alert {
  padding: 15px 10px;
  background-color: #da0009;
  color: #fff !important;
  border-radius: 3px !important;
  font-weight: 500;
  text-align: center;
  margin: 20px 15px 20px 15px !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 4px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 4px 6px 10px rgba(0, 0, 0, 0.2);
}

.reg-log-footer {
  position: relative;
  width: 550px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 50px auto auto auto;
  border: 1px solid #dcdcdc;
}

.footer-position {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .reg-log-container {
    max-width: 425px;
  }

  .reg-log-footer {
    max-width: 425px;
  }

  .reg-log-logo {
    height: 80px;
    margin-top: 40px;
  }

  .reg-log-bg {
    overflow: hidden;
  }

  .reg-log-btn {
    width: 260px;
    float: none !important;
  }

  .reg-log-btn-container {
    text-align: center;
    margin-bottom: 0px !important;
  }

  .language-form {
    position: absolute;
    right: 5px;
  }
}
@media only screen and (max-width: 425px) {
  #loginForm > .mui-textfield {
    padding: 0px 15px 0px 15px;
  }

  .reg-log-container {
    max-width: 375px;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }

  .reg-log-footer {
    max-width: 375px;
    margin-top: 20px !important;
  }

  .reg-log-logo {
    height: 70px;
    margin-top: 40px;
  }

  .reg-log-bg {
    overflow: hidden;
  }

  .reg-log-btn {
    width: 260px;
    float: none !important;
  }

  .reg-log-btn-container {
    text-align: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .language-form {
    position: absolute;
    right: 5px;
  }

  .install-button {
    width: 100%;
    margin: auto;
  }

  .reg-log-button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 375px) {
  /*iPhone6/7/8*/
  #loginForm > .mui-textfield {
    padding: 0px 15px 0px 15px;
  }

  .reg-log-container > .title {
    font-size: 20px !important;
  }

  .reg-log-container {
    max-width: 320px;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }

  .reg-log-footer {
    max-width: 320px;
    margin-top: 5px !important;
  }

  .reg-log-logo {
    height: 60px;
    margin-top: 40px;
  }

  .reg-log-bg {
    overflow: hidden;
  }

  .reg-log-btn {
    width: 260px;
    float: none !important;
  }

  .reg-log-btn-container {
    text-align: center;
    margin-bottom: 0px !important;
  }

  .reg-log-button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .event-icon-margin {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  /*iPhone5/SE*/
  #loginForm > .mui-textfield {
    padding: 0px 15px 0px 15px;
  }

  .reg-log-container {
    max-width: 310px;
    padding-top: 0px !important;
  }

  .reg-log-footer {
    max-width: 310px;
    margin-top: 5px !important;
  }

  .reg-log-logo {
    height: 60px;
    margin-top: 40px;
  }

  .reg-log-bg {
    overflow: hidden;
  }

  .reg-log-btn {
    width: 260px;
    float: none !important;
  }

  .reg-log-btn-container {
    text-align: center;
    margin-bottom: 0px !important;
  }

  .reg-log-button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mui-tabs__bar > li > a.map-nav {
    font-size: 12px;
  }
}
.registration-input {
  margin: 0px 15px 0px 15px;
  padding-top: 0px;
}

.table-distributor {
  margin-left: 20px;
}

.simple-value-container {
  /*Viszonteladó oldalon*/
  width: 300px;
  text-align: left;
  /*display: inline-block; */
  padding: 10px 20px;
  margin-right: 20px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.simple-value {
  font-weight: bold;
  text-align: right;
  /* display: inline-block; */
  float: right;
}

.option-l1 {
  font-weight: bold;
}

.option-l2 {
  font-weight: normal;
}

.install-container {
  position: relative;
  max-width: 1500px;
  height: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.96);
  padding-top: 100px;
}

.search-page-container {
  width: 80%;
  margin: 40px auto;
}

.search-field {
  width: calc(100% - 120px);
  display: inline-block;
}

.vehicle-row,
.device-row,
.company-row {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  margin: 15px 0 1px 0;
  padding: 10px 0;
  transition: 0.1s;
}
.vehicle-row div,
.device-row div,
.company-row div {
  display: inline-block;
}
.vehicle-row:hover,
.device-row:hover,
.company-row:hover {
  background-color: #E8F9DD;
}

.status-ok {
  font-weight: bold;
  color: #00aa00;
  margin: 0;
}

.status-error {
  font-weight: bold;
  color: #aa0000;
  margin: 0;
}

.share_invoice_span {
  padding-right: 5px;
  width: 130px;
  margin-top: 20px;
  margin-left: 15px;
}

.inv_link {
  width: calc(100% - 460px);
  margin: auto;
}

.inv_link input {
  width: calc(100% - 20px);
  margin-top: 10px;
}

.inv_buttons {
  width: 260px;
  margin: auto;
  float: right;
}

.invoice_iframe {
  padding-top: 10px;
}

.last-panel {
  padding: 10px 0px 20px 10px;
}

.layout-container {
  width: 200%;
  height: 100%;
}

.map-container {
  display: inline-block;
  width: 50%;
  min-width: 330px;
  height: calc(100% - 6px);
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  color: #000;
}

.map-container > b {
  color: #000;
}

.map {
  height: 100%;
}

.map-body {
  overflow: hidden;
}

.toolbar {
  display: inline-block;
  min-width: 470px;
  height: calc(100% - 6px);
  overflow: hidden;
  margin: 0px 0px 0px -4px;
  padding: 0px;
  border-left: 1px solid #e8e8e8;
  /*background-color: blanchedalmond;*/
}

.stat-container {
  height: calc(100% - 265px);
  overflow-y: scroll;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  /*background-color: chartreuse;*/
}

.sticky {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #e8e8e8;
  background-color: #fff;
}

.navigation {
  color: #000;
  background-color: #f8f8f8;
  transition: 0.3s;
}

.navigation:hover {
  background-color: #E8F9DD;
}

.stat-tab-pane {
  min-height: calc(100% - 90px);
  width: calc(100% - 0px);
  margin-top: 5px;
}

.phase-info {
  font-weight: bold;
  color: #000;
  letter-spacing: -0.5px;
  font-style: italic;
  font-size: 14px;
  margin-left: 10px;
}

.markerPopUpContent {
  color: #000 !important;
  width: fit-content;
  min-width: 400px;
}
.markerPopUpContent::selection {
  color: #000 !important;
}
.markerPopUpContent b {
  color: #000 !important;
}
.markerPopUpContent b::selection {
  color: #000 !important;
}
.markerPopUpContent span {
  color: #000 !important;
}
.markerPopUpContent span::selection {
  color: #000 !important;
}
.markerPopUpContent strong {
  color: #000 !important;
}
.markerPopUpContent strong::selection {
  color: #000 !important;
}
.markerPopUpContent div div {
  color: #000 !important;
}
.markerPopUpContent div div::selection {
  color: #000 !important;
}

.right-small-dropdown {
  margin: 0px;
  z-index: 15;
}

.small-dropdown {
  margin: 0;
}

.timeline {
  /* overflow: scroll; */
  height: calc(100% - 290px);
  float: left;
  width: 100%;
}

#eventline > .phase-info {
  margin-top: 6px;
}

.event-element {
  border: 1px solid #e8e8e8;
  margin: 0 3px !important;
  padding: 10px 35px 10px 10px;
  flex-wrap: nowrap !important;
  background-color: #f0f0f0;
  cursor: pointer;
}

.event-element-active {
  background-color: unset !important;
}

.event-element-active .event-description,
.event-element-active .event-on-map {
  display: block !important;
}

.event-element > div > .event-on-map {
  display: none;
  float: left;
  margin: 5px 0 0 0 !important;
}

.event-icon-margin {
  margin-right: 15px;
}

.event-img {
  height: 40px;
  margin-right: 5px;
}

.event-open-img {
  transform: rotate(90deg);
  height: 32px;
}

#event-details {
  height: 32px;
  margin: 3px 4px;
}

.details-status {
  height: 20px;
  margin: 3px 4px;
}

.event-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.event-date {
  letter-spacing: -0.6px;
  font-size: 12px;
  text-align: center;
}

.event-description {
  line-height: 1.4;
  display: none;
  letter-spacing: -0.6px;
}

.event-label {
  font-size: 12px;
}

.event-text {
  font-size: 12px;
}

.event-title-date {
  margin: 10px 0;
  font-weight: 700;
}

.vehicle-container {
  margin-bottom: 10px;
}

#stopsContent > .vehicle-container > .phase-info {
  margin-top: 48px;
}

.drive-stat-container {
  margin: 20px 50px 30px 30px;
}

.drive-stat-container p {
  color: #000;
  font-size: 14px;
  margin: 0px;
  max-width: 300px;
}

.drive-stat-container p b {
  float: right;
  font-weight: bolder;
}

.phase-line-container {
  padding-left: 30px;
}

.phase-line-container ul.phase-line {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  padding: 1px 10px 1px 100px;
  color: #000;
  font-size: 13px;
}

.phase-line-container ul.phase-line:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px dashed #aaa;
  margin-left: 60px;
}

.phase-line-container ul.phase-line li.phase {
  position: relative;
  margin: 30px 0px 30px 90px;
  max-width: 350px;
}

.phase-line-container ul.phase-line li.phase:not(:first-child) {
  margin-top: 60px;
}

.phase-line-container ul.phase-line li.phase > span {
  width: 2px;
  height: calc(100% - 15px);
  background: #808080;
  left: -30px;
  top: 0;
  position: absolute;
}

.phase-line-container ul.phase-line li.phase > span:before,
.phase-line-container ul.phase-line li.phase > span:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #aaa;
  position: absolute;
  background: #00874D;
  left: -5px;
  top: 0;
}

.phase-line-container ul.phase-line li.phase span:after {
  top: 100%;
}

.phase-line-container ul.phase-line li.phase > div {
  margin-left: 10px;
}

.phase-line-container div .begin,
.phase-line-container div .end {
  font-weight: 600;
  font-size: 12px;
  margin-right: 35px;
}

.phase-line-container div .info {
  font-weight: 300;
  margin: 15px 0px 15px 30px;
}

.phase-line-container div > div {
  margin-top: 5px;
}

.phase-line-container span.time {
  height: calc(100% - 17px);
  margin-top: 2px;
}

.phase-line-container span.time span {
  position: absolute;
  font-size: 10px;
  left: -165px;
  width: 150px;
  font-weight: bold;
}

.phase-line-container span.time span:first-child {
  top: 0;
}

.phase-line-container span.time span:last-child {
  top: 100%;
}

.phase-line-container p.phase-time {
  top: calc(50% - 10px);
  position: absolute;
  width: 120px;
  left: -170px;
  color: #808080;
  text-align: right;
  font-size: 10px;
}

.phase-line-container p.waiting-before {
  top: -35px;
  position: absolute;
  width: 120px;
  left: -170px;
  color: #808080;
  text-align: right;
  font-size: 10px;
}

.phase-line-container p.waiting-after {
  top: calc(100% + 22px);
  position: absolute;
  width: 120px;
  left: -170px;
  color: #808080;
  text-align: right;
  font-size: 10px;
}

.phase-line-container div.mui-dropdown {
  position: absolute;
  right: -15px;
  top: -15px;
}

.poi-margin {
  margin-right: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.stat-content {
  /*overflow: auto;*/
  height: calc(100% - 250px);
}

.phase-container {
  margin: 20px 15px;
  z-index: 100000;
}

.poi-search-input {
  margin: 0px 10px;
  min-width: calc(100% - 150px);
  background-color: #fff;
  color: #000;
}
.poi-search-input:focus {
  outline-color: #808080;
}

.poi-container {
  margin-top: 5px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: 1fr;
}

.zone {
  background-color: #f8f8f8;
  padding: 5px 10px;
  margin: 0 5px 0 5px;
}

.img-sm {
  width: 15px;
  height: 20px;
  margin-right: 2px;
}

.closed {
  display: none;
}

.checkbox-container {
  display: block;
  position: relative;
  /*padding-left: 35px;
  margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark2 {
  position: absolute;
  top: 3px;
  left: -7px;
  height: 32px !important;
  width: 32px !important;
  background-color: #fff;
  /*border: 1px solid #303030;*/
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.checkbox-container:hover input ~ .checkmark2 {
  background-color: #1E9944;
}

.checkbox-container input:checked ~ .checkmark2 {
  background-color: #00874D;
}

.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark2:after {
  display: block;
}

.checkbox-container .checkmark2:after {
  left: 11px;
  top: 6px;
  width: 9px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.overlay * {
  pointer-events: all;
}

.search-panel {
  width: calc(100% - 70px);
  max-width: 625px;
  margin: 12.5px 20px 12.5px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.map-switch-dropdown {
  display: inline-block;
}

.map-switch-dropdown-btn {
  width: 32px;
  max-width: 32px;
  height: 34px;
  max-height: 34px;
  padding: 5px 7px;
  margin: 0;
  vertical-align: baseline;
}

.map-switch-checkbox {
  margin: 2px 10px;
  height: 16px;
  width: 16px;
  vertical-align: bottom;
}

.map-switch-dropdown-menu {
  min-width: 250px;
  padding: 5px 10px;
}

#color_palettes {
  position: relative;
  left: 20px;
}

.search-input {
  padding: 0px 10px;
  width: calc(100% - 32px);
  border: 0;
  height: 34px;
  float: right;
  outline-color: #808080;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #000;
}

#autocompleteContainer {
  background-color: #f0f0f0;
}

.map-search-result {
  margin-left: 32px;
  padding: 0;
  background-color: #fff;
}

.search-result-item {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
}

.search-result-item:hover {
  background-color: #E8F9DD;
}

.search-poi-editor-offset {
  margin-top: 47px;
}

.save-poi-panel {
  width: calc(100% - 80px);
  height: 190px;
  margin: 10px 0px 0px 20px;
  padding: 0px 10px;
  max-width: 625px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}
.save-poi-panel .mui-btn {
  margin-left: 10px;
}
.save-poi-panel textarea {
  margin-top: 15px;
}
.save-poi-panel .mui-textfield {
  margin-bottom: 10px;
}

.version-label {
  position: fixed;
  left: 8px;
  bottom: 40px;
  font-weight: bold;
}

.map-progressbar-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 5px);
  height: 10px;
  padding: 0px;
}

.map-progressbar-container > progress {
  height: 8px;
  margin: 0px;
  position: absolute;
  width: 100% !important;
}

.map-context-menu {
  width: 250px;
  background-color: #fff;
  border-radius: 2px;
  position: fixed;
  display: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  width: fit-content;
  z-index: 1100;
}

.map-context-menu-item {
  padding: 5px 15px;
  background-color: #fff;
}

.map-context-menu-item:hover {
  background-color: #f0f0f0;
  color: #000;
}

.map-context-menu-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-color-marker {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  margin: 1px 15px 1px 0px;
  border-radius: 5px;
  vertical-align: top;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.interval-panes {
  background-color: #fff;
  padding: 15px 15px;
}

.time-option .mui-select,
.time-option .mui--text-body1 {
  display: inline-block;
}

.time-option {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: auto;
  width: 100%;
  vertical-align: sub;
}

.time-option .mui-select {
  margin: 0px 10px;
}

.online-veh-btn-container {
  position: absolute;
  right: 6px;
  top: 7px;
}

.online-veh-desc-container {
  padding: 10px 0;
}

.side-panel-select-rule {
  display: inline-block;
  width: 280px;
  vertical-align: text-top;
  height: auto;
  margin: 0 !important;
}

ul.shipp-company-selector {
  position: absolute;
  margin-top: -20px;
  min-width: 235px;
  width: 30%;
}

.form-control-rule {
  position: absolute !important;
  margin-top: -15px !important;
  margin-bottom: 0;
  width: 300px !important;
  padding-top: 12px;
}

.navbar {
  background: #fff;
  color: #000;
  padding: 1em 0.5em;
  height: 60px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.06) !important;
}

.navbar a {
  color: #000;
  text-decoration: none;
  font-size: 1.3em;
  float: left;
}

.navbar span {
  font-size: 1.1em;
  font-weight: 300;
  display: block;
  text-align: center;
}

.header {
  background-size: cover;
  position: relative;
  min-height: 159px;
}

.color-overlay {
  /* Dátum a gyorsgombok és a csúszka között */
  padding: 15px;
  box-sizing: border-box;
  background: #f0f0f0;
}

.bottom-panel {
  width: 100%;
  overflow: auto;
}

.bottom-panel-container {
  width: 100%;
  height: 250px;
  position: relative;
  bottom: 0;
  margin-top: -4px;
  background-color: #f0f0f0;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-bot-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.bottom-panel-marker {
  position: absolute;
  z-index: 10;
  background-color: #00874D;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100px;
  height: 24px;
  border-radius: 30px;
  left: calc(50% - 100px/2);
  text-align: center;
  margin-top: -32px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}
.bottom-panel-marker span {
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  margin-top: 8px;
}
.bottom-panel-marker span.marker-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.gallery-row > .gallery-column {
  padding: 0 8px;
}

.gallery-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four   equal columns that floats next to eachother */
.gallery-column {
  float: left;
  /*width: 25%;*/
}

.gallery-column img {
  height: 20%;
  margin: 20px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

.mySlides img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 70%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #888 !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dashboard-stat-head {
  margin: 30px 0px 15px 0px;
}

.dashboard-stat-item {
  display: inline-block;
  width: calc(100vw - 55px);
  min-width: 1000px;
  height: 125px;
  margin: 10px;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.dashboard-stat-item-title {
  display: inline-block;
  width: 100%;
  height: 20px;
  font-weight: 500;
}

.dashboard-stat-item-value-container {
  display: inline-block;
  height: 80px;
  width: 650px;
}

.dashboard-stat-item-actual-value-container {
  display: inline-block;
  height: 80px;
}

.dashboard-stat-item-stat-value-container {
  /* display: inline-block; */
  height: 80px;
  float: right;
}

.dashboard-stat-item-value {
  display: inline-block;
  width: 200px;
  height: 80px;
  font-size: 30px;
  text-align: end;
  padding: 10px;
}

.dashboard-stat-item-unit {
  display: inline-block;
  font-size: 24px;
  text-align: end;
}

.dashboard-stat-item-info {
  text-align: end;
  padding: 0px 40px;
}

.dashboard-stat-item-chart-container {
  /* display: inline-block; */
  max-width: calc(100vw - 730px);
  width: calc(100vw - 730px);
  max-height: 105px;
  height: 105px;
  float: right;
}

.dashboard-stat-item-button-container {
  display: inline-block;
  max-width: 100px;
  width: 100px;
  min-width: 100px;
}

.dashboard-stat-item-chart {
  float: right;
}

.dashboard-stat-item-diff {
  display: inline-block;
  font-size: 24px;
  text-align: end;
  padding-left: 10px;
  color: #808080;
}

.red {
  color: #aa0000;
}

.green {
  color: #00aa00;
}

.yellow {
  color: #aa9f00;
}

.info-block-title {
  display: inline-block;
  width: calc(100vw - 200px);
}

.info-block div {
  margin: 0px 0px 10px 10px;
}

.info-block .data-block {
  display: inline-block;
  width: 300px;
  margin: 0px 50px 10px 10px;
}

.data-block .data-name {
  display: inline-block;
  width: 150px;
  margin: 0;
}

.data-block .data-value {
  display: inline-block;
  text-align: right;
  width: 140px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.left-side-panel {
  width: 295px;
  overflow: auto;
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
}

.left-side-panel-container {
  width: 320px;
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  position: absolute;
  bottom: 0;
  z-index: 40;
  transition: all 0.5s ease-in-out;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, white 94%, #00874d 94%, #00874d 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, white 94%, #00874d 94%, #00874d 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, white 94%, #00874d 94%, #00874d 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#2196f3",GradientType=0 );
  /* IE6-9 */
}

.left-side-panel-marker {
  position: absolute;
  top: 40vh;
  font-weight: bold;
  font-family: monospace;
  left: 305px;
  z-index: 10;
  background-color: transparent;
  border: none;
  outline: none;
  color: #00874D;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 30px;
}

.dashboard-statement {
  width: 270px;
  cursor: pointer;
  padding: 10px;
  margin: 5px 0px 15px 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.dashboard-statement-title {
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

.dashboard-statement-description {
  margin: 0px 15px;
  font-size: 12px;
  text-align: justify;
}

.center-panel {
  display: inline-block;
  width: calc(100vw - 60px);
  min-height: calc(100vh - 90px);
  vertical-align: top;
  margin-left: 25px;
}

.dashboard-statistic-container {
  margin-left: 10px;
  margin-top: 10px;
}

.statistic-title {
  padding: 10px 0 20px 0;
}

.statistic-data-container {
  padding-bottom: 20px;
}

.resp-table {
  width: 100%;
  display: table;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
  white-space: nowrap;
}

.resp-table-body {
  display: table-row-group;
}

.driver-score-container {
  margin-top: 15px;
}

.driver-score-board {
  display: inline-block;
  vertical-align: top;
  width: 700px;
  height: 450px;
  padding: 15px 30px;
  margin: 25px 20px 15px 10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.driver-score {
  position: relative;
  width: 55px;
  height: 55px;
  float: right;
  padding: 0px;
  margin: -30px -45px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.driver-score.green-box {
  background-color: green;
}

.driver-score.orangered-box {
  background-color: orangered;
}

.driver-score.red-box {
  background-color: red;
}

.driver-score.yellowgreen-box {
  background-color: yellowgreen;
}

.driver-score span.value {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

.driver-score span.text {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: -5px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

.driver-score-content {
  display: inline-block;
  text-align: justify;
}

.driver-score-content p {
  display: inline-block;
}

p.driver-score-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

p.driver-score-text {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

span.cell-rank {
  font-size: 30px;
  margin: 0 15px 0 5px;
}

span.cell-rank-point {
  font-size: 20px;
  margin-right: 10px;
}

span.cell-h1 {
  font-size: 16px;
  line-height: 32px;
}

span.cell-h2 {
  font-size: 12px;
  line-height: 18px;
}

p.rank-up {
  transform: rotate(-90deg);
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  font-size: 18px;
  color: green;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

p.value-up {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  color: green;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  vertical-align: baseline;
}

p.rank-down {
  transform: rotate(90deg);
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  font-size: 18px;
  color: red;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

p.value-down {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  color: red;
  font-weight: 600;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  vertical-align: baseline;
}

p.rank-no-change {
  transform: rotate(180deg);
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  font-size: 18px;
  color: #777777;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  vertical-align: sub;
}

ul.crm-company-selector {
  position: absolute;
  margin-top: 0px;
  min-width: 235px;
  width: 30%;
}

.tab-notification-container {
  display: inline-block;
  position: relative;
  left: 0px;
  height: 12px;
}

.tab-notification-img {
  height: 22px;
  display: block;
}

.blue-row {
  background-color: #e6f5ff;
}

.alt-blue-row {
  background-color: #ccebff;
}

.yellow-row {
  background-color: #ffffcc;
}

.alt-yellow-row {
  background-color: #ffffac;
}

.green-row {
  background-color: #f4fff5;
}

.alt-green-row {
  background-color: #d1ffd2 !important;
}

.red-row {
  background-color: #ffccd0;
}

.alt-red-row {
  background-color: #f3b1b7 !important;
}

.invoice-page-container {
  width: 80%;
  margin: 40px auto;
}

.table-filter-panel {
  padding: 10px 10px 0 10px;
  width: 100%;
  min-width: 310px;
  /*max-width: 800px;*/
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

.filter-device-panel {
  display: inline-block;
}

.filter-time-panel {
  min-width: 250px;
  display: inline-block;
}

.filter-time-panel * {
  display: inline-block;
}

.filter-time-container {
  min-width: 410px;
}

.form-container {
  margin: 10px 0px;
  max-width: 800px;
}

.copyright {
  margin: 0 10px 15px 15px;
  text-align: center;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  max-width: 450px;
  padding: 20px;
}

.mobile-app-content {
  margin: 30px 0;
}

.mobile-app-title {
  color: #00874D;
  font-size: 36px;
  font-weight: 900;
}

.mobile-app-text {
  font-weight: 600;
  font-size: 18px;
}

.mobile-app-qr-img {
  height: 120px;
}

#pane-default-mobileapp {
  max-width: 1340px;
}

.devider1 {
  display: inline-block;
  width: 50px;
  border: 3px solid #e8e8e8;
  border-radius: 3px 0 0 3px;
  background-color: #f0f0f0;
}

.devider2 {
  display: inline-block;
  width: 50px;
  border: 3px solid #00874D;
  border-radius: 0 3px 3px 0;
  background-color: #00874D;
}

.mui-btn--primary {
  color: #fff;
  background-color: #00874D;
}

.mui-btn--primary:hover, .mui-btn--primary:focus, .mui-btn--primary:active {
  color: #fff;
  background-color: #1E9944;
}

.mui-tabs__bar > li.mui--is-active {
  border: none;
}

.mui-tabs__bar > li.mui--is-active > a {
  color: #fff;
  background-color: #E30613;
}

.mui-tabs__bar.mui-tabs__bar--justified > li > a {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin: 5px 0;
}

.mui-tabs__bar > li > a {
  /* menüsáv */
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
}

.mui-textfield > input:invalid:not(:focus):required.mui--is-not-empty {
  border-color: #f44336;
  border-width: 2px;
}

.mui-textfield > input {
  padding-left: 0 !important;
}

.mui-textfield > input:focus,
.mui-textfield > textarea:focus {
  border-color: #808080;
}

.mui-dropdown__menu {
  width: max-content;
  max-width: 300px;
}

.mui-dropdown__menu li {
  cursor: pointer;
  display: initial !important;
}

.mui-dropdown__menu > li > a {
  color: #000;
}
.mui-dropdown__menu > li > a:focus {
  background-color: #E8F9DD;
  color: #000;
  outline-color: #808080;
}

.mui-caret {
  color: #fff;
}

.mui-textfield > input[type=checkbox] {
  width: 15px;
}

.mui-textfield > input, .mui-textfield > textarea {
  font-size: 14px;
  color: #000;
}
.mui-textfield > input::placeholder, .mui-textfield > textarea::placeholder {
  color: #808080;
}

input[type=checkbox], input[type=radio] {
  margin: 0px 10px 0px 0px;
}

.mui-tabs__bar > li.mui--is-active.interval-li {
  background-color: #fff !important;
  border: none !important;
  padding: 0 20px !important;
}

.mui-tabs__bar > li.mui--is-active.interval-li:hover {
  background-color: #fff !important;
}

.mui-tabs__bar > li.interval-li {
  background-color: #f8f8f8 !important;
  border: none !important;
  padding: 0 20px !important;
  color: #808080 !important;
}

.mui-tabs__bar > li.interval-li:hover {
  background-color: #f0f0f0 !important;
  border: none !important;
}

.mui-tabs__bar > li.mui--is-active > a.interval-tabs {
  color: #00874D;
  background-color: #fff !important;
  border-bottom: 3px solid #00874D;
}

.mui-tabs__bar > li > a.interval-tabs {
  color: #808080;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.mui-tabs__bar > li.mui--is-active > a.interval-tabs:hover {
  color: #00874D !important;
  background-color: #fff !important;
  border-bottom: 3px solid #00874D;
}

.mui-tabs__bar > li > a.interval-tabs:hover {
  border-bottom: 3px solid #808080;
}

.mui-dropdown__menu.mui--is-open {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}
.mui-dropdown__menu.mui--is-open li a:hover {
  background-color: #E8F9DD;
  color: #000;
}

.mui-textfield.filter-input {
  width: max-content;
  min-width: 100%;
}

.mui-textfield.filter-input > textarea {
  min-width: 150px;
  width: calc(100% - 80px);
}

.mui-tabs__pane.mui--is-active {
  padding-top: 0px;
  padding-bottom: 10px;
}

.mui-dropdown__menu > li > a {
  white-space: pre-wrap;
}

.btn-success {
  background-color: #28a745;
}

span.toggle-handle {
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.row {
  /* Az ONLINE járművek miatt kell!*/
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.alert-secondary {
  color: #000;
  background-color: #f0f0f0;
  border-color: #e8e8e8;
}

.alert-success {
  color: #000;
  background-color: #d4edda;
  border-color: #e8e8e8;
}

.table tbody + tbody {
  border-color: #808080;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  color: #000;
}

textarea {
  outline-color: #e8e8e8;
  background-color: #fff;
  border-color: #e8e8e8;
}

input {
  outline-color: #e8e8e8;
}

.datepicker {
  background-color: #fff !important;
  border-color: #e8e8e8 !important;
  font-family: "Open Sans", "sans-serif" !important;
}

.datepicker--pointer {
  background: #fff !important;
  border-color: #e8e8e8 !important;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minuter:after {
  background: #fff !important;
}

.datepicker--cell.datepicker--cell-day {
  outline-color: #808080 !important;
}

.datepicker--cell.datepicker--cell-day:hover {
  background: #E8F9DD !important;
}

.datepicker--cell.datepicker--cell-month {
  outline-color: #808080 !important;
}

.datepicker--cell.datepicker--cell-month:hover {
  background: #E8F9DD !important;
}

.datepicker--cell.datepicker--cell-year {
  outline-color: #808080 !important;
}

.datepicker--cell.datepicker--cell-year:hover {
  background: #E8F9DD !important;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #E8F9DD !important;
}

.datepicker--nav, .datepicker--time {
  border-color: #e8e8e8 !important;
}

.datepickers-container {
  z-index: 1001;
}

.datepicker--cell.-current- {
  color: #000 !important;
  background-color: #f0f0f0 !important;
}

.datepicker--cell.-current-.-in-range- {
  color: #004729 !important;
}

.datepicker--cell.-in-range- {
  background: #E8F9DD !important;
  color: #fff !important;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: #E8F9DD !important;
}

.datepicker--cell.-range-from- {
  border: 1px solid #E8F9DD !important;
  background-color: #E8F9DD !important;
}

.datepicker--cell.-range-to- {
  border: 1px solid #E8F9DD !important;
  background-color: #E8F9DD !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff !important;
  background: #00874D !important;
}

.datepicker--cell.-selected-.-focus- {
  background: #ffa1a4 !important;
}

.datepicker--day-name {
  color: #00874D !important;
  font-weight: 700;
}

.datepicker--button {
  color: #1E9944 !important;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #00874D !important;
  border-color: #00874D !important;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #00874D !important;
  border-color: #00874D !important;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #00874D !important;
  border-color: #00874D !important;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #00874D !important;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #1E9944 !important;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: #E8F9DD !important;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: #E8F9DD !important;
}

.main-option-tabs {
  /*menüsávhoz*/
  margin: 10px 25px 0px 15px;
  width: calc(100vw - 90px);
  height: 57px;
  overflow-y: hidden;
}

.option-tabs {
  margin: 5px 15px;
}

.option-tab {
  margin: 15px;
}

.small-padding {
  height: 10px;
}

.big-padding {
  height: 50px;
}

.padding {
  height: 30px;
}

.datagrid-info-bar {
  min-height: 18px;
  margin: 20px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

p.datagrid-info {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  max-width: 300px;
}

p.datagrid-title {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
}

p.deadline {
  font-weight: 700;
}

.car-image {
  float: left;
}

.car-image > .event-img {
  height: 80px !important;
}

.menu-hamburger-image {
  width: 24px;
}

.warn-msg {
  background-color: #aa0000;
  color: #fff;
  padding: 10px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

input[type=file] {
  overflow: visible;
  text-transform: uppercase;
  border: none;
  padding: 10px 0px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

div.checkbox {
  padding: 10px 0px;
}

.color-picker {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.color-picker:focus {
  outline-color: #808080;
}

.page-description {
  min-height: 18px;
  margin: 20px;
  border: 0px solid #e8e8e8;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

.okay_pic img {
  margin: auto;
  filter: invert(25%) sepia(100%) saturate(6847%) hue-rotate(2deg) brightness(103%) contrast(125%);
}

.link-in-table {
  width: calc(100% - 135px);
  margin: 10px 4px;
  height: 36px;
  background-color: #fff;
  border-color: #e8e8e8;
  padding: 5px;
  outline-color: #e8e8e8;
}

.none {
  display: none !important;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
.datagrid-setting-panel {
  margin: 20px;
  font-size: 12px;
  font-weight: normal;
}

.datagrid-setting-panel select {
  font-size: 12px;
  font-weight: normal;
  margin: 0px 10px;
  background-color: #fff;
  border-color: #e8e8e8;
  outline-color: #e8e8e8;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 15px;
  width: 100%;
  font-family: sans-serif;
  margin: 0 auto;
  padding: 20px;
}

#drop-area.highlight {
  border-color: purple;
}

.my-form {
  margin-bottom: 10px;
}

#gallery {
  margin-top: 10px;
}

#gallery > img {
  width: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

#gallery > .zone {
  word-break: break-all;
}

#fileElem {
  display: none;
}

.file-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-rows: 1fr;
}

.toggle-group label {
  line-height: 18px !important;
}

.image-popup {
  width: 50%;
  max-width: max-content;
  padding: 5px 15px;
  border-bottom: 3px solid #00874D;
  position: absolute;
  bottom: 25%;
  right: 25%;
  z-index: 30;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.12);
}

input[disabled] {
  cursor: not-allowed;
}

.poi-group-item-container {
  float: left;
  width: 60%;
}

.poi-group-item-container * {
  vertical-align: bottom;
}

.poi-group-item-name {
  margin: 0px;
  padding: 0px;
}

.ui-sortable-handle {
  width: fit-content;
}

.heading {
  position: absolute;
  height: 40px;
  left: 0%;
  right: 0%;
  top: 30px;
  background-color: #00874D;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.heading-text {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 245px;
  line-height: 40px;
}

.heading-logo-container {
  position: absolute;
  width: 220px;
  height: 85px;
  left: 10px;
  top: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.body-container {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  margin: 100px 10px;
  padding: 1px 10px 10px 10px;
}

.navigation-bar {
  background: #f8f8f8;
}

ul.navigation-bar > li > a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  background: #E8F9DD;
  color: #000;
}

#partner-logo {
  margin: 10px;
}

#homm-main-menu-container {
  display: none;
  position: absolute;
  top: 70px;
  right: 0px;
  padding: 5px 0px 0 0 !important;
  width: 275px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

#homm-main-menu-elements {
  padding: 0px;
  display: block;
  list-style-type: none;
  margin: 5px 0px 0px 0px;
  color: #000;
}

.main-menu-img > img {
  width: 25px;
  margin: 5px;
}

.homm-reg-log-bg {
  background-color: #f8f8f8;
  min-height: 100%;
}

.homm-reg-log-container {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 400px;
  max-height: 500px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  color: #000;
  padding: 20px;
}

.log-title {
  color: #00874D;
  font-size: 20px;
  font-family: "Arial", "sans-serif" !important;
}

.homm-logo {
  margin: 40px 20px 20px 20px;
}

.the-300-logo {
  top: 10px;
  width: 100px;
  left: 10px;
  position: absolute;
}

.login-btn {
  width: 100%;
}

.login-permanent-switch-container {
  margin: 30px 15px 0px 15px;
}

.H_ib_body {
  overflow: scroll;
  max-height: 400px;
}

/*# sourceMappingURL=homm.css.map */
