﻿html, body, #loginContainer {
  width: 100%;
  height: 100%;
}

body {
  padding: 0em;
}

div#loginContainer {
  position: absolute;
  background-color: inherit;
  overflow-y: hidden;
  overflow-x: hidden;
}

div#divLogin, div#divPopupSetup {
  width: 260px;
  height: 300px;
  margin: 0 auto;
  position: static;
  border: 1px solid #BCBCBC;
  padding: 26px;
}

div#divLoading {
  width: 260px;
  height: 250px;
  margin: 0 auto;
  position: static;
  padding: 26px;
}

  div#divLoading table {
    margin-top: 80px;
    width: 100%;
    vertical-align: middle;
  }

div#dummy {
  height: 50%;
  width: 100%;
  margin-bottom: -155px;
}

.ui-content {
  padding: 0px;
}

#btnLogin {
  margin-top: 25px;
}

#dvPrinters-popup {
  height: calc(100% - 60px) !important;
  width: 600px !important;
  max-width: 600px !important;
}

#dvPrinters {
  height: 100% !important;
  width: 100% !important;
}

@media only screen and (max-width : 600px) {
  #dvPrinters-popup, #dvPrinters {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
