/*
 popup.js
*/

.QNET_Alert
{
  background-color:#fff;
  display:none;
  min-width:400px;
  max-width:600px;
  min-height:75px;
  position: absolute;
  text-align: center;
  overflow: hidden;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px outset #999;
}

.QNET_AlertButtonOK
{
  background-color:#ddd;
  color: #3399ff;
  display:inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight:bold;
  padding: 2px 5px;
  margin:5px;
  cursor:pointer;
  text-align: center;
  min-width:100px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px outset #999;
}

.QNET_AlertFooter
{
  border-top:1px solid #ccc;
  text-align: right;
  width:100%;
}

.QNET_AlertTitle
{
  background-color: #3399ff;
  color: #ffffff;
  font-family: arial;
  font-size: 17px;
  font-weight:bold;
  width:100%;
  height: 23px;
}

.QNET_AlertInner
{
  background-color:#fff;
  /*width:100%;*/
  /*height:calc(100% - 50px);*/
  font-family: arial;
  font-size: 15px;
  font-weight:normal;
  margin:20px;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  overflow-y:auto;
}

.QNET_ConfirmFooter
{
  border-top:1px solid #ccc;
  text-align: right;
  width:100%;
}

.QNET_ConfirmButtonOK
{
  background-color:#ddd;
  color: #3399ff;
  display:inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight:bold;
  padding: 2px 5px;
  margin:5px;
  cursor:pointer;
  text-align: center;
  min-width:100px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px outset #999;
}

.QNET_ConfirmButtonCancel
{
  background-color:#ddd;
  color: #3399ff;
  display:inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight:bold;
  padding: 2px 5px;
  margin:5px;
  cursor:pointer;
  text-align: center;
  min-width:100px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px outset #999;
}

.QNET_Overlay
{
  background-color: #AAAAAA;
  opacity: 0.7;
  position:fixed;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
}

.QNET_Wait
{
  background-color:#fff;
  display:none;
  min-width:500px;
  max-width:800px;
  min-height:75px;
  position: absolute;
  text-align: center;
  overflow: hidden;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px outset #999;
}

.QNET_WaitInner
{
  background-color:#fff;
  /*width:100%;*/
  /*height:calc(100% - 50px);*/
  font-family: arial;
  font-size: 25px;
  font-weight:normal;
  margin:10px;
  padding:10px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

