﻿body {
    font-size: 12px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
}

.standardDiv {
    padding: 12px 12px 0px 12px;
    /*height: 3000px;*/
}

.validator {
    color: red;
    font-size: 14px;
}

.TextCenter {
    text-align: center;
}

.TextSmallItalic {
    text-transform: lowercase;
    font-style: italic;
}

.TextCenterUpper {
    text-align: center;
    text-transform: uppercase;
}

.TextUpper {
    text-transform: uppercase;
}

.TextLower {
    text-transform: lowercase;
}

.TextRight {
    text-align: right;
}

.TextRightUpper {
    text-align: right;
    text-transform: uppercase;
}

/*Create elastic RadSwitch*/
.RadButton.RadSwitch.elasticSwitch .k-switch-handle {
    width: 2em;
    height: 2em;
}

.RadButton.RadSwitch.k-switch-on.elasticSwitch .k-switch-handle {
    left: calc( 100% - 2em);
}

.RadButton.RadSwitch.elasticSwitch,
.RadButton.RadSwitch.elasticSwitch .k-switch-container {
    width: 4em;
}

.RadNavigation .logOut {
    position: absolute;
    right: 0;
    top: 0;
}
.tableWidth {
    width: 100%;
}