﻿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;
  }
}

/*#dvWindowConnectionString-popup {
    top: 35% !important;
    left: 35% !important;
}*/

/*#dvStationSelection-popup {
    top: 50px !important;
    left: 50px !important;
}*/


.confirm-popup {
    width: 300px;
    max-width: 95%;
    padding: 0;
    border-radius: 6px;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

/* Header (grey area + red close btn) */
.popup-header {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
}

/* Red close X */
.popup-close {
    color: white;
    background: #e74c3c;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

/* Message text */
.confirm-message {
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

/* Buttons container */
.confirm-buttons {
    padding: 10px 20px 20px 20px;
}

/* Button colors (match Submit style) */
.yes-btn {
    width: 100%;
    margin-bottom: 10px;
}

.no-btn {
    width: 100%;
    background: #e0e0e0 !important;
    color: #333 !important;
}