/* Dresser.css
 * 
 * Copyright (C) 2015 OSIsoft, LLC. All rights reserved.
 * 
 * THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF
 * OSIsoft, LLC.  USE, DISCLOSURE, OR REPRODUCTION IS PROHIBITED WITHOUT
 * THE PRIOR EXPRESS WRITTEN PERMISSION OF OSIsoft, LLC.
 * 
 * RESTRICTED RIGHTS LEGEND
 * Use, duplication, or disclosure by the Government is subject to restrictions
 * as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and
 * Computer Software clause at DFARS 252.227.7013
 * 
 * OSIsoft, LLC
 * 777 Davis Street, Suite 250, San Leandro CA 94577
*/

.dresser_facade {
    bottom: 0;
    background-color: rgb(41, 61, 93);
    color: white;
    overflow: hidden;
    position: fixed;
    max-width: 980px;
    width: 100%;
    z-index: 2000;
}

/*.dresser_facade a:hover {
        text-decoration: underline;
    }*/

#dresser {
    visibility: hidden;
}

#facade img {
    visibility: hidden;
}

#facade span {
    padding: 5px 20px;
}

#loading_dresser_img {
    max-width: 1.5em;
    max-height: 1.5em;
    display: inline-block;
    visibility: hidden;
}

#drawer_handles {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-color: rgb(41, 61, 93);
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.handle {
    display: inline-block;
    list-style-type: none;
    padding: 5px 20px;
    cursor: pointer;
}

/*.handle:hover {
    font-weight: 600;
    color: orange;
}*/

.handleClicked {
    font-weight: 900;
}

.float_handle {
    float: right;
}

.handle_image {
    max-height: 1em;
}

#dresser_tile_bar {
    padding: 15px 20px;
}

#dresser_title {
    font-size: 1.2em;
}

#dresser_close_btn {
    cursor: pointer;
    float: right;
}

.drawer {
    color: white;
    padding: 5px 20px;
}

.hyperlink_list {
    padding: 10px 0;
    margin-bottom: 20px;
}

    .hyperlink_list > a, button {
        float: right;
        margin-left: 20px;
        font-weight: 500;
        color: white;
        background: inherit;
    }

    .hyperlink_list > span {
        float: left;
        margin-right: 20px;
    }

.clear {
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#dynamicWorkspace {
    z-index: -2000;
    float: left;
    visibility: hidden;
    padding: 5px 20px;
}