div.gridbox_material.gridbox table.hdr td div.hdrcell select{ width:98% !important; }
div.gridbox_material.gridbox table.hdr td div.hdrcell input{ width:98% !important; }
div.gridbox_material.gridbox table.hdr td div.hdrcell{ padding:0px; text-align:center; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.gridHover { background: #ffdf9b; }

.spinner {
  display: block;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

.spinner > img {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height:150px;
    width:150px;
    transform: translate(-50%, -50%);
}

.loginModal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

.loginModalContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px rgba(1,1,1,0.4);
  width: 100%;
  min-width:300px;
  max-width:400px;
  border-radius: 4px 4px 0 0;
}

.loginModalContent > form {
  padding: 0 1.5em;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.loginModalHeader {
  padding: 1em;
  background-color: #0e3e63;
  border-radius: 4px 4px 0 0;
}

.loginModalHeader > h1 {
  margin: 0;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: normal;
  text-align: left;
  color: white;
}

.loginModalBody > form {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
}

div.loginFormGroup {
  margin: 1em 0;
}
div.loginFormGroup > label {
  display: block;
  position: relative;
  margin: 0.5em auto;
  padding: 0;
}
div.loginFormGroup > input {
  display: block;
  padding: 0.5em;
  width: 100%;
  height: auto;
  font-size: 1.1em;
  outline: none;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 2px rgba(1,1,1,0.5);
  box-sizing: border-box;
}

.loginFeedback {
    display: none;
    font-weight: bold;
    text-align: center;
    color: firebrick;
    border-radius: 4px;
    background-color: #FDD;
}

.loginModalButton {
  color: white;
  border: solid thin transparent;
  box-shadow: 0 0 2px rgba(1,1,1,0.4);
  background-color: #0e3e63;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-top: 10px;
  padding: 1.24em 0 1.22em;
  min-width: 6em;
  height: 32px;
  font-size: 13px;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  outline: none;
  border-radius: 4px;
}

.loginModalButton:disabled {
  opacity: 0.5;
}

.loginModalFooter {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}
