@keyframes blinker {
  50% {
    opacity: 0;
  }
}

[data-lastpass-icon-root], [data-lastpass-root] {
    display: none;
}

body {
  background-color: #dddddd;
  color: #444;
  display: block;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
}
span {
  margin-left: 10px;
}
label {
  margin-right: 10px;
}
body.vending {
  background-color: #eeeeee;
}
#frontlogo {
  position:relative;
}
#mdb_log {
  background-color: #fff;
  border: 1px solid #000;
  bottom: 0px;
  overflow: auto;
  top: 230px;
  width: 98%;
  margin: 1%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 10px #aaaaaa;
  margin-top: 15px;
  margin-bottom: 10px;
}
#mdb_log td {
  border-bottom: solid 1px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
#logo_container {
  width: 250px;
  height: 130px;
}
#logo_container img {
  margin-top: 0px;
  vertical-align: middle;
}
#chat {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  bottom: 40px;
  display: none;
  height: 70px;
  opacity: 0.7;
  position: absolute;
  right: 15px;
  width: 70px;
  z-index: 999;
}
#chatHeading {
  cursor: none;
  display: none;
  font-size: 14pt;
  position: absolute;
  left: 70px;
  text-align: center;
  top: 15px;
  width: 200px;
  animation: blinker 1s linear infinite;
}
#chatImage {
  cursor: pointer;
}

.hover:hover {
  color: red;
}

.fa {
  padding-right: 5px;
}
.welcome {
  background-color: #eee;
  border: 2px solid;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: inset 2px 5px 20px #555;
  font-weight: bold;
  font-size: 32pt;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  margin: 0px;
  padding: 50px;
  position: sticky;
  width: 500px;
}
button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 10px #aaaaaa;
  color: #222222;
  cursor: pointer;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 20px 10px 5px 10px;
  padding: 5px 10px 5px 10px;
}
button:hover {
  color: #0000dd;
}
button:disabled,
button[disabled] {
  color: #888888;
  cursor: no-drop;
}
div {
  position: absolute;
}
input {
  border-radius: 3px;
  width: 100%;
  -webkit-border-radius: 3px;
}
table {
  height: 100%;
  width: 100%;
}
td {
  padding-left: 25px;
  padding-right: 25px;
}
#web_status {
  font-size: 8pt;
  margin-left: 25px;
  position: absolute;
}
#web_image {
  height: 10px;
  margin-left: 5px;
}
#alert {
  background-position: 95% 5%;
  background-repeat: no-repeat;
  background-size: 15%;
  border: 1px solid #999999;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #aaaaaa;
  color: black;
  display: none;
  font-size: 12pt;
  font-weight: bold;
  height: 150px;
  left: 50%;
  margin-left: -140px;
  margin-top: -75px;
  opacity: 0.9;
  position:absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 500px;
  z-index: 98;
  -webkit-border-radius: 10px;
}
#contents {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  bottom: 40px;
  box-shadow: 5px 5px 10px #aaaaaa;
  display: block;
  left: 255px;
  overflow: auto;
  position: absolute;
  right: 15px;
  top: 60px;
  -webkit-border-radius: 5px;
  background-image: url(/pictures/background_landscape.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#cover {
  background-color: #777777;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.5;
  top: 0px;
  width: 100%;
  z-index: 50;
}
#footing {
  bottom: 0px;
  display: block;
  height: 30px;
  left: 0px;
  width: 100%;
}
#heading {
  box-shadow: 5px 5px 10px #aaaaaa;
  display: block;
  height: 50px;
  left: 0px;
  top: 0px;
  width: 100%;
}
#heading_div {
  font-size: 12pt;
  margin-left: 260px;
  margin-top: 13px;
  position: absolute;
}
#home_block {
  background-color: #ffffff;
  bottom: 5px;
  box-shadow: 5px 5px 10px #aaaaaa;
  left: 5px;
  top: 130px;
  width: 735px;
}
#home_right_block {
  background-color: #ffffff;
  height: 100%;
  left: 750px;
  right: 0px;
}
#home_header {
  background-color: #ffffff;
  box-shadow: 5px 5px 10px #aaaaaa;
  height: 120px;
  left: 0px;
  width: 750px;
}
#is_alive {
  font-size: 8pt;
  padding-top: 11px;
  position: absolute;
  right: 30px;
}
#is_alive_time {
  margin-left: 5px;
}
#left_menu {
  background-color: #ffffff;
  left: 0px;
  bottom: 30px;
  top: 10px;
  width: 250px;
}
#login {
  cursor: pointer;
  right: 20px;
  top: 15px;
}
#login_form {
  height: 280px;
  left: 50%;
  margin-left: -200px;
  margin-top: -140px;
  position: absolute;
  top: 50%;
  width: 400px;
  z-index: 97;
}
#logo {
  margin: 12px;
}
#login:hover{
  text-decoration: underline;
}
#selected_country {
  position: absolute;
  right: 280px;
  top: 15px;
}
#selected_language {
  position: absolute;
  right: 30px;
  top: 15px;
}
#selected_organization {
  position: absolute;
  right: 550px;
  top: 15px;
}
#user_name {
  padding-top: 8px;
  text-align: center;
  width: 100%;
}
#waiting {
  border-radius: 10px;
  border: 2px solid #aaa;
  display: block;
  left:50%;
  margin-left: 100px;
  margin-top:-16px;
  position:absolute;
  top:50%;
  z-index:99999;
}
#welcome {
  left: 0px;
  text-align: center;
  top: 7px;
  width: 100%;
}
.alert_head {
  color: red;
}
.alert_foot {
  color: blue;
}
.alert_line {
  height: 30px;
}
.frame {
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}
.input_form {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #333333;
  opacity: 0.9;
  padding: 5px;
  -webkit-border-radius: 10px;
}
.mandatory {
  background-color: #ffe862;
}
.search {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #333333;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  opacity: 0.9;
  width: 500px;
  -webkit-border-radius: 5px;
}
.popup {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #333333;
  margin-left: -250px;
  opacity: 0.9;
  width: 500px;
  -webkit-border-radius: 5px;
}
.popup_head {
  background-color: #333;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 18pt;
  font-weight: normal;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.table_head {
  background-color: #333;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 14pt;
  font-weight: normal;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 10px 10px 0px 0px;
}
.table_headings {
  background-color: #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  height: 40px;
  border-bottom: 1px #000 solid;
}
.table_line {
  cursor: default;
  height: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.table_row {
  cursor: default;
}
.white {
  background-color: #fff;
}
.gray {
  background-color: #dddddd;
}
.table_list {
  border-collapse: collapse;
  height: 0%;
  left: 0px;
  margin-top: 0px;
  padding: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.under_development {
  font-size: 32px;
  height: 50px;
  text-align: center;
  top: 50%;
  width: 100%;
}
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:after, .onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:after {
  content: "ON";
  padding-right: 20px;
  text-align: right;
  background-color: #34A7C1;
  color: #FFFFFF;
}

.onoffswitch-inner:before {
  content: "OFF";
  padding-left: 20px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: left;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.amount {
  text-align: right;
  padding-right: 25px;
}
.number {
  text-align: right;
  padding-right: 25px;
}
.question {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  background-image: url(/img/icons/icons8-question-mark-64.png);
  background-size: 32px;
  cursor: help;
}
