/*
Description: Admin styles for the plugin dashboard
Version: 1.0.0
Author: Kristoffer Lidman
Author URI: http://identa.se
*/
.htbtrt_rating_container {
	font-size: 13px;
}
.htbtrt_rating_container i {
	font-size: 16px;
}
.htbtrt_rating_container .fa-star, .htbtrt_rating_container .fa-star-half-o {
	color: #F9D904;
}
.htbtrt_rating_container .fa-star.grey, .htbtrt_rating_container .fa-star-half-o.grey {
	color: #ccc;
}
.htbtrt_rating_container .fa-star.red, .htbtrt_rating_container .fa-star-half-o.red {
	color: #E05050;
}
.htbtrt_rating_container .fa-star.orange, .htbtrt_rating_container .fa-star-half-o.orange {
	color: #FDA122;
}
.htbtrt_error, .htbtrt_msg {
	width: 100%;
	float: left;
	border: 2px solid red;
	color: red;
	padding: 6px;
	text-align: center;
	margin: 0 0 25px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: none;
}
.htbtrt_msg {
	border: 2px solid #43c343;
	color: #43c343;
	display: block;
}
/*------- Modal --------*/
.htbtrt_modal {
    display: none;
    position: fixed;
    color: #333;
	background: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	z-index: 555556;
}
.htbtrt_modal .htbtrt_modal_content {
	padding: 30px 40px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.htbtrt_modal .htbtrt_headline {
	width: 100%;
	color: #111;
	font-size: 28px;
	margin: 0 0 20px 0;
}
.htbtrt_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 555554;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
.htbtrt_modal_row {
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
}
.htbtrt_modal_row div {
	float: left;
}
.htbtrt_modal_row span {
	width: 100%;
	float: left;
}
.htbtrt_modal_row textarea {
	width: 100%;
}
.htbtrt_post, .htbtrt_modal_close {
	font-size: 16px;
	margin: 0px 10px 0 0;
	color: #e76200 !important;
	border: 2px solid #e76200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	outline: 0;
	padding: 5px 12px 5px;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	text-indent: 0;
}

.htbtrt_all_ratings_btn {
	font-size: 16px;
	margin: 0px 0 11px;
	text-align: center;
	background: transparent;
	color: #e76200 !important;
	border: 2px solid #e76200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	outline: 0;
	padding: 5px 12px 5px;
	text-decoration: none;
	white-space: nowrap;
	float: right;
	height: auto;
	text-indent: 0;
}

.htbtrt_all_ratings_headline {
	font-size: 2rem;
	border-bottom: medium none;
	margin: -4px 0 0;
	padding: 7px 0 2px 0;
	color: #3db198;
}
.htbtrt_dotline {
	display: block !important;
	border-bottom: 1px dotted #ccc !important;
	margin-bottom: 10px !important;
	clear: both !important;
}
.htbtrt_all_ratings_row, .htbtrt_all_ratings_meta {
	width: 100%;
	float: left;
}
.htbtrt_all_ratings_name {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	font-style: italic;
}
.htbtrt_all_ratings_row .htbtrt_rating_container {
	float: left;
}
.htbtrt_all_ratings_date {
	color: #888;
	font-size: 13px;
	margin: 0 0 0 20px;
	float: left;
}
.htbtrt_all_ratings_title {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.htbtrt_all_ratings_body {

}

.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.htbtrt_all_ratings_container {
   margin-top: 35px;
}
@media (max-width: 600px) {
	.htbtrt_modal {
	    top: 10%;
	    left: 2%;
	    width: 96%;
	}
	.htbtrt_modal_row div {
		width: 100%;
	}
	.htbtrt_modal_row input {
		width: 100%;
	}
	.htbtrt_modal_row {
		display: flex;
	    flex-direction: column;
	}
	.htbtrt_modal_row div:nth-of-type(1) {order: 2;}
	.htbtrt_modal_row div:nth-of-type(2) {order: 1; margin-bottom: 10px;}
}
@media (min-width: 601px) {
	.htbtrt_modal {
	    top: 18%;
	    left: 50%;
	    margin-left: -300px;
	    width: 600px;
	}
	.htbtrt_modal_row div {
		width: 50%;
		float: left;
	}
	.htbtrt_modal_row input {
		width: 90%;
	}
}