﻿body {
    margin: 0px;
    padding: 0px;
    color: #505458;
    background: #f5f5f5;
    overflow: hidden;
    cursor: default;
    --dark-bg-color: #36404a;
    --mid-bg-color: #20262c;/*#475563;*/
    --light-bg-color: #b7e0a9;
    --menu-bg-color-light: #548235;
    
    --menu-font-color-light: #ffffff;
    --menu-font-color-mid: #548235;
    --menu-font-color-dark: #36404a;
    
    --main-button-color: #81c868;
    --second-button-color: #81c868;
    
    --menu-font-size: 14px;
    --table-head-font-size: 13px;
    --table-font-size: 11px;
    font-family:Segoe UI Light WestEuropean,Segoe UI Light,Segoe UI,Tahoma,Arial,sans-serif;
    font-weight: 600;
    font-smoothing: antialiased;
}
header {
	height: 62px;
	padding: 15px 10px 0 10px;
	background-color: #36404a;
	color: #7f7f7f;
}

.field {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 7px 12px;
    height: 38px;
    width: 400px;
	margin: 10px;
}
.field:focus {
	outline: none;
	border: 1px solid #999999;
}
.fieldDrop {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  width: 400px;
	margin: 10px;
}
.fieldDrop:focus {
	outline: none;
	border: 1px solid #999999;
}
.button {
	width: 400px;
	height: 35px;
    font-size: 14px;
    color: #ffffff;
    background-color: #81c868 !important;
    border: 1px solid #81c868 !important;
    padding: 1px;
    cursor: pointer;
	border-radius: 3px;
	margin: 10px;
}
.buttonLarge {
    font-size: 14px;
    color: #2f2370;
    background: #ffffff;
    border: 1px solid #6b74a9;
    padding: 1px;
    cursor: pointer
}
.button:hover {
    color: #7f7f7f;
    background: #ffe7a2;
    border-color: #ffbd69;
}
.note {
    color: #6b74a9;
    font-size: 12px;
    font-weight: bold;
}
.warning {
    color: #6b74a9;
    font-size: 12px;
}
.login {
	width: 500px;
    margin: auto;
	background-color: #fffff;
}
.companylogo {
    width: 296px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.systemlogo {
    float: right;
    margin-top: 5px;
    margin-right: 34px;
}
.errorMessage {
    color: rgba(255, 51, 0, 0.8);;
    font-size: 12px;
    padding: 2px
}
.errorMessage a {
    font-size: 2em;
    /*font-weight: bold;*/
}
.loginHeadings {
    font-size: 16px;
    padding: 2px;
    width: 80px;
}
.setupCenterPage {
    display: table;
    height: 50%;
    position: relative;
    margin: auto;
    width: 50%;
    overflow: hidden;
    /*border:2px solid #ff0000;*/
    
    top: 30px;
    vertical-align: middle;
}
.alignCenterPage {
    #position: absolute;
    #top: 40%;
    display: table-cell;
    vertical-align: middle;
}
.form {
	padding: 20px 0 20px 0;
    border: 1px solid rgba(54, 64, 74, 0.1);
	border-radius: 5px;
	background-color: #ffffff;
}

.version {
	text-align: right;
}