body {
  background-color: #f2f2f2;
  /* leo: workaroud font blurry when chrome enabled hard acceleration, but brings scroll bar */
  /*transform: translateZ(0);*/
}

html {
  height: 100%;
}


.noVNC_spinner, .noVNC_spinner::before, .noVNC_spinner::after {
  border-radius: 0;
}

input[type=input], input[type=password], input[type=number],
input:not([type]), textarea {
  border-radius: 0;
  color: #414141;
}

input[type=button], input[type=submit], select {
  border-radius: 0;
}

#noVNC_fallback_error>div {
  border-radius: 0px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#noVNC_control_bar {
  background-color: rgb(74, 167, 74);
  border-radius: 0;
}

#noVNC_control_bar.noVNC_open {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#noVNC_control_bar.noVNC_open::before {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.noVNC_right #noVNC_control_bar {
  border-radius: 0;
}

#noVNC_control_bar_handle {
  border-radius: 0;
  background-color: rgb(57, 131, 57);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#noVNC_control_bar_hint {
  border-radius: 0;
}

.noVNC_button {
  border-radius: 0;
}

.noVNC_panel {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.noVNC_panel .noVNC_heading {
  background-color: rgb(74, 167, 74);
  border-radius: 0;
}

.noVNC_expander~* {
  border-radius: 0;
}

#noVNC_control_bar .noVNC_logo {
  border-bottom: 1px solid white;
}

#noVNC_connect_dlg .noVNC_logo {
  border-radius: 0;
}

#noVNC_connect_button {
  background-color: rgb(57, 131, 57);
  border-radius: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#noVNC_connect_button div {
  border: 1px solid rgb(33, 86, 33);
  background: rgb(74, 167, 74);
  border-radius: 0;
}

:root:not(.noVNC_touch) #noVNC_connect_button div:hover {
  background: rgb(48, 116, 48);
}

#noVNC_connection_details {
  background: rgb(57, 131, 57);
  border-radius: 0;
  color: white;
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#noVNC_container {
  background: none;
  border-bottom-right-radius: 0;
  /* height: calc(100% - 20px); */
  height: 100%;
}

@font-face {
  font-family: 'Arial-Narrow-BI';
  font-style: bold-italic;
  font-weight: 400;
  src: local('?'), url('ARIALNBI.TTF') format('truetype');
}

.noVNC_logo {
  display: none;
}

.hide {
  display: none;
}

.logodaen {
  display: block;
  color: white;
  font-family: 'Arial-Narrow-BI', Arial, Verdana, Tahoma, sans-serif;
  text-shadow: 0 0 1px #0003;
}

.logodaen span {
  color: rgb(0, 110, 190);
}

::selection {
  background: #c1d9ea;
}

.np-color, .np-color-sticked {
  color: #006ebe;
}

.np-color:before, .np-color:after {
  content: ' ';
}

#np_text {
  font-family: Arial-Narrow-BI, Arial, Verdana, Tahoma, sans-serif;
  text-shadow: 0 0 1px #0003;
  font-size: 24px;
  color: #414141;
  left: 20px;
  right: 20px;
  bottom: 3px;
  position: fixed;
  transition: 0.5s ease-in-out;
  transform: translateY(27px) scale(0.7, 0.7);
}

#np_text.noVNC_open {
  transform: translateY(0px) scale(1, 1);
}

#np_text a {
  text-decoration: none;
}

#np_text a:hover {
  text-decoration: underline;
}

#np_users a, #np_users a:visited {
  color: #4c4c4c;
}

.text-centered {
  text-align: center;
  margin-top: 0;
}

/* clipboard */
#noVNC_clipboard_sizebutton {
  border: 1px solid rgb(57, 131, 57);
  background-color: rgb(74, 167, 74);
  color: white;
  height: 21px;
  width: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-left: 0
}

#noVNC_clipboard_text {
  border: 1px solid rgb(57, 131, 57);
  color: rgb(57, 131, 57);
  height: 15px;
  position: fixed;
  left: 30px;
  bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  z-index: 1;
}

#rocketchat-label {
  position: absolute;
  right: 18px;
  bottom: 74px;
  color: #DF2721;
  font-size: 0.8em;
  z-index: 12346;
}

.np_clipboard_tips_button {
  border-color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 124px;
  width: 21px;
  position: fixed;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.np_clipboard_tips_button:hover {
  opacity: 0.8;
}

.np_clipboard_tips_button.noVNC_selected {
  border-color: rgba(74, 167, 74, 0.9);
  background: rgba(74, 167, 74, 0.8);
}


.np_audio_button {
  border-color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 146px;
  width: 21px;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.np_audio_button.noVNC_selected {
  border-color: rgba(74, 167, 74, 0.9);
  background: rgba(74, 167, 74, 0.8);
}


.noVNC_cursorText {
  position: absolute;
  font-size: 0.8em;
  color: #4aa74a;
  z-index: 1;
}

.np_multiusers_button {
  border-color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 168px;
  width: 21px;
  position: fixed;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.np_multiusers_button.noVNC_selected {
  border-color: rgba(74, 167, 74, 0.9);
  background: rgba(74, 167, 74, 0.8);
}

.np_record_button {
  border-color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 190px;
  width: 21px;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.np_record_button.noVNC_selected {
  border-color: rgba(182, 38, 13, 0.9);
  background: rgba(182, 39, 13, 0.8);
}

.np_stat_text {
  border-color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  text-align: center;
  left: 212px;
  width: 50px;
  border-radius: 0 !important;
  bottom: 0;
  margin: 0;
  padding: 0 !important;
  z-index: 1;
}

.np_stat_text.noVNC_selected {
  border-color: rgba(74, 167, 74, 0.9);
  background: rgba(74, 167, 74, 0.8);
}


.np_hidden {
  display: none;
}

.np_invisible {
position:fixed !important;
height:1px !important;
width:1px !important;
bottom:0 !important;
left:0 !important;
z-index:-999 !important;
display:inline !important;
}

#noVNC_firefox_clipboard_extension {
  text-align: center;
  position: absolute;
  background: #2ea558;
  width: 100%;
  color: #fff;
  box-shadow: 0px 7px 5px 0px rgb(0 0 0 / 75%);
  padding: 4px;
  box-sizing: border-box;
}

.ext-button {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 16px;
  box-sizing: border-box;
  font-size: 10pt;
  text-transform: uppercase;
  text-decoration: none;
}

.ext-button-red {
  background: #C43F44;
  color: #fff;
  border: 1px solid #ad3a3e;
}

.ext-button-default {
  background: #DBD5D5;
  color: #040404;
  border: 1px solid #aea6a6;
}

.ext-close {
  background: #ffffff45;
  border: none;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #ffffffc9;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding-bottom: 3px;
  cursor: pointer;
}

.ext-close:hover{
  background: #ffffff70;
}


.clipboard-loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#fs-dialog {
  top: 0%;
  border: 1px solid lightgrey;
  border-radius: 6px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.6rem;
  max-width: 300px;
}
#fs-dialog form {
  text-align: center;
}
.fs-ok-btn {
  border: 0.73px solid #337ab7;
  color: #337ab7;
  height: 32px;
  padding: 0 26px;
  margin-left: 12px;
  font-size: 14px;
  background-color: transparent;
}
.fs-ok-btn:hover {
  background-color: #337ab7;
  color: #fff;
}
.fs-ok-btn.disabled,
.fs-ok-btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}


#np_clipboard_tips {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 55vw;  /* 50% of the viewport width */
  height: 45vh;  /* 50% of the viewport height */
  font-size: 1vw;  /* Font size is 2% of viewport width */
  font-weight:200;
  text-align:left;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: linear-gradient(to bottom right, #398339, #4AA74A);
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#np_clipboard_tips_close_button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight:400;
    background-color: #337ab7;
    cursor: pointer;
    color: #fff;
    border-width: 1px;
    border-color: 2e6da6;
}

#np_clipboard_tips_close_button:hover {
  background-color: #4AA74A;
  color: #fff;
}

#np_clipboard_tips h3 {
  margin-top: 0;
  color: #000;
  text-align: center;
}

#np_clipboard_tips_summary {
color: #000;
}

#np_clipboard_tips_list {
  color: #000;
}

#np_clipboard_tips_list li {
  padding: 3px 0;
}

@keyframes blink {
    50% { opacity: 0; }
}
.blink {
    animation: blink 1s step-end infinite;
}


/* File uploader */
.np_file_uploader {
  border-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 272px;
  width: 200px;
  bottom: 0;
  margin: 0;
  z-index: 1;
  display: none;
}

.uploader_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-left: 1px;
  margin-right: 1px;
}

#drop_zone {
  border: 1px dashed #bbb;
  border-radius: 1px;
  width: 200px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  color: #bbb;
  font-size: x-small;
}

#drop_zone.dragover {
  background-color: rgba(74, 167, 74, 0.8);
}

#uploader_progress_bar {
  width: 200px;
  height: 20px;
  display: none;
}


#uploader_tooltip {
  position: relative;
  display: inline-block;
}

#uploader_tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%; 
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

#uploader_tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}