.admin-section {
    background-color: #fcc;
    border: 2px solid red !important;
}

.modal {
    background-color: white;
    border-radius: 10px;
    display: none;
    max-height: calc(100% - 100px);
    position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 990;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .modal {
        width: 90%;
    }
}

.modal-body {
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    overflow-y: scroll;
}
.modal-body::-webkit-scrollbar {
    display: none;
}
.modal-overlay {
    background-color: black; /* transparentize(black, .5); */
    opacity: 0.5;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 980;
}
.modal-footer {
    text-align: center;
}

#cheatsheet_overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#cheatsheet_modal {
    position:absolute;
    z-index: 999;
	background:url(tint20.png) 0 0 repeat;
	background:rgba(0,0,0,0.2);
	border-radius:14px;
    padding:8px;
    width: 90% !important;
}

#cheatsheet_modal table td {
    padding: 3px;
}

#cheatsheet_content {
	border-radius:8px;
	background:#fff;
    padding:20px;
}

#cheatsheet_close {
	position:absolute;
	background:url(/wp-content/themes/idc-theme/workform12/close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
}


#admin_notes_overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#admin_notes_modal {
    position:absolute;
    z-index: 999;
	background:url(tint20.png) 0 0 repeat;
	background:rgba(0,0,0,0.2);
	border-radius:14px;
    padding:8px;
    width: 90% !important;
}
#admin_notes_modal table td {
    padding: 3px;
}
#admin_notes_content {
	border-radius:8px;
	background:#fff;
    padding:20px;
}
#admin_notes_close {
    /*
    position:absolute;
	background:url(/wp-content/themes/idc-theme/workform12/close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
    right:-7px;
    */
}

#admin_email_overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#admin_email_modal {
    position:absolute;
    z-index: 999;
	background:url(tint20.png) 0 0 repeat;
	background:rgba(0,0,0,0.2);
	border-radius:14px;
    padding:8px;
    width: 90% !important;
}
#admin_email_modal table td {
    padding: 3px;
}
#admin_email_content {
	border-radius:8px;
	background:#fff;
    padding:20px;
}
#admin_email_close {
    /*
    position:absolute;
	background:url(/wp-content/themes/idc-theme/workform12/close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
    right:-7px;
    */
}

.workform-add-email {
    text-decoration: underline;
}