﻿
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 100%;
  font-family:Verdana,Arial;
}

input#txtUserName {
  display: block;
  color: navy;
  background: url('../Images/LogOnIcons.png') 0 4px;
  background-repeat: no-repeat;
  text-indent: 30px;
  height: 30px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #ffffff;
}
input#txtUserPass {
  display: block;
  color: navy;
  background: url('../Images/LogOnIcons.png') 0 -58px;
  background-repeat: no-repeat;
  text-indent: 30px;
  height: 30px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #ffffff;
}

#cmdLogin.ui-button {
  display: block;
  height: 35px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
}

img#imgLogIn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px 20px 0px;
}

img#imgLogo{
  display: block;
  width: 100%;
}

div#logonBox{
  max-width: 844px;
  min-width: 220px;
  border: solid 2px;
  border-color: lightGray;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

div#container {
  max-width: 864px;
  margin: auto;
  padding: 10px;
}

div#remember {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-size: 0.8em;
  width: 200px;
  color: gray;
}

div#lblErr{
  color: navy;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0px 20px;
  display:inline-block;
}

.hidden {
  display: none;
}

#btnChangeCustomer {
  float: right;
  font-size: small;
  margin: 3px;
  display:none;
}

#lnkPM, #lnkMWC {
  float:right;
  font-size:xx-small;
  margin:10px;
}

/* Select company page */
div#divCo {
 	margin: 20px;
  color: navy;
  font-weight: bold;
}

#cmdGo {
  width: 100px;
  font-weight: bold;
  color: gray;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#lblCo, #txtCo, #cmdGo {
  margin: 10px 5px;
}