/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Myriad Pro", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
	-webkit-font-smoothing: antialiased;
	height: 100vh;
	min-width: 466px;
	/*background-color: #414141;*/
	/*color: white;*/
	color: #414141;
}

div, span, a {
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	cursor: pointer;
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.body-background {
	/*background-color: #414141;*/
	height: 100vh;
	text-align: center;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
}

.body-center {
	flex: 1 1 auto;
	display: flex;
}

.footer {
	flex: 0 0 60px;
}

.center-box-wrapper {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
}

.center-box {
	flex: 1 1 100%;
    background-color: white;
    border-radius: 8px;
    color: #424242;
}

input[type='text'], input[type='password'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #BCBCBC;
	border-radius: 2px;
	padding: 8px 14px;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
}

input[type='checkbox'] {
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #CECECE;
	border-radius: 2px;
	vertical-align: middle;
	outline: none;
}

input[type='checkbox']:checked {
	background-image: url('../images/checked.png');
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #BCBCBC;
	border-radius: 2px;
	padding: 8px 14px;
	font-size: 16px;
	outline: none;
	background-color: transparent;
	box-sizing: border-box;
	background-size: 16px 10px;
	background-image: url('../images/select_arrow.png');
	background-position: center right 10px;
	background-repeat: no-repeat;
	padding-right: 24px;
}

select::-moz-expand {
    display: none;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	visibility: hidden;
    background-color: #fff3da;
    color: #353535;
    text-align: center;
    padding: 4px 8px;
    border: 1px solid #dac289;
    border-radius: 3px;
    position: absolute;
    font-size: 13px;
    z-index: 1;
    top: -24px;
    left: 0;
    width: 116px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.button {
	font-size: 16px;
	text-transform: uppercase;
	background-color: #67C048;
	padding: 10px 16px;
	box-sizing: border-box;
	color: white;
	border-radius: 4px;
	min-width: 120px;
	display: inline-block;
	cursor: pointer;
}

.button.no-border{
	border: none;
}

.button:hover {
	background-color: #52b232;
}

.button:active {
	background-color: #40a81d;
}

/* Top bar starts */

.top-bar {
	flex: 0 0 72px;
	display: flex;
}

.top-bar .left-align, .top-bar .right-align {
	flex: 1 1 50%;
	padding-top: 58px;
	/*padding-top: 28px;*/
}

.top-bar .right-align {
	text-align: right;	
}

.top-bar .buttons {
	margin-right: 8px;
	text-align: right;
}

.top-bar .buttons > li {
	display: inline-block;
}

.top-bar .buttons a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 20px;
	/*color: #f8f8f8;*/
}

.top-bar .buttons a:hover {
	/*color: white;*/
}

/* Top bar ends */

/* Login starts */

.center-box.login {
	width: 366px;
	max-height: 310px;
	padding: 32px 50px;
	border: 1px solid #D8D8D8;
}

.logo-wrappper > span {
	vertical-align: text-bottom;
}

.verde-logo {
	display: inline-block;
	width: 122px;
	height: 40px;
	background-size: 122px 40px;
	background-image: url('../images/verde_logo.png');
	margin-bottom: 4px;
	margin-right: 8px;
}

.logo-title {
	display: inline-block;
	text-transform: uppercase;
	font-size: 28px;
	font-style: italic;
}

.text-field-wrapper {
	padding: 24px 0;
}

.text-field-wrapper input[type='text'], .text-field-wrapper input[type='password'] {
	margin: 8px;
	width: 324px;
}

.text-field-wrapper select {
	margin: 8px;
	width: 324px;
}

/* Login ends */

/* My Desktops starts */

.center-box.mydesktops {
	width: 480px;
	max-height: 522px;
	background-color: #F7F7F7;
	display: flex;
	flex-direction: column;
	border: 1px solid #D8D8D8;
}

.center-box.mydesktops .title-bar {
	border-bottom: 1px solid #D8D8D8;
	padding: 8px;
	/*background-color: white;*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-sizing: border-box;
	flex: 0 0 36px;
	/*font-size: 14px;*/
	font-size: 20px;
	background-color: #F7F7F7;
	font-weight: 100;
}

.center-box.mydesktops .list-body {
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.center-box.mydesktops .list {
	list-style: none;
	text-align: left;
	background-color: white;
}

.center-box.mydesktops .list > li {
	border-bottom: 1px solid #D8D8D8;
	display: flex;
}

.center-box.mydesktops .list .list-align-left, .center-box.mydesktops .list .list-align-right {
	display: inline-block;
	vertical-align: middle;
}

.center-box.mydesktops .list .list-align-left {
	width: 372px;
	flex: 1 1 auto;
}

.center-box.mydesktops .list .list-align-right {
	flex: 0 0 106px;
}

.center-box.mydesktops .list .name {
	font-weight: 100;
	font-size: 20px;
	display: block;
	padding: 28px 28px 4px 28px;
}

.center-box.mydesktops .list .icons {
	display: block;
	margin-left: 24px;
}

.center-box.mydesktops .list .icons > li {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 64px 32px;
}

.center-box.mydesktops .list .icons > li.disabled, .center-box.mydesktops .list .icons > li.os.linux {
	background-position: -32px 0;
}

.center-box.mydesktops .list .icons > li.os {
	background-image: url('../images/icon_os.png');
}

.center-box.mydesktops .list .icons > li.usb {
	background-image: url('../images/icon_usb.png');
}

.center-box.mydesktops .list .icons > li.fullscreen {
	background-image: url('../images/icon_fullscreen.png');
}

.center-box.mydesktops .list .start-wrapper {
	text-align: center;
	display: inline-block;
	margin-top: 8px;
}

.center-box.mydesktops .list .start-button {
	width: 52px;
	height: 52px;
	background-size: 156px 52px;
	display: block;
	background-image: url('../images/icon_start.png');
}

.center-box.mydesktops .list .start-button:hover {
	background-position: -52px 0;
}

.center-box.mydesktops .list .start-button:active {
	background-position: -104px 0;
}

.center-box.mydesktops .list .start-wrapper.disabled .start-button {
	width: 52px;
	height: 52px;
	background-size: 156px 52px;
	display: block;
	background-image: url('../images/icon_start_disabled2.png');
	cursor: default;
}

.center-box.mydesktops .list .start-label {
	color: #72C555;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 4px;
	font-weight: 600;
}

.center-box.mydesktops .list .start-wrapper.disabled .start-label {
	color: #D8D8D8 !important;
}

.center-box.mydesktops .list .settings {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 72px 24px;
	background-image: url('../images/icon_setting.png');
	margin-left: 8px;
}

.center-box.mydesktops .list .settings:hover {
	background-position: -24px;
}

.center-box.mydesktops .list .settings:active {
	background-position: -48px;
}

.dropdown-wrapper {
	position: absolute;
	display: block;
	background-color: white;
	border: 1px solid #D1D1D1;
	color: #474747;
	text-align: left;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.4);
	z-index: 50;
}

.dropdown-wrapper li {
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	border-bottom: 1px solid #D1D1D1;
	padding: 0 18px;
}

.dropdown-wrapper li:last-child {
	border-bottom: none;
}

.dropdown-wrapper li span {
	display: block;
}

.dropdown-wrapper li span.title {
	font-size: 16px;
}

.dropdown-wrapper li span.sub-title {
	font-size: 14px;
}

.dropdown-wrapper li input[type='checkbox'] {
	display: inline-block;
}

.dropdown-wrapper li span.checkbox-title {
	display: inline-block;
	margin-left: 4px;
}

.dropdown-wrapper li a {
	color: #2aa300;
}

.dropdown-wrapper li a:hover {
	color: #2aa300;
}

/* My Desktops ends */

/* Desktop starts */

.body-background.desktop {
	background-size: cover;
	background-position: center center;
	background-image: url('../images/windows_bg.jpg');
}

/* Desktop ends */

/* Download Clients starts */

.alert-window.download-clients {
	border-radius: 8px;
	flex: 0 0 90%;
	max-height: 756px;
	display: flex;
}

.download-clients-wrapper {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	background-color: white;
	border-radius: 8px;
	width: 786px;
}

.alert-sidebar {
	flex: 0 0 232px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #ECECEC;
	color: #474747;
}

.alert-sidebar li a {
	display: block;
	padding: 14px 28px;
	border-bottom: 1px solid #D8D8D8;
}

.alert-sidebar li a:hover {
	background-color: #dfdfdf;
}

.alert-sidebar li:first-child a {
	border-top-left-radius: 8px;
}

.alert-sidebar li a.selected {
	background-color: #5B5B5B;
	color: white;
	cursor: default;
}

.alert-sidebar-content {
	flex: 1 1 auto;
}

.alert-sidebar-content .top p {
	color: #626262;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 28px 46px;
}

.alert-close-button {
	display: inline-block;
	float: right;
	margin: 10px 10px 0 0;
	width: 32px;
	height: 32px;
	background-size: 16px 16px;
	background-position: center center;
	background-image: url('../images/icon_close.png');
}

.download-client-list {
	border-top: 1px solid #EBEBEB;
}

.download-client-list > li {
	padding: 8px;
	border-bottom: 1px solid #EBEBEB;
}

.download-client-list > li > div {
	vertical-align: top;
}

.download-client-list > li .icon {
	display: inline-block;
	width: 72px;
	height: 72px;
	background-size: 72px 72px;
	margin: 4px 0;
}

.download-client-list > li .right-wrapper {
	display: inline-block;
}

.download-client-list > li .title {
	color: #474747;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 8px;
}

.download-client-list > li .download-button {
	border-radius: 4px;
	border: 2px solid #64BC46;
	text-transform: uppercase;
	color: #64BC46;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 10px;
	margin-right: 4px;
}

.download-client-list > li .download-button:hover {
	background-color: #deffd3;
}

.download-client-list > li .download-button:active {
	background-color: #64BC46;
	color: white;
}

.download-client-list > li .icon.client {
	background-image: url('../images/icon_client_software.png');
}

/* Download Clients ends */

.text-danger{
	font-size: 14px;
	color: #f64d2b;
	margin-top: 10px	;
}

.dropdown-wrapper.dropdown-menu{
	right: 25px;
	left: auto;
}

.dropdown-wrapper.dropdown-menu li {
	height: 38px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	border-bottom: 1px solid #D1D1D1;
}

.dropdown-wrapper.dropdown-menu li a {
	color: #414141;
}

.dropdown-wrapper.dropdown-menu li a:hover {
	color: #414141;
}

.dropdown-wrapper.dropdown-menu {
	border-radius: 4px;
}

.user-profile-icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/user-icons/guac-user.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 3px;
	background-size: 16px 16px;
	border: 2px solid #414141;
	padding: 3px;
	text-align: center;
	border-radius: 14px;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 10px;
}

.arrow-icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 3px;
	background-size: 18px 18px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 4px;
}

.arrow-icon.right{
	background-image: url(../images/arrows/right.png);
}

.arrow-icon.down{
	background-image: url(../images/arrows/down.png);
}

.settings-wrapper {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	background-color: white;
	border-radius: 8px;
	width: 586px;
}

.settings-wrapper .title {
	font-size: 22px;
	/*font-weight: bold;*/
	display: inline-block;
	margin: 20px 45px;
}

.settings-content {
	margin-top: 10px;
	padding: 40px;
}
.settings-content .line {
	display: block;
	margin-bottom: 15px;
	line-height: 25px;
}

.settings-content .line label{
	display: block;
}

.settings-content fieldset{
	margin-bottom: 30px;
	padding: 30px 20px;
	border: 1px solid #808080;
	border-radius: 4px;
}

.settings-content legend{
	font-size: 18px;
}

.settings-content [type=checkbox]{
	margin-top: 0;
	margin-right: 10px;
	-webkit-appearance:checkbox;
}

.settings-content .message {
	font-size: 12px;
	color: #64BC46;
}

.settings-content .message.error{
	color: #f64d2b;
}

.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.ml-5{
	margin-left: 5px !important;
}
.mt-15{
	margin-left: 5px !important;
}

.no-desktops-text {
	font-size: 26px;
	font-weight: 100;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	margin-top: 100px;
}

.margin-auto {
	margin: auto;
}
.checker-icon{
	border: 2px solid #999;
	border-radius: 5px;
	padding: 2px 4px;
	outline: none;
	font-size: 9px;
	font-weight: 800;
	color: #888;
	font-family: Arial;
	/*cursor: pointer;*/
}

/*.checker-icon:hover{
	border-color: #ccc;
	color: #ccc;
	cursor: default;
}*/.

.checker-icon.disabled{
	border-color: #eaeaea;
	color: #eaeaea;
	cursor: default;
}

.checker-icon.selected{
	color: #72C555;
}

.hidden{
	visibility: hidden;
	display: none !important;
}