/*
* Software Name : abcdesktop.io
* Version: 0.2
* SPDX-FileCopyrightText: Copyright (c) 2020-2021 Orange
* SPDX-License-Identifier: GPL-2.0-only
*
* This software is distributed under the GNU General Public License v2.0 only
* see the "license.txt" file for more details.
*
* Author: abcdesktop.io team
* Software description: cloud native desktop service
*/
/*Supporting colours*/
:focus {
  outline: unset !important;
}
html {
  height: 100%;
  width: 100%;
}
body {
  background-color: #65AECD;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font: normal 100% "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #FFFFFF;
  overflow: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  margin: 0;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
}
* {
  cursor: default;
  --bs-card-color: #fff;
}
/*Disable boostrap global*/
/*
*,
::after,
::before {
  box-sizing: unset;
}
*/
#keyboard {
  padding-top: 7px;
}
a {
  outline: none;
  color: #65AECD;
  text-decoration: none;
  cursor: pointer;
}
#cookieConsent {
  display: none;
}
#cookietitle {
  color: #65AECD;
}
.btn-outline-light {
  border-color: #2D2D2D;
}
.btn-light {
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}
.btn-secondray {
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}
div.window-dialog div.modal-dialog {
  height: calc(100% - 84px);
  width: 100%;
  top: 24px;
  margin: unset !important;
  max-width: unset !important;
}
div.window-dialog-small {
  top: calc(50% - 200px);
}
div.window-dialog div.modal-dialog div.modal-content,
div.window-dialog-small div.modal-dialog div.modal-content {
  color: #FFFFFF;
  border: none !important;
  height: 100%;
}
div.window-dialog div.modal-dialog div.modal-content div.modal-body,
div.window-dialog-small div.modal-dialog div.modal-content div.modal-body {
  height: calc(100% - 45px);
}
div.window-dialog div.modal-dialog div.modal-content div.bootbox-body,
div.window-dialog-small div.modal-dialog div.modal-content div.bootbox-body {
  height: 100%;
}
div.window-dialog .modal-content .modal-header,
div.window-dialog-small .modal-content .modal-header {
  background: #2D2D2D;
  border-bottom: none !important;
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  padding: 5px;
}
div.window-dialog .modal-content .modal-header h5,
div.window-dialog-small .modal-content .modal-header h5 {
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin: 0 !important;
}
div.window-dialog .modal-content .modal-header .close,
div.window-dialog-small .modal-content .modal-header .close {
  color: #ffffff !important;
  border: none !important;
  position: absolute;
  right: 10px;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  opacity: 100;
}
div.window-dialog .modal-content .modal-body,
div.window-dialog .modal-content .modal-footer,
div.window-dialog-small .modal-content .modal-body,
div.window-dialog-small .modal-content .modal-footer {
  background: #474B55;
}
div.window-dialog .modal-content .modal-footer,
div.window-dialog-small .modal-content .modal-footer {
  justify-content: center !important;
  border-top: unset !important;
}
div.window-dialog .modal-content .modal-footer .window-button,
div.window-dialog-small .modal-content .modal-footer .window-button {
  background: #65AECD;
}
div.window-dialog .modal-content .modal-footer .button-log-off,
div.window-dialog-small .modal-content .modal-footer .button-log-off {
  background: #CD3C14;
}
#window-container {
  height: 98%;
  width: 98%;
  margin-left: 1%;
  margin-top: 1%;
}
.window {
  -webkit-box-shadow: 0px 0px 2px #666666;
  box-shadow: 0px 0px 2px #666666;
  position: absolute;
  background-color: #474B55;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 24px;
  z-index: 1;
}
.window .message {
  color: #666666;
}
.window .grab {
  height: 22px;
  width: 22px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  cursor: se-resize;
}
input::-moz-selection {
  background: #65AECD;
  color: #FFFFFF;
}
input::selection {
  background: #65AECD;
  color: #FFFFFF;
}
textarea::-moz-selection {
  background: #65AECD;
  color: #FFFFFF;
}
textarea::selection {
  background: #65AECD;
  color: #FFFFFF;
}
textarea {
  background-color: #FFFFFF;
  border: 1px solid #474B55;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 2px;
  cursor: text;
}
input {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 2px;
}
input[type="text"] {
  cursor: text;
}
div.button {
  height: 25px;
  width: 85px;
  text-align: center;
  cursor: pointer;
}
#Translation-Strings {
  display: none;
}
#webshell {
  display: none;
  width: 800px;
  height: 480px;
  background-color: black;
  left: calc(50% - 360px);
  top: calc(30% - 150px);
  min-width: 300px;
  min-height: 200px;
}
#terminal-container {
  width: 800px;
  height: 400px;
  padding: 2px;
}
#menu {
  background: #527EDB;
  width: 64px;
  position: absolute;
  left: 0px;
  top: 24px;
  border-right: 1px solid #FFFFFF;
  z-index: 10;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#menu.dashOpen {
  border-right: 1px solid #2D2D2D;
}
#menu .scroll-up {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20px;
}
#menu .scroll-down {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 20px;
}
#tooltip {
  z-index: 10;
  height: 20px;
  background: url("../../../img/menu/tooltip-background.png") repeat-x;
  border: 1px solid #65AECD;
  border-left: none;
  display: none;
  position: absolute;
  left: 82px;
  padding: 3px 10px 2px 10px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
#tooltip #tooltip-text {
  font-size: 14px;
  white-space: nowrap;
}
.arrow-right,
.shadow-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFFFFF;
  margin-left: -20px;
  float: left;
}
.shadow-arrow {
  border-right: 12px solid #65AECD;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: -22px;
  margin-top: -2px;
}
#menu ul {
  margin-top: 6px;
  padding-left: 5px;
  position: absolute;
  top: 0px;
  height: 100%;
}
#menu ul li {
  list-style: none;
  height: 54px;
  width: 54px;
  color: transparent;
  padding-top: 6px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  -moz-transition: -moz-box-shadow 0.3s linear;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
#menu ul li.glow {
  box-shadow: 0px 0px 7px #65AECD;
  -webkit-box-shadow: 0px 0px 7px #65AECD;
  background-color: #2D2D2D;
}
#menu ul li img.open-arrow {
  margin-left: -7px;
  margin-top: 17px;
  display: none;
}
#menu ul li img.selected-window-arrow {
  display: none;
  float: right;
  margin-right: -6px;
  margin-top: 17px;
  position: relative;
}
#menu ul li span {
  display: none;
}
#systemOverlay .copyDash {
  position: absolute;
  top: 30px;
  left: 5px;
  background-image: url(../../../img/app/main_menu_54x54_fe.png);
  background-repeat: no-repeat;
  height: 52px;
  width: 52px;
}
#menu .dash {
  background-image: url(../../../img/app/main_menu_54x54_fe.png);
}
#menu .settings {
  background-image: url(../../../img/app/settings_54x54_fe.png);
}
#menu .bottom {
  bottom: 6px;
}
#menu .temp {
  display: none;
}
#top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 24px;
  color: #FFFFFF;
  z-index: 11;
}
#top.dashOpen {
  background-image: none;
  background-color: transparent;
  z-index: 13;
}
#top.dashOpen #top-right #time {
  color: #FFFFFF;
}
#top.dashOpen #top-left #title {
  color: transparent;
}
#top #top-button-bg #top-button {
  background: url("../../../img/topleft-button.png") no-repeat center center;
  width: 70px;
  height: 100%;
}
#top #top-button-bg {
  width: 70px;
  height: 100%;
  border-right: 1px double #2D2D2D;
  float: left;
}
#top .open {
  background: url("../../../img/top-bg-selected.jpg") repeat-x center center;
}
#top #top-left {
  float: left;
}
#top #top-center {
  overflow: hidden;
  font-size: 15px;
  position: inherit;
  text-align: center;
  width: 100%;
  pointer-events: none;
  color: #FFFFFF;
  display: block;
}
#top #top-right {
  float: right;
  font-size: 15px;
  padding-right: 5px;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.65);
  }
  100% {
    transform: scale(0.45);
  }
}
/* Heart beat animation */
@keyframes beat {
  to {
    transform: scale(0.4);
  }
}
.heartbeat {
  animation: beat 1s infinite alternate;
  transform-origin: center;
}
.heartbeat1 {
  animation: heartbeat 1s infinite;
}
.heartbeat2 {
  animation: heartbeat 2s infinite;
}
.heartbeat3 {
  animation: heartbeat 3s infinite;
}
.heartbeat {
  animation: heartbeat 4s infinite;
}
.heartbeat5 {
  animation: heartbeat 5s infinite;
}
#top #top-right div {
  float: left;
  padding: 0px 4px;
  overflow: hidden;
  padding-top: 4px;
}
#top #top-center div {
  float: left;
  padding: 0px 4px;
  overflow: hidden;
  padding-top: 4px;
}
#top #top-right #upload .drop-down {
  margin-left: -115px !important;
}
#top #top-right div .drop-down,
#top #top-left div .drop-down {
  list-style-type: none;
  top: 35px;
  background: #2D2D2D;
  padding: 0px 5px;
  margin-top: 0px;
  position: fixed;
  display: none;
  z-index: 10;
  border-radius: 8px;
  margin-left: -305px;
  padding: 8px 0px 8px 0px;
  font-weight: 300;
}
.fullscreenTransOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../../../img/black-bg-00.png);
  z-index: 8;
}
.fullscreenErrorTransOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../../../img/black-bg-00.png);
  z-index: 2;
}
#top #top-right #connection.disconnected {
  width: 18px;
  height: 18px;
  background: url(../../../img/top/mobile_data_toggle.png) no-repeat center;
  background-size: contain;
  margin-top: 1px;
  display: none;
}
#top #top-right #connection.connected {
  width: 18px;
  height: 18px;
  background: url(../../../img/top/mobile_data_toggle_inverted.png) no-repeat center;
  background-size: contain;
  margin-top: 1px;
  display: none;
}
#top #top-right #connection.connecterror {
  width: 18px;
  height: 18px;
  background: url(../../../img/top/mobile_data_error.png) no-repeat center;
  background-size: contain;
  margin-top: 1px;
  display: none;
}
#top #top-right #dropbox.disconnected {
  width: 14px;
  height: 14px;
  background: url(../../../img/top/dropbox_offline.svg) no-repeat center;
  background-size: contain;
  margin-top: 4px;
  display: none;
}
#top #top-right #dropbox.connected {
  width: 14px;
  height: 14px;
  background: url(../../../img/top/dropbox.png) no-repeat center;
  background-size: contain;
  margin-top: 4px;
  display: none;
}
#top #top-right #share {
  width: 25px;
  height: 18px;
  display: none;
  position: initial;
  margin-right: 5px;
}
#top #top-right #share #nb {
  float: right;
  line-height: 10px;
  margin-left: 15px;
  color: #FFFFFF;
  padding-top: 0;
  font-size: 12px;
  font-weight: bold;
  display: none;
  position: absolute;
  top: 5px;
}
#top #top-right #zoom input[type="text"] {
  width: 28px;
  background: #474B55;
  color: #FFFFFF;
  border: none;
}
#top #top-right #zoom input[type="range"] {
  margin-bottom: 5px;
}
#top #top-right #zoom li {
  display: flex;
  gap: 10px;
  color: #FFFFFF;
}
#top #top-right #zoom li img {
  margin: 0;
}
#top #top-right #copypaste textarea {
  min-height: 80px;
  max-height: 500px;
  width: 230px;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  margin-left: 10px;
  float: left;
  background: #474B55;
  color: #FFFFFF;
}
#top #top-right #copypaste button {
  float: right;
  height: 35px;
  width: 40px;
  right: 10px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #474B55;
  padding: 0;
  cursor: pointer;
}
#top #top-right #copypaste button img {
  height: 20px;
  width: 20px;
  margin-top: 5px;
  margin-left: 5px;
  pointer-events: none;
}
#top #top-right #copypaste #send {
  top: 23px;
  background: #65AECD;
}
#top img,
#top svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
#top img#printer {
  width: 22px !important;
  height: 22px !important;
}
#top #top-right div .drop-down li.disabled,
#top #top-left div .drop-down li.disabled {
  color: #474B55;
}
#top #top-right div .drop-down li .key-combo,
#top #top-left div .drop-down li .key-combo {
  float: right;
  color: #474B55;
  background-color: transparent;
}
#top #top-right div ul#mainmenu.drop-down li:hover {
  background: #474B55;
}
#top #top-left div .drop-down li:hover {
  background: #474B55;
}
#top #top-right div ul li.divider:hover,
#top #top-left div ul li.divider:hover {
  background: #474B55;
}
#top #top-right #name .drop-down {
  width: 225px;
  right: 1px;
  background: #2D2D2D;
}
#top #top-right #name .drop-down:after,
#top #top-right #name .drop-down:before {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #name .drop-down:after {
  border-bottom-color: #2D2D2D;
  border-width: 10px;
  margin-left: -10px;
}
#top #top-right #name .drop-down:before {
  border-bottom-color: #2D2D2D;
  border-width: 11px;
  margin-left: -11px;
}
#top #top-right #name span {
  color: #FFFFFF;
  font-weight: 600;
}
#top #top-left #user .drop-down {
  width: 192px;
  margin-left: -129px;
}
#top #top-left #time .drop-down {
  width: 300px;
  margin-left: -233px;
}
#top #top-left #userMenu img {
  float: left;
  padding-top: 3px;
}
#top #top-left #userMenu span {
  float: left;
  margin-left: 5px;
  height: 24px;
  line-height: 24px;
}
#top #top-left #userMenu .drop-down {
  margin-left: 0px;
}
#top #top-left #userMenu .drop-down:after,
#top #top-left #userMenu .drop-down:before {
  bottom: 100%;
  left: 59%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-left #userMenu .drop-down:after {
  border-color: #666666;
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  margin-left: -60px;
}
#top #top-left #userMenu .drop-down:before {
  border-color: transparent;
  border-bottom-color: #474B55;
  border-width: 11px;
  margin-left: -61px;
}
#top #top-left #userMenu .drop-down div.state {
  margin-right: 5px;
}
#top #top-left #userMenu {
  height: 18px;
  padding: 0;
  display: block;
  padding: 0px 0px;
  color: #FFFFFF;
  float: left;
}
#top-issue-container {
  display: none;
}
#issue-summary,
#issue-description {
  background-color: #2D2D2D;
  color: #ffffff;
}
#issue-summary::placeholder,
#issue-description::placeholder {
  color: #ffffff;
}
#top #top-right #applicationstatus {
  display: none;
  padding-block: unset;
}
#top #top-right #top-issue {
  cursor: pointer;
  pointer-events: unset !important;
}
#top #top-right #placement {
  cursor: pointer;
  pointer-events: unset !important;
}
#top #top-right #speakers {
  display: none;
}
#top #top-right #microphone {
  display: none;
}
#top #top-right #speakers .drop-down {
  width: 140px;
  margin-left: -62px;
}
#top #top-right #speakers .drop-down:after,
#top #top-right #speakers .drop-down:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #speakers .drop-down:after {
  border-bottom-color: #2D2D2D;
  border-width: 9px;
  margin-left: -9px;
}
#top #top-right #speakers .drop-down:before {
  border-bottom-color: #474B55;
  border-width: 8px;
  margin-left: -8px;
}
#top #top-right #speakers .drop-down input[type="range"][orient="vertical"] {
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-rl;
  height: 100px;
  border: none;
  width: 30px;
  margin: 0;
  padding: 0;
  outline: none;
}
#top #top-right #speakers .drop-down #volume_level:disabled {
  opacity: 0.5;
}
#top #top-right #support {
  display: none;
}
#top #top-right #share .drop-down {
  width: 350px;
  margin-left: -200px;
}
#top #top-right #share .drop-down #otherClients {
  width: 90%;
  margin-top: 20px;
  margin-left: 5%;
  border-top: 1px solid;
}
#top #top-right #share .drop-down .user {
  width: 100%;
  height: 20px;
  color: #666666;
  padding-left: 20px;
  line-height: 20px;
}
#top #top-right #share .drop-down .user img {
  right: 25px;
  height: 20px;
  cursor: pointer;
}
#top #top-right #share .drop-down:after,
#top #top-right #share .drop-down:before {
  bottom: 100%;
  left: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #share .drop-down:after {
  border-bottom-color: #FFFFFF;
  border-width: 9px;
  margin-left: -9px;
}
#top #top-right #share .drop-down:before {
  border-bottom-color: #474B55;
  border-width: 8px;
  margin-left: -8px;
}
#top #top-right #zoom .drop-down {
  width: 200px;
  margin-left: -160px;
}
#top #top-right #zoom .drop-down:after,
#top #top-right #zoom .drop-down:before {
  bottom: 100%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #zoom .drop-down:after {
  border-bottom-color: #2D2D2D;
  border-width: 9px;
  margin-left: -9px;
}
#top #top-right #zoom .drop-down:before {
  border-bottom-color: #2D2D2D;
  border-width: 8px;
  margin-left: -8px;
}
#top #top-right #copypaste .drop-down {
  width: 300px;
  margin-left: -245px;
}
#top #top-right #copypaste .drop-down:after,
#top #top-right #copypaste .drop-down:before {
  bottom: 100%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #copypaste .drop-down:after {
  border-bottom-color: #2D2D2D;
  border-width: 9px;
  margin-left: -9px;
}
#top #top-right #copypaste .drop-down:before {
  border-bottom-color: #2D2D2D;
  border-width: 8px;
  margin-left: -8px;
}
#top #top-right #copypaste ul li {
  display: contents;
  padding: 0;
}
#top #top-right #connection .drop-down {
  width: 219px;
  margin-left: -75px;
}
#top #top-right #dropbox .drop-down {
  width: 208px;
  margin-left: -60px;
}
#top #top-right #dropbox .drop-down:after,
#top #top-right #dropbox .drop-down:before {
  bottom: 100%;
  left: 32%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #dropbox .drop-down:after {
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}
#top #top-right #dropbox .drop-down:before {
  border-bottom-color: #474B55;
  border-width: 11px;
  margin-left: -11px;
}
#top #top-right #time p {
  margin: 0px;
}
#top #top-right #time .system-calendar {
  background: url(../../../img/top/calendar.jpg) no-repeat;
  width: 291px;
  height: 292px;
  margin-left: 0;
  margin-top: 0;
}
#top #top-right div img.disabled {
  opacity: 0.4;
  filter: opacity(40);
}
#top #top-right div ul {
  list-style-position: inside;
}
#top #top-right div ul li,
#top #top-center div ul li,
#top #top-left div ul li {
  height: 30px;
  padding: 4px 40px 3px 6px;
  color: #666666;
}
#top #top-right div ul li img,
#top #top-center div ul li img,
#top #top-left div ul li img {
  margin-left: -10px;
  margin-right: 5px;
  vertical-align: middle;
}
#top #top-right div ul li.ticked {
  list-style-image: url("../../../img/top/tic7pxk.png");
  padding-left: 0px;
}
#contextmenu li.divider,
#top #top-right div ul li.divider,
#top #top-left div ul li.divider {
  height: 0px;
  border-bottom: 1px solid #474B55;
  padding: 0px;
  width: 100%;
  margin: 0 auto;
}
#top #top-right #time,
#top #top-right #user {
  padding-top: 4px;
}
#top #top-right #user img {
  vertical-align: bottom;
}
#top #top-right #speakers div {
  float: left;
}
#top #top-right #speakers .small-icon {
  background: url(../../../img/top/0slider.jpg) no-repeat;
  height: 15px;
  width: 7px;
  margin-top: 12px;
}
#top #top-right #speakers .system-volume {
  height: 37px;
  padding: 3px;
}
#top #top-right #speakers .system-volume:hover,
#top #top-right #speakers .banshee:hover {
  background: none;
}
#top #top-right #speakers .banshee {
  height: 43px;
  padding-left: 50px;
}
#top #top-right #speakers .banshee div:hover {
  background-color: #2D2D2D;
}
input#volume_level {
  padding: 2px 0px 2px 0px;
}
#top #top-right #speakers .slider {
  width: 185px;
  height: 17px;
  float: left;
  overflow: visible;
  cursor: default;
  margin-top: 5px;
  padding-top: 10px;
}
#top #top-right #speakers .slider-active {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #CD3C14;
  height: 5px;
  width: 60px;
  margin-left: 26px;
  margin-top: -15px;
  position: relative;
  z-index: 1;
  padding: 0px;
}
#top #top-right #speakers .ui-slider-handle {
  z-index: 2;
}
#top #top-right #speakers .large-icon {
  background: url(../../../img/top/100slider.jpg) no-repeat;
  height: 15px;
  width: 7px;
  float: right;
  margin-top: 12px;
}
#top #top-right #printer .drop-down div {
  padding: 0px;
}
#top #top-right #printer .drop-down .left-container {
  display: flex;
  flex-direction: row;
}
#top #top-right #printer .drop-down .fileName {
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
}
#top #top-right #printer .drop-down .left-container img {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
#top #top-right #printer .drop-down .deletePrint {
  position: absolute;
  right: 10px;
}
#top #top-right #printer .drop-down .deletePrint img {
  margin: 0;
}
#top #top-right #printer .drop-down:after,
#top #top-right #printer .drop-down:before {
  bottom: 100%;
  right: 1.5%;
  border-bottom-color: #2D2D2D;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #printer .drop-down:after {
  border-bottom-color: #2D2D2D;
  border-width: 10px;
}
#top #top-right #upload {
  width: 18px;
  height: 18px;
  display: none;
  padding: 0;
  margin-top: 5px;
}
#top #top-right #upload .drop-down {
  display: block;
  max-height: 130px;
}
#top #top-right #upload .drop-down:after,
#top #top-right #upload .drop-down:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#top #top-right #upload .drop-down:after {
  border-bottom-color: #2D2D2D;
  border-width: 9px;
  margin-left: -9px;
}
#top #top-right #upload .drop-down:before {
  border-bottom-color: #474B55;
  border-width: 8px;
  margin-left: -8px;
}
#top-left #title {
  font-weight: normal;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 2px;
}
@media screen and (max-width: 700px) {
  #top-left #title {
    display: none;
  }
}
.fullsize {
  top: 0px !important;
  left: 70px !important;
}
.fullsize .control .max {
  background: url(../../../img/folder/resume.jpg) no-repeat;
}
.fullsize .buttons {
  margin-top: 0px;
}
.ui-slider {
  position: relative;
  background: url("../../../img/speaker-bg-slider.png") 0 10px no-repeat transparent;
  height: 10px;
  width: 195px;
}
.ui-slider:hover {
  cursor: pointer;
}
.ui-slider a {
  margin: -6px 0 0 -5px;
  position: absolute;
  background: url("../../../img/button-slider.png") 0 0 no-repeat transparent;
  width: 12px;
  height: 20px;
  display: block;
}
.selected-window {
  -webkit-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  z-index: 4;
}
.selected-window .control .window-title {
  color: #FFFFFF;
}
.folder {
  width: 730px;
  height: 500px;
  top: 200px;
  left: 600px;
  display: none;
}
.control {
  height: 35px;
  background: #2D2D2D;
}
.control .folder-title {
  font-weight: bold;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 10px;
}
.control .close {
  background: url(../../../img/folder/cancel.svg) no-repeat center;
  right: 5px;
}
.control .close:hover {
  cursor: pointer;
}
.control .reduce {
  background: url(../../../img/folder/reduce.svg) no-repeat center;
  right: 40px;
}
.control .reduce:hover {
  cursor: pointer;
}
.control .close,
.control .reduce {
  background-size: 15px;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 4px;
}
.window-title {
  color: #474B55;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  width: 100%;
  line-height: 35px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  pointer-events: none;
}
#top #top-right #shell {
  display: none;
}
#top #top-right div.state,
#top #top-center div.state,
#top #top-left div.state {
  float: left;
  height: 12px;
  margin: 0;
  padding: 0;
  width: 12px;
  border-radius: 10px;
  margin-top: 2px;
}
#top #top-left div#presence {
  margin-top: 5px;
}
#top #top-left div#available {
  background-color: #32C832;
}
#top #top-left div#busy {
  background-color: #65AECD;
}
#top #top-left div#dnd {
  background-color: #65AECD;
}
#top #top-left div#brb {
  background-color: #FFCC00;
}
#top #top-left div#away {
  background-color: #FFCC00;
}
#top #top-left div#restart {
  background: url(../../../img/reconnection.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
  margin: 0;
}
#top #top-right div#process {
  background: url(../../../img/top/settings.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
  margin-top: 1px;
}
#top #top-right div#store {
  background: url(../../../img/top/shop.svg);
  background-size: contain;
  border-radius: 0px;
  height: 14px;
  width: 14px;
  margin: 0;
}
#top #top-right div#clogs {
  background: url(../../../img/top/terminal.svg);
  background-size: contain;
  border-radius: 0px;
  height: 14px;
  width: 14px;
  margin: 0;
}
#top #top-right div#help {
  background: url(../../../img/top/help.svg);
  background-size: contain;
  border-radius: 0px;
  height: 14px;
  width: 14px;
  margin: 0;
}
#top #top-right div#settings {
  background: url(../../../img/top/settings.svg) no-repeat center;
  background-size: contain;
  height: 18px;
  width: 18px;
  margin: 0;
}
#top #top-right div#appstore {
  background: url(../../../img/top/apps.svg) no-repeat center;
  background-size: contain;
  border-radius: 0px;
  height: 18px;
  width: 18px;
}
#top #top-right div#download {
  background: url(../../../img/top/download.svg) no-repeat center;
  background-size: contain;
  border-radius: 0px;
  height: 18px;
  width: 18px;
  margin: 0;
}
#top #top-right div#grabmouse {
  background: url(../../../img/top/pointer.svg) no-repeat center;
  background-size: contain;
  border-radius: 0px;
  height: 18px;
  width: 18px;
  margin: 0;
}
#top #top-right div#screenshot {
  background: url(../../../img/top/screenshot.svg) no-repeat center;
  background-size: contain;
  border-radius: 0px;
  height: 18px;
  width: 18px;
  margin: 0;
}
#top #top-right div#tips {
  background: url(../../../img/top/newspaper.svg) no-repeat center;
  background-size: contain;
  border-radius: 0px;
  height: 18px;
  width: 18px;
  margin: 0;
}
#top #top-right div#logout {
  background: url(../../../img/top/logout.svg) no-repeat center;
  background-size: contain;
  border-radius: 0px;
  height: 18px;
  width: 18px;
  margin: 0;
}
#top #top-right div#snapshot {
  background: url(../../../img/top/snapshot.svg) no-repeat center;
  background-size: contain;
  border-radius: 0px;
  height: 18px;
  width: 18px;
  margin: 0;
}
#record {
  background-size: contain;
  border-radius: 0px !important;
  height: 18px !important;
  width: 18px !important;
  float: left;
  margin: 0;
}
#top #top-right div#speedtest {
  background: url(../../../img/top/speedtest.svg);
  background-size: contain;
  border-radius: 0px;
  height: 14px;
  width: 14px;
  margin: 0;
}
#top #top-right div#whoami {
  background: url(../../../img/top/whoami.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
  border-radius: 0;
  margin: 0;
}
#top #top-right div#whereami {
  background: url(../../../img/top/whereami.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
  border-radius: 0;
  margin: 0;
}
.placestate {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 12px;
  margin-left: 6px;
  margin-top: 4px;
  color: #FFFFFF;
}
#noVNC_keyboardinput {
  width: 1px;
  height: 1px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border: 0;
  position: absolute;
  left: -40px;
  z-index: -1;
  ime-mode: disabled;
}
#blurbar {
  height: 24px;
  background-color: #2D2D2D;
  position: absolute;
  width: 100%;
  -webkit-filter: blur(20px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  display: none;
  pointer-events: none;
}
.notification img {
  width: 50px;
  height: 50px;
}
.removeapp {
  width: 100%;
  height: 100vh;
  z-index: 98;
  left: 0;
  top: 0;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  text-align: center;
}
.removeapp img {
  height: 100px;
  top: 50%;
  width: 100px;
  position: relative;
  margin-top: -50px;
}
#noVNC_screen {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #2D2D2D;
  border-bottom-right-radius: 800px 600px;
}
#noVNC_container {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  top: 24px;
  /* the height of the control bar */
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
}
#noVNC_canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  /* the height of the control bar */
  margin-left: auto;
  margin-right: auto;
  outline: none;
}
#printWindow {
  position: absolute;
  right: 70px;
  background: #2D2D2D;
  width: 200px;
  top: 24px;
  display: none;
}
#appSelector {
  height: 100%;
  width: 100%;
  z-index: 12;
  position: absolute;
  display: none;
  background: #527EDB;
}
#appSelector #appContainer {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
}
#appSelector #appContainer div {
  float: left;
  height: 80px;
  width: 200px;
  line-height: 80px;
  margin: 10px;
  cursor: pointer;
  background-color: #666666;
}
#appSelector img {
  height: 40px;
  width: 40px;
  margin-top: 20px;
  margin-left: 15px;
  float: left;
  pointer-events: none;
}
#appSelector span {
  padding-left: 10px;
  pointer-events: none;
}
img#screenImg {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
div.wrapper-app-icon {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
li[locked=true] img.app-lock-icon {
  display: unset;
}
img.app-lock-icon {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  bottom: 40px;
  left: 12px;
  display: none;
}
.authent-window input,
.authent-window input {
  background-color: #2D2D2D;
  color: #ffffff;
}
.authent-window input::placeholder {
  color: #ffffff;
}
.hidden-span-for-global-value {
  display: none;
}
.btn-label {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  width: auto;
  user-select: text;
}
.tag-labels {
  margin-left: 1rem;
}
.btn-left {
  margin-left: 1rem;
}
.btn-right {
  margin-right: 1rem;
}
.btn-left-large {
  margin-left: 1.5rem;
}
.btn-right-large {
  margin-right: 1.5rem;
}
.btn-left-small {
  margin-left: 0.5rem;
}
.btn-right-small {
  margin-right: 0.5rem;
}
.btn-left-very-small {
  margin-left: 0.25rem;
}
.btn-right-very-small {
  margin-right: 0.25rem;
}
.text-info {
  margin-left: 1rem;
  color: #65AECD !important;
}
.abccreatedesktopstatus {
  color: #65AECD;
}
.welcomeinfomessage {
  color: #65AECD;
}
.modal-backdrop {
  width: 100%;
  height: 100%;
}
