/*Popup Message
==============================*/
.modal-dialog {
     max-width: 900px;
     width: 100%;
}


.modal {
     z-index: 999999 !important;
}
.modal-content {
     margin-top: 120px;
     background-color: #ffffff;
     border: none;
     box-shadow: none;
    opacity: 1;
}
.modal-backdrop.show {
     filter: alpha(opacity=7);
     opacity: .7;
}

button.close {
     float: right;
     font-size: 50px;
     font-weight: 400;
     line-height: 1;
     color: #000;
     text-shadow: 0 0px 0 #fff;
     filter: alpha(opacity=1);
     opacity: 1;
     border: none;
     outline: none;
}
button.close:hover {
     float: right;
     font-size: 50px;
     font-weight: 400;
     line-height: 1;
     color: #be9b77;
     text-shadow: 0 0px 0 #fff;
     filter: alpha(opacity=1);
     opacity: 1;
     border: none;
     outline: none;
}

.modal-header {
     position: relative;
     border: none;
     z-index: 999;
     padding: 0px;
     min-height: 1px;
}
.newclassclose {
     position: absolute;
     margin: 0;
     top: -23px; /* half height of "X" image, just for nice placing*/
     right: -23px; /* half width of "X" image, just for nice placing*/
     opacity: 0.9;
     cursor: pointer;
}
.newclassclose:hover img {
     opacity: 1;
}

.msg-img-spacing {
    padding-left:5px;
    padding-right:5px;
}
.msg-img-spacing-left {
     padding-right:5px;
}
.msg-img-spacing-right {
   padding-left:5px;
}
.msg-img-spacing-bottom {
    padding-bottom:5px;
}
.popupmessage {
    text-align:center;
    border:0px solid red;
    padding:20px;
}
.popupmessagetitle {
    font-size:36px;
    line-height:42px;
    color: #0f2a4f;
    font-weight:500;
    text-align:center;
    margin-bottom:10px;
}
.popupmessagetext {
   
    font-weight:400;
    line-height:30px;
    margin-bottom:10px;
}



