@charset "utf-8";
/* vim: set fileencoding=utf-8 */
/* Copyright © 2018- by Siris Medical, Inc. All rights reserved. */

html
{
    height: 100%;
    padding: 0;
    margin: 0;
}

body
{
    height: 100%;
    padding: 0;
    margin: 0;
    background: #f6f6f6;
    font-family: Arial;
    font-size: 13px;
    color: #808080;
    display: flex;
    flex-direction: column;
}

a {
    cursor: pointer;
}

.siris-button
{
    border: 0px outset blue;
    background-color: #3BC0F3;
    height:30px;
    width:150px;
    cursor:pointer;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}
.siris-button:disabled
{
    color: cccccc;
    background-color: #a0a0a0;
}
.siris-button:hover:not(:disabled)
{
    background-color: #08c;
}

.clear
{
    clear: both;
}

.container-fluid {
    margin: 50px;
}

#logout_container
{
    /* padding-top: 1.3em; */
    float: right;
    width: 100%;
    display: inline-block; /* Fix one of Bootstrap's stupid, sweeping changes */
    vertical-align: middle;
}
