/* reset css */
div, p, h1, h2, h3, h4,h5, h6, body, html
{
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
}


html {
    font-size: 24px;
}
body {
    font-family     : 'Roboto', sans-serif;
    font-size       : 1rem;
    line-height     : 1.35rem;
    /*font-family: 'Roboto Mono', monospace;*/
}

#root {
    max-width       : 600px;
    margin          : 2.6rem auto;
}

h1 {
    font-size: 2rem;
    line-height: 2.7rem;
}
h2 {
    font-size: 1.5rem;
    line-height: 2.025rem;
}
p
{
    margin: 0.6rem 0;
}

a, a:link
{
    color: #476E94;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}


button, input, select, textarea {
    font: inherit;
    margin: 0;
}

.input-field.state-lift-input {
    width: 7rem;
    font-size: 0.7rem;
    text-align: center;
    margin: 0.6rem 0;
}

.btn
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

.btn:active
{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn:hover
{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-danger
{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover
{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

input[type=text]
{
    /*display: block;*/
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font: inherit;
    margin: 0;
}
input[type=text]:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.is-default
{
    color: #333;
}
.is-changed
{
    color: #99cc00;
}

.list
{
    padding-left: 1em;
}
.list-item
{

}

.state-lift-component
{
    text-align: center;
}

.read-more
{
    color: #999;
    font-size: 0.75rem;
    line-height: 1rem;
    border-top: 1px dashed #999;
    margin-top: 1rem;
    padding-top: 0.999rem;
}

.read-more a, .read-more a:link
{
    color: #999;
}

.read-more h2
{
    font-size: 0.75rem;
    line-height: inherit;
    margin: 0;
}

.Dialog
{
    padding: 1rem;
    color : #000;
    border: 1px solid #000;
    border-radius: 0.4rem;
    margin: 1rem 0;
}
.Dialog-highlight
{
    color: #C2822D;
    border-color: #C2822D;
    border-width: 2px;
}
.Dialog-border-dashed
{
    border-style: dashed;
}

.Dialog-light
{
    color: #ccc;
    border-color: #ccc;
    border-width: 1px;
}

.no-sense
{
    color: #A53B49;
}

.Entries
{
    font-size: 0.75rem;
    color: #666;
    border-top: 1px dashed #999;
    padding-top: 0.5rem;
    margin-top: 1rem;
}

.Entries h2
{
    font-size: inherit;
}
