﻿#ctl00_divMainContent .modal-content { background-color: transparent !important; border: 0px; }
// #ctl00_divMainContent .modal-content { background-color: #fff !important; border: 0px; }
#ctl00_ContentPlaceHolder1_ph001 { display: none; }
/* Modal Content/Box */
.fullPageBlack .modal-content {
        margin-top: 20%;
        margin-left : auto;
        margin-right : auto;
        padding: 0px;
        border: 0px solid #888;
  padding: 10px;
  /*background-color: transparent !important;*/
}
#ctl00_ContentPlaceHolder1_divContainer .greenBorder01 { 
  background-color: transparent !important; border: 0px; text-align: center;
}
.fullPageBlack {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
  	/* background-color: rgb(255 255 255 / 85%); */
    background-color: rgb(43 70 55 / 75%); /* Black w/ opacity */
    box-sizing: border-box;
    border : none 0;
}
//iframe {background-color: transparent;}
.modal-content {
//border-radius: 15px;
//-webkit-border-radius: 15px;
//-moz-border-radius: 15px;
//-moz-box-shadow: 0px 0px 20px rgba(219,179,255,1);
//-webkit-box-shadow: 0px 0px 20px rgba(219,179,255,1);
//box-shadow: 0px 0px 20px rgba(219,179,255,1);
  filter: drop-shadow(0px 0px 50px #ccff99);
}