/* CSS Document */
/* Popup box BEGIN */
.hover_bkgr_fricc{
              background:rgba(0,0,0,.6);
              cursor:pointer;
              display:none;
              height:100%;
              position:fixed;
              text-align:center;
              left:0;
              top:0;
              width:100%;
              z-index:10000;
          }
          .hover_bkgr_fricc .helper{
              display:inline-block;
              height:100%;
              vertical-align:middle;
          }
          .hover_bkgr_fricc > div {
              background-color: #fff;
              box-shadow: 10px 10px 60px #555;
              display: inline-block;
              height: auto;
              text-align:left;
              max-width: 700px;
              min-height: 100px;
              vertical-align: middle;
              width: 80%;
              position: relative;
              border-radius: 8px;
              padding: 15px 5%;
          }
          .popupCloseButton {
              background-color: #fff;
              border: 3px solid #999;
              border-radius: 50px;
              cursor: pointer;
              display: inline-block;
              font-family: arial;
              font-weight: bold;
              position: absolute;
              top: -20px;
              right: -20px;
              font-size: 25px;
              line-height: 30px;
              width: 30px;
              height: 30px;
              text-align: center;
          }
          .popupCloseButton:hover {
              background-color: #ccc;
          }
          .trigger_popup_fricc {
              cursor: pointer;
              font-size: 12px;
              margin: 0px;
              display: inline-block;
              font-weight: bold;
          }
/* Popup box BEGIN */
#int_prefix_div {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: left;
    width:250px;
    height:250px;
    padding-left:1px; 
    padding-right:1px;
    left:0%;
    top:27px;
    overflow:auto;	
    display:none;
}
#int_prefix2_div {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: left;
    width:250px;
    height:250px;
    padding-left:1px; 
    padding-right:1px;
    left:0%;
    top:27px;
    overflow:auto;	
    display:none;
}
#int_prefixheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #ffffff;
    background-color: #2196F3;
    text-align: right;     
}

#addPaymentPopUp {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: right;
    width:350px;
    height:350px;
    padding-left:1px; 
    padding-right:1px;
    left:30%;
    top:10px; 
    display:none;
}
#addPaymentPopUpheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #ffffff;
    background-color: #2196F3;
    text-align: right;     
}
#popup_msg_add_payment {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
    width:350px;
    height:250px;
    padding-left:1px; 
    padding-right:1px;
    left:30%;
    top:10px; 
    display:none;
}
#popup_msg_add_paymentheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #ffffff;
    background-color: #2196F3;
    text-align: right;     
}