/*
Theme Name: AGBU Chapters
Theme URI: 
Description: 
Author: Marianne Do, Barrel
Author URI: http://barrelny.com/
Version: 1.0
Tags: responsive
*/

@import "css/main.css";

.msgModal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.msgModal .modal-content {
	position:relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 47%;
	height: 90px;
}

.msgModal .modal-body{
	font-size: 20px;
	text-align: center;
	padding-top: 24px;
}

.modal-done-btn{
	text-align: center;
    font-size: 22px;
    cursor: pointer;
    margin-top: 12px;
}

.msgModal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
    top: -5px;
    right: 6px;
}

.msgModal .close:hover,
.msgModal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
} 