

/* Modal Popup Styles */

.waitScreenVisibility { /*DO NOT REMOVE ME!* needed for modal waitscreens*/
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: 0;
}

.modalBackground {
	background-color: #AAAAAA;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup  {
	border: 3px solid #003399;
	padding: 3px;
}

.modalPopup, .modalBody {
	background:none;
	background-color: #E9EDF6;
}

.modalContainer {
	text-align: left;
	padding: 10px; 	
	width:auto;
}

#modalContentDiv .modalContainer {width:600px;}

.modalWaitScreenPopup { 
	text-align: left; 	
	width: 553px; 
	height: 284px;
	padding: 0px;
}

.modalWaitScreenBackground { /*Controls style and background of Waitscreens*/
	width: 553px; 
	height: 284px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.modalWaitScreenPLCodeBackground { 
	width: 553px; 
	height: 284px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

    @media (max-width: 414px) {
        #fakeModalParentDiv.ext-fake-modal {
        position: fixed;
        z-index: 100001;
        left: 0px;
        top: 0px;
        height: 100vh;
        width: 100vw;
        border: 2px solid red;
    }
}

    @media (min-width: 415px) {
        #fakeModalParentDiv.ext-fake-modal {
            z-index: 1050;
            position: relative;
            margin: 0 auto;
        min-width: 320px;
        max-width: 600px;
         border: 2px solid green;
    }
}
/***** End Modal Popup Styles *****/



/* Search Panel Progress Update Styles */

#searchProgressField {
	position: absolute;
	z-index: 99; 
    padding-top: 30px;
    font-size: 170%;
    text-align: center;
	width: 145px;
    *margin: 0 0 0 -5px;
	background: #FFFFFF;
}

#searchProgressFieldlong {
	position: absolute;
	z-index: 99; 
    padding-top: 30px;
    font-size: 170%;
    text-align: center;
	width: 228px; 
	background: #FFFFFF;
}


/* WAITSCREEN STYLES
************************************/

.waitscreen-modal-wrap {
    background: url("https://trisept.widen.net/content/gw6vcxuvbw/png/UNI_IMG_WAITSCREEN_generic-waitscreen-2025.png") no-repeat;
    background-size: 100%;
    width: 569px;
    height: 282px;
    border: 0;
}

.wait-search {
    background: url("https://trisept.widen.net/content/gw6vcxuvbw/png/UNI_IMG_WAITSCREEN_generic-waitscreen-2025.png") no-repeat;
}

.waitscreen-modal-wrap  .waitscreen-ind 
{
    margin: 0;
    text-align: left;
    position: absolute;
    top: 112px;
    left: 140px;
}

.waitscreen-modal-wrap .fa-3x 
{
    font-size: 30px;
    color: #fff;
}


/***** mobile waitscreen *****/
@media (max-width: 641px) 
{ 
    .waitscreen-modal-wrap,
    .plwait-modal-wrap
    {
        width: 300px;
        height: 161px;
        margin: 0 auto;
        background-size: contain;
    }
    
    .wait-search 
    {
        background-size: contain;
    }

    #fakeModalParentDiv.ext-fake-modal
    {
        background-size: contain;
    }
}

@media (max-width:414px)
{
   .waitscreen-modal-wrap,
   .plwait-modal-wrap
    {
        position: relative;
        top: 200px;
        transform: revert;
    }

    #modalExtPostBox .waitscreen-modal-wrap,
    #modalExtPostBox .plwait-modal-wrap 
    {
        top: 0;
    }

   .modalWaitScreenPopup 
   {
        background: revert; 
    } 
}

#pegaChatWidget {
  z-index: 999;
}
