/* STYLE SHEET FOR "MY DATA VIEW" PLUGIN USER VERIFICATION PAGE */

body.shgdprdm-usr-page{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color:#F1F1F1;
}
.shgdprdm-usr-page p{
  margin-top:15px;
  margin-bottom:15px;
}
table.shgdprdm-table{
  background-color: #fff;
  background:#fff;
  border:1px solid #e5e5e5;
  box-shadow:0 1px 1px rgba(0,0,0,.04);
  text-align:left;
  border-spacing: 0;
  border-collapse: collapse;
  width: 85%;
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
}
table.shgdprdm-table th, table.shgdprdm-table td{
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
table.shgdprdm-table th {
  background-color:inherit;
}
table.shgpdrdm-table tbody + tbody {
 border-top: 2px solid #eceeef;
}
.shgdprdm-table-striped tbody tr:nth-of-type(odd) {
 background-color: rgba(0, 0, 0, 0.05);
}

.shgdprdm-table-striped tbody tr:nth-of-type(odd) th {
  background-color: initial;
}
.shgdprdm-table-condensed>tbody>tr>td, .shgdprdm-table-condensed>tbody>tr>th{
  padding: 5px;
}
.shgdprdm-table-responsive td{
  word-wrap: break-word;
  word-break: break-all;
}
table.shgpdrdm-table-responsive {
 display: block;
 /* width: 100%; */
 overflow-x: auto;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}
table.shgpdrdm-table-responsive.table-bordered {
 border: 0;
}
@media screen and (max-width: 767px){
  .shgdprdm-table.shgdprdm-table-responsive{
    max-width: 100%;
    width: 100%;
  }
}

.shgpdrdm-row{
  margin-left:15px;
  margin-right:15px;
}
.shgpdrdm-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
input[type='submit'].shgdprdm-usr-btn,
a.shgdprdm-usr-btn{
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  color: #fff;
  text-decoration: none;
  padding: 6px 14px;
  line-height: normal;
  font-size: 12px;
  vertical-align: baseline;
  height: auto;
  margin-bottom: 4px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  text-transform:capitalize;
  letter-spacing: normal;
  font-size:12px;
  font-family:Arial;
}
input[type="submit"].shgdprdm-usr-btn.shgdprdm-usr-btn-delete,
input[type="submit"].shgdprdm-usr-btn.shgdprdm-usr-btn-delete:hover{
  background:#dddddd;
  background-color:#dddddd;
  cursor:default;
  border-color:#696969;
  width:auto;
}
input[type='submit'].shgdprdm-usr-btn-regular,
a.shgdprdm-usr-btn-regular{
  background-color: #0085ba;
  border-color: #006799;
  box-shadow: 0 1px 0 #006799;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  font-weight: 500;
  width:auto;
}
input[type='submit'].shgdprdm-usr-btn-regular:hover,
a.shgdprdm-usr-btn-regular:hover{
  background-color: #008ec2;
  border-color: #006799;
  color: #fff;
}
.shgdprdm-user-view-failed-btn-container{
  margin-bottom:10px;
}
.shgdprdm-user-view-failed-btn{
  display:inline-block;
  padding:5px;
}
.test-red{
  color:red;
}
.shgdprdm_icon-xl.dashicons {
  font-size:35px;
  line-height: 40px;
  height: 40px;
  width:40px;
  padding-bottom: 8px;
}

.shgdprdm-notice{
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin: 5px 15px 2px;
  padding: 1px 12px;
}
.shgdprdm-notice.info{
  border-left: 4px solid #00a0d2;
}
.shgdprdm-notice.success{
  border-left: 4px solid #46b450;
}
.shgdprdm-notice.warning{
  border-left: 4px solid #ffb900;
}
.shgdprdm-notice.error{
  border-left: 4px solid #dc3232;
}
.shgdprdm-notice.is-dismissable{
  padding-right: 38px;
  position: relative;
}
.shgdprdm-usrmsg-container .dashicons-yes{
  background-color: blue;
  border-radius: 50%;
  padding-bottom: 0px;
  margin-bottom:8px;
}
/* Search Page */

#shgdprdm-admin .nav-tab-wrapper span.nav-heading {
  padding-left:15px;
}
#shgdprdm-search-label-container{
  display: inline-block;
    padding-right: 10px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
#shgdprdm-search-btn-container p.submit {
  padding-top:0px;
  margin-top:0px;
}
input[type='search'].shgdprdm_search-field {
  width:350px !important;
  height:50px !important;
  font-size: 25px !important;
  line-height: 50px !important;
}
input[type='submit'].button.search {
  background-color:#0073aa;
  width:50px !important;
  height:50px !important;
  font-size: 30px !important;
  line-height: 50px !important;
  color:#f7f7f7 !important;
}
#shgdprdm-search-btn-container{
  position:relative;
  top:5px;
  display:inline-block;
  font-family: dashicons;
}
/* #shgdprdm-search-btn-container p.submit{
  font-family: dashicons;
}
,
#shgdprdm-search-btn-container p.submit:after{
 #shgdprdm-search-btn-container p.submit:after,
input[type='submit'].button.search:after{
  position:relative;
  top:-10px;
  bottom:0;
  left:50%;
  right:0;
  content: "\f179";
  height:50px;
  width:50px;
  font-size:30px;
  line-height:50px;
  color:#f7f7f7;
} */

/* Options Page */
.shgdprdm-checkboxgroup {
  display: inline-block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  min-width:70px;
}
.shgdprdm-checkboxgroup input[type=radio] {
   -ms-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);

   margin-bottom: 5px;
}
.shgdprdm-checkboxgroup input[type="radio"]:checked+label {
  font-weight:bold;
}
.shgdprdm-checkboxgroup label {
  display: block;
}

#shgdprdm-search-extra-container th,
#shgdprdm-search-extra-container td {
  display:block;
}
#shgdprdm-search-extra-container .form-table {
  margin-bottom:-45px;
}

#shgdprdm-text-option-container .form-table
{
  display:inline-block;
  width:50%;
  float:left;
}
#shgdprdm-ppolicy-option-container .form-table
{
  display:inline-block;
  /* width:50%; */
  float:left;
}
#shgdprdm-text-option-container th,
#shgdprdm-ppolicy-option-container th {
  width:20%;
}

/* #shgdprdm-ppolicy-option-container td */
#shgdprdm-text-option-container td {
  width:85%;
}
#shgdprdm-text-option-container input[type='text'],
#shgdprdm-text-option-container textarea,
#shgdprdm-ppolicy-option-container input[type='text'] {
  width:100%;
  word-wrap: break-word;
  word-break: break-all;
}
/* #shgdprdm-ppolicy-option-container input[type='text']{
  width:100%;
  display:inline;
} */
#edit-shgdprdm-text-option,
#edit-ppolicy-option {
  display:inline-block;
  width:50%;
  margin-top: 35px;
}
#edit-shgdprdm-text-submit,
#edit-shgdprdm-ppolicy-submit {
  clear:both;
}

/* Search Results Page */
/* #shgdprdm-search-results-summary-details table thead {
  background-color:#0085ba;
  color:#fff;
} */
.shgdprdm-odd{
  background-color:#f9f9f9;
}
.shgdprdm-even{
  background-color:#fff;
}
/* Row for Each Displayed Search Record */
.shgdprdm-result-row{
  max-height:300px;
  overflow-x:hidden;
  overflow-y:auto;
  padding-bottom: 15px;
}
#shgdprdm-total-record-count-display img,
#shgdprdm-total-data-count-display img {
  position:relative;
  top: 2px;
}

#shgdprdm-search-summary{
  height: 65px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

#shgdprdm-search-summary-details{
  margin-top: 0px;
  margin-bottom: 0px;
  display:inline-block;
  width:70%;
}

#shgdprdm-search-summary-details h2,
#shgdprdm-search-summary-details h3,
#shgdprdm-search-summary-details h4 {
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px;
}

#shgdprdm-search-summary-search-again{
  float:right;
  margin-top: 10px;
  display:inline-block;
  height:100%;
  width:15%;
  margin-left:5%;
  margin-right:5%;
  text-align:center;
}
#shgdprdm-search-results-summary-details{
  margin-top:30px;
  padding:5px;
  margin-left:15px;
  margin-right:15px;
}
#shgdprdm-search-results-summary-records{
  margin-top:30px;
  padding:5px;
  margin-left:15px;
  margin-right:15px;
}
#shgdprdm-search-results-summary-records table{
  margin-bottom: 20px;
}
#shgdprdm-search-results-details-tbl{
  /* margin-top:30px; */
  padding:5px;
  margin-left:15px;
  margin-right:15px;
}
#shgdprdm-search-results-details-tbl table{
  margin-bottom: 20px;
}
#shgdprdm-search-results-summary-records thead,
#shgdprdm-search-results-details-tbl thead{
  background-color:#0085ba;
}
#shgdprdm-search-results-summary-records th,
#shgdprdm-search-results-details-tbl th{
  color:#fff;
}
#shgdprdm-search-results-summary-records th,
#shgdprdm-search-results-summary-records tr,
#shgdprdm-search-results-details-tbl th,
#shgdprdm-search-results-details-tbl tr {
  text-align:center;
}
#shgdprdm-search-results-details{
  background-color:#fff;
  border:1px solid #ccc;
  padding:5px;
  margin-left:15px;
  margin-right:15px;
  margin-top:30px;
  height:500px;
  overflow-x:hidden;
  overflow-y:scroll;
}

#shgdprdm-download-data-btn-group {
  margin-top:30px;
  margin-left: 15px;
  margin-right: 15px;
}

#shgdprdm-download-data-btn-group p{
  display:inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
input[type="submit"].shgdprdm-button.shgdprdm-usr-btn-delete.shgdprdm_delete_user,
input.shgdprdm-button.shgdprdm_delete_user {
  /* float:right; */
  background-color:#dc3232;
  border-color: #dc3232 #a00 #a00;
  color: #fff;
  box-shadow: 0 1px 0 #a00;
  text-shadow: 0 -1px 1px #a00, 1px 0 1px #a00, 0 1px 1px #a00, -1px 0 1px #a00;
  width:auto;
}
input[type="submit"].shgdprdm-button.shgdprdm-usr-btn-delete.shgdprdm_delete_user:hover,
input[type="submit"].shgdprdm-button.shgdprdm-usr-btn-delete.shgdprdm_delete_user:active,
input[type="submit"].shgdprdm-button.shgdprdm-usr-btn-delete.shgdprdm_delete_user:focus,
input.shgdprdm-button.shgdprdm_delete_user:hover,
input.shgdprdm-button.shgdprdm_delete_user:active,
input.shgdprdm-button.shgdprdm_delete_user:focus {
  background-color:#df4646;
  border-color: #df4646 #a00 #a00;
  color: #fff;
  cursor:pointer;
}

input.shgdprdm-button.verify_delete {
  float:right;
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
}
input.shgdprdm-button.verify_delete:hover,
input.shgdprdm-button.verify_delete:active,
input.shgdprdm-button.verify_delete:focus {
background:#fafafa;
border-color:#999;
color:#23282d;
}




/* Error Handling */
#shgdprdm-admin-user-notice{
  margin-top: 20px;
  clear:both;
}

.shgdprdm-strong{
  font-weight:600;
}

.shgdprdm-tbl-break{
  width:10%;
  margin-left:0%;
  margin-right:90%;
  /* border-color:blue; */
}

/* external page styling */
.shgdprdm-ext-frame{
  width: 550px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  margin-top: 5%;
}
.shgdprdm-ext-frame img{
  max-width:100%;
}
.shgdprdm-ext-frame h1{
    max-width:80%;
    margin: 25px auto;
}

/* User Error Notices */
.shgdprdm-usrmsg-container{
  margin: 10px auto 30px auto;
  width: auto;
  max-width:80%;
}
.shgdprdm-usrmsg-container i{
  margin-bottom:15px;
  font-size:2em;
  vertical-align:middle;
}
.shgdprdm-usrmsg-info, .shgdprdm-usrmsg-success, .shgdprdm-usrmsg-warning, .shgdprdm-usrmsg-error {
  /* margin: 10px auto 30px auto; */
  /* padding:5px; */
  /* width: auto; */
  /* max-width:80%; */
  /* border-radius:3px; */
}
.shgdprdm-usrmsg-info {
  color: #00529B;
  background-color: #BDE5F8;
}
.shgdprdm-usrmsg-success {
  color: #4F8A10;
}
.shgdprdm-usrmsg-success .shgdprdm-usrmsg-notice {
  background-color: #DFF2BF;
}
.shgdprdm-usrmsg-success .dashicons-yes {
    color: #DFF2BF;
    background-color: #4F8A10;
}
.shgdprdm-usrmsg-success .dashicons-yes:before {
    margin-left:-4px;
}
.shgdprdm-usrmsg-warning {
  color: #9F6000;
}
.shgdprdm-usrmsg-warning .shgdprdm-usrmsg-notice{
  background-color: #FEEFB3;
}

.shgdprdm-usrmsg-error {
  color: #D8000C;
}
.shgdprdm-usrmsg-error .shgdprdm-usrmsg-notice{
  background-color: #FFD2D2;
}
.shgdprdm-usrmsg-notice{
  border-radius:3px;
  padding:5px;
}
/* .shgdprdm-usrmsg-info i, .shgdprdm-usrmsg-success i, .shgdprdm-usrmsg-warning i, .shgdprdm-usrmsg-error i {
  margin:5px 10px;
  font-size:1.5em;
  vertical-align:middle;
} */

/* Medium devices (tablets, 768px and up) */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .shgdprdm-ext-frame{
    width:90%;
  }
  .shgdprdm-user-view-failed-btn{
    width:100%;
  }
}
@media (max-width: 767px) {
  .shgdprdm-ext-frame{
    width:90%;
  }
  .shgdprdm-user-view-failed-btn{
    width:100%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .shgdprdm-ext-frame{
    width:90%;
  }
  .shgdprdm-user-view-failed-btn{
    width:100%;
  }
}
@media (min-width:992px){
  .shgdprdm-ext-frame{
    width:550px;
  }
  .shgdprdm-user-view-failed-btn{
    width:auto;
  }
}
