/*
* 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*/
#restart-window {
  width: 350px;
  min-height: 170px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  display: none;
  margin-top: -140px;
}
#restart-window .content img {
  float: left;
  margin: 15px 10px 0px 10px;
  height: 50px;
}
#restart-window .content .message p {
  margin-top: 20px;
  font-size: 15px;
}
#restart-window .content .message {
  float: left;
  width: 275px;
  height: 100%;
}
#restart-window .content .restart-buttons {
  margin-right: 7px;
  clear: both;
}
#restart-window .content .restart-buttons div {
  text-align: center;
  float: right;
  width: 85px;
  height: 23px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  margin-right: 8px;
  padding-top: 6px;
  margin-top: 20px;
  background: url("../../../img/welcome/background-link-explore.png") center center repeat-x;
  color: #2D2D2D;
}
#restart-window .content .restart-buttons div:hover {
  background-position: 0px -29px;
  cursor: pointer;
}
#restart-window .content .restart-buttons div.highlight {
  background: #65AECD;
  color: #FFFFFF;
}
#restart-window .content .restart-buttons div.highlight:hover {
  text-shadow: none;
  background-position: 0px 0px;
}
