/*
* 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*/
#screenRecord object {
  height: 50px;
  width: 50px;
  margin-left: 20px;
  margin-top: 25px;
  float: left;
}
#screenRecord span {
  display: inline-block;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
  line-height: 70px;
}
#screenRecord .button {
  text-align: center;
  float: right;
  width: 85px;
  height: 23px;
  margin-right: 8px;
  padding-top: 6px;
  margin-top: 20px;
  background: #FFFFFF;
  color: #2D2D2D;
}
#screenRecord .button.o {
  background: #65AECD;
  color: #FFFFFF;
}
#topScreenRecord {
  display: none;
}
#recordDl {
  color: #666666;
}
