.myclass .ZebraDialog_Body {
    background: #ffffff;
    font-size: 21px;
    border-top: 1px solid #dcdcdc !important;
    border-bottom: 1px solid #dcdcdc !important;
}
.alertclass .ZebraDialog_Body {
    background: #ebda7b;
    font-size: 21px;
}
.ZebraDialog {
    width: 450px;
    background-color: #fff;
    border: 1px solid #f7941d;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(181 181 181);
    -moz-box-shadow: 0px 0px 9px 0px rgba(181,181,181,1);
    box-shadow: 0px 0px 9px 0px rgb(181 181 181);

}
.myclass .ZebraDialog_Title {
    background-color: #f7941d;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border: 0px;
    padding: 15px;
}

.ZebraDialog .ZebraDialog_Buttons {
    padding: 15px;
    display: flex;
    justify-content: center;
}
.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
    color: #fff;
    margin: 12px;
}
.ZebraDialog .ZebraDialog_Buttons a{
    margin-right: 12px;
}
.ZebraDialog .ZebraDialog_Buttons a {
    background-color: #f7941d !important;
    font-size: 16px;
    background-image: none !important;
}
.ZebraDialog .ZebraDialog_Buttons a:hover {
    background-color: #fff !important;
    color: #f7941d;
    border: 1px solid #f7941d;
}

 .poster-pdf-iframe-container {
     position: relative;
 }
.poster-pdf-iframe-button {
    display: block;
    position: absolute;
    top: 0;
    color: #fff;
    right: 0;
    text-align: right;
    background-color: rgb(0 0 0 / 75%);
    padding: 8px 12px 8px 14px;
    border-radius: 0;
}
.poster-pdf-iframe-button:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
}
.poster-pdf-iframe-button:hover {
	background-color: #707070;
	color: #fff;
}

/* Only show the button when the parent is hovered: */

.poster-pdf-iframe-container:hover .poster-pdf-iframe-button {
    display: initial;
}
#pdf_reader  embed {position:static !important;}
#pdf_reader  body {background-color: transparent !important;}
