﻿body {
    height: 100%;
}

html {
    height: 100%;
}

.topPanel {
    /*background-color: #91cd36 !important;*/
    background-color: #e7eaee !important; /*  #91cd36 #d9ffb3 !important;*/
    background-image: linear-gradient(to bottom, white, #e7eaee) !important;
    ;
}

/* BEGIN Header blocks - main nav menu & left user menu */
#logo {
    float: left !important;
}

/****************************/
/******* MAINMENU BEGIN   ********/
#mainMenuWrapper {
    max-width: 800px;
}

.username {
    display: block;
    font-size: large;
}

.terminal {
    display: block;
}
/******* MAIN MENU END ********/
/****************************/

/****************************/
/******* LOGIN END   ********/
#loginOuter {
    width: 100%;
    min-height: 300px;
    position: relative;
    top: 20%;
}

#loginInner {
    margin: 0 auto;
    max-width: 400px;
    /*transform: translateY(-50%);*/
}
/******* LOGIN BEGIN ********/
/****************************/

.hiddenField {
    display: none;
}

.popupError {
    min-width: 300px;
    min-height: 200px;
}

.NoTextTransform {
    text-transform: none !important;
}

.hiddenComboBoxRow {
    display: none;
}

.allupper .dxeEditAreaSys {
    text-transform: uppercase !important;
}
