/*
	Modal Element Settings
	----------------------
*/

.hidden {
	display: none;
}

#modal_body, #modal_body_deselect {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px;
}

#modal, #modal_deselect, #keys_modal, #keys_entity_modal {
	position: fixed;
	top: 40%;
	margin: auto 30%;
	min-width: 50%;
	opacity: 1.0;
	background-color: #fff;
	z-index: 1000;
}
.modal_header {
	padding: 5px;
	height: 35px;
}

#modal_title, #modal_title_deselect {
	font-weight:bold;
}

.modal_footer {
	background-color: #ffcc00;
	padding: 5px 15px;
}

#modal_close, #keys_modal_close, #keys_entity_modal_close, #modal_close_deselect {
	position: absolute;
	background-image: none;
	border: none;
	background-color: #ffcc00;
	right:0;
	top:0;
	opacity:1.0;
	color:#333;
	font-weight: bold;
	font-size:20px;
	padding: 5px;
}

.modal_overlay{
    opacity:0.5;
    background-color:#a6a6a6;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:999;
}

#all_or_page {
    margin-bottom: 5px;
}

.noHover{
    pointer-events: none;
}
	