﻿.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cssFont {
    /*text-transform: uppercase;*/
    font-family: 'Arial', sans-serif !important;
}

.stsFontBlue {
    color: #0000FF;
}

.groupbox {
    width: 98%;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    text-align:left;
}

.groupbox-title {
    position: absolute;
    top: -10px;
    left: 10px;
    background: white;
    padding: 0 5px;
    font-weight: bold;
    font-size:large;
    color:darkblue
}

.readonly-checkbox {
    pointer-events: none; /* Prevents user interaction */
}

.big-checkbox {
    zoom: 1.5;
    -ms-transform: scale(1.5);
    font-size: small;
}

input[type="radio"] {
    margin: 7px;
    transform: scale(1.3); /* To make the radio buttons larger */
}
