/**
@author: Allan Amevor
*/
.z-overlay-md {
    position: fixed;
    z-index:100000;
    padding: 20px;
    background-color: #eee;
    box-sizing: border-box;
    padding: 45px 20px 20px 20px;
    display: none;
  }

  .z-overlay-inner{
    position: relative;
    display: block;
    width: 100%; 
    height: auto;
    padding: 10px 10px 10px 10px;
    overflow-y: auto;
  }

  .righttop {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .rightbottom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-right: 20px;
  }

  .boxshadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
  }

  /* Button */
  .wrc-btn {
    box-sizing: border-box;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 15px 30px 15px 30px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: button;
    background-color: #f8f9fa;
    border: 0;
  }

  .wrc-control{
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 10px 10px 10px;
    border: 0;
    width: 80%;
    background-color: #f8f9fa;
  }

  .wrc-label{
    display: inline-block;
    padding: 10px 10px 10px;
  }
  .wrc-form-group{
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 10px 0px 10px 0px;
  }
  .wrc-form-group input[type=text], input[type=password], input[type=email], input[type=url], textarea{
    width: 100% !important;
  }
  .wrc-message{
    margin-left: 10px;
  }

  .wrc-info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
      margin-bottom: 15px;
    padding: 10px 12px;
  }

  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
.commentlist .reply a.comment-reply-link{
    right: 160px;
}
.commentlist .reply a.comment-reply-login{
    right: 160px;
}
#CommentReportFormModal{
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-left: none;
    height: auto;
}
#CommentReportFormModal button#close-report-comment-btn{
  background: #000 !important;
}
#CommentReportFormModal .z-overlay-inner form .wrc-btn.report-comment-btn{
  background: #000 !important;
  color: #fff !important;
}
#CommentReportFormModal .z-overlay-inner{
   margin-top: 0px !important;
}