﻿body {
    
}

.activationpage {
    width: 600px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.loginmain {
    padding: 12px 12px 12px 12px;
    margin: 12px 8px 8px 8px;
}

.SynUpload {
    display: none;
}

.RadNavigation .logOut {
    position: absolute;
    right: 0;
    top: 0;
}

.validator {
    color: red;
    font-size: 14px;
}

.standardDiv {
    padding: 12px 12px 0px 12px;
    /*height: 3000px;*/
}

.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;
}

/** Columns */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.exampleRadComboBox.RadComboBoxDropDown .rcbHeader {
    padding: 5px 27px 4px 7px;
    width:1000px; 
}

.rcbScroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.col1,
.col2,
.col3,
.col4 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 30%;
    line-height: 14px;
    float: left;
}


/** Multiple rows and columns */
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 193px;
}

.topcorner {
    position: absolute;
    top: 0;
    right: 0;
}

.photoImage {
    height: 6.035cm;
    width: 8.972cm;
    object-fit: fill;
}
