﻿ @font-face
        {
            font-family: 'arab1';
            src: url('Arabic.otf');
        }


#PPPpopup_title {
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #eaeaea;
  font-size: 12px;
  line-height: 35px
}

#PPPpopup_panel {
  padding: 5px;
  border-top: 1px solid #eee;
  text-align: right
}

#PPPpopup_content {
  padding: 5px;
  width: 75%;
  min-height: 50px;
  text-indent: 30px;
  direction: rtl;
}

.PPPmodal-content 
{
    font-family:arab1;
        text-align: right;
    transform: translate(-50%, -50%);
    top: 35% !important;
    left: 50% !important;
  position: relative;
  outline: 0 none;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
      direction: rtl;
}

.PPPmodal-header {
  padding: 15px;
  width: 100%!important;
  min-width: 400px;
  min-height: 16.43px;
  border-bottom: 1px solid #e5e5e5
}

.PPPmodal-body {
  position: relative;
  padding: 15px;
  font-size: 15px;
}

.PPPmodal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  text-align: right
}
