/*body {
    min-width: 400px;
    max-width: 800px;
    min-height: 450px;
    max-height: 600px;
}*/

button {
    display: inline-block;
    /*background: -webkit-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    border: 1px solid #999;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
button:not(:disabled):hover {
    border-color: black;
}
button:not(:disabled):active {
    background: -webkit-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
}
input, textarea {
    box-shadow: 1px 1px 5px #ccc inset;
    border: none;
}
[readonly] {
    background: #eee;
}
[hidden] {
    display: none;
}
/*textarea {
    width: 100%;
    height: 200px;
    outline: none;
    padding: 1px;
    font-size: 20px;
    padding: 1em;
}*/
output {
    text-align: center;
    padding: 1em;
    display: block;
}
/*
input[type="text"] { width: 275px; }
input[type="number"] { width: 75px; }
*/

.notification {
    font-style:  italic;
    color:blue;
    font-size: 10px;
}
.redish {
    color:#B32018;
}
.bluish {
    color:#018ED5;
}
.greenish {
    color:#8DC442;
}
.cursorpointer:hover {
    cursor: pointer;
}
.mediaimg{
    max-height:250px;
    max-width:250px;
    /*
    height:auto;
    width:auto;
    */
}
/*context menu*/
/*
.hide {
    display: none;
}

#rmenu {
    list-style-type: none;
    list-style: none;

    display: inline-block;
    background: -webkit-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 2px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;

}

#rmenu ul {
    padding: 0;
    list-style: none;
}
#rmenu li
{
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}
*/