/* The Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999999999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.custom-modal-content {
    background-color: #fefefe !important;
    margin: auto;
    border: 1px solid #888 !important;
    width: 90%;
    max-width:700px !important;
    text-align:center !important;
    font-family:Arial !important;
}

.custom-modal-content a{
	text-decoration:none;
}

.custom-modal-title{
	color: #5797ff !important;
	font-size:30px !important;	
}

.custom-modal-content .inner-content{
	padding:20px !important;
}

/* The Close Button */
.custom-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.custom-close:hover,
.custom-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.custom-modal-accpet-button{
	width:100%;
	height: 50px;
	line-height:50px;
	background-color:#5797ff !important;
	color:white !important;
	font-size:25px !important;
	text-align:center;
	cursor: pointer !important;
}

.custom-modal-accpet-button:hover{
	color:#E8E8E8 !important;
	font-size:29px !important;
}

