/*
* 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*/
#support-window {
  width: 349px;
  min-height: 170px;
  top: 100px;
  left: 400px;
  display: none;
  z-index: 99;
}
#windowMessage {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 20%;
  background: #FFFFFF;
  padding: 10px;
  margin-left: -250px;
  display: none;
  z-index: 1001;
}
#windowMessage span {
  font-size: 20px;
  line-height: 65px;
  color: #474B55;
  margin-left: 20px;
  float: left;
}
#windowMessage img {
  height: 50px;
  margin-top: 8px;
  float: left;
  margin-bottom: 20px;
}
#windowMessage #to {
  height: 30px;
  padding-top: 10px;
}
#windowMessage #old {
  margin-left: 15px;
}
#windowMessage #content {
  clear: both;
  padding: 5px 5% 0px 5%;
  border-top: 1px solid #FFFFFF;
}
#windowMessage .btn {
  margin-right: 7px;
  clear: both;
}
#windowMessage .btn div:hover {
  background-position: 0px -29px;
  cursor: pointer;
}
#windowMessage .btn div.highlight {
  background: #65AECD;
  color: #FFFFFF;
}
#windowMessage .btn div.highlight:hover {
  text-shadow: none;
  background-position: 0px 0px;
}
@media screen and (max-width: 700px) {
  #windowMessage {
    width: 260px;
    margin-left: -140px;
  }
  #windowMessage span {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  #windowMessage #old {
    margin-left: 40px;
  }
}
