﻿
.content-container {
    font-size: 115%;
    line-height: 1.5;
}

/* RADMENU - Override classes for Black Skin
************************************************************************/
.RadMenu_Black .rmText:hover, .RadMenu_Black .rmItem:hover
{
    color: #FFCC33;
}

.RadMenu_Black .rmTemplate .rmText:hover
{
    background-color: #525252;
}
.RadMenu_Black .rmTemplate .rmText a:link
{
    text-decoration: none;
    color: #FFFFFF;
}
.RadMenu_Black .rmTemplate .rmText a:hover
{
    color: #FFCC33;
}

/*  Form Layout Table
********************************************************************************/


.detail-view
{
    font-size: 12px;/*Font size*/
}
.detail-view tr
{
    height: 30px;
}
.detail-view th
{
    padding: 6px 2px 6px 4px;
    text-align: left;
    background-color: #E1EBD5;
    font-weight: bold;
    color: #000;
}
.detail-view td
{
    padding: 4px;
    border-bottom: 1px solid #F4F4F4;
}

.detail-view .header
{
    text-align: left;
    background-color: #F0F0F0;
}

button.start-button {
    display: block;
    padding: .5em 2em;
    font-size: 130%;
}

div.row {
    margin: 0;
}

.form-header {
    padding: .25em 0;
    background-color: #E1EBD5;
}

.form-subheader {
    padding: .25em 0;
    background-color: #EAEAEA;
}

label {
    font-size: unset;
    font-weight: unset;
}

.content {
    margin: 0;
    padding: 1em;
}

.k-dialog {
    max-height: 100vh;
}

.k-dialog-content {
    max-height: 100%;
}

.checkbox-group input[type=checkbox] {
    margin-left: .5em;
    margin-right: .2em;
    vertical-align: text-bottom;
}

.field-label {
    color: grey;
    font-size: 90%;
    line-height: .5em;
}

.field-value {
    font-size: 125%;
    font-weight: bold;
    margin-top: -.25em;
    display: inline-block;
}

.footer .info a {
    text-decoration: underline;
    font-weight:bold;
}

.footer .info span {
    font-weight: bold;
}