/* Login */

.stl_login {
    display: flex;
    height: 100vh;
    width: 100%;
    /* background: var(--background-grey-new); */
    align-items: center;
    justify-content: center;
}

h2 {
    margin: 1rem;
}

.laurel_logo {
    height: 2rem;
    margin-right: 1rem;
}

.picture_box {
    display: flex;
    flex-direction: column;
}

.stl_login>div {
    display: flex;
    width: 55rem;
    align-content: stretch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.stl_login h1 {
    text-align: center;
    width: 100%;
    background-color: var(--title-blue);
    margin: 0;
    color: white;
    padding: 1rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stl_login_data h1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.raadius_left {
    border-radius: 10px 0px 0px 0px;
}

.radius_right {
    border-radius: 0px 10px 0px 0px;
}

.stl_login_data {
    display: flex;
    background: var(--background-grey-new);
    flex-direction: column;
    align-items: center;
    border-radius: 0px 10px 10px 0px;
    padding: 0rem 1rem;
    font-weight: bold;
}

.stl_login_data>div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 60%;
    height: 100%;
    justify-content: space-evenly;
}

.stl_login_data>div>div:first-child {
    display: flex;
    justify-content: center;
}

.stl_login_data_column {
    display: flex;
    flex-direction: column;
}

.stl_login_data_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stl_login_data_row>div {
    display: flex;
    align-items: center;
}

.stl_login_data_row>div input {
    margin-right: .5rem;
}

.stl_login_data_row input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
    padding: 10px;
}

.stl_login_data_row>div label {
    font-size: smaller;
}

.stl_login_data_row a {
    color: var(--text-blue);
    font-size: smaller;
    cursor: pointer;
}

#forgotten_password input {
    border-radius: 5px;
    border: 1px solid grey;
    padding: 1rem;
    width: 50%;
}

.stl_login_data button {
    border: none;
    background: var(--button-blue);
    color: white;
    padding: 1rem;
    border-radius: 5px;
    font-size: x-large;
}

.stl_login_data_column label {
    color: var(--text-light);
}

.stl_login_data input {
    padding: 1rem;
    border-radius: 5px;
    border: 2px solid var(--border-grey-light);
}

.logo {
    height: 3rem;
    margin: 2rem;
}

.stl_user {
    height: 5rem;
    width: 6rem;
}

.stl_login_backround {
    margin: 0;
    padding: 0;
    height: 35rem;
    border-radius: 0px 0px 0px 5px;
}

/* Container */

.stl_container {
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: none;
    background-color: var(--text-blue);
}

.stl_container_usermanagement {
    /* display: flex; */
    width: 100vw;
    height: 100vh;
    overflow: none;
    background-color: var(--text-blue);
}

.stl_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background-color: var(--text-blue);
    color: white;
    height: 15vh;
}

.stl_title h1 {
    white-space: nowrap;
}

.stl_title i {
    margin-right: 20px;
}

.stl_title>div {
    display: flex;
    margin: 0px 1em;
    align-items: center;
}

.stl_title span[page] {
    border: 1px solid white;
    border-radius: 8px;
    padding: .1em .4em;
    cursor: pointer;
    margin: .1em;
    background-color: #fff6;
}

.stl_title>div>p {
    margin: .4em;
}

/* Navbar */

#navbar {
    width: 25vw;
    text-align: center;
    background-color: var(--background-blue);
    padding: 1em;
    overflow: auto;
    border-radius: 18px 0px 0px 0px;
}

.stl_navbar_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stl_nav_search {
    margin-left: 1rem;
    padding: .5rem;
    background: var(--button-search);
    border: none;
    border-radius: 5px;
}

.stl_new_data {
    background-color: var(--button-warning);
    color: white;
}

#navbar_msg {
    display: flex;
    flex-direction: column;
}

.green_text {
    color: green;
}

.red_text {
    color: red;
}

/* Main tiles */

.stl_page_table {
    display: table;
    width: 75vw;
    height: 85vh;
    background-color: white;
    border-radius: 0px 18px 0px 0px;
}

.stl_page_table>div {
    display: table-row;
}

.stl_page_table>div>div {
    display: table-cell;
    width: 33%;
}

.stl_page_table_usermanagement {
    display: table;
    width: 95vw;
    height: 85vh;
    background-color: white;
    border-radius: 0px 18px 0px 0px;
}

.stl_page_table_usermanagement>div {
    display: table-row;
}

.stl_page_table_usermanagement>div>div {
    display: table-cell;
    width: 33%;
}

.stl_tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--border-grey);
    /* min-height: 10rem; */
    margin: 1em;
    border-radius: 12px;
    height: calc(42vh - 2em);
}

.stl_tile>h3 {
    width: 100%;
    text-align: center;
    font-size: 3.5vh;
    color: white;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
}

.stl_weight_discrep_buttons {
    display: flex;
}

.stl_weight_discrep_buttons button {
    padding: .5rem 1rem;
    color: white;
    border: none;
    border-radius: 5px;
}

.stl_weight_discrep_buttons button:first-child {
    margin: 0rem 1.5em 0rem 0rem;
    background: var(--button-succes);
}

.stl_weight_discrep_buttons button:last-child {
    background: var(--button-warning);
}

.stl_tile>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    width: calc(100% - 4em);
    justify-content: center;
    margin: auto;
    height: 16vh;
    width: 16vh;
}

.stl_tile>div>p {
    font-size: 6vh;
    font-weight: bold;
}

.stl_tile:hover {
    cursor: pointer;
    background-color: var(--background-light-grey);
}

.red {
    background-color: var(--title-red);
}

.orange {
    background-color: var(--title-orange);
}

.blue {
    background-color: var(--button-blue);
}

.yellow {
    background-color: var(--title-yellow);
}

.black {
    background-color: var(--title-black);
}

.green {
    background: var(--background-green);
}

.warning_border {
    border: 1px solid var(--title-red);
}

.red_border {
    border: 3vh solid var(--title-red);
}
.orange_border {
    border: 3vh solid var(--title-orange);
}

.yellow_border {
    border: 3vh solid var(--title-yellow);
}

.black_border {
    border: 3vh solid var(--title-black);
}

/* Konkrét kassza oldal */

.stl_register_left {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: flex-start;
    height: 85vh;
    width: 15vw;
}

.stl_register_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85vh;
    width: 60vw;
    overflow: auto;
}

.stl_page_reg_data {
    display: flex;
    flex-direction: row;
    /* height: 85vh; */
    width: 75vw;
    background-color: white;
    border-radius: 0px 18px 0px 0px;
}

.stl_page_door {
    display: flex;
    flex-direction: column;
    height: 85vh;
    width: 75vw;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 0px 18px 0px 0px;
}

.stl_dev_panel {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.stl_dev_video {
    height: 500px;
}

.stl_slip {
    display: table;
    margin: 1em;
    width: calc(100% - 2em);
}

.stl_slip>div {
    display: table-row;
    border-radius: 12px;
}

.stl_slip>div>div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: .5em;
    border-bottom: 1px solid var(--table-head);
}

.stl_slip>div:first-child {
    background: var(--table-head);
    border-radius: 12px !important;
}

.stl_pw_button {
    float: right;
    padding: .5rem 1rem;
    margin-top: .2rem;
    border-radius: 10px;
    color: white;
    border: none;
    background: var(--title-red);
}

.op_ico {
    width: 1.6em !important;
    height: 1.6em !important;
}

.stl_register_info {
    background: white;
    border: 1px solid var(--border-grey);
    border-radius: 12px;
    margin: .5em;
    padding: .5em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    overflow-y: auto;
}

.stl_video {
    margin: .5rem;
}

.stl_video>img,
.stl_video>video {
    /* height: 200px; */
    width: calc(15vw - 1em);
    margin: .5em;
    border-radius: 12px;
    border: none;
}

/* Jobb oldali esemény lista  */


/* Értesítés kártya */
#navbar_msg>div {
    transition: all .2s ease-in-out;
    border-bottom: 1px solid grey;
    padding: .5rem 0rem;
}

#navbar_msg>div:hover {
    cursor: pointer;
    transform: scale(1.1);
    background-color: var(--background-dark-blue);
}

/* Szöveg a kártyán */
#navbar_msg>div>div:first-child {
    /* font-size: large; */
    font-weight: bold;
}

#navbar_msg>div>div {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    /* height: 2rem; */
    margin: 0rem 1em;
}

#navbar_msg p {
    margin: 0rem;
    padding: 0rem;
}

/* Kártyák az eszközökhöz */

.stl_page_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75vw;
    height: 85vh;
    background-color: white;
    border-radius: 0px 18px 0px 0px;
}

.stl_text_left {
    text-align: left;
    width: 95%;
}
.stl_user_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95vw;
    height: 85vh;
    background-color: white;
    border-radius: 0px 18px 0px 0px;
}

.stl_new {
    display: flex;
    width: 95%;
    margin-top: 1rem;
    flex-direction: column;
}

/* Akkumlátor kijelzés */
.battery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .batteryOuter {
    border-radius: 3px;
    border: 1px solid #444;
    padding: 1px;
    width: 25px;
    height: 9px;
  }

  .batteryBump {
    border-radius: 2px;
    background-color: #444;
    margin: 2px;
    width: 1px;
    height: 3px;
  }

  .batteryLevel {
    border-radius: 2px;
    background-color: #73AD21;
    height: 9px;
  }

  .level100 {
    width: 25px;
  }

  .level90 {
    width: 22px;
  }

  .level80 {
    width: 20px;
  }

  .level70 {
    width: 18px;
  }

  .level60 {
    width: 16px;
  }

  .level50 {
    width: 12px;
  }

  .level40 {
    width: 10px;
  }

  .level30 {
    width: 8px;
  }

  .level20 {
    width: 6px;
  }

  .level10 {
    width: 4px;
  }

  .level0 {
    width: 0px;
  }

/* .stl_new>div:first-child {
    background-color: var(--table-head);
    text-align: center;
    padding: .5rem;
} */

.stl_new>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    align-content: space-around;
    flex-wrap: wrap;
}

.stl_new>div:last-child>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
    margin: .5rem;
}

.stl_new>div:last-child>div>label {
    text-align: center;
}

.stl_new>div:last-child>div>input,
.stl_new>div:last-child>div>div,
.stl_new>div:last-child>div>select {
    border-radius: 10px;
    padding: .5rem;
    border: 1px solid var(--background-grey);
    text-align: center;
}

.border_red {
    border: 1px solid red;
}

[userdata="shopid"] {
    display: flex !important;
    flex-direction: column;
    text-align: center;
}

.inactive {
    background-color: var(--background-grey);
}

.inactive_button {
    background-color: var(--background-grey);
    pointer-events: none;
}

#users_list span {
    padding: .2rem;
    border: 1px solid var(--background-grey);
    border-radius: 10px;
}

.stl_card_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.stl_card_list>div {
    width: 14rem;
    /* width: 20vw; */
    border: 1px solid var(--border-grey);
    border-radius: 12px;
    margin: 1em;
    /* padding: 1em; */
    background-color: var(--background-grey);
}

.stl_page_cards_usermanagement {
    width: 95vw;
}

/* Kártyák */

.stl_card img {
    height: 8rem;
    padding: .5em;
}

.stl_card,
.stl_card>div {
    display: flex;
    flex-direction: column;
}

.stl_card>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    height: 2rem;
    padding: 0em .5em;
}

.stl_card>div:first-child {
    align-items: center;
    background-color: white;
    border-radius: 12px;
    margin: 2px;
}

.stl_card>div>div>p {
    margin-left: 1rem;
}

.stl_card>div>div>h3 {
    font-size: medium;
}

.stl_card button {
    background-color: var(--button-blue);
    color: white;
    padding: .5rem;
    border: none;
    border-radius: 5px;
}

/* Gombok */

.stl_button_box {
    display: flex;
    justify-content: space-between !important;
}

.stl_button_box>button {
    border: none;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 6vh;
    font-size: large;
    margin: 1em;
    border-radius: 12px;
    padding: 0px 1em;
    color: white;
    background-color: var(--button-blue);
}

/* Kör */

.msg_circle {
    display: flex;
    align-items: center;
}

.circle {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin-right: .4rem;
}

/* Modál ablakok */

.stl_modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    overflow: auto;
    padding: 1rem;
}

.stl_index {
    z-index: 2500;
}

.stl_modal>div {
    border-radius: 32px;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    text-align: center;
    margin: auto;
    padding: 1em;
    min-width: 36%;
    min-height: 30%;
    max-height: 96%;
    max-width: 96%;
    align-items: center;
    font-size: x-large;
    overflow: auto;
}

.stl_modal button {
    border: none;
    color: var(--text-hell);
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 6vh;
    font-size: large;
    margin: .6rem;
    border-radius: 6px;
    padding: 0px 1rem;
    margin-top: 1rem;
    color: white;
}

.stl_emergecy>div>div {
    display: flex;
}

.stl_emergecy>div>div:first-of-type {
    flex-direction: column;
}

.stl_emergecy>div>div:first-of-type>div {
    margin: 0rem 0rem 2rem 0rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.stl_emergecy>div>div:first-of-type textarea {
    border-radius: 10px;
}

.stl_emergecy>div p {
    width: 50%;
}

.stl_emergecy select,
.stl_emergecy input {
    width: 100%;
    border-radius: 5px;
    padding: .5rem;
}

.stl_shop_operation_button {
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin: 1rem;
    font-size: large;
    font-weight: bold;
    color: white;
}

.stl_emergency_red {
    background-color: var(--button-warning);
}

.stl_emergency_green {
    background-color: var(--button-succes);
}

.stl_emergency_yellow {
    background-color: var(--button-search);
}

.blink {
    animation: blinker 2s linear infinite;
    border: 1px solid red !important;
    color: red;
    border-radius: 12px;
    padding: .2rem;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.stl_verify_buttons {
    display: flex;
}

.stl_textarea {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.stl_textarea textarea {
    width: 100%;
}

.event {
    cursor: pointer;
}

.higher {
    position: fixed;
    width: 90%;
    height: 90%;
    left: 5%;
    bottom: 5%;
}

/* Jelszó modosító felület */
.stl_new_pw_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stl_new_pw_form>div {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stl_new_pw_form input {
    border-radius: 10px;
    margin-top: .5rem;
    padding: .5rem;
    border: 1px solid grey;
}

.stl_new_pw_form button {
    border-radius: 10px;
    border: none;
    background-color: var(--background-green);
    color: white;
    padding: .5rem 1rem;
}

#inactive_shops {
    min-width: 10rem;
}

.stl_warning {
    background-color: var(--table-warning);
}

.disabled {
    background-color: var(--button-disabled) !important;
    color: var(--title-grey) !important;
    pointer-events: none;
}

/* Utolsó kell legyen a fájlban */
.hidden {
    display: none !important;
}