.popupContainer
{
	position: absolute;
	top: 0px;
	left: 0px;	
	display: none;
	z-index: 10;
	ainmation:initial;
}
.popupTable, .ReactModal__Content
{
    border-spacing: 0px;
    border-collapse: separate;
	height: 100%;
	width: 100%;
	background-color: rgb(255, 255, 255);
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
td.popupTable
{
	padding: 0px;
}
.detached .popupMainCell
{
	padding-bottom: 0px;
}
.detached .PackageButtonHolder
{
	padding-bottom: 0px;
}
.popupMainCell
{
	padding: 15px 18px 0 18px;
}
.popupMainCell.Frame
{
	padding: 0px;
}
.popupContainer.modal
{
	
}
.popupContainer.Attention .popupTitlebar>td{
  background: #043765;
}
.popupContainer.Attention .popupTitlebar>td>span{
  color: white;
}
.popupMainCell.Frame iframe
{
	padding: 0px;
	border-radius: 5px;
	width: calc(100% - 4px);
	height: 100%;
	border: none;
}

.popupTitlebar 
{
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	height: 28px;
	transition: color 2s;
	transition: background-color 2s;
}
.popupTitlebar > td:first-of-type{
	width: 0px;
	padding-right: 18px;
}
.popupTitlebar .popupHeaderIcon{
	display:none;
}
.popupTitlebar > tr{
	padding:0px;
	marging:0px;
}
.popupTitlebar > td > span,  .ReactModal__Content > div:first-of-type{
	font-size: 18pt;
	transition: color 2s, background-color 2s;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	background-color: transparent;
	border: none;
}
.ReactModal__Content[aria-label="updatesoftware"] > div:first-of-type {
	text-align: left;
	padding-left: 18px;
}
.ReactModal__Content > div:first-of-type{
	padding-top: 10px;
}
.popupTitlebar > td{
	text-align: left;
	
	padding:0px;
	margin: 0px;
	transition: background 2s;
	border-width: 0px;
	padding-top: 9px;
}
.popupTitlebar > td:last-of-type{
	min-width: 120px;
	padding-right: 16px;
	text-align: right;	
}


.popupFaderContainer 
{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: block; 
	background-color: #333
	
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 5;
}


.popupHeaderIcon, .popupHeaderButton{
    cursor: pointer;
	margin:2px;
	padding: 0px;
	transition: all 1s ;
	color: #000000;
	width: 32px;
	height: 32px;
	text-align: right; 
	border-radius: 50%;
	display: inline-block;
}
.ReactModal__Content .popupHeaderButton{
	background: transparent;
	border: none;
	padding-top: 5px;
	padding-right: 40px;
}
.ReactModal__Content{
    position: fixed;
    top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%);
    width: calc(100vw - 380px);
    max-width: calc(100vw - 380px);
    min-height: 400px;
    height: calc(100vh - 225px);
    max-height: calc(100vh - 225px);
    overflow: auto;
}
.popupHeaderButton::before{
	
	font-size: 25pt;
	position:relative;
	top: -11px;
	left: 0px;
}
.popupHeaderIcon i{
}
.popupHeaderButton.Minimise{
}
.popupHeaderButton.Minimise::before{
	top: -16px;
	left: 13px;
	content: "_";
}
.popupHeaderButton.Maximise{
}
.popupHeaderButton.Maximise::before{
	top:-5px;
	content: "?";
}
.popupHeaderButton.Close{
}
.popupHeaderButton.Close::before{
	content: "x";
}

.popupButtonHolder{
	height: 100%;
	background-color: rgb(255, 255, 255);
    border-spacing: 0px;
    border-collapse: separate;
	margin: auto;
}
td.popupButtonHolder
{
	padding: 0px;
}

.popupMainCell .AlertMessage {
	text-align: left; 
	min-width: 450px;
	max-width: calc(100vw - 10px);
	max-height: calc(100vh - 450px);
}

.popupFooterHolder > td:first-of-type {
}
.popupFooterHolder > td:last-of-type {
	width: 0px;
}
.popupFooterHolder > td{
	padding-bottom: 16px;
}
.popupFooterHolder td.Center{
	text-align:center;
	padding-left: 123px;
}
.popupButtonHolder td.buttonCell input{
	margin-left: 4px;
	margin-right: 4px;
}

.popUpButton {
	vertical-align: top; 
}

.popupResizer{
	height:12px; 
	width:12px; 
	cursor: se-resize; 
	position: absolute; 
}
.popupResizer > svg {
	transform: rotate(90deg);
}
.popupModalHider, .ReactModal__Overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #04376577
}

/*Minimise Tile CCS*/
.popupTileHolder{
    position: absolute;
    left: 660px;
    top: 0px;
    height: 36px;
    width: calc(100vw - 875px);
    display: flex;
    z-index: 5;
}
.popupTile{
	background-color: rgb(243,243,243);
	color: #333;
	border: rgb(243,243,243) none 1px;
	border-style: none;
	max-width: 175px;
	min-width: 20px;
	height: 41px;
	transition: background-color 0.5s;
	flex-shrink: 1;
	flex-basis: 175px;
} 
.popupTileHolder .popupTile:first-child{
	border-left-style: solid ;
	border-bottom-left-radius: 5px;
}
.popupTileHolder .popupTile:last-child{
	border-right-style: solid ;
	border-bottom-right-radius: 5px;
}
.popupTile div{
	width: 45%;
	max-width: 30px;
	height: calc( 100% - 9px);
	display: inline-block;
	float: left;
	margin-top: 12px;
}
.popupTile .textHolder{
	overflow: hidden;
	white-space: nowrap;
	width: calc( 100% - 65px);
	max-width: 110px;
	cursor: pointer;
}
.popupTile .textHolder.hasAlt {
	width: calc( 100% - 95px);
}
.popupTile div.Action.Close{
	min-width: 10px;
}
.popupTile .Action.Close i{
	font-weight: lighter;
	font-size: 12px;
	color: rgb(109,109,109);
}
.popupTile .iconHolder, .popupTile .Action{
	/*font awesome icon tag */
	color: rgb(109,109,109);
	text-align: center;
	/*image icon */
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 7px 0px;
	cursor: pointer;
}
.popupTile .Action i{
    border-radius: 50%;
    border: solid transparent 2px;
}
.popupTile .iconHolder i{
	font-size: 20px;
	margin-top: -2px;
}
.popupTile .Action:hover i{
    border-radius: 50%;
    border: solid black 2px;
    background-color: #333
}
.popupTile .Action.Close:hover i{
    border: solid #dbdbdb 2px;
    background-color: #dbdbdb;
}

.popupTile .Separator{
	width: 5%;
	max-width: 2px;
	color: rgb(180,180,180);
	font-size: 17pt;
	margin-top: 3px;
	position: absolute;
	padding: 1px;
	z-index: 100;
	font-weight: lighter;
}
.popupTileHolder .popupTile:last-child .Separator{
	display: none;
}

.popupTile.Attention, .ReactModal__Content.Attention > div:first-of-type{
	background-color: #043765 !important;
	color: white !important;
}
.ChatCountBox {
    font-weight: bolder;
    font-size: 10pt;
    position: relative;
    top: -30px;
    left: 0px;
    text-align: center;
}



.popupTile:active{ /* This tile has been clicked */
}
.popupTile.Minimised{
}
.popupTile.Minimised:hover, .popupTile.Open:hover, .popupTile.Pinned:hover {
	background-color: rgb(250,250,250);
}
.popupTile.Open{/* This tiles dialog is visible */
	background-color: rgb(250,250,250);
}



/*Alternate 'Pinned' CSS */
.AltHolder{
}
.AltHolder.popupTile.Open{
}
.popupTile.AltHolder .AltTone{ 
}
.popupTile.AltHolder:hover .AltTone{ 
}
.popupTile.AltHolder .AltIcon.Primary{ 
}
.popupTile.AltHolder .AltIcon.Secondary{ 
}
.popupTile.AltHolder .AltClicker.Primary{ 
}
.popupTile.AltHolder .AltClicker.Secondary{ 
}