/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright (c) 2015 Adobe Systems Incorporated. All rights reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
html, body {
    height: 100%;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    
    border: 0;
    padding: 0;
    margin: 0;
    font-family: Lucida Grande;
    font-weight: bold;
    font-size : 9px;

    -webkit-font-smoothing: antialiased;

}

html.windows,
body.windows {
    font-family: Tahoma;
}

body.darker, 
body.dark {
    color: #f0f0f0;
}


p {
    cursor: default;
}

a {
    font-size: 10px;
}



#content {
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#panel-icon {
    margin: 3em auto;
    vertical-align: middle;
    height: 78px;
    width: 100%;
    background-image: url('../icons/SP_x150_PreviewDevices_52_N.png');
    background-position: center center;
    background-repeat: no-repeat;
}

body.dark #panel-icon,
body.darker #panel-icon {
    background-image: url('../icons/SP_x150_PreviewDevices_52_N_D.png');
}

#content.not-logged-in #panel-icon  {
    background-image: url('../images/CreativeCloudAlert.svg');
}

#content.busy #panel-icon  {
    background-image: url('../images/wait_32.gif');
}

#billboard {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 20px;
}

#billboard p {
    display: none;
}

body.darker #billboard p {
    color: #aaaaaa;
}

body.dark #billboard p {
    color: #888888;
}

body.lighter #billboard p,
body.light #billboard p {
    color: #010101;
}

@media (max-width: 205px) {
    #billboard a {
        display: none;
    }
}

@media (min-width: 206px) {
    #billboard a {
        font-size: 12px;
        text-decoration: none;
        position: relative;
        padding-bottom: 3px;
        white-space: nowrap;
    }

    #billboard a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 1px;
        border-width: 0 0 1px;
        border-style: solid;
    }
}

body.darker #billboard a,
body.dark #billboard a {
    color: #dddddd;
}

body.lighter #billboard a {
    color: #4f4f4f;
}

body.light #billboard a {
    color: #404040;
}

#content.not-logged-in p.not-logged-in {
    display: block;
}

#content.no-internet p.no-internet {
    display: block;
}

#content.busy p.ready-to-pair,
#content.ready-to-pair p.ready-to-pair {
    display: block;
}

#devices {
    height: 100%;
}

#device-container {
    height: 100%;
}

#device-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
}

.device {
    display: block;
    border-bottom-width: 2px;
    border-bottom-style: groove;
}

body.darker .device,
body.dark .device {
    border-bottom-color: #666666;
}

body.lighter .device,
body.light .device {
    border-bottom-color: #222222;
}

.device-wrapper {
    font-size: 12px;
    padding: 0 5px;
}

.device-name {
    margin-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 4px;
}

.device-resolution {
    float: right;
    width: 80px;
    margin: auto;
}

body.darker .device-resolution,
body.dark .device-resolution {
    color: #888888;
}

body.lighter .device-resolution {
    color: #4f4f4f;
}

body.light .device-resolution {
    color: #404040;
}


.panel-header {
    padding-bottom: 1em;
    margin-bottom: 0;
    border-bottom-width: 2px;
    border-bottom-style: groove;
    border-bottom-color: #666666;
    text-indent: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.darker .panel-header,
body.dark .panel-header {
    color: #c0c0c0;
}


body.lighter .panel-header,
body.light .panel-header {
    color: #010101;
}

/*
    Those classes will be edited at runtime with values specified
    by the settings of the CC application
*/
.hostFontColor{}
.hostFontFamily{}
.hostFontSize{}

/*font family, color and size*/
.hostFont{}
/*background color*/
.hostBgd{}
/*lighter background color*/
.hostBgdLight{}
/*darker background color*/
.hostBgdDark{}
/*background color and font*/
.hostElt{}
/*host links*/
.hostLink{}