.main-fancy-btn {
  border: 2px solid #333;
  padding: 5px 10px;
  color: #333;
  text-transform: uppercase;
  background-color: #FFFFFF;
  cursor: pointer;
  margin: 0 17px 0 0;
  float: right;
}
.main-fancy-btn.left {
  float: left;
  clear: left;
}
.main-fancy-btn:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.add-reviews-btn-row .main-fancy-btn {
  margin: 10px;
}
.add-reviews-btn-row:after {
  content: "";
  display: table;
  clear: both;
}
#save-review-btn {
  margin-left: 0;
  display: table;
}
.fr-btn {
  border: 2px solid #333 !important;
  border-radius: 10px;
  padding: 5px 10px;
  color: #1262C1;
  text-transform: uppercase;
  background: #FFFFFF none !important;
  cursor: pointer;
  display: block;
  width: 160px;
  text-align: center;
}
.fr-btn:hover {
  background: #1262C1 !important;
  color: #FFFFFF;
}
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal .review-entry-box {
  color: #FFFFFF;
}
.modal textarea.entry-review {
  background-color: transparent;
  border: 2px #FFFFFF solid;
}
.modal input[type='text'].entry-reviewer {
  background-color: transparent;
  border: 2px #FFFFFF solid;
  color: #FFFFFF;
}
.modal input[type='number'].entry-stars {
  background-color: transparent;
  border: 2px #FFFFFF solid;
  min-width: 200px !important;
  max-width: 200px !important;
  margin: 20px 20px 0 0;
}
.modal .stars-container {
  float: left;
  margin-left: 16px;
}
.modal .stars-container:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.modal .stars-container:not(:checked) > label {
  float: right;
  width: 2rem;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #DCEDFF;
  text-shadow: 1px 1px #BBBBBB, 2px 2px #666666, 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
.modal .stars-container:not(:checked) > label span {
  display: none;
}
.modal .stars-container:not(:checked) > label:before {
  content: '★ ';
}
.modal .stars-container:not(:checked) > label:hover,
.modal .stars-container:not(:checked) > label:hover ~ label {
  color: #FFD700;
  text-shadow: 1px 1px #DAA520, 2px 2px #B57340, 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
.modal .stars-container:not(:checked) > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
.modal .stars-container > input:checked ~ label {
  color: #FFD700;
  text-shadow: 1px 1px #DAA520, 2px 2px #B57340, 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
.modal .stars-container > input:checked + label:hover,
.modal .stars-container > input:checked + label:hover ~ label,
.modal .stars-container > input:checked ~ label:hover,
.modal .stars-container > input:checked ~ label:hover ~ label,
.modal .stars-container > label:hover ~ input:checked ~ label {
  color: #EEAA00;
  text-shadow: 1px 1px #DAA520, 2px 2px #B57340, 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
.modal .stars-container > input[type='radio']:checked + label:before {
  color: #FFD700;
}
.edit_review_forms {
  position: relative;
  border: 1px #000000 solid;
  padding: 10px 20px;
  margin: 40px 0;
  width: 540px;
}
.edit_review_forms .entry-review {
  width: 40%;
}
#modal_success_manual {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
}
#modal_success_manual .saveSuccess,
#modal_success_manual .saveFailure {
  display: table;
  border: 2px #FFFFFF solid;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
}
#modal_success_manual .saveSuccess {
  border-color: #0ED901;
  color: #0ED901;
  background: rgba(144, 255, 136, 0.2);
}
#modal_success_manual .saveFailure {
  display: table;
  border-color: #D90101;
  background-color: rgba(255, 142, 142, 0.2);
  color: #D90101;
}
.removeMe {
  background: #808080 !important;
  padding: 5px 12px;
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
}
.removeMe:hover {
  background: #FF0000;
}
.saveSuccess,
.saveFailure,
.success.settings-box {
  border: 2px #000000 solid;
  border-radius: 10px;
  text-align: center;
  color: #0ED901;
  font-size: 30px;
  width: 95%;
  margin: 30px auto 10px;
}
.saveSuccess,
.success.settings-box {
  border-color: #0ED901;
  background: rgba(144, 255, 136, 0.5);
  color: #0ED901;
}
.success.settings-box {
  margin: 10px 5px;
  width: 45%;
}
.saveFailure {
  border-color: #D90101;
  background: rgba(255, 142, 142, 0.5);
  color: #D90101;
}
.nothingToSave {
  border: 2px solid #FF0000;
  border-radius: 10px;
  background: rgba(255, 142, 142, 0.5);
  text-align: center;
  color: #FF0000;
  font-size: 30px;
  width: 95%;
  margin: 0 auto;
}
/* reviews page */
.review-column {
  float: left;
  min-height: 120px;
}
.review-column.cols-1 {
  width: 100%;
}
.review-column.cols-2 {
  width: 50%;
}
.review-column.cols-3 {
  width: 33.333%;
}
.review-column.cols-4 {
  width: 25%;
}
#review-box,
.bpfr_review-box {
  margin: 10px 5px;
  padding: 10px;
}
.bpfr_reviewer {
  text-align: right;
}
.review-object .reviewer {
  font-weight: normal !important;
}
.animatedElement {
  opacity: 0;
}
.animatedElement.done {
  opacity: 1;
}
.rating-container {
  position: relative;
  float: none;
  width: auto;
  height: auto;
  overflow: hidden;
}
.rating-container .star-container {
  width: auto;
  height: 30px;
  line-height: 30px;
  list-style: none;
  margin: 5px 0px;
  padding: 0px;
  float: left;
}
.rating-container .star-container li.selected {
  background: url('/wp-content/plugins/bp_fancy_reviews/images/star_yes.png') no-repeat;
  -webkit-backface-visibility: visible !important;
  -webkit-animation: flipMarker 1s infinite;
  backface-visibility: visible !important;
  animation: flipMarker 1s infinite;
}
.rating-container li.star {
  width: 29px;
  height: 30px;
  background: url('/wp-content/plugins/bp_fancy_reviews/images/star_no.png') no-repeat;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  float: right;
  color: transparent;
  text-indent: 100%;
}
.rating-container li.selected ~ li.star {
  background: url('/wp-content/plugins/bp_fancy_reviews/images/star_yes.png') no-repeat;
}
.modal.review-modal .body-container {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal.review-modal input,
.modal.review-modal select,
.modal.review-modal textarea {
  color: #000;
  border: 1px #000 solid;
}
.modal.review-modal input:first-child {
  margin-top: 40px;
}
.modal.review-modal .button-container .bttn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 10px;
}
.modal.review-modal .bttn.bttn-red {
  background-color: red;
  float: left;
}
.modal.review-modal .bttn.bttn-green {
  background-color: green;
}
.modal.review-modal h2 {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}
#object {
  visibility: hidden;
}
.col-box {
  display: block;
  width: 100%;
  min-height: 150px;
}
*[data-animate] {
  opacity: 0;
}
*[data-animate].animated {
  opacity: 1;
}
@media only screen and (max-width: 979px) {
  .review-column {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .review-column {
    width: 100% !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal.show .settings-modal-dialog {
    max-width: 560px;
  }
}
@media only screen and (max-width: 480px) {
  .review-column {
    width: 100% !important;
  }
}
