﻿/* The Modal (background) */
#pushwooshModal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    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/Box */
#pushwooshModal .modal-content {
    direction: rtl;
    text-align: right;
    background-color: #fefefe;
    margin: 4% auto 0 11%; /* 15% from the top and centered */
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #f4f4f4;
    width: 473px;
    overflow:hidden;
    padding-bottom:40px
}
#pushwooshModal  .modal-content p { 
font-family: almoniDL400;
  font-size: 23px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #1a1a1a;
  }
#pushwooshModal .icon { float:right; width:125px; margin-top:10px}
#pushwooshModal .icon img { margin:23px 40px 0 0}
#pushwooshModal .txt { float:right; width:300px; margin-top:10px}
#pushwooshModal .btnApproved {font-family: almoniDL400; width: 130px;height: 37px;background: #cc0100; color:#fff; margin-left:21px; border:0; cursor:pointer; font-size:18px;     text-align: center;}
#pushwooshModal .btnBlocked {font-family: almoniDL400; width: 130px;height: 37px;background: #fff; color: #787878; border:0; cursor:pointer;  font-size:18px;     text-align: center;}

/* The Close Button */

#pushwooshModal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#pushwooshModal    .close:hover,
    #pushwooshModal .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
