﻿/*===========================================================================*/
/* Messsage Box */

.MsgBox 
{
  position: relative;
  z-index: 1000;
}

.MsgBoxPan
{
  position: relative;
  width: 100%;
  height: 100%;
}

.MsgBoxPanCmd
{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: right;
  z-index:1;
}

.MsgBoxIco 
{
  position: absolute;
  left: 4px;
  top: 0px;
}

#TextSizeCt, .MsgBoxTxt 
{
  font-family: Verdana, sans-serif !important;
  font-size: 11px !important;
}

.MsgBoxTxt 
{
  position: absolute;
  left: 4px;
  top: 5px;
  overflow-wrap: break-word;
}

.MsgBoxButton 
{
  min-width: 100px;
  max-width: 100px;
  margin-left: 4px !important;
}

.MsgBoxIcoError, .MsgBoxIcoQuestion, .MsgBoxIcoWarning, .MsgBoxIcoInfo 
{
  display: block;
  width: 32px;
  height: 32px;
}

.MsgBoxIcoError 
{
  background-image: url(../img/common/32/error.png);
}

.MsgBoxIcoQuestion 
{
  background-image: url(../img/common/32/question.png);
}

.MsgBoxIcoWarning 
{
  background-image: url(../img/common/32/warning.png);
}

.MsgBoxIcoInfo 
{
  background-image: url(../img/common/32/info.png);
}

span.MsgBoxTxtInput 
{
  width: 100%;
  max-width: 100%;
}

#TextSizeCt
{
  display: none;
  position: fixed;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  white-space: nowrap;
}

.msgBoxTxtPan 
{
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding-top: 4px;
}

.msgBoxLib 
{
  margin-right: 4px;
  padding-top: 5px;
}