﻿
/************************************************** Reviews & Ratings **************************************************/
.ratings-table {
  max-width: 730px;
}
.cr-clear {
  clear:both; 
  margin:-1px; 
  height:1px;
}
.cph-ratings {
  width:100%; 
    /* padding:10px; */
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;

}
.cr-heading {
  /* width:100%; */ 
  font-size: 14px;  
  /* border-bottom:1px solid #ccc; */
  color: #6d655c;
}
#main .cr-heading h3 {
  margin-bottom: 0;
  margin-top:5px;
}
.cr-body{
  margin:20px 0;
}
.cr-product {
  width: 39.511494252%;
  float:left;
  margin-bottom: 20px;
}
.cr-product-image {
  width:34.246575342%;
  float: left;
}
.cr-product-image img {
  display: block;
  margin:0 auto;
}
.cr-product-rating {
  /* padding-left: 02.739726027%; */
  float:left;
  width: 90%;
}
#main .cr-product-rating h3 {
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.1;
}
.cr-product-rating h3, .cr-product-rating p {
  margin:0 0 5px;
}
div.cr-rating-stars span {
  margin-left:5px;
  margin-top: 2px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.cr-rating-stars span[class*='ratings-star-'] {
  margin-right: 2px;
  margin-left:0;
}

.cr-your-review-wrapper {
  width: 56.609195402%;
  float:left;
  margin-left:20px;
  display:block;
  background-image:url("/images/page-loaderSM.gif");
  background-position:center center;
  background-repeat:no-repeat;
}
.cr-your-review-wrapper iframe {display:block; width:100%;}

.cr-your-review-container {
  padding:15px;
  background:#f6f4f1;
  border-radius: 3px;
}
.cr-your-review-container span {
  font-weight: bold;
}
.cr-your-review-container .helper-text {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  float: right;
  color:#777;
}
/*.cr-1star, .cr-2star, .cr-3star, .cr-4star, .cr-5star {
  background: url('/App_Templates/Skin_7/images/icons/star-fullgrey.png');
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999em;
}
.cr-1star:hover, .cr-2star:hover, .cr-3star:hover, .cr-4star:hover, .cr-5star:hover {
  background: url('/App_Templates/Skin_7/images/icons/star-fullblue.png') no-repeat;
}*/

.cr-your-title, .cr-your-review {
  margin: 10px 0;
}
.cr-your-title input, .cr-your-review textarea {
  width: 100%;
  display: block;
  padding: 4px;
  font-size: 13px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-review {
  padding: 6px 12px;
  font-family: Arial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #445396;
  background: #2a4b96 url(https://www.cph.org/images/btn-primary-bg.jpg) repeat-x;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#7092e5), to(#2a4b96));
  background: -moz-linear-gradient(top, #7092e5, #2a4b96);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#7092e5, endColorStr=#2a4b96);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#7092e5, endColorStr=#2a4b96);
  cursor: pointer;
}
.cr-sort {
    margin:15px 0 0; 
    padding: 6px 0 6px 8px; 
    border:1px solid #dcdcdc; 
    background-color:#fdfdfd;
    color: #6d655c;
    border-radius: 2px;
    font-size: 12px;
}
.cr-sortmethod {
    float:left;

}
.cr-sorttext {
    margin-left:25px;
    float:left;
    margin-top: 2px;
}
.cr-pagination {
  float: right;
  margin: 2px 0 5px 0;
  font-size: 12px;
}
.cr-pagination a {
  text-decoration: none;
  padding: 6px 9px 5px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
  text-align: left;
  display: inline-block;
}

.cr-paging-spacer {float: right; width:25px;  display: inline-block;}

.cr-paging-btn-back a {
  background: url('/app_templates/skin_7/images/icons/arrow-left-beige.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.cr-pagination div:last-child a {  /*
  background: url('/app_templates/skin_7/images/icons/arrow-right-beige.svg');
  background-position: center;
  background-repeat: no-repeat;
*/
}

.cr-paging-btn-front a { 
  background: url('/app_templates/skin_7/images/icons/arrow-right-beige.svg');
  background-position: center;
  background-repeat: no-repeat;

}

.cr-pagination .cr-paging-btn:hover {
  background: rgba(0, 100, 182, 0.125);
  border:1px solid rgba(0, 100, 182, 0.125);
}

.cr-pagination div {
  
}

.cr-paging-btn {
  display: inline;
  padding: 5px 5px 6px;
  border: 1px solid rgba(109, 101, 92, 0.25);
text-decoration: none;
color: rgba(109, 101, 92, .75);
background: #e5eff8;
background: rgba(109, 101, 92, 0.05);
  margin-right: 4px;
  border-radius: 5px;
  position: relative;
  top: 1px;
  margin-left: 6px;
}
.cr-box {
    width:100%;
    margin:20px 0;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #e2e2e2;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
}
.cr-name{
    width:13.698630137%; 
    float:left;
    padding-right: 01.369863013%;
}
.cr-name span {
    display: block;
}
.cr-review {
    float:left; 
    width:79.452054794%;
    border-left:1px solid #ccc; 
    padding-left:02.602739726%;
}
.cr-rating-display {
  margin-top:20px;
}
.cr-review-stars{
    display:inline;
}
.cr-review-stars span {
  margin-top: 2px;
}
.cr-review-title{
    display:inline;
    margin-left:5px;
    font-weight: bold;
    font-size: 14px;
}

.cr-review-top {
  margin-bottom: 3px;
}

.cr-review-body {
  font-size: 14px;
}

.cr-review-body div {
  color:rgba(109, 101, 92, .75);
}
.cr-helpful-btn {
  margin-right: 2px;
  }
  
.cr-helpful {margin-right:12px;}  
.cr-helpful-btn a {
  padding: 3px 4px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid rgba(109, 101, 92, 0.25);
  text-decoration: none;
  color: rgba(109, 101, 92, .75);
  background: #e5eff8;
  background: rgba(109, 101, 92, 0.05);

}
.cr-helpful-btn a:hover {
  background: white;
  color:rgba(0, 100, 182, 0.75);
  border-color:rgba(0, 100, 182, 0.5);
}

.cr-helpful-btn-checked a
{
    color:#0064b6;
  background:rgba(0, 100, 182, 0.125);
  border-color:rgba(0, 100, 182, 0.25);
}
/*.cr-helpful-btn-checked a:hover {
    color:#0064b6;  
}*/
.cr-table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ratings-bar {
/*  background:url("/app_templates/skin_7/images/icons/rating-bar-greyslice.jpg") repeat-x;
*/
height: 15px; 
  display: inline-block;
  background-size: 15px;
  background: #e3e2e0;
}

.ratings-bar + td {padding-left:5px;}
.ratingtablenumbers {
  font-size:12px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

.ratingtablenumbers table tr td {

  display:inline-block;
  font-weight:bold;

}

/* fix for IE spacing */
.ratingtable .ratings-bar 
{
  line-height:0;
  font-size:0;}
 
 .ratingtable {
  border-collapse:collapse;
border-spacing:0;}

/* IE Hack. creating space between rows, neg margin important */
.ratingtable-spacer {width:100%; height:4px; background-color:#fff; margin-bottom:-1px;}


.ratings-star-lg-blue 
{   display:block; float:left;
    width:16px;
    height:16px;
  background: url(/app_templates/skin_7/images/icons/star-fullblue.png);
  background-image: url/app_templates/skin_7/images/icons/star-fullblue.svg), none;
  background-repeat:no-repeat;
}
.ratings-star-sm-blue 
{display:block; float:left;
    width:12px;
    height:12px;
  background: url(/app_templates/skin_7/images/icons/star-fullblue-small.png);
  background-image: url/app_templates/skin_7/images/icons/star-fullblue-small.svg), none;
    background-repeat:no-repeat;
}

.ratings-star-lg-grey 
{display:block; float:left;
    width:16px;
    height:16px;
  background: url(/app_templates/skin_7/images/icons/star-fullgrey.png);
  background-image: url/app_templates/skin_7/images/icons/star-fullgrey.svg), none;
    background-repeat:no-repeat;
}
.ratings-star-sm-grey 
{display:block; float:left;
    width:12px;
    height:12px;
  background: url(/app_templates/skin_7/images/icons/star-fullgrey-small.png);
  background-image: url/app_templates/skin_7/images/icons/star-fullgrey-small.svg), none;
    background-repeat:no-repeat;
}
.ratings-star-lg-halfblue 
{display:block; float:left;
    width:16px;
    height:16px;
  background: url(/app_templates/skin_7/images/icons/star-halfblue.png);
  background-image: url/app_templates/skin_7/images/icons/star-halfblue.svg), none;
    background-repeat:no-repeat;
}
.ratings-star-sm-halfblue 
{display:block; float:left;
    width:12px;
    height:12px;
  background: url(/app_templates/skin_7/images/icons/star-halfblue-small.png);
  background-image: url/app_templates/skin_7/images/icons/star-halfblue-small.svg), none;
    background-repeat:no-repeat;
}

div.cr-review-help {
  margin-top:10px;
}

.cr-review-delete {
  margin-top: 5px;
}

.cr-mod-response {
padding: 15px;
border-left: 3px solid rgb(179, 173, 166);
color: rgb(109, 101, 92);
background:rgba(179, 173, 166, .1);
}

.commentmodflag {

  color: rgb(109, 101, 92);
}

.ratings-bar-container {
  margin-top:5px;
  }

/* ACB Star review display on product page */
.cr-rating-stars-container{width:100%; height:18px; margin-bottom:8px;}
.cr-rating-average{float:left; height:18px; line-height:18px; padding-left:10px;}

/* ACB Comment out, display not converted to divs

.ratings-bar-container {
  width: 90%;
  margin-top: 10px;
  border:1px solid green;
}
.ratings-bar-container tr {
  width: 100%;
  display: inline-table;
}
.ratings-bar-container tr td {
  display: inline-block;
  width: 65.024630541%;
}
.ratings-bar-container tr td:last-child {
  width: 09.852216748%;
}
.ratings-bar-container tr td:first-child {
  font-size: 12px;
  font-weight: bold;
   width: 22.167487684%;
} 

.ratings-bar { 
  height: 15px;
  position: relative;
  background: #e4e2e0;
  margin-bottom:1px;
}
.ratings-bar > span {
  display: block;
  height: 100%;
  background-color: #0064b6;
  position: relative;
  overflow: hidden;
}*/
@media all and (max-width: 36em) {
    .cph-ratings {
      padding:10px 0;
    }
    .cr-product, .cr-review, .cr-name, .cr-your-review-wrapper {
      width: 100%;
    }
    .cr-review {
      border-left:none;
      padding-left: 0;
    }
    .cr-name {
      margin-bottom: 10px;
    }
    .cr-name span {
      display: inline-block;
    }
    .cr-product-image {
      width: 25%;
    }
    .cr-product-rating {
      width: 70%;
    }
    .cr-product-image img {
      width: 100%;
    }
    
    .rateitframe, .cr-your-review-wrapper, .rating-signed-out {display:none !important;}
}

.rateit-your-review-wrapper label {font-size:12px;}

.rating-do-own  {
font-size: 25px;
text-align: center;
padding: 30px 0 3px;
color: #777;
line-height: 1.2;

}

.rating-do-own-2  {
    font-size: 16px;
    text-align: center;
    padding: 20px 0 3px;
    display:none;
}
.rating-signed-out, .rating-centered {
    text-align: center;
    font-size: 14px;

}
.rating-centered {
margin-bottom: 40px;
}

a.rating-signin-btn {
    color: white;
    padding-bottom: 8px;
}

/************ Rate it Iframe ******************/
.rateit-bg {background-color:#F6F4F1;}
.rateit-yourrating {font-weight:bold;}
.rateit-head-container{padding:8px 0 0;}
.rateit-header {float:left;}
.rateit-delete {float:right;}


.rateit-your-title, .rateit-your-review {
  margin: 10px 0;
}

.rateit-your-review-wrapper {
    width:100%;
    float:left;

}
.rateit-your-review-container {
  padding:5px 10px 10px 10px;
  background:#f6f4f1;
  border-radius: 3px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.rateit-your-review-container span {
  font-weight: bold;
}
.rateit-your-review-container .helper-text {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  float: right;
  color:#777;
}

.rateit-your-title input, .rateit-your-review textarea {
  width: 100%;
  display: block;
  padding: 4px;
  font-size: 13px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rateit-your-review textarea {
height: 75px;
}

#lnkDelete {
  color:#085eb9;
  font-size:13px;
}

.btn-review {
  padding: 6px 12px;
  font-family: Arial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #445396;
  background: #2a4b96 url(https://www.cph.org/images/btn-primary-bg.jpg) repeat-x;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#7092e5), to(#2a4b96));
  background: -moz-linear-gradient(top, #7092e5, #2a4b96);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#7092e5, endColorStr=#2a4b96);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#7092e5, endColorStr=#2a4b96);
  cursor: pointer;
}
.helper-text span {
  font-weight: normal;
}
.rating 
{
    display:inline-block;
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  color:#BBB7B4;
  margin-top:-15px;
margin-left:5px;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 22px;
}
/*.rating > *:hover,
.rating > *:hover ~ span,
.rating:not(:hover) > input:checked ~ span {
  color: transparent;
}
.rating > *:hover:before,
.rating > *:hover ~ span:before,
.rating:not(:hover) > input:checked ~ span:before {
   content: "\2605";
   position: absolute;
   left: 1px; 
   color: #0064b6;
}
*/
.ratings-hoverstar 
{   
  color: #0064b6;
}
.ratings-rateitstar
{   
  color: #0064b6;
}

.rating > input {
  margin-left: -2.1em;
  margin-right: 0;
  top: 2px;
  width: 2.1em;
  height: 2.1em;
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.cr-mod-response {
padding: 15px;
/* background: #f6f4f1; */
/* background: rgb(246,244,241); */ /* Old browsers */ background: -moz-linear-gradient(top, rgba(246,244,241,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */ 
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,244,241,1)), color-stop(100%,rgba(255,255,255,1))); */ /* Chrome,Safari4+ */ 
/* background: -webkit-linear-gradient(top, rgba(246,244,241,1) 0%,rgba(255,255,255,1) 100%); */ /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(246,244,241,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(246,244,241,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */ 
/* background: linear-gradient(to bottom, rgba(246,244,241,1) 0%,rgba(255,255,255,1) 50%); */ /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f4f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */;
}
.cr-mod-name {
  font-weight: bold;
}

.cr-rate-filter {
  margin-top:10px;
  font-weight:bold;
}

a.cr-see-all:before {
  content:"\203A";
  font-size:18px;
  font-weight:normal;
  margin-right:2px;
}


/********************** Ratings Category Page  **************************/
.cr-stars-category {margin-top:5px; margin-bottom:3px !important; }
.cr-stars-category .ratings-star-lg-blue, .cr-stars-category .ratings-star-lg-grey, .cr-stars-category .ratings-star-lg-halfblue  {width:14px; height:14px; background-size: 14px 14px; margin-right:3px;}
.cr-stars-category .cr-rating-average {line-height:16px; padding-left:5px; font-size:11px;}
.rating {
display: inline-block;
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
color: #BBB7B4;
margin-top: -7px;
margin-left: 5px;
}


/********************** Ratings mobile Page  **************************/
.cr-stars-mobile-category .ratings-star-lg-blue, .cr-stars-mobile-category .ratings-star-lg-grey, .cr-stars-mobile-category .ratings-star-lg-halfblue  {width:14px; height:14px; background-size: 14px 14px; margin-right:3px;}
.mobilereviewlink{}