﻿body {
    background-color: #2B2B2B;
    color: #ffffff;
}

#content {

    overflow-x: hidden;
    overflow-y: hidden;
}

legend {
    color: #ffffff;
}

.inlineBlock
{
    display: inline-block;
}

.inline
{
    display: inline;
}


.propertyName
{
    margin-right: 20px;
}

.top
{
    vertical-align: top; 
}

.medium
{
    width: 150px;
}

.standardTopMargin
{
    margin-top: 20px;
}

.standardBottomMargin
{
    margin-bottom: 20px;
}

.smallerTopMargin
{
    margin-top: 15px;
}

.standardRightMargin
{
    margin-right: 8px;
}

.standardMargin
{
    margin: 10px;
}

.smallMargin{

    margin: 5px;
}

.link
{
    font-weight: bold;
}

.link:hover
{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.arrow,
.pointer
{
    cursor: pointer;
}

.hidden
{
    display: none;
}

.medium.header {

    font-size: medium;
}

.large.header {

    font-size: large;  
}

.maxwith {
    width: 100%;
}

.bubble {

    border: 5px solid white;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin: 5px;
    padding: 10px;
}

.green
{
    background-color: #1B5902;
}

.greenHover:hover
{
    background-color: #1B5902;
}

.right {

    text-align: right;
}

.center {

    text-align: center;
}

.small {

    width: 100px;
}

.small-ball {

    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #ffffff;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    display: flex;
    align-items: center;
}

.field-validation-error {
    color: #b94a48;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.time-input-field {
    width: 3em;
}

.w-datetime {

    width: 7em;
}