﻿/* The Modal (background) */
.modalv2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* 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 */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
/* Modal Content */
.modal-contentv2 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 95%;
    min-height:9%;
    text-align:center;
    color:#63655B;
    overflow: scroll;
    margin-top:5%;
}
.modalv2 .success_ {
    -webkit-box-shadow: 1px 1px 7px 1px rgba(148,205,255,1);
    -moz-box-shadow: 1px 1px 7px 1px rgba(148,205,255,1);
    box-shadow: 1px 1px 7px 1px rgba(148,205,255,1);
}
    .modalv2 .success_ .titleicon {
        background-image: url('../images/good_or_tick.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: 17px;
        font-weight: bold;
        height: 100%;
        border-left: 0px solid #CEE282;
    }
/* The Close Button */
modal-contentv2.closev2 {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    /*background-image: url('../images/delete.png');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


    modal-contentv2.closev2:hover,
    modal-contentv2.closev2:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
