/*
* 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*/
#welcome {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  font-weight: 400;
  background: url(../../../img/black-bg-60.png);
  background: #666666;
  overflow: hidden;
  display: none;
}
#welcome .control {
  background: #65AECD;
}
#welcome .control .window-title {
  color: #FFFFFF;
}
#welcome #cookies {
  background: #2D2D2D;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 50px;
}
#welcome #cookies #hide {
  height: 35px;
  width: 45px;
  float: left;
  margin-top: -10px;
  background: url("../../../img/close.svg") no-repeat center;
  background-size: 30px;
  cursor: pointer;
}
#welcome h1 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 20px;
}
#welcome h2 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
#welcome ul {
  padding: 0;
  overflow: hidden;
  margin: 0px 0px 40px;
  margin-bottom: 20px;
}
#welcome li {
  float: left;
  display: none;
  list-style: none;
  height: 75px;
  width: 50%;
  overflow: hidden;
}
#welcome li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 75px;
  text-indent: 60px;
  line-height: 75px;
  text-decoration: none;
  cursor: pointer;
  margin: auto;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
}
#welcome li a.completed {
  color: #474B55;
  background: url("../../../img/welcome/completed.png") no-repeat 12px 15px !important;
  background-color: #FFFFFF !important;
}
#welcome li img {
  float: left;
  margin-left: -48px;
  margin-top: -20px;
}
#welcome .primary {
  background: #65AECD;
  color: #FFFFFF;
}
#welcome #info {
  display: inline-block;
  background: #65AECD;
  height: 20px;
  width: 20px;
  border-radius: 30px;
  color: #FFFFFF;
  cursor: help;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  margin-left: 10px;
}
#welcome #android {
  position: absolute;
  right: 10px;
  top: 135px;
  width: 125px;
  display: none;
}
#welcome #android img {
  height: 40px;
  pointer-events: none;
}
