﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

button 
{
    min-height: 60px;
    width:auto;
    min-width: 70px;
    border-radius: 5px;
}

div.title {
    font-size: 24px;
    font-weight: bold;
    width: 250px;
    margin:auto;
}
div.title2 {
    font-size: 24px;
    font-weight: bold;
    width: 250px;
    margin: auto;
}

div.company
{
    font-size: 12px;
    background-image: url(../Images/world.png?1);
    background-position: left;
    background-repeat: no-repeat;
    height: 20px;
    width: 140px;
    padding-top: 8px;
    margin: auto;
}
._jMatic_OptionPicker > ._jMatic_OptionPicker {
    text-align:center;
    line-height: 50px;
}



div.version {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}

button span.username {
    font-weight: bold;
}

button span.organization {
    font-weight: bold;
}

div#loading {
    background-color: #F4F2F4;
    background-image: url('../Images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    border: solid 1px black;
    width: 110px;
    height: 20px;
    z-index: 20001;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

div.dialog-frame {
    background-color: rgba(128, 128, 128,0.5);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
div.dialog {
    background-color: rgb(255, 255, 204);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    padding:5px;
}

div.dialog button {
    margin: 5px;
}

div.download-links {
    margin-bottom: 20px;
}