/* review default styling in desktop view */

.reviews-listing-container {}
.review-item {
	padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e4ea;
}
.review-item-description {
}

.review-item-link {
    margin-top: 10px;
}
.review-item-link a {
	text-decoration: underline;
	color: #437698;
}
.review-item-suggested-by {
    margin-top: 15px;
}
.review-item-suggested-by-label {
    margin-bottom: 5px;
}
.review-item-suggested-by-name {
    font-weight: bold;
}

.review-item-suggested-by-organization {
	font-style: italic;
}

.review-editor-container {
    padding: 15px 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e4ea;
    padding-bottom: 0px;
    background-color: #eef3f5;
}
.review-editor-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.review-editor-container > div {
    margin-bottom: 10px;
}

.reviewer-editor-url {}
.reviwer-editor-content-type {}
.reviewer-editor-description {}
.reviewer-editor-button {
    margin-top: 20px;
}

.review-editor-container label {
	display: block;
}

.review-editor-container input[type="text"],
.review-editor-container textarea {
	width : 99%;
}

.review-editor-container textarea {
	min-height: 80px;
}

.review-editor-container select {
	padding : 2px 0;
	width: 50%;
}

.reviewer-editor-button input[type="submit"] {
    padding: 7px 15px;
    border: 1px solid #eaeaea;
    background: #fff url('../images/template/fwidthbutton.gif') repeat-x 0 0;
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
}

#review-loader-img {
	margin-left: 10px;
	display: none;
}

.review-listing-no-data {
	padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
	color:#808080;
}

.review-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.review-switch input { display:none; }

.review-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.review-switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.review-switch input:checked + .slider {
  background-color: #2196F3;
}

.review-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.review-switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.review-switch .slider.round {
  border-radius: 17px;
}

.review-switch .slider.round:before {
  border-radius: 50%;
}

.review-item-controls {
    margin-bottom: 10px;
}
.review-item-controls .review-switch,
.review-item-controls a {
	cursor: pointer;
    cursor: pointer;
    margin-right: 10px;
}

.review-item-controls a:hover {
	text-decoration: none;
}

.review-item-controls .review-switch {
	margin-right: 20px;
    margin-bottom: -5px;
}

.review-item-controls a[name="review-action-delete"],
.review-item-controls a[name="review-action-edit"] {
	width: 16px;
	height: 16px;
	display: inline-block;
}

.review-item-controls a[name="review-action-edit"] {
	background-image:url('../4dW1n15t7ati0n/images/icons/edit.gif');
}

.review-item-controls a[name="review-action-delete"] {
	background-image:url('../4dW1n15t7ati0n/images/icons/delete.gif');
}

.review-on-edit {
	background-color : #eef3f5;
}

.review-action-loader {
	margin-left: 10px;
    margin-bottom: -5px;
	display: none;
}






