.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
}

.modal > div {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    /*min-width: 50%;*/
    max-width: 90%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fff);
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff); 
}

/* Modal Content */
.modal-content {
	top: 200px;
	min-width: 700px;
	max-width: 85%;
}

.modal-content .modal_header {
    padding: 1.2% 2.3% 1.2% 2.5%;
    background-color:var(--main-link-hover-color);
    border-radius: 10px 10px 0px 0px;
    color:white !important;
}

.modal-content .modal_body {
    padding: 1.5% 2.5% 1.5% 2.5%;
    max-height:570px;
    overflow-y:auto;
}

.modal-content .modal_footer {
    padding: 1.2% 2.5% 1.2% 2.5%;
    border-top: 1px solid #d7d7d7;
    background-color:#fafafa;
    border-radius: 0px 0px 10px 10px;
}

.modal-content .saveModalButton {
    float:right; 
    background-color:var(--main-link-hover-color); 
    color:white;
    margin:0px;
    text-transform: initial;
    height:initial;
    padding: 10px 12px;
}

.modal-content .closeModalButton {
    margin:0px;
    text-transform: initial;
    height:initial;
    padding: 10px 12px;
}

.modal-content .saveModalButton i {
    padding-right: 10%;
    font-size: 1em;
}

.modal-content .saveModalButton:disabled {
    cursor: not-allowed !important;
}

.message_center_detail_modal > .modal-content {
    max-height:500px;
    overflow-y:auto;
    overflow-x:hidden;
}

.message_center_detail_modal {
    overflow: initial;
}
.modalDialog {
    position: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    /*opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;*/
}
/*.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}*/
.modalDialog > div {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fff);
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff);
}
.close {
    color: #FFFFFF;
    line-height: 25px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    z-index: 2;
}

/* code snippets modal */
.showBio_json_visual{
    top: 200px;
    min-width: 700px;
    max-width: 85%;
}

.showBio_json_visual .showBio_header{
    padding: 2% 2.3% 1.2% 2.5%;
    background-color:var(--main-link-hover-color);
    border-radius: 10px 10px 0px 0px;
    color:white !important;
}

.showBio_json_visual .showBio_body{
    padding: 0% 2.5% 2% 2.5%;
    max-height:570px;
    overflow-y:auto;
}

.showBio_json_visual .showBio_footer{
    padding: 2% 2.5% 1.2% 2.5%;
    border-top: 1px solid #d7d7d7;
    background-color:#fafafa;
    border-radius: 0px 0px 10px 10px;
}

.showBio_json_visual .closeBioButton {
    margin:0px;
    text-transform: initial;
    height:initial;
    padding: 12px 12px;
}

.showBio_header .fa-book {
    font-size:1.2em;
    margin-right:0.7%;
}

#showBio_json_visual .security_test_icons_modal {
    width:25px;
    vertical-align:bottom;
    margin-right:1%;
}
#showBio_json_visual .icon_and_title {
    padding-bottom:1%;
}
