﻿body
{
    background-color: #f1f1f1;
}
body
{
    color: #444;
}
a
{
    color: #0073aa;
    -webkit-transition-property: border,background,color;
    transition-property: border,background,color;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
a:active, a:hover
{
    color: #00a0d2;
}
a:focus
{
    color: #124964;
    -webkit-box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
    box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
}
button:hover:enabled
{
    background: #fafafa;
    border-color: #999;
    color: #23282d;
}
button.action:enabled
{
    background: #00a0d2;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
}
button.action:hover:enabled
{
    background: #0091cd;
    border-color: #0073aa;
    color: #fff;
}
paper-material
{
    background-color: #fff;
}
custom-docviewer
{
    color: #fff;
    background-color: rgba(0,0,0,.8);
}
.selectedtesauro span, filter-set[grouping] #conditionContent, wp-photo-item
{
    border-color: #00a0d2 !important;
}
.selectedtesauro span
{
    background-color: #00a0d2;
}
#loginbox
{
    color: #777;
}
#errormessage, .errormessage
{
    color: #ababab;
}
.selectedtesauro span, .whiteLetter
{
    color: #fff;
}
input[type=radio]:checked + label:before
{
    color: #82878c;
}
input.readonly, input[readonly], textarea.readonly, textarea[readonly]
{
    background-color: #eee;
}
input.disabled, input:disabled, select.disabled, select:disabled, textarea.disabled, textarea:disabled
{
    background: rgba(255,255,255,.5);
    border-color: rgba(222,222,222,.75);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
    color: rgba(51,51,51,0.5);
}
input[type=checkbox], input[type=radio]
{
    background: #fff;
    color: #555;
}
