@charset "UTF-8";
h1 {
    font-size: xx-large;
    font-weight: bold;
}
h2 {
    font-size: x-large;
    font-weight: bold;
}
h3 {
    font-size: larger;
    font-weight: bold;
}
h4 {
    font-size: large;
    font-weight: bold;
}
.osano-cm-widget {
    display: none;
}
.link {
    color: #d25833;
    text-decoration: underline;
}
.link:hover {
	color: #e3937a;
    font-weight: lighter;
    cursor : pointer;
}
.link:active {
	color: #ff6a3b;
}
.link.underline:not(:hover){
    font-weight: lighter;
}
.link.underline:hover{
    text-decoration: underline;
}
.large {
    font-size: large;
}
.x-large {
    font-size: x-large;
}
.xx-large {
    font-size:xx-large;
}
.right {
    position: absolute;
    right: 1%;
}
.left {
    position: absolute;
    left: 1%;
}
.center {
    text-align: center;
}
.thin-bordered {
    border: 1px solid #000000;
}
.margin-horizontal-auto {
    margin-left: auto;
	margin-right: auto;
}
.margin-horizontal-min {
    margin-left: 4px;
    margin-right: 4px;
}
.margin-horizontal-small {
    margin-left: 8px;
    margin-right: 8px;
}
.padding-horizontal-small {
    margin-left: 8px;
    margin-right: 8px;
}
.margin-horizontal-middle {
    margin-left: 16px;
    margin-right: 16px;
}
.margin-horizontal-large {
    margin-left: 32px;
    margin-right: 32px;
}
.padding-horizontal-middle {
    margin-left: 16px;
    margin-right: 16px;
}
.margin-left-large {
    margin-left: 32px;
}
.margin-left-middle {
    margin-left: 16px;
}
.margin-min {
    margin: 4px;
}
.padding-min {
    padding: 4px;
}
.margin-small {
    margin: 8px;
}
.padding-small {
    padding: 8px;
}
.margin-middle {
    margin: 16px;
}
.margin-large {
    margin: 32px;
}
.padding-large {
    margin: 32px;
}
.margin-right-middle {
    margin-right: 16px;
}
.margin-right-large {
    margin-right: 32px;
}
.padding-middle {
    padding: 16px;
}
.padding-vertical-small {
    padding-top: 8px;
    padding-bottom: 8px;
}
.margin-vertical-small {
    margin-top: 8px;
    margin-bottom: 8px;
}
.margin-vertical-middle {
    margin-top: 16px;
    margin-bottom: 16px;
}
.margin-vertical-large {
    margin-top: 32px;
    margin-bottom: 32px;
}
.vertical-middle{
    vertical-align: middle
}
.align-center{
    align-items: center;
}
div.space-evenly {
    display: flex;
    justify-content: space-evenly;
}
#messageArea {
    text-align: center;
    font: large;
}
.information .ui-dialog-titlebar {
    color:white;
    background:blue;
}
.warning .ui-dialog-titlebar {
    color:black;
    background:yellow;
}
.critical .ui-dialog-titlebar {
    color:white;
    background:red;
}
footer {
    font-size: small;
    width: 100%;
    background-color: lightblue;
    color: blue;
    padding: 1em 0;
}
footer.bottom{
    position:absolute;
    bottom: 0;
}
.ui-dialog-buttonset{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.overlay{ 
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*  display: none;*/
    background: rgba(0,0,0,0.2);
}
button {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 16px;
    background-color:lightgray;
    border: 1px solid darkgray;
    padding: 2px;
    /*立体*/
    border-bottom: 5px solid darkgray;
    /*影*/
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
button:hover {
    background-color:lightskyblue;
    /*立体*/
    border-bottom: 5px solid steelblue;
}
#loading button{
    margin-left: 32px;
    width: 8em;
}
.parent{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;  
}
.height1em{
    height: 1em;
}
.height2em{
    height: 2em;
}
.height3em{
    height: 3em;
}
.width3em {
    width: 3em;
}
.width20em {
    width: 20em;
}
.width15em {
    width: 15em;
}
.width10em {
    width: 10em;
}
.width5em {
    width: 5em;
}
.min_width5em {
    min-width: 5em;
}
.min_width6em {
    min-width: 6em;
}
.min_width7em {
    min-width: 7em;
}
.min_width10em {
    min-width: 10em;
}
.font-larger-bold {
    font-size: larger;
    font-weight: bold;
}
.font-x-large {
    font-size: x-large;
}
.font-larger {
    font-size: larger;
}
.font-white {
    color: white;
}
.white {
    background-color: white;    
}
.lightgray {
    background-color: lightgray;    
}
.steelblue {
    background-color: steelblue;    
}
.silver {
    background-color: silver;    
}
.lightgoldenrodyellow {
    background-color: lightgoldenrodyellow;    
}
.gold {
    background-color: gold;    
}
.aquamarine {
    background-color: aquamarine;
}
.lightcyan {
    background-color: lightcyan;
}
.lavender {
    background-color: lavender;
}
.mediumaquamarine {
    background-color: mediumaquamarine;
}
.lightgreen {
    background-color: lightgreen;
}
