﻿ /* The Modal (background) */
.newmodalpopup1 {
  
    position: fixed; /* Stay in place */
    padding-top: 40px; /* Location of the box */
	z-index:5000;
    left: 0;
    bottom: 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 */
.newmodalpopup1-content {
    position: relative;
    background-color: WhiteSmoke;
    margin: auto;
    padding:2px 2px;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
 
}

.newmodalpopup1-header {
    padding:0px 0px 0px 10px;
    background-color: #F62217;
    color: white;
    width: 100%;
    height:40px;
    
}

.newmodalpopup1-body {padding:2px 2px;}

.newmodalpopup1-footer {
    padding: 2px 16px;
    background-color: #fefefe;
    color: Black;
}
/* The Close Button */
.close1 
{
	z-index: 150; /* Sit on top */
    color: Black;
    float: left;
    font-size: 0.5em;
    font-weight: bold;
    width:30px;
    height:30px;
    
    background-image:url('Images/closebtn.png');
    background-color:White;
    border:0px solid DarkBlue;
    border-radius:15px 15px 15px 15px;
    margin-top:-40px;
    margin-right:0px;
}

.close1:hover,
.close1:focus 
{
	background-image:url('Images/closebtn.png');
    color: Red;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.6em;
    font-weight: bold;
    width:30px;
    height:30px;
     background-color:White;
}


.okbtn 
{
	
    color: Red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width:64px;
    height:65px;
    margin-right:0px;
    background-image:url('../images/closebtn.png');
    background-color:Transparent;
}

.okbtn:hover,
.okbtn:focus 
{
	z-index:50;
    color: Red;
    text-decoration: none;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    width:64px;
    height:65px;
    background-color:Transparent;
    
}