/*
* 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*/
#tipsinfo-window p,
#tipsinfo-window span,
#tipsinfo-window td {
  user-select: text !important;
  -moz-user-select: text !important;
}
.max-size {
  width: 100%;
  height: 100%;
}
#tipsinfo-window {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
}
div.tipsinfo-title {
  display: flex;
  flex-direction: row;
  min-height: 35px;
  align-items: center;
}
.window-dialog-tipsinfo div.modal-dialog {
  max-width: none !important;
  overflow-y: auto;
  overflow-x: hidden;
}
#tipsinfo-window div.tab {
  overflow-y: auto;
  overflow-x: hidden;
}
#tipsinfo-window .tab {
  height: 100%;
}
.window-dialog-tipsinfo div.modal-dialog #tipsinfo-back-button {
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: none;
  position: absolute;
}
.window-dialog-tipsinfo div.modal-dialog #tipsinfo-back-button img {
  height: 15px;
  width: 15px;
  pointer-events: none;
  margin-left: 10px;
  margin-top: 10px;
}
.btn-tipsinfo {
  background: #2D2D2D;
  line-height: unset !important;
}
.btn-tipsinfo-active {
  background: #65AECD !important;
}
.writeSpaceNoWrap {
  white-space: nowrap;
}
.searchSection {
  height: 25px;
  width: 25%;
  position: absolute;
  top: 10px !important;
  right: 35px !important;
  left: unset !important;
}
.searchSection img {
  width: 25px;
  cursor: pointer;
}
.searchSection input {
  width: calc(100% - 30px);
}
#input-search-section {
  color: #FFFFFF !important;
  border-color: transparent !important;
  height: 25px;
  box-shadow: none !important;
  background: #474B55 url(../../../img/search1.svg) 5px no-repeat;
  background-size: 20px;
  text-indent: 25px;
}
div.card-container {
  margin-top: 15px;
}
.networkmapscover {
  background: #2D2D2D;
}
.networkmapsvg {
  max-width: 60%;
  background: white;
  border-radius: 20px;
  user-select: text;
}
pre.commandline {
  background-color: black;
  color: yellowgreen;
  padding: 3%;
  user-select: text;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
