/* The Modal (background) */
.modal {
    display: block;
    position: fixed;
    z-index: 1000; 
    padding-top: 2%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    position: absolute;
    background-color: #ffffff;
    margin: auto;
    padding: 0;
    width: 70%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.6s;
    animation-name: animatetop;
    animation-duration: 0.6s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.w40{
	width:40%
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-100px; opacity:0}
    to {top:50%; opacity:1}
}

@keyframes animatetop {
    from {top:-100px; opacity:0}
    to {top:50%; opacity:1}
}

/* The closePopUp Button */
.closePopUp {
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.closePopUp:hover,
.closePopUp:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 0px;
    background-color: transparent;
    color: #ffffff;
	text-align: right;

}
.modal-header h2{
  margin: 3px;
}
.modal-body {padding: 2px 16px;text-align: center;}
.modal-body-img {padding: 25px 25px 0 25px;text-align: left;display:grid;}

.modal-body-img > img { width: 100%}

.modal-body-img .dataPopUp {
    text-align: left;
    font-size: 15px;
    font-family: 'Futura','Futura Com',Verdana,sans-serif;
}
.modal-body-img .stripe_title{
    color:#e85113;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    /* font-weight: bold; */
    margin: 10px 0 0px 0;

}
.modal-body-img p{
    text-align: left;
    font-family: 'Futura Com',Verdana,sans-serif;
    margin: 5px 0;
}
.border{
    border-bottom: 1px dotted #e85113;
    margin: 20px 0;
}
.modal-footer {
    padding: 2px 25px 25px;
    background-color: #fff;
	text-align: center;
}

.closePopUpBtn > h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 2px;
}

.closePopUpBtn{
    width:120px;
    display: block;
    background-color:#e85113;
    font-family: 'Futura Com',Verdana,sans-serif;
    margin-left: auto;
}

@media only screen and (max-width: 1024px) {
	.modal-content {
		width: 80%;
    }
    
}@media only screen and (max-width: 600px) {
	.modal-content {
        width: 95%;
        top: unset;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .modal-body-img .dataPopUp {
        text-align: left;
        font-size: 12px;
        font-family: 'Futura','Futura Com',Verdana,sans-serif;
    }
    .modal-body-img .stripe_title{
        color:#e85113;
        text-align: left;
        text-transform: uppercase;
        font-size: 17px;
        /* font-weight: bold; */
        margin: 10px 0 0px 0;
    
    }
    .modal-body-img p{
        text-align: left;
        font-family: 'Futura Com',Verdana,sans-serif;
        margin: 5px 0;
        font-size: 15px;
    }    
    .border {
        border-bottom: 1px dotted #e85113;
        margin: 10px 0;
    }
}
