p.cr-comment-image-text { margin-bottom: 0.5em; font-size: 0.9em; }
p.cr-comment-video-text { margin-bottom: 0.5em; font-size: 0.9em; }
.iv-comment-image {
float: left;
margin-right: 5px;
margin-left: 0;
margin-bottom: 5px;
margin-top: 0px;
border-radius: 5px;
overflow: hidden;
border: 1px solid #e4e1e3;
filter: brightness(100%);
}
.iv-comment-image:hover,
.cr-comment-video:hover {
filter: brightness(95%);
}
.cr-comment-image-top {
display: inline-block;
margin-right: 5px;
vertical-align: top;
max-height: 150px;
border-radius: 5px;
overflow: hidden;
border: 1px solid #e4e1e3;
filter: brightness(100%);
box-sizing: content-box;
}
.cr-comment-image-top:hover {
filter: brightness(95%);
}
.cr-comment-video {
float: left;
margin-right: 5px;
margin-bottom: 5px;
position: relative;
cursor: pointer;
border-radius: 5px;
overflow: hidden;
border: 1px solid #e4e1e3;
filter: brightness(100%);
}
.cr-comment-video video.cr-video-a {
width: 75px;
height: 75px;
display: block;
object-fit: cover;
}
.cr-comment-video-modal.cr-comment-video video.cr-video-a {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
object-fit: contain;
background-color: rgba(0,0,0,0.4);
}
.cr-comment-video .cr-comment-videoicon,
.cr-comment-image-top .cr-comment-videoicon {
position: absolute;
top: 50%;
left: 50%;
width: 32px;
height: auto;
margin-top: -16px;
margin-left: -16px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon {
position: absolute;
top: 50%;
left: 50%;
width: 26px;
height: auto;
margin-top: -13px;
margin-left: -13px;
}
.cr-comment-image-top img,
.cr-comment-image-top video {
width: 150px;
height: 150px;
box-shadow: none;
padding: 0;
border-radius: 0;
object-fit: cover;
cursor: pointer;
}
#reviews div.iv-comment-image img,
div.iv-comment-image img {
box-shadow: none;
width: 75px;
height: 75px;
max-width: 75px;
max-height: 75px;
object-fit:cover;
padding: 0;
border-radius: 0;
display: block;
position: relative;
}
.cr-comment-images, .cr-comment-videos {
margin-bottom: 1em;
}
.cr-all-reviews-shortcode .cr-comment-images, .cr-comment-videos {
margin: 0;
}
.cr-comment-videos .cr-comment-video .cr-comment-video-close {
display: none;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close {
display: block;
background-color: #7A7A7A;
color: #FFFFFF;
border: 0px solid;
border-radius: 10px;
position: absolute;
top: 0px;
right: 0px;
padding: 1px;
line-height: 0;
cursor: pointer;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg {
display: block;
width: 18px;
height: 18px;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg-p {
fill: #ffffff;
}
.cr-comment-videos .cr-comment-video .cr-video-cont {
display: flex;
position: relative;
margin: auto;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont {
padding: 10px;
max-width: 100%;
max-height: 100%;
}
.cr-comment-videos-modal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 99999;
overflow: auto;
background-color: rgba(0,0,0,0.4);
display: flex;
align-items: center;
justify-content: center;
}
.cr-comment-videos-modal .cr-comment-video,
.cr-comment-videos-modal .iv-comment-image {
display: none;
}
.cr-comment-video.cr-comment-video-modal {
width: 80%;
height: 80%;
float: none;
margin: auto;
z-index: 1;
display: flex;
justify-content: center;
cursor: auto;
border-width: 0;
filter: brightness(100%);
}
.cr-recaptcha { margin-bottom: 1.5em; }
#commentform.comment-form .cr-upload-local-images, .comment-form .cr-upload-local-images { width: 100%; flex: none; }
#commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label {
display: block;
transform: none;
position: relative;
left: auto;
top: auto;
}
#commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input { display: block; width: 100%; }
.ivole-meter {
overflow: hidden;
background: #f2f2f2;
background: -webkit-linear-gradient(top,#eee,#f6f6f6);
background: linear-gradient(to bottom,#eee,#f6f6f6);
background-color: #f3f3f3;
height: 22px;
border-radius: 1px;
box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.ivole-meter .ivole-meter-bar {
border-radius: 1px;
background: #fb0;
background: -webkit-linear-gradient(top,#ffce00,#ffa700);
background: linear-gradient(to bottom,#ffce00,#ffa700);
background-color: #ffce00;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
-webkit-transition: width .5s ease;
transition: width .5s ease;
float: left;
font-size: 0;
height: 100%;
width: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.ivole-meter .ivole-meter-bar:before {
background-color: rgba(255,255,255,.25);
content: "";
display: block;
font-size: 0;
height: 1px;
margin: 1px
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 {
white-space: nowrap;
width: auto;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
width: 70%;
}
.cr-all-reviews-shortcode .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
min-width: 100px;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
text-align: right;
white-space: nowrap;
width: auto;
}
#reviews .cr-summaryBox-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 2px;
align-items: center;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-summaryBox-wrap {
display: none;
}
.cr-reviews-grid.cr-reviews-grid-new-review .cr-summaryBox-wrap,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-empty {
display: none;
}
#reviews .cr-summaryBox-wrap {
margin: 0 0 1em 0;
background-color: #F9F9F9;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
margin: 0;
background-color: #F9F9F9;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
width: auto;
height: 40px;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator {
flex: 2 2 auto;
display: flex;
justify-content: center;
align-items: center;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side {
flex: 1 1 auto;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
width: 2px;
height: 40px;
background-color: #BCCCD4;
}
.cr-reviews-grid .cr-summaryBox-wrap {
margin: 0 10px 20px 10px;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
margin: 0px;
width: 49%;
flex: 0 0 49%;
padding: 10px;
border-radius: 4px;
border: 0px solid #e4e1e3;
box-sizing: border-box;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox {
width: 35%;
flex: 1 0 35%;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
width: auto;
flex: 0 0 auto;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
}
#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
font-size: 36px;
font-weight: bold;
line-height: 50px;
color: #0E252C;
}
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
font-size: 14px;
color: #0E252C;
line-height: 25px;
}
.cr-all-reviews-shortcode .cr-review-form-wrap,
.cr-reviews-grid .cr-review-form-wrap,
.cr-qna-block .cr-qna-new-q-form {
display: none;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,
.cr-ajax-reviews-review-form .cr-review-form-wrap,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap,
.cr-qna-block.cr-qna-new-q-form-open .cr-qna-new-q-form {
display: block;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav,
.cr-qna-block .cr-review-form-nav {
display: flex;
justify-content: space-between;
border-top: 1px solid #E5E9EB;
border-bottom: 1px solid #E5E9EB;
height: 50px;
}
.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-nav {
margin: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-qna-block .cr-review-form-nav .cr-nav-left,
.cr-qna-block .cr-review-form-nav .cr-nav-right {
display: flex;
align-items: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-right {
display: none;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-qna-block .cr-review-form-nav .cr-nav-left svg {
margin: 0 5px 0 0;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
pointer-events: none;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-qna-block .cr-review-form-nav .cr-nav-left svg:hover,
.cr-qna-block .cr-review-form-nav .cr-nav-right svg:hover {
cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-qna-block .cr-review-form-nav .cr-nav-left span {
font-size: 16px;
color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-item,
.cr-ajax-reviews-review-form .cr-review-form-item,
.cr-reviews-grid .cr-review-form-item,
.cr-qna-block .cr-review-form-item {
display: flex;
max-width: 500px;
margin: 0 auto;
padding: 30px 0;
border-bottom: 1px solid #E5E9EB;
position: relative;
align-items: center;
}
.cr-all-reviews-shortcode .cr-review-form-item img,
.cr-ajax-reviews-review-form .cr-review-form-item img,
.cr-reviews-grid .cr-review-form-item img,
.cr-qna-block .cr-review-form-item img {
display: block;
height: 60px;
width: auto;
margin: 0 20px 0 0;
}
.rtl .cr-all-reviews-shortcode .cr-review-form-item img,
.rtl .cr-ajax-reviews-review-form .cr-review-form-item img,
.rtl .cr-reviews-grid .cr-review-form-item img,
.rtl .cr-qna-block .cr-review-form-item img {
margin: 0 0 0 20px;
}
.cr-all-reviews-shortcode .cr-review-form-item span,
.cr-ajax-reviews-review-form .cr-review-form-item span,
.cr-reviews-grid .cr-review-form-item span,
.cr-qna-block .cr-review-form-item span {
display: block;
font-size: 22px;
font-weight: 500;
color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-rating,
.cr-reviews-grid .cr-review-form-rating {
max-width: 500px;
margin: 0 auto;
padding: 30px 0 30px 0;
position: relative;
}
.cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-rating-overall .cr-review-form-rating {
max-width: 500px;
margin: 1em 0 1em 0;
padding: 0;
position: relative;
}
.cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating {
margin: 1em 0 1.5em 0;
}
.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating {
margin-left: auto;
margin-right: auto;
}
.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label {
font-size: 12px;
color: #4D5D64;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont {
display: flex;
position: relative;
height: auto;
padding: 5px 0;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
height: 20px;
padding: 0 5px;
line-height: 0;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
height: 30px;
padding: 0 5px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
height: 30px;
width: 33px;
}
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child {
padding-left: 0;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act {
display: none;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover {
cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
font-size: 14px;
line-height: 20px;
height: 20px;
margin: 0 0 0 10px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
font-size: 18px;
line-height: 30px;
height: 30px;
margin: 0 0 0 10px;
}
.rtl .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
margin: 0 10px 0 0;
}
.cr-review-form-rating-overall .cr-review-form-rating-label {
font-size: 18px;
}
.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label,
.cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label,
.cr-reviews-grid .cr-review-form-rating-overall .cr-review-form-rating-label {
font-size: 16px;
}
.cr-all-reviews-shortcode .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-field-error,
.cr-qna-block .cr-review-form-field-error {
font-size: 11px;
color: #CE2B37;
margin: 5px 0 0 0;
display: none;
}
.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-reviews-grid .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont {
background-color: #fae9eb;
}
.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error {
display: block;
}
.cr-all-reviews-shortcode .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-comment,
.cr-reviews-grid .cr-review-form-comment,
.cr-qna-block .cr-review-form-comment {
max-width: 500px;
margin: 0 auto;
padding: 0 0 20px 0;
position: relative;
}
.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-comment .cr-review-form-comment-txt,
.cr-qna-block .cr-review-form-comment .cr-review-form-comment-txt {
border: solid 1px #D8E2E7;
background-color: #FFFFFF;
box-shadow: none;
position: relative;
padding: 12px 16px;
color: #0E252C;
font-size: 14px;
width: 100%;
margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt {
border: #CE2B37 solid 2px;
}
.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,
.cr-qna-block .cr-review-form-lbl {
position: absolute;
top: -7px;
z-index: 1;
left: 16px;
background-color: #FFFFFF;
padding: 0 5px;
font-size: 12px;
line-height: 12px;
height: 12px;
color: #4D5D64;
}
.rtl .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
.rtl .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
.rtl .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
.rtl .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
.rtl .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
.rtl .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,
.rtl .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,
.rtl .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,
.rtl .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,
.rtl .cr-qna-block .cr-review-form-lbl {
left: auto;
right: 16px;
}
.cr-all-reviews-shortcode .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-form-item-media,
.cr-reviews-grid .cr-form-item-media {
max-width: 500px;
margin: 0 auto;
padding: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-terms,
.cr-qna-block .cr-captcha-terms,
.cr-qna-block .cr-review-form-terms {
max-width: 500px;
margin: 0 auto;
padding: 0 0 20px 0;
line-height: 1;
display: block;
}
.cr-all-reviews-shortcode .cr-review-form-terms label,
.cr-ajax-reviews-review-form .cr-review-form-terms label,
.cr-reviews-grid .cr-review-form-terms label,
.cr-qna-block .cr-review-form-terms label {
display: inline-block;
font-size: 14px;
font-weight: normal;
margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,
.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,
.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,
.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox {
appearance: auto;
width: auto;
height: auto;
border: none;
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 0;
accent-color: #4D5D64;
}
.rtl .cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,
.rtl .cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,
.rtl .cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,
.rtl .cr-qna-block .cr-review-form-terms .cr-review-form-checkbox {
margin: 0 0 0 5px;
}
.cr-all-reviews-shortcode .cr-review-form-terms span,
.cr-ajax-reviews-review-form .cr-review-form-terms span,
.cr-reviews-grid .cr-review-form-terms span,
.cr-qna-block .cr-review-form-terms span {
display: inline;
vertical-align: middle;
color: #0E252C;
line-height: 1.3;
}
.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox::after {
border: none;
content: normal;
}
.cr-qna-block .cr-captcha-terms {
font-size: 12px;
font-weight: normal;
vertical-align: middle;
color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-ne,
.cr-reviews-grid .cr-review-form-ne,
.cr-qna-block .cr-review-form-ne {
max-width: 500px;
margin: 0 auto;
padding: 0 0 20px 0;
position: relative;
display: flex;
gap: 10px;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-name,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-email,
.cr-qna-block .cr-review-form-ne .cr-review-form-name,
.cr-qna-block .cr-review-form-ne .cr-review-form-email {
width: 50%;
position: relative;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email input,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-name input,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-email input,
.cr-qna-block .cr-review-form-ne .cr-review-form-name input,
.cr-qna-block .cr-review-form-ne .cr-review-form-email input {
width: 100%;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-txt,
.cr-qna-block .cr-review-form-ne .cr-review-form-txt {
border: solid 1px #D8E2E7;
background-color: #FFFFFF;
box-shadow: none;
position: relative;
padding: 12px 16px;
color: #0E252C;
font-size: 14px;
margin: 0;
}
.cr-review-form-wrap .cr-onsite-question .cr-onsite-question-inp {
border: solid 1px #D8E2E7;
background-color: #FFFFFF;
box-shadow: none;
padding: 12px 16px;
color: #0E252C;
font-size: 14px;
width: 50%;
}
.cr-review-form-wrap .cr-onsite-question label {
position: absolute;
top: -7px;
z-index: 1;
left: 16px;
background-color: #FFFFFF;
padding: 0 5px;
font-size: 12px;
line-height: 12px;
height: 12px;
color: #4D5D64;
font-weight: normal;
}
.rtl .cr-review-form-wrap .cr-onsite-question label {
left: auto;
right: 16px;
}
.cr-review-form-wrap .cr-onsite-questions {
max-width: 500px;
margin: 0 auto;
}
.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='text'],
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='number'],
.cr-single-product-review .cr-review-form-textbox.cr-review-form-error,
.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-txt {
border: #CE2B37 solid 2px;
}
.cr-all-reviews-shortcode .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-captcha {
max-width: 500px;
margin: 0 auto;
padding: 0 0 20px 0;
display: flex;
flex-direction: column;
align-items: start;
}
.cr-all-reviews-shortcode .cr-review-form-captcha .cr-recaptcha,
.cr-ajax-reviews-review-form .cr-review-form-captcha .cr-recaptcha,
.cr-reviews-grid .cr-review-form-captcha .cr-recaptcha {
margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-buttons,
.cr-reviews-grid .cr-review-form-buttons,
.cr-qna-block .cr-review-form-buttons {
max-width: 500px;
margin: 0 auto;
padding: 0 0 30px 0;
position: relative;
display: flex;
gap: 10px;
}
.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-buttons {
padding: 0;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit {
display: flex;
background-color: #31856C;
color: #ffffff;
border: 0;
height: 40px;
line-height: 20px;
font-size: 15px;
width: 50%;
padding: 0 10px;
margin: 0;
align-items: center;
justify-content: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-submit {
width: 100%;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit:hover {
background-color: #276A56;
text-decoration: none;
cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-captcha,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question-inp,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question-inp,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question,
.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question-inp,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-terms,
.cr-qna-block .cr-review-form-submitting.cr-qna-new-q-form,
.cr-qna-block .cr-review-form-submitting.cr-qna-list-inl-answ {
pointer-events: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit span,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit span {
display: block;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span {
display: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit img,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit img,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit img {
display: none;
height: 10px;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img {
display: block;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel {
display: flex;
background-color: #ffffff;
color: #0E252C;
border: 0;
height: 40px;
line-height: 20px;
font-size: 15px;
width: 50%;
border: solid 1px #D8E2E7;
padding: 0 10px;
margin: 0;
align-items: center;
justify-content: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-cancel {
display: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel:hover {
border: solid 1px #4D5D64;
text-decoration: none;
cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-rating,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-comment,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-ne,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-captcha,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-buttons,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-ratings,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-res .cr-form-item-media,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-ratings,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-res .cr-review-form-rating,
.cr-reviews-grid .cr-review-form-res .cr-review-form-comment,
.cr-reviews-grid .cr-review-form-res .cr-review-form-ne,
.cr-reviews-grid .cr-review-form-res .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-res .cr-review-form-buttons,
.cr-reviews-grid .cr-review-form-res .cr-onsite-ratings,
.cr-reviews-grid .cr-review-form-res .cr-onsite-question,
.cr-reviews-grid .cr-review-form-res .cr-form-item-media,
.cr-reviews-grid .cr-review-form-res .cr-review-form-terms,
.cr-qna-block .cr-review-form-res .cr-review-form-comment,
.cr-qna-block .cr-review-form-res .cr-review-form-ne,
.cr-qna-block .cr-review-form-res .cr-review-form-buttons,
.cr-qna-block .cr-review-form-res .cr-captcha-terms,
.cr-qna-block .cr-review-form-res .cr-review-form-terms {
display: none;
}
.cr-all-reviews-shortcode .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
.cr-reviews-grid .cr-review-form-result,
.cr-reviews-grid .cr-review-form-not-logged-in,
.cr-qna-block .cr-review-form-not-logged-in,
.cr-qna-block .cr-review-form-result {
max-width: 500px;
margin: 0 auto;
display: none;
position: relative;
padding: 40px 0;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result,
.cr-reviews-grid .cr-review-form-not-logged-in,
.cr-qna-block .cr-review-form-res .cr-review-form-result,
.cr-qna-block .cr-review-form-not-logged-in {
display: flex;
flex-direction: column;
align-items: center;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result span,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result span,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in span,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in span,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result span,
.cr-reviews-grid .cr-review-form-not-logged-in span,
.cr-qna-block .cr-review-form-res .cr-review-form-result span,
.cr-qna-block .cr-review-form-not-logged-in span {
padding: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue {
display: flex;
background-color: #31856C;
color: #ffffff;
border: 0;
height: 40px;
line-height: 20px;
font-size: 15px;
width: auto;
text-decoration: none;
align-items: center;
justify-content: center;
}
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue {
padding: 10px 20px;
min-width: 100px;
text-align: center;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue:hover {
background-color: #276A56;
text-decoration: none;
cursor: pointer;
}
.ivole-summaryBox {
max-width: 100%;
font-size: 14px;
}
div.ivole-summaryBox {
margin-bottom: 2rem;
}
.cr-summaryBox-wrap .cr-histogramTable {
margin-bottom: 0px;
border-collapse: collapse;
border: 0px;
width: 100%;
max-width: 320px;
min-width: auto;
margin: 0 auto;
}
.cr-histogramTable .ivole-histogramRow {
border: 0px;
}
.cr-histogramTable tr.ivole-histogramRow td {
padding: 0.2rem 0.3rem;
vertical-align: middle;
border: 0px;
background-color: transparent;
}
.cr-histogramTable tr.ivole-histogramRow:first-child td {
padding-top: 0
}
.cr-histogramTable tr.ivole-histogramRow:last-child td {
padding-bottom: 0
}
.cr-histogramTable tr.ivole-histogramRow td:first-child {
padding-left: 0
}
.cr-histogramTable tr.ivole-histogramRow td:last-child {
padding-right: 0
}
#reviews .cr-credits-div,
.cr-all-reviews-shortcode .cr-credits-div,
.cr-reviews-grid .cr-credits-div {
font-size: 10px;
text-align: right;
width: 100%;
padding: 0 5px;
margin: 7px 0;
line-height: 16px;
display: flex;
align-items: center;
justify-content: right;
box-sizing: border-box;
}
.cr-reviews-grid .cr-credits-div {
margin-top: 0;
padding: 0 10px;
}
.cr-all-reviews-shortcode .cr-credits-div a,
#reviews .cr-credits-div a,
.cr-reviews-grid .cr-credits-div a {
text-decoration: none;
}
.cr-all-reviews-shortcode .cr-credits-div a img,
#reviews .cr-credits-div a img,
.cr-reviews-grid .cr-credits-div a img {
display: inline;
height: 16px;
margin: 0 0 0 4px;
padding: 0;
vertical-align: middle;
}
#reviews .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews {
width: 100%;
padding: 5px 10px;
margin-top: 0;
font-size: 14px;
color: #0E252C;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a,
.cr-histogramTable tr.ivole-histogramRow .cr-histogram-a {
display: inline;
cursor: pointer;
color: #0E252C;
}
.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .ivole-histogram-a,
.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .cr-histogram-a {
display: inline;
font-weight: bold;
}
#reviews.cr-reviews-ajax-reviews {
width: 100%;
}
.cr-all-reviews-shortcode .cr-count-row,
#reviews.cr-reviews-ajax-reviews .cr-count-row {
background-color: #F9F9F9;
padding: 10px 12px;
font-size: 12px;
color: #0E252C;
margin: 24px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-count-row {
display: none;
}
.cr-all-reviews-shortcode .cr-count-row a,
.cr-reviews-ajax-comments .cr-count-row a {
color: #0E252C;
text-decoration: underline;
}
.cr-all-reviews-shortcode .cr-count-row a:hover,
.cr-reviews-ajax-comments .cr-count-row a:hover {
cursor: pointer;
color: #0E252C;
}
div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-summaryBar-updating,
.cr-count-row .cr-seeAll-updating,
.cr-ajax-reviews-sort.cr-sort-updating,
.cr-review-tags-filter.cr-tags-updating {
opacity: 0.5;
pointer-events: none;
}
.cr-voting-cont {
display: flex;
align-items: center;
justify-content: flex-end;
}
.cr-voting-cont img, .cr-voting-cont-uni svg {
margin-left: 0px;
margin-right: 7px;
margin-top: 0px;
margin-bottom: 0px;
width: 13px;
height: 16px;
cursor: pointer;
pointer-events: auto;
}
.rtl .cr-voting-cont img, .rtl .cr-voting-cont-uni svg {
margin-right: 0px;
margin-left: 7px;
}
.cr-voting-cont-uni .cr-voting-update svg {
pointer-events: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg:hover {
color: #000000;
}
.cr-voting-cont-uni span {
display: block;
line-height: 11px;
font-size: 11px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int {
fill: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
fill: #18B394;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
fill: #00A382;
fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext {
fill: #00A382;
}
.cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext {
fill: #202020;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int {
fill: none;
animation: pulse 1s infinite;
}
@keyframes pulse {
0% {
fill: #FFFFFF;
}
50% {
fill: #A9A9A9;
}
100% {
fill: #FFFFFF;
}
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int {
fill: none;
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
fill: #CE2B37;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
fill: #CA2430;
fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
fill: #CA2430;
}
.cr-voting-cont-uni span.cr-voting-upvote-count {
margin-right: 10px;
color: #18B394;
}
.rtl .cr-voting-cont-uni span.cr-voting-upvote-count {
margin-right: 0px;
margin-left: 10px;
}
.cr-voting-cont-uni span.cr-voting-downvote-count {
color: #CE2B37;
}
.cr-all-reviews-shortcode ol li.comment, .cr-all-reviews-shortcode ol li.review {
list-style: none;
margin-right: 0;
margin-bottom: 2.5em;
position: relative;
border: 0;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container,
.cr-all-reviews-shortcode ol li.comment .comment_container,
.cr-all-reviews-shortcode ol li.review .comment_container {
position: relative;
padding: 0px;
}
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,
.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar {
float: left;
position: absolute;
padding: 0;
top: 0;
left: 0;
width: 50px;
height: auto;
border: 0px solid #e4e1e3;
margin: 0;
box-shadow: none;
border-radius: 25px;
max-height: none;
}
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,
.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,
.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar {
float: right;
position: absolute;
padding: 0;
top: 0;
right: 0;
width: 50px;
height: auto;
border: 0px solid #e4e1e3;
margin: 0;
box-shadow: none;
border-radius: 25px;
max-height: none;
}
.cr-all-reviews-shortcode ol li.review .comment_container.cr-comment-no-avatar .cr-avatar {
display: none;
}
.cr-avatar-check {
display: none;
}
.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
.cr-reviews-grid .cr-review-card .cr-avatar-check,
.cr-reviews-slider .cr-review-card .cr-avatar-check {
width: 20px;
height: 20px;
background-color: #31856C;
position: absolute;
left: 34px;
top: 28px;
border-radius: 10px;
border: 2px solid #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
z-index: 10;
}
.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
.rtl .cr-reviews-grid .cr-review-card .cr-avatar-check,
.rtl .cr-reviews-slider .cr-review-card .cr-avatar-check {
right: 34px;
left: auto;
}
.cr-all-reviews-shortcode ol li.review .comment_container .meta,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
display: flex;
align-items: baseline;
justify-content: space-between;
color: #767676;
font-size: 14px;
flex-wrap: wrap;
}
.cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a {
box-shadow: none;
}
.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product {
font-size: 90%;
}
.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a {
box-shadow: none;
line-height: 0;
}
.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img {
width: 20px;
height: auto;
vertical-align: top;
margin-right: 5px;
display: inline;
border-radius: 3px;
}
.cr-all-reviews-shortcode .commentlist.cr-pagination-load {
opacity: 0.5;
pointer-events: none;
}
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
margin: 0 0 0 70px;
border-top: 0 solid #e4e1e3;
border-left: 0 solid #e4e1e3;
border-right: 0 solid #e4e1e3;
border-bottom: 1px solid #e4e1e3;
padding: 0 0 1em 0;
}
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.rtl .cr-all-reviews-shortcode ol.commentlist li .comment-text {
margin: 0 70px 0 0;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text.comment-text-no-avatar,
.cr-all-reviews-shortcode ol.commentlist li .comment-text.comment-text-no-avatar {
margin: 0;
float: none;
width: 100%;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p,
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
margin: 1em 0;
text-align: left;
}
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
text-align: right;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta {
font-size: 16px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta time {
font-style: normal;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-featured-date,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .cr-meta-author-featured-date {
display: flex;
flex-direction: row;
column-gap: 20px;
align-items: baseline;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
display: flex;
align-items: center;
column-gap: 20px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture {
display: flex;
align-items: center;
margin: 0 0 0 0;
column-gap: 7px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
font-size: 14px;
color: #0E252C;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover {
text-decoration: underline;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
color: #0E252C;
font-size: 16px;
display: inline;
font-weight: 500;
margin: 0;
text-indent: 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
display: block;
color: #4D5D64;
font-size: 14px;
font-weight: 400;
margin: 0;
text-indent: 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-date time {
color: #4D5D64;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title svg {
width: 18px;
height: 18px;
display: block;
margin: 0 0 0 10px;
color: #4D5D64;
}
.cr-tag {
color: #3d3d3d;
background-color: #EEEFF2;
display: inline-block;
padding: .2em .4em;
font-size: 12px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 0.7em;
border: 1px solid #c3c6d1;
border-color: #31856C;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cr-review-tags-filter .cr-tag {
font-size: 14px;
border-radius: 0.7em;
margin-right: 5px;
margin-bottom: 7px;
border-color: #D0D0D0;
}
.cr-review-tags-filter span.cr-tag:hover {
border-color: #31856C;
cursor: pointer;
}
.cr-review-tags-filter {
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
pointer-events: auto;
opacity: 1;
}
.cr-review-tags-filter span.cr-tag.cr-tag-selected {
border-color: #31856C;
background-color: #D3D3D3;
}
div.cr-review-tags-filter.cr-review-tags-filter-disabled {
pointer-events: none;
opacity: 0.5;
}
.cr-review-tags {
margin-bottom: 1em;
}
.cr-incentivized-badge {
display: flex;
column-gap: 4px;
align-items: center;
font-size: 10px;
line-height: 10px;
margin: 0 0 1em 0;
}
.cr-reviews-grid .cr-review-card .cr-incentivized-row .cr-incentivized-badge,
.cr-reviews-slider .cr-review-card .cr-incentivized-row .cr-incentivized-badge {
margin: 0;
}
.cr-incentivized-badge .cr-incentivized-icon {
display: block;
height: 12px;
}
.cr-incentivized-badge .cr-incentivized-icon .cr-incentivized-svg {
width: 12px;
height: 12px;
}
.cr-all-reviews-shortcode ol.commentlist ul.children,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children {
list-style: none outside;
margin: 20px 0 0 50px;
margin-inline-start: 70px;
padding-inline-start: 0;
}
.ivole-verified-badge {
font-size: 12px;
vertical-align: middle;
}
.ivole-verified-badge-text {
vertical-align: middle;
}
.ivole-verified-badge span.ivole-review-country-text, p.ivole-verified-badge span.ivole-review-country-space {
vertical-align: middle;
}
.cr-all-reviews-shortcode ol.commentlist,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list {
list-style-type: none;
margin: 0;
padding: 0 0 1.5em 0;
display: block;
position: relative;
}
.cr-all-reviews-shortcode ol.commentlist li,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li {
margin: 0 0 30px 0;
list-style: none;
clear: both;
border: 0;
padding: 0;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review ol.commentlist,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-inner,
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-tags-filter,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-tags-filter {
display: none;
}
.cr-all-reviews-shortcode .ivole-review-country-icon,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon {
display: inline;
height: 12px;
width: auto;
margin: 0 0 0 5px;
border-radius: 0;
}
.woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon,
#reviews p.ivole-verified-badge img.ivole-review-country-icon {
float: none;
height: 12px;
width: auto;
vertical-align:middle;
margin: 0px 5px 0px 0px;
display: inline;
border-radius: 0;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
float: none;
height: 20px;
width: auto;
vertical-align:middle;
margin: 0px 5px 0px 0px;
display: inline;
border-radius: 0;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
float: none;
height: 11px;
width: 11px;
vertical-align:middle;
margin: 0px 0px 0px 5px;
display: inline;
border-radius: 0;
}
.cr-form-item-media-none {
padding: 24px;
text-align: left;
display: flex;
align-items: center;
cursor: pointer;
border: 1px dashed #D8E2E7;
border-radius: 2px;
}
.cr-review-form-error .cr-form-item-media-none {
border-color: #CE2B37;
}
.cr-form-visible .cr-form-item-media-none {
display: none;
}
.cr-form-item-media-none .cr-form-item-media-icon {
width: 60px;
height: 60px;
padding: 8px;
border: 1px solid #e0e0e0;
fill: #e0e0e0;
border-radius: 2px;
flex-shrink: 0;
}
.cr-form-item-media-none .cr-form-item-media-icon:first-child {
margin: 0 5px 0 0;
}
.rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
margin: 0 0 0 5px;
}
.cr-rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
margin-right: 0;
margin-left: 5px;
}
.cr-form-item-media-none span {
display: inline-block;
vertical-align: top;
margin: 0 0 0 20px;
color: #4D5D64;
font-size: 12px;
}
.rtl .cr-form-item-media-none span {
margin: 0 20px 0 0;
}
.cr-rtl .cr-form-item-media-none span {
margin-left: 0;
margin-right: 20px;
}
.cr-form-item-media-none:active {
border-color: #c9c9c9;
}
.cr-form-item-media-none:active .cr-form-item-media-icon {
border: 1px solid #c9c9c9;
fill: #c9c9c9;
}
.cr-form-item-media .cr-form-item-media-file {
display: none;
}
.cr-form-item-media-preview {
display: none;
margin: 0;
flex-wrap: wrap;
}
.cr-form-visible .cr-form-item-media-preview {
display: flex;
row-gap: 9px;
}
.cr-form-item-media-preview .cr-upload-images-containers {
width: 108px;
height: 108px;
margin-bottom: 0px;
margin-right: 9px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
pointer-events: auto;
border: 1px solid #D8E2E7;
padding: 0;
overflow: hidden;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending {
pointer-events: none;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok {
padding: 0px;
}
.cr-form-item-media-preview .cr-upload-images-containers img {
margin: 0 0 0 0;
opacity: 0.3;
object-fit: cover;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
width: 108px;
height: 108px;
margin: 0 0 0 0;
opacity: 0.3;
padding: 15px;
border: 1px solid #e0e0e0;
fill: #e0e0e0;
border-radius: 2px;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok img {
opacity: 1;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
opacity: 0.6;
border-width: 0;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending img {
opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete {
padding: 1px;
position: absolute;
top: 2px;
right: 2px;
width: 16px;
height: 16px;
display: none;
background-color: #CE2B37;
border-radius: 8px;
border: 0px solid;
line-height: 0;
cursor: pointer;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete {
display: block;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete {
opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
fill: #ffffff;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
margin: 0;
background: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
background-size: 20px 20px;
width: 20px;
height: 20px;
display: none;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
display: block;
}
.cr-form-item-media-preview .cr-form-item-media-add {
cursor: pointer;
width: 108px;
height: 108px;
text-align: center;
line-height: 108px;
font-size: 40px;
color: #e0e0e0;
border: 1px dashed #e0e0e0;
margin-bottom: 0px;
display: inline-block;
}
.cr-form-item-media-preview .cr-form-item-media-add:active {
border-color: #c9c9c9;
color: #c9c9c9;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar {
width: 94px;
height: 10px;
margin: 0 5px 0 5px;
padding: 0;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
background-color: #dddddd;
border-radius: 5px;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
display: none;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar .cr-upload-images-pbarin {
width: 0;
height: 100%;
margin: 0;
padding: 0;
background-color: #1AB394;
border-radius: 5px;
}
.cr-pswp {
display: none;
}
.cr-reviews-rating {
display: flex;
column-gap: 10px;
align-items: center;
margin: 0;
padding: 0;
line-height: 0;
.cr-qna-separator {
margin: 0;
}
}
.cr-average-rating-stars {
line-height: 0;
}
.crstar-rating-svg {
margin: 8px 0;
position: relative;
display: inline-block;
}
.cr-reviews-grid .cr-review-card .crstar-rating-svg,
.cr-reviews-slider .cr-review-card .crstar-rating-svg,
.cr-reviews-rating .crstar-rating-svg,
.cr-ajax-reviews-slide-main-comment .crstar-rating-svg,
.crf-custom-question-rating-cont .crstar-rating-svg {
margin: 0;
}
.cr-average-rating-stars .crstar-rating-svg {
margin: 5px 0 0 0;
}
.crstar-rating-svg .cr-rating-icon-base {
display: flex;
height: 20px;
}
.crstar-rating-svg .cr-rating-icon-frnt {
display: flex;
height: 20px;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base,
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt {
height: 25px;
column-gap: 3px;
}
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base,
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt {
height: 18px;
column-gap: 0;
}
.rtl .crstar-rating-svg .cr-rating-icon-frnt {
right: 0;
left: auto;
}
.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
width: 20px;
height: 20px;
fill: none;
stroke: #FFBC00;
}
.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
width: 20px;
height: 20px;
fill: #FFBC00;
flex-shrink: 0;
}
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
width: 25px;
height: 25px;
}
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
width: 18px;
height: 18px;
}
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
stroke: #aaaaaa;
}
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
fill: #aaaaaa;
}
@media (max-width: 500px) {
#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
width: 100%;
flex: 0 0 100%;
}
.cr-all-reviews-shortcode ol.commentlist {
margin-left: 0px;
margin-right: 0px;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
width: 50px;
height: 2px;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-side,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-side {
display: none;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
width: 100%;
padding: 10px;
}
}
.woocommerce .product #reviews .comment-text p.ivf-custom-question-checkbox {font-weight: 550;margin: 0.6em 0;}
.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul {margin: 0.6em 0;}
.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul li {margin:0;}
.woocommerce .product #reviews .comment-text span.ivf-custom-question-radio {font-weight: 550;}
.woocommerce .product #reviews .comment-text hr.ivf-custom-question-hr,
.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
margin: 0.6em 0;
}
.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
display: none;
}
.cr-all-reviews-shortcode .commentlist .comment-text .ivf-custom-question-p {
font-size: 14px;
margin: 0.5em 0;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
margin: 0.6em 0;
display: flex;
align-items: center;
flex-direction: row;
}
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
font-size: 14px;
}
.woocommerce .product #reviews .comment-text p.ivf-custom-question-p,
.cr-all-reviews-shortcode .commentlist p.ivf-custom-question-p {
margin: 0.6em 0;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating {
padding-right: 7px;
font-weight: 550;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont .star-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont .star-rating {
font-size: 1em;
height: 1.1em;
line-height: 1.1em;
float: none;
margin: 0;
}
.cr-onsite-questions .cr-onsite-question {
display: block;
margin: 1.5em 0;
position: relative;
}
.cr-onsite-questions .cr-onsite-question .required,
.cr-onsite-ratings .cr-review-form-rating .required,
.cr-review-form-rating-overall .cr-review-form-rating .required {
margin: 0 0 0 3px;
}
.cr-onsite-questions .cr-onsite-question label,
.cr-onsite-questions .cr-onsite-question input {
display: block;
}
.cr-onsite-questions .cr-onsite-question.cr-full-width label,
.cr-onsite-questions .cr-onsite-question.cr-full-width input {
width: 100%;
}
.cr-review-form-wrap .cr-onsite-questions .cr-onsite-question.cr-full-width label {
width: auto;
}
.cr-onsite-ratings {
border-top: 1px solid #DFE4E7;
border-bottom: 1px solid #DFE4E7;
}
.cr-onsite-ratings.cr-onsite-ratings-only {
border-bottom: none;
}
.cr-review-form-wrap .cr-onsite-ratings {
max-width: 500px;
margin: 0 auto;
}
.cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
margin-right:7px;
position: relative;
}
#kco-extra-checkout-fields .cr-customer-consent {
display: none;
}
.cr-show-more{
width:100%;
}
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,
.cr-all-reviews-shortcode .cr-show-more-button,
.cr-reviews-grid .cr-show-more-button,
.cr-qna-block .cr-show-more-que {
display: block;
margin: 10px auto;
height: 40px;
padding: 0 20px 0 20px;
border: solid 1px #BCCCD4;
font-size: 14px;
background-color: transparent;
color: #0E252C;
}
.cr-qna-block .cr-show-more-que {
margin: 20px auto;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-button,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-button {
display: none;
}
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,
.cr-all-reviews-shortcode .cr-show-more-button:hover,
.cr-all-reviews-shortcode .cr-show-more-button:focus,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-show-more-button:focus,
.cr-qna-block .cr-show-more-que:hover,
.cr-qna-block .cr-show-more-que:focus {
border: solid 1px #00A79D;
background-color: transparent;
color: #0E252C;
}
.cr-show-more-review-spinner,
.cr-show-more .cr-show-more-spinner,
.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
display: block;
margin: 20px auto;
background: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
background-size: 20px 20px;
width: 20px;
height: 20px;
}
.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: auto;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-review-spinner,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-review-spinner,
.cr-all-reviews-shortcode .commentlist .cr-pagination-review-spinner {
display: none;
}
.cr-show-more-review-spinner-cnt {
width: 100%;
height: 60px;
display: flex;
align-items: center;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,
.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
display: block;
margin: 0;
background: transparent;
border: 0px;
padding: 4px;
width: auto;
height: auto;
appearance: auto;
color: #0E252C;
font-size: 12px;
font-weight: 500;
}
.cr-ajax-reviews-sort-div {
display: flex;
justify-content: space-between;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-search-no-reviews {
display: none;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search,
.cr-all-reviews-shortcode .cr-button-search {
border: 1px solid;
border-radius: 4px 4px 4px 4px;
border-color: #ADB1B8 #A2A6AC #8D9096;
padding: 3px 10px;
background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
font-weight: normal;
color: black;
letter-spacing: normal;
font-size: 1em;
text-transform: none;
line-height: 1.5em;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 0px;
white-space: nowrap;
width: auto;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-button-search,
.rtl .cr-all-reviews-shortcode .cr-button-search {
margin-left: 0px;
margin-right: 5px;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search:hover,
.cr-all-reviews-shortcode .cr-button-search:hover {
background: #e0e3e9;
background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
text-decoration: none;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
display: flex;
padding: 0;
margin: 24px 0;
width: 100%;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-ajax-search {
display: none;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search div,
.cr-all-reviews-shortcode .cr-ajax-search div,
.cr-qna-block .cr-qna-search-block div {
position: relative;
flex-grow: 1;
}
#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
border: 1px solid;
border-radius: 4px 4px 4px 4px;
border-color: #ADB1B8 #A2A6AC #8D9096;
background-color: #ffffff;
padding: 3px 10px;
padding-left: calc(1.5em + .75rem);
padding-right: 1.8em;
width: 100%;
line-height: 1.5em;
margin: 0px;
font-size: 1em;
box-sizing: border-box;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-input-text,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.rtl .cr-ajax-search input[type="text"] {
padding-right: calc(1.5em + .75rem);
padding-left: 1.8em;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.cr-ajax-search .cr-ajax-search-icon {
position: absolute;
display: inline-block;
top: 50%;
left: 9px;
transform: translateY(-50%);
width: 1.1em;
height: 1.1em;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-ajax-search .cr-ajax-search-icon {
right: 9px;
}
.cr-qna-block .cr-input-text, .cr-ajax-search input[type="text"] {
border: 1px solid;
border-radius: 4px 4px 4px 4px;
border-color: #ADB1B8 #A2A6AC #8D9096;
background-color: #ffffff;
color: #898F92;
padding: 3px 10px;
padding-left: calc(1.5em + .75rem);
padding-right: 1.5em;
width: 100%;
margin: 0px;
font-size: 1em;
box-shadow: none;
outline: none;
}
.cr-ajax-search input[type="text"] {
height: 42px;
}
.cr-qna-block .cr-input-text {
height: 100%;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt {
height: 40px;
display: flex;
align-items: center;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {
font-size: 25px;
font-weight: bold;
margin: 0 0 0 15px;
color: #0E252C;
}
.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {
margin: 0 15px 0 0;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl {
font-size: 20px;
font-weight: normal;
margin: 0 0 0 15px;
color: #4D5D64;
}
.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl {
margin: 0 15px 0 0;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add {
margin: 0 0 0 15px;
cursor: pointer;
background-color: #31856C;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 40px;
text-transform: none;
line-height: 20px;
font-size: 15px;
border: none;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover {
background-color: #276A56;
}
#reviews.cr-reviews-ajax-reviews .cr-clear-input,
.cr-all-reviews-shortcode .cr-clear-input,
.cr-qna-block .cr-qna-search-block .cr-clear-input {
display:none;
position:absolute;
cursor: pointer;
margin-left: -1.7em ;
margin-top: -8px;
height: 16px;
top: 50%;
right: 8px;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-clear-input,
.rtl .cr-all-reviews-shortcode .cr-clear-input,
.rtl .cr-qna-block .cr-qna-search-block .cr-clear-input {
left: 8px;
right: auto;
margin-left: 0;
}
.cr-all-reviews-shortcode .cr-clear-input.cr-visible {
display: inline-block;
}
#reviews.cr-reviews-ajax-reviews .cr-clear-input svg,
.cr-all-reviews-shortcode .cr-clear-input svg,
.cr-qna-block .cr-qna-search-block .cr-clear-input svg {
display: block;
height: 16px;
}
#reviews.cr-reviews-ajax-reviews .cr-qna-search-icon,
.cr-all-reviews-shortcode .cr-qna-search-icon,
.cr-qna-block .cr-qna-search-block .cr-qna-search-icon {
fill: #18B394;
display: inline-block;
position:absolute;
width: 1.1em;
height: 1.1em;
left: 9px;
top: 50%;
transform: translateY(-50%);
}
#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
.cr-all-reviews-shortcode .cr-input-text:focus,
.cr-qna-block .cr-input-text:focus,
.cr-ajax-search input[type="text"]:focus {
background-color: #ffffff;
outline:none;
border-color: #e77600;
box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
display: block;
margin: 1em 0px;
border: 1px solid;
border-radius: 4px 4px 4px 4px;
border-color: #ADB1B8 #A2A6AC #8D9096;
padding: 3px 10px;
background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
font-weight: 600;
color: black;
letter-spacing: normal;
font-size: 1em;
text-transform: none;
line-height: normal;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover {
background: #e0e3e9;
background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
text-decoration: none;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
display: block;
background-color: #31856C;
color: #ffffff;
border: 0;
height: 40px;
line-height: 20px;
font-size: 15px;
width: auto;
padding: 10px 20px;
margin: 0;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover {
background-color: #276A56;
text-decoration: none;
cursor: pointer;
}
.cr-ajax-reviews-review-form {
display: none;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc {
display: block;
}
#reviews.cr-reviews-ajax-reviews .comment-reply-title {
display: block;
font-size: 1.5em;
}
.cr-ajax-reviews-review-form p.form-submit {
display: flex;
justify-content: space-between;
align-items: center;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div {
margin: 12px 0 24px 0;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title {
font-size: 1em;
margin: 0 auto 5px auto;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div2,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div2 {
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(120, 120, 120, 0.8);
z-index: 100001;
display: none;
opacity: 0;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active {
visibility: visible;
opacity: 1;
display: flex;
justify-content: center;
align-items: center;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal {
visibility: visible;
position: relative;
max-width: 100vw;
width: 700px;
background: #fff;
z-index: 100001;
display: block;
border-radius: 3px;
opacity: 1;
max-height: 100vh;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
height: 36px;
background: #f2f2f2;
background: #f1f1f1;
background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
position: relative;
border-bottom: 1px solid #cdcdcd;
border-bottom-color: rgba(0,0,0,.2);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
display: block;
zoom: 1;
background-color: transparent;
border: none;
float: right;
padding: 8px;
position: absolute;
top: 50%;
right: 5px;
margin: -15px 0 0;
line-height: 0;
min-height: auto;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg {
opacity: .64;
width: 15px;
height: 15px;
font-size: 15px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon {
fill: #333333;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex {
display: flex;
flex-direction: row;
justify-content: space-evenly;
gap: 20px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav {
width: 80%;
margin: 0 auto 35px auto;
background-color: #f4f4f4;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video {
max-height: 75px;
margin: 0 auto;
width: auto;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav {
padding: 0px;
line-height: 0;
text-align: center;
position: relative;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video {
max-width: 400px;
max-height: 400px;
width: auto;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
width: 250px;
padding: 0;
line-height: 1.5;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p {
margin: 0px;
display: block;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time {
opacity: 0.5;
font-size: 0.875em;
display: block;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
max-height: 300px;
overflow-x: hidden;
overflow-y: scroll;
line-height: normal;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide {
float: none;
display: inline-block;
vertical-align: middle;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-vote,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-vote {
box-sizing: border-box;
margin: 1em 0 0 0;
}
.cr-search-highlight{
background: linear-gradient(0deg, #FFEB82, #FFEB82), #F9F9F9;
}
.cr-noscroll {
overflow: hidden;
}
.product_meta .cr_gtin_val, .product_meta .cr_mpn_val, .product_meta .cr_brand_val {
display: inline;
}
.cr-reviews-slider .cr-slider-read-more a, .cr-reviews-slider .cr-slider-read-less a {
font-size: 0.8em;
}
.cr-reviews-slider .cr-slider-details{
display:none;
}
.cr-qna-block .cr-qna-search-block {
display: flex;
justify-content: flex-end;
margin-bottom: 30px;
}
.cr-qna-block .cr-qna-list-block {
display: block;
}
.cr-qna-block.cr-qna-new-q-form-open .cr-qna-search-block,
.cr-qna-block.cr-qna-new-q-form-open .cr-qna-list-block {
display: none;
}
.cr-qna-block .cr-qna-search-block .cr-qna-ask-button {
font-size: 16px;
font-weight: 400;
background: #31856C;
border: 0px solid;
border-radius: 0;
min-height: 42px;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
outline-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
padding: 5px 15px;
}
.cr-qna-block .cr-qna-search-block .cr-qna-ask-button:hover {
background: #276A56;
}
.rtl .cr-qna-block .cr-qna-search-block .cr-qna-ask-button {
margin-left: 0px;
margin-right: 10px;
}
.cr-qna-block .cr-qna-list-block div.cr-qna-list-empty {
padding: 30px;
text-align: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont {
margin-top: 20px;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
overflow-wrap: break-word;
word-break: break-word;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
display: flex;
margin: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
margin-top: 20px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l {
min-width: 50px;
display: flex;
align-items: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l {
min-width: 50px;
display: flex;
align-items: flex-start;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon {
width: 30px;
height: 30px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle {
stroke: #31856C;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path {
fill: #31856C;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
width: 16px;
height: 16px;
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.rtl .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
margin-left: 10px;
margin-right: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r {
display: block;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
padding-bottom: 20px;
border-bottom: solid 2px #F9F9F9;
border-top: solid 0px;
border-right: solid 0px;
border-left: solid 0px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r.cr-qna-list-q-b-r-no-ans {
justify-content: right;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-q-b-r {
display: none;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-inl-answ {
padding-bottom: 20px;
border-bottom: solid 2px #F9F9F9;
border-top: solid 0px;
border-right: solid 0px;
border-left: solid 0px;
width: 100%;
display: none;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-inl-answ {
display: block;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
display: flex;
align-items: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer {
display: block;
border-left: solid 3px #BCCCD4;
border-top: solid 0px;
border-right: solid 0px;
border-bottom: solid 0px;
padding-left: 16px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 10px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last {
margin-bottom: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question {
font-size: 18px;
font-weight: 600;
line-height: 1.2;
display: block;
color: #203741;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s {
font-size: 16px;
font-weight: 400;
line-height: 1.2;
display: block;
color: #203741;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s p {
margin: 0;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s a {
text-decoration: underline;
color: #6d6d6d;
cursor: pointer;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author {
font-size: 14px;
font-weight: 400;
line-height: 1.2;
display: block;
color: #276A56;
font-style: italic;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b {
font-weight: 600;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified {
font-size: 14px;
color: #276A56;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button {
font-size: 14px;
font-weight: 600;
background: #FFFFFF;
border: 1px solid #BCCCD4;
border-radius: 0;
height: 42px;
color: #276A56;
cursor: pointer;
display: inline-block;
outline-style: none;
padding: 4px 15px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button:hover {
border-color: #4D5D64;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b-r-no-ans .cr-qna-ans-button {
display: none;
}
.cr-qna-block #cr-show-more-q-spinner {
display: block;
margin: 30px auto;
background: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
background-size: 20px 20px;
width: 20px;
height: 20px;
}
.cr-qna-block .cr-search-no-qna {
margin: 30px auto;
text-align: center;
color: #203741;
}
#reviews.cr-reviews-ajax-reviews p.cr-featured-badge,
.cr-all-reviews-shortcode p.cr-featured-badge {
margin: 0px 0px 10px 0px;
}
#reviews.cr-reviews-ajax-reviews .cr-featured-badge span,
#reviews.cr-reviews-ajax-reviews .cr-all-featured-badge span,
.cr-all-reviews-shortcode .cr-all-featured-badge span {
text-transform: uppercase;
display: inline-block;
font-size: 12px;
-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
box-shadow: inset 0px 1px 0px 0px #fff6af;
background-color: #ffec64;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
text-indent:0;
border: 1px solid #ffaa22;
color: #333333;
font-weight: normal;
font-style: normal;
line-height: 20px;
text-decoration: none;
text-align: center;
text-shadow: 0px 1px 0px #ffee66;
padding: 0px 5px;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
display: block;
border-bottom: 1px solid #e4e1e3;
padding-bottom: 1em;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch {
text-align: center;
background-color: #F9F9F9;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a {
color: #4D5D64;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active {
color: #0E252C;
}
#review_form .cr-upload-local-images .cr-upload-images-status,
.cr-upload-local-images .cr-upload-images-status {
display: block;
margin: 0px 0px 10px 0px;
padding: 3px 5px;
}
#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
margin: 0px 0px 15px 0px;
width: 100%;
}
#review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error,
.cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error {
background-color: #FF4136;
color: #303030;
}
#review_form .cr-upload-images-preview,
.cr-upload-images-preview {
display: flex;
margin: 0 0 0 0;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers,
.cr-upload-images-preview .cr-upload-images-containers {
width: 75px;
height: 75px;
margin: 0 10px 10px 0;
position: relative;
display: flex;
align-items: center;
justify-content: center;
pointer-events: auto;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
margin: 0;
opacity: 0.3;
padding: 15px;
border: 1px solid #e0e0e0;
fill: #e0e0e0;
border-radius: 2px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending {
pointer-events: none;
}
#review_form .cr-upload-images-preview .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-thumbnail {
max-width: 100%;
max-height: 100%;
margin: 0 0 0 0;
opacity: 0.3;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
opacity: 0.2;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar {
width: 65px;
height: 10px;
margin: 0 5px 0 5px;
padding: 0;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
background-color: #dddddd;
border-radius: 5px;
}
#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,
.cr-upload-images-preview .cr-upload-images-pbarin {
width: 0;
height: 100%;
margin: 0;
padding: 0;
background-color: #4BBE67;
border-radius: 5px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail {
opacity: 1;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
opacity: 1;
border-width: 0;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
display: none;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
padding: 1px;
position: absolute;
top: 0px;
right: 0px;
width: 20px;
height: 20px;
display: none;
background-color: #e7412c;
border-radius: 10px;
border: 0px solid;
line-height: 0;
cursor: pointer;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover {
background-color: #db2c1b;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
display: block;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
opacity: 0.2;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg {
padding: 0px;
width: 18px;
height: 18px;
font-size: 18px;
line-height: 18px;
display: block;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
fill: #FFFFFF;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
margin: 0;
background: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
background-size: 20px 20px;
width: 20px;
height: 20px;
display: none;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
display: block;
}
.cr-reviews-grid {
padding: 20px 0 10px 0;
border-width: 1px;
border-style: solid;
border-color: transparent;
display: block;
border-radius: 5px;
margin: 0;
width: 100%;
}
.cr-reviews-grid-inner {
border-radius: inherit;
display: flex;
}
.cr-reviews-grid-inner .cr-reviews-grid-col {
flex-grow: 1;
width: 0;
}
.cr-reviews-grid-inner .cr-reviews-grid-col.cr-reviews-grid-col-none {
display: none;
}
.cr-reviews-grid-empty {
border-radius: inherit;
display: flex;
padding: 0 10px;
margin: 10px 0;
justify-content: center;
}
.cr-reviews-slider{
padding: 15px 0px;
margin: 0 25px;
opacity: 0;
visibility: hidden;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
.cr-reviews-slider.slick-initialized {
visibility: visible;
opacity: 1;
}
.cr-reviews-grid .cr-review-card {
padding: 0 0 0 0;
border-width: 1px;
border-style: solid;
border-color: transparent;
border-radius: 10px;
margin: 0 10px 20px 10px;
max-width: 100%;
overflow: hidden;
visibility: hidden;
display: none;
}
.cr-reviews-grid .cr-reviews-grid-col .cr-review-card {
display: block;
}
.cr-reviews-grid .cr-reviews-grid-inner.cr-colcade-loaded .cr-review-card {
visibility: visible;
}
.cr-reviews-slider .cr-review-card {
box-sizing: border-box;
padding: 0px 10px;
height: 100%;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner {
margin: 0 auto;
padding: 10px;
border-width: 1px;
border-style: solid;
border-color: transparent;
border-radius: inherit;
display: flex;
flex-direction: column;
height: 100%;
}
.cr-reviews-grid .breaker {
display: block;
margin: 5px 0px;
height: 0px;
width: 100%;
}
.cr-reviews-grid .cr-review-card .image-row {
display: block;
width: 100%;
position: relative;
line-height: 0;
}
.cr-reviews-grid .cr-review-card .image-row .image-row-img {
display: block;
max-width: 100%;
height: auto;
border-style: none;
border-radius: 0;
margin: 0 auto;
cursor: pointer;
}
.cr-reviews-grid .cr-review-card .image-row .image-row-vid {
display: block;
max-width: 100%;
height: auto;
border-style: none;
border-radius: 0;
margin: 0 auto;
width: 100%;
object-fit: cover;
cursor: pointer;
}
.cr-reviews-grid .cr-review-card .image-row .image-row-img.image-row-img-none,
.cr-reviews-grid .cr-review-card .image-row .image-row-vid.image-row-vid-none {
display: none;
}
.cr-ajax-reviews-video {
display: block;
position: relative;
line-height: 0;
cursor: pointer;
text-align: center;
}
.cr-review-card-content .cr-comment-videoicon,
.cr-ajax-reviews-video .cr-comment-videoicon {
position: absolute;
top: 50%;
left: 50%;
width: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon {
max-width: none;
max-height: none;
width: 40px;
}
.cr-review-card-content .cr-vid-playing .cr-comment-videoicon,
.cr-ajax-reviews-video.cr-vid-playing .cr-comment-videoicon {
display: none;
}
.cr-reviews-grid .cr-review-card .image-row .image-row-count,
.cr-reviews-grid .cr-review-card .image-row .media-row-count {
position: absolute;
max-width: 100%;
width: 100%;
height: 60px;
border-style: none;
border-radius: 0;
bottom: 0;
background: #20374199;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
gap: 5px;
}
.cr-reviews-grid .cr-review-card .image-row.cr-vid-playing .media-row-count {
display: none;
}
.cr-reviews-grid .cr-review-card .top-row {
display: flex;
padding: 16px 0 16px 0;
border-bottom: solid 2px #F4F4F4;
margin: 0 15px 0 15px;
}
.pswp .cr-video-wrapper {
display: flex;
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
align-items: center;
justify-content: center;
}
.cr-reviews-slider .cr-review-card .top-row {
display: flex;
padding: 16px 0 16px 0;
border-bottom: solid 2px #aaaaaa;
margin: 0 10px 0 10px;
}
.cr-reviews-grid .cr-review-card .top-row .rating,
.cr-reviews-slider .cr-review-card .top-row .rating {
flex: 0 0 50%;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer,
.cr-reviews-slider .cr-review-card .top-row .reviewer {
text-align: left;
display: flex;
flex-direction: column;
justify-content: center;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified {
display: flex;
align-items: center;
line-height: 20px
}
.cr-reviews-grid .cr-review-card .top-row .rating .datetime,
.cr-reviews-slider .cr-review-card .top-row .rating .datetime {
font-size: 0.9em;
color: #676767;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
font-family: sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
color: #203741;
height: 50%;
display: flex;
align-items: center;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon {
height: 15px;
display: block;
margin: 0 0 0 8px;
border-radius: 3px;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified {
font-family: sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px;
letter-spacing: 0em;
text-align: left;
color: #18B394;
height: 50%;
display: flex;
align-items: center;
margin: 5px 0 0 0;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
height: 16px;
width: 16px;
display: inline;
vertical-align: middle;
margin: 0 6px 0 0;
}
.rtl .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
margin: 0 0 0 6px;
}
.cr-reviews-grid .cr-review-card .middle-row,
.cr-reviews-grid .cr-review-card .cr-incentivized-row {
padding: 16px;
background: #FCFCFC;
border: 1px solid #F9F9F9;
border-radius: 6px;
box-sizing: border-box;
font-family: sans-serif;
font-style: normal;
font-weight: 400;
line-height: 130%;
font-size: 16px;
margin: 0 15px 15px 15px;
}
.cr-reviews-slider .cr-review-card .middle-row,
.cr-reviews-slider .cr-review-card .cr-incentivized-row {
padding: 16px;
background: #FCFCFC;
border: 1px solid #F9F9F9;
border-radius: 6px;
box-sizing: border-box;
font-family: sans-serif;
font-style: normal;
font-weight: 400;
line-height: 130%;
font-size: 16px;
margin: 0 10px 15px 10px;
flex: 1;
}
.cr-reviews-slider .cr-review-card .cr-incentivized-row {
flex: 0;
}
.cr-reviews-grid .cr-review-card .top-row .review-thumbnail,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail {
flex-basis: 56px;
flex-shrink: 0;
margin-right: 16px;
position: relative;
}
.cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail img {
max-width: 50px;
max-height: 50px;
border-radius: 25px;
}
.cr-reviews-grid .cr-review-card .rating-row {
padding: 17px 0 17px 0;
display: flex;
align-items: center;
margin: 0 15px 0 15px;
line-height: 0;
}
.cr-reviews-slider .cr-review-card .rating-row {
padding: 17px 0 17px 0;
display: flex;
align-items: center;
margin: 0 10px 0 10px;
overflow: hidden;
line-height: 0;
}
.cr-reviews-grid .cr-review-card .rating-row .rating-label,
.cr-reviews-slider .cr-review-card .rating-row .rating-label {
margin: 0 0 0 15px;
font-family: sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.1em;
text-align: left;
color: #898F92;
}
.rtl .cr-reviews-slider .cr-review-card .rating-row .rating-label {
margin: 0 16px 0 0;
}
.cr-reviews-grid .cr-review-card .middle-row .review-content,
.cr-reviews-slider .cr-review-card .middle-row .review-content {
margin: 0 0 12px 0;
color: #484E51;
}
.cr-reviews-grid .cr-review-card .middle-row .review-content p,
.cr-reviews-slider .cr-review-card .middle-row p {
margin: 0;
}
.cr-reviews-grid .cr-review-card .middle-row .datetime,
.cr-reviews-slider .cr-review-card .middle-row .datetime {
font-weight: 300;
font-size: 14px;
color: #898F92;
}
.cr-reviews-grid .cr-review-card .verified-review-row,
.cr-reviews-slider .cr-review-card .verified-review-row {
margin: 0 0 12px 0;
text-align: left;
font-family: sans-serif;
}
.cr-reviews-grid .cr-review-card .verified-review-row p.ivole-verified-badge,
.cr-reviews-slider .cr-review-card .verified-review-row p.ivole-verified-badge {
margin: 0px;
}
.cr-reviews-grid .cr-review-card .verified-review-row .verified-badge-empty,
.cr-reviews-slider .cr-review-card .verified-review-row .verified-badge-empty {
min-height: 20px;
}
.cr-reviews-grid .cr-review-card .review-product,
.cr-reviews-slider .cr-review-card .review-product {
border-radius: inherit;
display: flex;
padding: 10px;
margin-top: 10px;
line-height: 1;
}
.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions {
border-radius: inherit;
display: block;
padding: 0;
margin: 0 10px 17px 10px;
line-height: 1;
border-top: 1px dashed #aaaaaa;
border-bottom: 1px dashed #aaaaaa;
font-size: 14px;
}
.cr-reviews-grid .cr-review-card .review-product .product-thumbnail,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail {
flex: 0 0 20%;
}
.cr-reviews-grid .cr-review-card .review-product .product-thumbnail img,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail img {
width: 50px;
height: 50px;
max-width: none;
max-height: none;
}
.cr-reviews-grid .cr-review-card .review-product .product-title,
.cr-reviews-slider .cr-review-card .review-product .product-title {
margin: auto 0;
padding-left: 5px;
font-family: Helvetica;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
color: #203741;
}
.rtl .cr-reviews-slider .cr-review-card .review-product .product-title {
padding-left: 0;
padding-right: 5px;
}
p.ivole-verified-badge {
font-size: 12px;
vertical-align:middle;
}
span.ivole-verified-badge-text {
vertical-align:middle;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
float: none;
height: 20px;
width: 17px;
vertical-align:middle;
margin: 0px 5px 0px 0px;
display: inline;
border-radius: 0;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
float: none;
height: 11px;
width: 11px;
vertical-align:middle;
margin: 0px 0px 0px 5px;
display: inline;
border-radius: 0;
}
.cr-reviews-slider .cr-review-card .cr-sldr-custom-question {
display: flex;
align-items: center;
margin: 15px 0;
column-gap: 10px;
}
.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox {
flex-direction: column;
align-items: flex-start;
}
.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-p {
margin: 0;
}
.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox .cr-sldr-p {
margin-bottom: 7px;
}
.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox ul {
margin: 0 0 0 25px;
}
.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-label {
font-weight: 550;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot);
src: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woff) format('woff'), url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.ttf) format('truetype'), url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.svg#slick) format('svg');
}
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.cr-reviews-slider .slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
opacity: 1;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.cr-reviews-slider.slick-slider .slick-track {
display: flex;
}
.cr-reviews-slider.slick-slider .slick-slide {
height: inherit;
}
.cr-reviews-slider.slick-slider .slick-slide > div {
height: 100%;
}
.cr-ajax-reviews-cus-images-slider-nav.cr-reviews-slider.slick-slider .slick-slide > div {
line-height: 0;
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.cr-reviews-slider .slick-arrow.slick-prev,
.cr-reviews-slider .slick-arrow.slick-next,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.cr-reviews-slider .slick-prev:hover,
.cr-reviews-slider .slick-prev:focus,
.cr-reviews-slider .slick-next:hover,
.cr-reviews-slider .slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.cr-reviews-slider .slick-prev:hover:before,
.cr-reviews-slider .slick-prev:focus:before,
.cr-reviews-slider .slick-next:hover:before,
.cr-reviews-slider .slick-next:focus:before
{
opacity: 1;
}
.cr-reviews-slider .slick-prev.slick-disabled:before,
.cr-reviews-slider .slick-next.slick-disabled:before
{
opacity: .25;
}
.cr-reviews-slider .slick-prev:before,
.cr-reviews-slider .slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color:grey;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cr-reviews-slider.slick-slider .slick-prev
{
left: -25px;
}
[dir='rtl'] .cr-reviews-slider .slick-prev
{
right: -25px;
left: auto;
}
.cr-reviews-slider .slick-prev:before
{
content: '←';
}
[dir='rtl'] .cr-reviews-slider .slick-prev:before
{
content: '→';
}
.cr-reviews-slider.slick-slider .slick-next
{
right: -25px;
}
[dir='rtl'] .cr-reviews-slider .slick-next
{
right: auto;
left: -25px;
}
.cr-reviews-slider .slick-next:before
{
content: '→';
}
[dir='rtl'] .cr-reviews-slider .slick-next:before
{
content: '←';
}
.slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.cr-reviews-slider .slick-dots,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
border: none;
}
.cr-reviews-slider .slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.cr-reviews-slider .slick-dots li button,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.cr-reviews-slider .slick-dots li button:hover,
.cr-reviews-slider .slick-dots li button:focus
{
outline: none;
}
.cr-reviews-slider .slick-dots li button:hover:before,
.cr-reviews-slider .slick-dots li button:focus:before
{
opacity: 1;
}
.cr-reviews-slider .slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cr-reviews-slider .slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
.cr-qna-separator {
display: inline;
margin: 0 6px;
}
.cr-all-reviews-pagination {
text-align: center;
font-size: 15px;
}
.cr-all-reviews-pagination.cr-pagination-load {
pointer-events: none;
}
.cr-all-reviews-pagination .cr-page-numbers-a {
cursor: pointer;
}
.cr-all-reviews-pagination .cr-page-numbers-a.next,
.cr-all-reviews-pagination .cr-page-numbers-a.prev {
text-decoration: none;
}
.cr-all-reviews-pagination .cr-page-numbers.current {
font-weight: bold;
}
@media all and (max-width: 700px) {
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex {
flex-direction: column;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
width: 100%;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
max-width: 400px;
margin: 0 auto;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
overflow-y: scroll;
}
}
@media all and (max-width: 600px) {
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
width: 100%;
height: 100%;
left: 0px;
margin-left: 0px;
margin-top: 0px;
top: 0px;
max-width: 100%;
max-height: 100%;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
width: 80px;
}
}
@media all and (max-width: 415px) {
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
width: 60px;
}
.cr-qna-block .cr-qna-search-block {
flex-wrap: wrap;
}
.cr-qna-block .cr-qna-search-block div {
width: 100%;
}
.cr-qna-block .cr-qna-search-block button.cr-qna-ask-button {
width: 100%;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
flex-direction: column;
align-items: flex-start;
}
}
@media all and (max-width: 370px) {
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
display: block;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
margin-top: 15px;
}
}
@media only screen and (max-width: 800px) {
.cr-reviews-grid-inner .cr-reviews-grid-col3 {
display: none;
}
}
@media only screen and (max-width: 550px) {
.cr-reviews-grid-inner .cr-reviews-grid-col2 {
display: none;
}
}.cr-trustbadgef, .cr-trustbadgea {
max-width: 100%;
overflow: hidden;
}
.cr-trustbadgef .cr-trustbadge-border {border: 1px solid #A3D8CD;}
.cr-trustbadgef .cr-trustbadge-border.badge_color_dark {border: 1px solid #8B8B8B;}
#cr_floatingtrustbadge {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 135px; border-radius: 15px; display: block; overflow: hidden; margin: 30px; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: pointer;}
#cr_floatingtrustbadge.cr-floatingbadge-big {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 256px; border-radius: 15px; display: block; overflow: hidden; margin: 0 30px 30px 0; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: auto;}
#cr_floatingtrustbadge {border: 1px solid;}
#cr_floatingtrustbadge .cr-floatingbadge-background {position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
#cr_floatingtrustbadge .cr-floatingbadge-background div {width: 100%;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 115px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 155px;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 31px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 179px;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 27px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 43px; border-top: 1px solid; border-left: 0px; border-right: 0px; border-bottom: 0px;}
#cr_floatingtrustbadge .cr-floatingbadge-top {position: relative; height: 92px; display: block;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top {position: relative; height: 124px; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top svg {position: absolute; left: 50%; top: 14px; margin-left: -35px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg {position: absolute; width: 84px; height: 79px; left: 50%; top: 28px; margin-left: -42px;}
#cr_floatingtrustbadge img {margin: 0; width: 100%; position: relative; border: 0; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close {position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; cursor: pointer;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {position: absolute; width: 16px; height: 16px; margin: 2px; top: 0; left: 0; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #F8942D;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #FFFFFF;}
#cr_floatingtrustbadge .cr-floatingbadge-top svg {width: 70px; height:65px;}
.cr-badge {
display: inline-block;
padding: 40px;
font-family: 'Open Sans', sans-serif;
font-size: 0;
color: #1F1F1F;
line-height: normal;
position: relative;
text-align: left;
text-decoration:none;
box-sizing: border-box;
transform-origin: left;
visibility: hidden;
}
.cr-badge .badge__nowrap {
white-space: nowrap;
}
.cr-badge .badge__nowrap-inline {
display: inline-block;
white-space: nowrap;
}
.cr-badge .badge__store {
font-size: 24px;
font-weight: bold;
margin-bottom: 12px;
white-space: nowrap;
}
.cr-badge .badge__stars {
display: inline-block;
margin-bottom: 14px;
margin-right: 24px;
}
.cr-badge .badge__star {
display: inline-block;
position: relative;
width: 36px;
height: 36px;
margin-right: 3px;
background-size: cover;
}
.cr-badge .badge-vs .badge__star {
display: block;
}
.cr-badge .badge__star-icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.cr-badge .badge__star-icon_type_empty {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-light.png);
}
.cr-badge .badge__star-icon_type_fill {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/small-star-full.png);
}
.cr-badge .verified {
display: inline-block;
vertical-align: middle;
background: rgba(23, 157, 130, 0.1);
height: 36px;
border-radius: 19px;
padding: 0 16px;
}
.cr-badge.badge_size_small .verified {
vertical-align: top;
}
.cr-badge .verified__logo {
display: inline-block;
width: 32px;
height: 32px;
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg);
background-size: cover;
position: relative;
top: 2px;
left: -6px;
margin-right: 2px;
}
.cr-badge .verified__text {
display: inline-block;
line-height: 36px;
vertical-align: top;
font-size: 18px;
font-weight: 600;
}
.cr-badge .rating {
font-size: 17px;
white-space: nowrap;
}
.cr-badge.badge_size_wide .rating {
font-size: 16px;
}
.cr-badge rating__store {
font-weight: 600;
}
.cr-badge .rating__product b {
font-weight: 600;
}
.cr-badge.badge_color_dark {
color: #fff;
}
.cr-badge.badge_color_dark .badge__star-icon_type_empty {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-dark.png);
}
.cr-badge.badge_color_dark .verified {
background: rgba(255, 255, 255, 0.25);
}
.cr-badge.badge_size_wide {
padding: 20px;
color: #6c6c6c;
}
.cr-badge.badge_size_wide .badge__store {
font-size: 28px;
margin-bottom: 24px;
}
.cr-badge .badge__info {
position: relative;
}
.cr-badge .badge__logo {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg);
background-size: contain;
background-repeat: no-repeat;
}
.cr-badge .badge__reviews {
font-size: 16px;
padding-left: 70px;
padding-top: 15px;
}
.cr-badge.badge_size_wide .verified {
font-size: 16px;
padding-left: 70px;
height: 20px;
background: transparent;
}
.cr-badge.badge_size_wide .badge__stars {
margin-bottom: 0;
margin-right: 10px;
margin-left: 20px;
margin-top: 0;
vertical-align: middle;
}
.cr-badge.badge_size_wide .badge__star {
width: 20px;
height: 20px;
}
.cr-badge.badge_size_wide .badge__star-icon_type_empty {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-light.png);
}
.cr-badge.badge_size_wide .badge__star-icon_type_fill {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-light.png);
}
.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_fill {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-dark.png);
}
.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_empty {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-dark.png);
}
.cr-badge.badge_size_wide .rating {
display: inline-block;
padding-top: 0;
vertical-align: middle;
margin-top: 0;
height: 18px;
}
.cr-badge.badge_size_wide.badge_color_dark {
color: #fff;
}
.cr-badge.badge_target_mobile {
position: relative;
padding: 0;
margin: 20px;
}
.cr-badge.badge_target_mobile .badge__logo {
top: 41px;
left: 4px;
width: 32px;
height: 32px;
}
.cr-badge.badge_target_mobile .badge__store {
font-size: 24px;
margin-bottom: 0;
padding-left: 2px;
}
.cr-badge.badge_target_mobile .badge__reviews,
.cr-badge.badge_target_mobile .verified {
padding-left: 48px;
display: block;
}
.cr-badge.badge_target_mobile .badge__stars {
padding-left: 2px;
margin-left: 0;
margin-top: 0;
}
.cr-badge.badge_target_mobile .rating {
font-size: 15px;
margin-top: 2px;
}
.cr-badge.badge_size_wide .rating b {
display: inline-block;
margin-left: 8px;
}
.cr-badge.badge_size_small {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.cr-badge .badge__link, .cr-badge__wrap .badge__link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
} .cr-badge__wrap {
display: inline-block;
position: relative;
}
.cr-badge.badge-vs {
position: relative;
color: #4d4d4d;
padding: 20px;
display: inline-block;
flex-flow: row nowrap;
text-align: left;
font-family: sans-serif;
border-radius: 15px;
}
.cr-badge.badge-vs .cr-badge-vs-flex {
display: flex;
flex-direction: row;
}
.cr-badge.badge-vs .badge__store {
font-size: 25px;
font-weight: 500;
margin-bottom: 5px;
line-height: 1.2;
max-width: 500px;
text-overflow: ellipsis;
overflow: hidden;
}
.cr-badge.badge-vs .badge__logo {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/logo-vs.svg);
height: 80px;
width: 80px;
position: relative;
display: inline-block;
margin-right: 20px;
flex: 0 0 auto;
}
.cr-badge.badge-vs .badge__details {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.cr-badge.badge-vs .badge__rating-container {
display: flex;
flex-flow: column nowrap;
justify-content: space-evenly;
font-family: sans-serif;
font-weight: normal;
}
.cr-badge.badge-vs .badge__rating-line {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.cr-badge.badge-vs .badge__stars {
margin: 0;
padding: 0;
display: flex;
align-items: center;
}
.cr-badge.badge-vs .badge__star {
width: 15px;
height: 15px;
border-spacing: 0;
display: flex;
}
.cr-badge.badge-vs .badge__star-icon--empty {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/star-stroke.svg);
background-position: left;
border-spacing: 0;
}
.cr-badge.badge-vs .badge__star-icon--fill {
background-image: url(//design-jr.uk/wp-content/plugins/customer-reviews-woocommerce/img/star-fill.svg);
background-position: left;
border-spacing: 0;
}
.cr-badge.badge-vs .badge__rating.rating {
font-size: 14px;
line-height: 1.5;
justify-content: space-between;
display: flex;
flex: 1 1 0;
margin: -1px 0 0;
padding: 0;
height: 20px;
}
.cr-badge.badge-vs .badge__rating.rating span:last-child {
padding-left: 25px;
font-weight: bold;
}
.cr-badge .badge__rating + .badge__stars {
margin-left: 15px;
}
.cr-badge.badge-vs .badge__reviews {
border-radius: 30px;
background-color: #F2F2F2;
display: block;
font-size: 18px;
line-height: 1;
padding: 6px 25px 5px;
margin-left: 15px;
border: 1px solid #DFDFDF99;
}
.cr-badge.badge-vs.badge_color_dark {
color: #e5e5e5;
border-color: transparent;
}
.cr-badge.badge-vs.badge_color_dark .badge__reviews {
background-color: #24242499;
border-color: transparent;
}
.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: sans-serif;
}
.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
display: block;
flex-direction: column;
visibility: visible;
}
.badge_size_compact.cr-badge .badge__verified,
.badge--wide-mobile.cr-badge .badge__verified {
font-size: 10px;
font-weight: 700;
color: #4c4c4c;
text-align: center;
margin-bottom: 5px;
margin-top: 5px;
}
.badge--wide-mobile.cr-badge .badge__verified {
font-size: 16px;
color: #fff;
margin-bottom: 13px;
}
.badge--wide-mobile.cr-badge .badge__store {
min-height: 50px;
margin-bottom: 15px;
color: #4d4d4d;
font-size: 28px;
font-weight: 700;
line-height: 30px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px;
}
.badge--wide-mobile.cr-badge .badge__store span {
min-width: 234px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
}
.cr-badge.badge_size_compact .badge__middle,
.cr-badge.badge--wide-mobile .badge__middle {
padding: 10px 0 9px;
}
.cr-badge.badge_size_compact .badge__stars,
.cr-badge.badge--wide-mobile .badge__stars {
display: flex;
justify-content: center;
width: 100%;
margin: 0;
}
.cr-badge.badge_size_compact .badge__star,
.cr-badge.badge--wide-mobile .badge__star {
position: relative;
width: 14px;
height: 13px;
margin: 0 2px;
color: #fff;
}
.cr-badge.badge_size_compact .badge__star svg,
.cr-badge.badge--wide-mobile .badge__star svg {
display: block;
}
.cr-badge.badge_size_compact .badge__star-fill-container,
.cr-badge.badge--wide-mobile .badge__star-fill-container {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 14px;
height: 13px;
}
.rtl .cr-badge.badge_size_compact .badge__star-fill-container,
.rtl .cr-badge.badge--wide-mobile .badge__star-fill-container {
left: auto;
right: 0;
}
.cr-badge.badge_size_compact .badge__star-fill-container svg,
.cr-badge.badge--wide-mobile .badge__star-fill-container svg {
height: 13px;
}
.cr-badge.badge_size_compact .badge__rating,
.cr-badge.badge--wide-mobile .badge__rating {
font-size: 12px;
text-align: center;
color: #4c4c4c;
}
.cr-badge.badge_size_compact .badge__rating b,
.cr-badge.badge--wide-mobile .badge__rating b  {
margin-left: 8px;
}
.cr-badge.badge_size_compact .badge__reviews,
.cr-badge.badge--wide-mobile .badge__reviews {
padding: 8px 0 6px;
font-size: 10px;
text-align: center;
border-radius: 0 0 15px 15px;
color: #4d4d4d;
}
.cr-badge.badge--wide-mobile .badge__middle {
padding-top: 0px;
padding-bottom: 20px;
background-color: transparent;
}
.cr-badge.badge--wide-mobile .badge__stars {
margin-bottom: 5px;
}
.cr-badge.badge--wide-mobile .badge__star {
color: #f8942d;
}
.cr-badge.badge--wide-mobile .badge__reviews {
font-size: 13px;
border-top: 1px solid transparent;
min-height: 37px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.cr-badge.badge--wide-mobile .mb21 {
margin-bottom: 21px;
}
.cr-badge.badge_size_compact.badge_color_dark .badge__middle,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__middle {
border: none;
box-sizing: border-box;
}
.cr-badge.badge_size_compact.badge_color_dark .badge__star,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__star {
color: #f8942d;
}
.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews {
border: none;
}
.cr-badge.badge_size_compact.badge_color_dark .badge__verified,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__verified,
.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews,
.cr-badge.badge_size_compact.badge_color_dark .badge__rating,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__rating,
.cr-badge.badge_size_compact.badge_color_dark .badge__store,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__store {
color: #e5e5e5;
}
.cr-placeholder-tb {
background-color: #FAFAFA;
width: 100%;
padding: 20px;
}
.cr-placeholder-tb .cr-placeholder-tb-fr {
width: 50%;
height: 40px;
margin: 0 0 20px 0;
background-color: #DCDEE2;
animation: cr-placeholder-load 3s infinite;
}
.cr-placeholder-tb .cr-placeholder-tb-sr {
width: 100%;
height: 60px;
background-color: #DCDEE2;
animation: cr-placeholder-load 3s infinite;
}
@media all and (max-width: 600px) {
#cr_floatingtrustbadge, #cr_floatingtrustbadge.cr-floatingbadge-big {display: none;}
}
@keyframes cr-placeholder-load {
0% {
background-color: #DCDEE2;
}
50% {
background-color: #ededed;
}
100% {
background-color: #DCDEE2;
}
}.twbs {  }
.twbs article,
.twbs aside,
.twbs details,
.twbs figcaption,
.twbs figure,
.twbs footer,
.twbs header,
.twbs hgroup,
.twbs main,
.twbs nav,
.twbs section,
.twbs summary {
display: block;
}
.twbs audio,
.twbs canvas,
.twbs video {
display: inline-block;
}
.twbs audio:not([controls]) {
display: none;
height: 0;
}
.twbs [hidden] {
display: none;
}
.twbs html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.twbs body {
margin: 0;
}
.twbs a:focus {
outline: thin dotted;
}
.twbs a:active,
.twbs a:hover {
outline: 0;
}
.twbs h1 {
font-size: 2em;
margin: 0.67em 0;
}
.twbs abbr[title] {
border-bottom: 1px dotted;
}
.twbs b,
.twbs strong {
font-weight: bold;
}
.twbs dfn {
font-style: italic;
}
.twbs hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.twbs mark {
background: #ff0;
color: #000;
}
.twbs code,
.twbs kbd,
.twbs pre,
.twbs samp {
font-family: monospace, serif;
font-size: 1em;
}
.twbs pre {
white-space: pre-wrap;
}
.twbs q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
.twbs small {
font-size: 80%;
}
.twbs sub,
.twbs sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.twbs sup {
top: -0.5em;
}
.twbs sub {
bottom: -0.25em;
}
.twbs img {
border: 0;
}
.twbs svg:not(:root) {
overflow: hidden;
}
.twbs figure {
margin: 0;
}
.twbs fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.twbs legend {
border: 0;
padding: 0;
}
.twbs button,
.twbs input,
.twbs select,
.twbs textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
.twbs button,
.twbs input {
line-height: normal;
}
.twbs button,
.twbs select {
text-transform: none;
}
.twbs button,
.twbs html input[type="button"],
.twbs input[type="reset"],
.twbs input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.twbs button[disabled],
.twbs html input[disabled] {
cursor: default;
}
.twbs input[type="checkbox"],
.twbs input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.twbs input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.twbs input[type="search"]::-webkit-search-cancel-button,
.twbs input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.twbs button::-moz-focus-inner,
.twbs input::-moz-focus-inner {
border: 0;
padding: 0;
}
.twbs textarea {
overflow: auto;
vertical-align: top;
}
.twbs table {
border-collapse: collapse;
border-spacing: 0;
}
@media print {
.twbs * {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
.twbs a,
.twbs a:visited {
text-decoration: underline;
}
.twbs a[href]:after {
content: " (" attr(href) ")";
}
.twbs abbr[title]:after {
content: " (" attr(title) ")";
}
.twbs .ir a:after,
.twbs a[href^="javascript:"]:after,
.twbs a[href^="#"]:after {
content: "";
}
.twbs pre,
.twbs blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.twbs thead {
display: table-header-group;
}
.twbs tr,
.twbs img {
page-break-inside: avoid;
}
.twbs img {
max-width: 100% !important;
}
@page  {
margin: 2cm .5cm;
}
.twbs p,
.twbs h2,
.twbs h3 {
orphans: 3;
widows: 3;
}
.twbs h2,
.twbs h3 {
page-break-after: avoid;
}
.twbs .navbar {
display: none;
}
.twbs .table td,
.twbs .table th {
background-color: #fff !important;
}
.twbs .btn > .caret,
.twbs .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.twbs .label {
border: 1px solid #000;
}
.twbs .table {
border-collapse: collapse !important;
}
.twbs .table-bordered th,
.twbs .table-bordered td {
border: 1px solid #ddd !important;
}
}
.twbs *,
.twbs *:before,
.twbs *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.twbs html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.twbs body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
}
.twbs input,
.twbs button,
.twbs select,
.twbs textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.twbs button,
.twbs input,
.twbs select[multiple],
.twbs textarea {
background-image: none;
}
.twbs a {
color: #428bca;
text-decoration: none;
}
.twbs a:hover,
.twbs a:focus {
color: #2a6496;
text-decoration: underline;
}
.twbs a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.twbs img {
vertical-align: middle;
}
.twbs .img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.twbs .img-rounded {
border-radius: 6px;
}
.twbs .img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.twbs .img-circle {
border-radius: 50%;
}
.twbs hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.twbs .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
}
.twbs p {
margin: 0 0 10px;
}
.twbs .lead {
margin-bottom: 20px;
font-size: 16.099999999999998px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.twbs .lead {
font-size: 21px;
}
}
.twbs small {
font-size: 85%;
}
.twbs cite {
font-style: normal;
}
.twbs .text-muted {
color: #999999;
}
.twbs .text-primary {
color: #428bca;
}
.twbs .text-warning {
color: #c09853;
}
.twbs .text-danger {
color: #b94a48;
}
.twbs .text-success {
color: #468847;
}
.twbs .text-info {
color: #3a87ad;
}
.twbs .text-left {
text-align: left;
}
.twbs .text-right {
text-align: right;
}
.twbs .text-center {
text-align: center;
}
.twbs h1,
.twbs h2,
.twbs h3,
.twbs h4,
.twbs h5,
.twbs h6,
.twbs .h1,
.twbs .h2,
.twbs .h3,
.twbs .h4,
.twbs .h5,
.twbs .h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
}
.twbs h1 small,
.twbs h2 small,
.twbs h3 small,
.twbs h4 small,
.twbs h5 small,
.twbs h6 small,
.twbs .h1 small,
.twbs .h2 small,
.twbs .h3 small,
.twbs .h4 small,
.twbs .h5 small,
.twbs .h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
.twbs h1,
.twbs h2,
.twbs h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.twbs h4,
.twbs h5,
.twbs h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.twbs h1,
.twbs .h1 {
font-size: 36px;
}
.twbs h2,
.twbs .h2 {
font-size: 30px;
}
.twbs h3,
.twbs .h3 {
font-size: 24px;
}
.twbs h4,
.twbs .h4 {
font-size: 18px;
}
.twbs h5,
.twbs .h5 {
font-size: 14px;
}
.twbs h6,
.twbs .h6 {
font-size: 12px;
}
.twbs h1 small,
.twbs .h1 small {
font-size: 24px;
}
.twbs h2 small,
.twbs .h2 small {
font-size: 18px;
}
.twbs h3 small,
.twbs .h3 small,
.twbs h4 small,
.twbs .h4 small {
font-size: 14px;
}
.twbs .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
.twbs ul,
.twbs ol {
margin-top: 0;
margin-bottom: 10px;
}
.twbs ul ul,
.twbs ol ul,
.twbs ul ol,
.twbs ol ol {
margin-bottom: 0;
}
.twbs .list-unstyled {
padding-left: 0;
list-style: none;
}
.twbs .list-inline {
padding-left: 0;
list-style: none;
}
.twbs .list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.twbs dl {
margin-bottom: 20px;
}
.twbs dt,
.twbs dd {
line-height: 1.428571429;
}
.twbs dt {
font-weight: bold;
}
.twbs dd {
margin-left: 0;
}
@media (min-width: 768px) {
.twbs .dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.twbs .dl-horizontal dd {
margin-left: 180px;
}
.twbs .dl-horizontal dd:before,
.twbs .dl-horizontal dd:after {
content: " "; display: table; }
.twbs .dl-horizontal dd:after {
clear: both;
}
.twbs .dl-horizontal dd:before,
.twbs .dl-horizontal dd:after {
content: " "; display: table; }
.twbs .dl-horizontal dd:after {
clear: both;
}
}
.twbs abbr[title],
.twbs abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
.twbs abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
.twbs blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
.twbs blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
.twbs blockquote p:last-child {
margin-bottom: 0;
}
.twbs blockquote small {
display: block;
line-height: 1.428571429;
color: #999999;
}
.twbs blockquote small:before {
content: '\2014 \00A0';
}
.twbs blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
.twbs blockquote.pull-right p,
.twbs blockquote.pull-right small {
text-align: right;
}
.twbs blockquote.pull-right small:before {
content: '';
}
.twbs blockquote.pull-right small:after {
content: '\00A0 \2014';
}
.twbs q:before,
.twbs q:after,
.twbs blockquote:before,
.twbs blockquote:after {
content: "";
}
.twbs address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
.twbs code,
.twbs pre {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.twbs code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
.twbs pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
.twbs pre.prettyprint {
margin-bottom: 20px;
}
.twbs pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.twbs .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.twbs .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.twbs .container:before,
.twbs .container:after {
content: " "; display: table; }
.twbs .container:after {
clear: both;
}
.twbs .container:before,
.twbs .container:after {
content: " "; display: table; }
.twbs .container:after {
clear: both;
}
.twbs .row {
margin-left: -15px;
margin-right: -15px;
}
.twbs .row:before,
.twbs .row:after {
content: " "; display: table; }
.twbs .row:after {
clear: both;
}
.twbs .row:before,
.twbs .row:after {
content: " "; display: table; }
.twbs .row:after {
clear: both;
}
.twbs .col-xs-1,
.twbs .col-xs-2,
.twbs .col-xs-3,
.twbs .col-xs-4,
.twbs .col-xs-5,
.twbs .col-xs-6,
.twbs .col-xs-7,
.twbs .col-xs-8,
.twbs .col-xs-9,
.twbs .col-xs-10,
.twbs .col-xs-11,
.twbs .col-xs-12,
.twbs .col-sm-1,
.twbs .col-sm-2,
.twbs .col-sm-3,
.twbs .col-sm-4,
.twbs .col-sm-5,
.twbs .col-sm-6,
.twbs .col-sm-7,
.twbs .col-sm-8,
.twbs .col-sm-9,
.twbs .col-sm-10,
.twbs .col-sm-11,
.twbs .col-sm-12,
.twbs .col-md-1,
.twbs .col-md-2,
.twbs .col-md-3,
.twbs .col-md-4,
.twbs .col-md-5,
.twbs .col-md-6,
.twbs .col-md-7,
.twbs .col-md-8,
.twbs .col-md-9,
.twbs .col-md-10,
.twbs .col-md-11,
.twbs .col-md-12,
.twbs .col-lg-1,
.twbs .col-lg-2,
.twbs .col-lg-3,
.twbs .col-lg-4,
.twbs .col-lg-5,
.twbs .col-lg-6,
.twbs .col-lg-7,
.twbs .col-lg-8,
.twbs .col-lg-9,
.twbs .col-lg-10,
.twbs .col-lg-11,
.twbs .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.twbs .col-xs-1,
.twbs .col-xs-2,
.twbs .col-xs-3,
.twbs .col-xs-4,
.twbs .col-xs-5,
.twbs .col-xs-6,
.twbs .col-xs-7,
.twbs .col-xs-8,
.twbs .col-xs-9,
.twbs .col-xs-10,
.twbs .col-xs-11 {
float: left;
}
.twbs .col-xs-1 {
width: 8.333333333333332%;
}
.twbs .col-xs-2 {
width: 16.666666666666664%;
}
.twbs .col-xs-3 {
width: 25%;
}
.twbs .col-xs-4 {
width: 33.33333333333333%;
}
.twbs .col-xs-5 {
width: 41.66666666666667%;
}
.twbs .col-xs-6 {
width: 50%;
}
.twbs .col-xs-7 {
width: 58.333333333333336%;
}
.twbs .col-xs-8 {
width: 66.66666666666666%;
}
.twbs .col-xs-9 {
width: 75%;
}
.twbs .col-xs-10 {
width: 83.33333333333334%;
}
.twbs .col-xs-11 {
width: 91.66666666666666%;
}
.twbs .col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.twbs .container {
max-width: 750px;
}
.twbs .col-sm-1,
.twbs .col-sm-2,
.twbs .col-sm-3,
.twbs .col-sm-4,
.twbs .col-sm-5,
.twbs .col-sm-6,
.twbs .col-sm-7,
.twbs .col-sm-8,
.twbs .col-sm-9,
.twbs .col-sm-10,
.twbs .col-sm-11 {
float: left;
}
.twbs .col-sm-1 {
width: 8.333333333333332%;
}
.twbs .col-sm-2 {
width: 16.666666666666664%;
}
.twbs .col-sm-3 {
width: 25%;
}
.twbs .col-sm-4 {
width: 33.33333333333333%;
}
.twbs .col-sm-5 {
width: 41.66666666666667%;
}
.twbs .col-sm-6 {
width: 50%;
}
.twbs .col-sm-7 {
width: 58.333333333333336%;
}
.twbs .col-sm-8 {
width: 66.66666666666666%;
}
.twbs .col-sm-9 {
width: 75%;
}
.twbs .col-sm-10 {
width: 83.33333333333334%;
}
.twbs .col-sm-11 {
width: 91.66666666666666%;
}
.twbs .col-sm-12 {
width: 100%;
}
.twbs .col-sm-push-1 {
left: 8.333333333333332%;
}
.twbs .col-sm-push-2 {
left: 16.666666666666664%;
}
.twbs .col-sm-push-3 {
left: 25%;
}
.twbs .col-sm-push-4 {
left: 33.33333333333333%;
}
.twbs .col-sm-push-5 {
left: 41.66666666666667%;
}
.twbs .col-sm-push-6 {
left: 50%;
}
.twbs .col-sm-push-7 {
left: 58.333333333333336%;
}
.twbs .col-sm-push-8 {
left: 66.66666666666666%;
}
.twbs .col-sm-push-9 {
left: 75%;
}
.twbs .col-sm-push-10 {
left: 83.33333333333334%;
}
.twbs .col-sm-push-11 {
left: 91.66666666666666%;
}
.twbs .col-sm-pull-1 {
right: 8.333333333333332%;
}
.twbs .col-sm-pull-2 {
right: 16.666666666666664%;
}
.twbs .col-sm-pull-3 {
right: 25%;
}
.twbs .col-sm-pull-4 {
right: 33.33333333333333%;
}
.twbs .col-sm-pull-5 {
right: 41.66666666666667%;
}
.twbs .col-sm-pull-6 {
right: 50%;
}
.twbs .col-sm-pull-7 {
right: 58.333333333333336%;
}
.twbs .col-sm-pull-8 {
right: 66.66666666666666%;
}
.twbs .col-sm-pull-9 {
right: 75%;
}
.twbs .col-sm-pull-10 {
right: 83.33333333333334%;
}
.twbs .col-sm-pull-11 {
right: 91.66666666666666%;
}
.twbs .col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.twbs .col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.twbs .col-sm-offset-3 {
margin-left: 25%;
}
.twbs .col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.twbs .col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.twbs .col-sm-offset-6 {
margin-left: 50%;
}
.twbs .col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.twbs .col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.twbs .col-sm-offset-9 {
margin-left: 75%;
}
.twbs .col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.twbs .col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 992px) {
.twbs .container {
max-width: 970px;
}
.twbs .col-md-1,
.twbs .col-md-2,
.twbs .col-md-3,
.twbs .col-md-4,
.twbs .col-md-5,
.twbs .col-md-6,
.twbs .col-md-7,
.twbs .col-md-8,
.twbs .col-md-9,
.twbs .col-md-10,
.twbs .col-md-11 {
float: left;
}
.twbs .col-md-1 {
width: 8.333333333333332%;
}
.twbs .col-md-2 {
width: 16.666666666666664%;
}
.twbs .col-md-3 {
width: 25%;
}
.twbs .col-md-4 {
width: 33.33333333333333%;
}
.twbs .col-md-5 {
width: 41.66666666666667%;
}
.twbs .col-md-6 {
width: 50%;
}
.twbs .col-md-7 {
width: 58.333333333333336%;
}
.twbs .col-md-8 {
width: 66.66666666666666%;
}
.twbs .col-md-9 {
width: 75%;
}
.twbs .col-md-10 {
width: 83.33333333333334%;
}
.twbs .col-md-11 {
width: 91.66666666666666%;
}
.twbs .col-md-12 {
width: 100%;
}
.twbs .col-md-push-0 {
left: auto;
}
.twbs .col-md-push-1 {
left: 8.333333333333332%;
}
.twbs .col-md-push-2 {
left: 16.666666666666664%;
}
.twbs .col-md-push-3 {
left: 25%;
}
.twbs .col-md-push-4 {
left: 33.33333333333333%;
}
.twbs .col-md-push-5 {
left: 41.66666666666667%;
}
.twbs .col-md-push-6 {
left: 50%;
}
.twbs .col-md-push-7 {
left: 58.333333333333336%;
}
.twbs .col-md-push-8 {
left: 66.66666666666666%;
}
.twbs .col-md-push-9 {
left: 75%;
}
.twbs .col-md-push-10 {
left: 83.33333333333334%;
}
.twbs .col-md-push-11 {
left: 91.66666666666666%;
}
.twbs .col-md-pull-0 {
right: auto;
}
.twbs .col-md-pull-1 {
right: 8.333333333333332%;
}
.twbs .col-md-pull-2 {
right: 16.666666666666664%;
}
.twbs .col-md-pull-3 {
right: 25%;
}
.twbs .col-md-pull-4 {
right: 33.33333333333333%;
}
.twbs .col-md-pull-5 {
right: 41.66666666666667%;
}
.twbs .col-md-pull-6 {
right: 50%;
}
.twbs .col-md-pull-7 {
right: 58.333333333333336%;
}
.twbs .col-md-pull-8 {
right: 66.66666666666666%;
}
.twbs .col-md-pull-9 {
right: 75%;
}
.twbs .col-md-pull-10 {
right: 83.33333333333334%;
}
.twbs .col-md-pull-11 {
right: 91.66666666666666%;
}
.twbs .col-md-offset-0 {
margin-left: 0;
}
.twbs .col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.twbs .col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.twbs .col-md-offset-3 {
margin-left: 25%;
}
.twbs .col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.twbs .col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.twbs .col-md-offset-6 {
margin-left: 50%;
}
.twbs .col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.twbs .col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.twbs .col-md-offset-9 {
margin-left: 75%;
}
.twbs .col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.twbs .col-md-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 1200px) {
.twbs .container {
max-width: 1170px;
}
.twbs .col-lg-1,
.twbs .col-lg-2,
.twbs .col-lg-3,
.twbs .col-lg-4,
.twbs .col-lg-5,
.twbs .col-lg-6,
.twbs .col-lg-7,
.twbs .col-lg-8,
.twbs .col-lg-9,
.twbs .col-lg-10,
.twbs .col-lg-11 {
float: left;
}
.twbs .col-lg-1 {
width: 8.333333333333332%;
}
.twbs .col-lg-2 {
width: 16.666666666666664%;
}
.twbs .col-lg-3 {
width: 25%;
}
.twbs .col-lg-4 {
width: 33.33333333333333%;
}
.twbs .col-lg-5 {
width: 41.66666666666667%;
}
.twbs .col-lg-6 {
width: 50%;
}
.twbs .col-lg-7 {
width: 58.333333333333336%;
}
.twbs .col-lg-8 {
width: 66.66666666666666%;
}
.twbs .col-lg-9 {
width: 75%;
}
.twbs .col-lg-10 {
width: 83.33333333333334%;
}
.twbs .col-lg-11 {
width: 91.66666666666666%;
}
.twbs .col-lg-12 {
width: 100%;
}
.twbs .col-lg-push-0 {
left: auto;
}
.twbs .col-lg-push-1 {
left: 8.333333333333332%;
}
.twbs .col-lg-push-2 {
left: 16.666666666666664%;
}
.twbs .col-lg-push-3 {
left: 25%;
}
.twbs .col-lg-push-4 {
left: 33.33333333333333%;
}
.twbs .col-lg-push-5 {
left: 41.66666666666667%;
}
.twbs .col-lg-push-6 {
left: 50%;
}
.twbs .col-lg-push-7 {
left: 58.333333333333336%;
}
.twbs .col-lg-push-8 {
left: 66.66666666666666%;
}
.twbs .col-lg-push-9 {
left: 75%;
}
.twbs .col-lg-push-10 {
left: 83.33333333333334%;
}
.twbs .col-lg-push-11 {
left: 91.66666666666666%;
}
.twbs .col-lg-pull-0 {
right: auto;
}
.twbs .col-lg-pull-1 {
right: 8.333333333333332%;
}
.twbs .col-lg-pull-2 {
right: 16.666666666666664%;
}
.twbs .col-lg-pull-3 {
right: 25%;
}
.twbs .col-lg-pull-4 {
right: 33.33333333333333%;
}
.twbs .col-lg-pull-5 {
right: 41.66666666666667%;
}
.twbs .col-lg-pull-6 {
right: 50%;
}
.twbs .col-lg-pull-7 {
right: 58.333333333333336%;
}
.twbs .col-lg-pull-8 {
right: 66.66666666666666%;
}
.twbs .col-lg-pull-9 {
right: 75%;
}
.twbs .col-lg-pull-10 {
right: 83.33333333333334%;
}
.twbs .col-lg-pull-11 {
right: 91.66666666666666%;
}
.twbs .col-lg-offset-0 {
margin-left: 0;
}
.twbs .col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.twbs .col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.twbs .col-lg-offset-3 {
margin-left: 25%;
}
.twbs .col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.twbs .col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.twbs .col-lg-offset-6 {
margin-left: 50%;
}
.twbs .col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.twbs .col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.twbs .col-lg-offset-9 {
margin-left: 75%;
}
.twbs .col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.twbs .col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
}
.twbs table {
max-width: 100%;
background-color: transparent;
}
.twbs th {
text-align: left;
}
.twbs .table {
width: 100%;
margin-bottom: 20px;
}
.twbs .table thead > tr > th,
.twbs .table tbody > tr > th,
.twbs .table tfoot > tr > th,
.twbs .table thead > tr > td,
.twbs .table tbody > tr > td,
.twbs .table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.twbs .table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.twbs .table caption + thead tr:first-child th,
.twbs .table colgroup + thead tr:first-child th,
.twbs .table thead:first-child tr:first-child th,
.twbs .table caption + thead tr:first-child td,
.twbs .table colgroup + thead tr:first-child td,
.twbs .table thead:first-child tr:first-child td {
border-top: 0;
}
.twbs .table tbody + tbody {
border-top: 2px solid #dddddd;
}
.twbs .table .table {
background-color: #ffffff;
}
.twbs .table-condensed thead > tr > th,
.twbs .table-condensed tbody > tr > th,
.twbs .table-condensed tfoot > tr > th,
.twbs .table-condensed thead > tr > td,
.twbs .table-condensed tbody > tr > td,
.twbs .table-condensed tfoot > tr > td {
padding: 5px;
}
.twbs .table-bordered {
border: 1px solid #dddddd;
}
.twbs .table-bordered > thead > tr > th,
.twbs .table-bordered > tbody > tr > th,
.twbs .table-bordered > tfoot > tr > th,
.twbs .table-bordered > thead > tr > td,
.twbs .table-bordered > tbody > tr > td,
.twbs .table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.twbs .table-bordered > thead > tr > th,
.twbs .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.twbs .table-striped > tbody > tr:nth-child(odd) > td,
.twbs .table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.twbs .table-hover > tbody > tr:hover > td,
.twbs .table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
.twbs table col[class*="col-"] {
float: none;
display: table-column;
}
.twbs table td[class*="col-"],
.twbs table th[class*="col-"] {
float: none;
display: table-cell;
}
.twbs .table > thead > tr > td.active,
.twbs .table > tbody > tr > td.active,
.twbs .table > tfoot > tr > td.active,
.twbs .table > thead > tr > th.active,
.twbs .table > tbody > tr > th.active,
.twbs .table > tfoot > tr > th.active,
.twbs .table > thead > tr.active > td,
.twbs .table > tbody > tr.active > td,
.twbs .table > tfoot > tr.active > td,
.twbs .table > thead > tr.active > th,
.twbs .table > tbody > tr.active > th,
.twbs .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.twbs .table > thead > tr > td.success,
.twbs .table > tbody > tr > td.success,
.twbs .table > tfoot > tr > td.success,
.twbs .table > thead > tr > th.success,
.twbs .table > tbody > tr > th.success,
.twbs .table > tfoot > tr > th.success,
.twbs .table > thead > tr.success > td,
.twbs .table > tbody > tr.success > td,
.twbs .table > tfoot > tr.success > td,
.twbs .table > thead > tr.success > th,
.twbs .table > tbody > tr.success > th,
.twbs .table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.twbs .table-hover > tbody > tr > td.success:hover,
.twbs .table-hover > tbody > tr > th.success:hover,
.twbs .table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.twbs .table > thead > tr > td.danger,
.twbs .table > tbody > tr > td.danger,
.twbs .table > tfoot > tr > td.danger,
.twbs .table > thead > tr > th.danger,
.twbs .table > tbody > tr > th.danger,
.twbs .table > tfoot > tr > th.danger,
.twbs .table > thead > tr.danger > td,
.twbs .table > tbody > tr.danger > td,
.twbs .table > tfoot > tr.danger > td,
.twbs .table > thead > tr.danger > th,
.twbs .table > tbody > tr.danger > th,
.twbs .table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.twbs .table-hover > tbody > tr > td.danger:hover,
.twbs .table-hover > tbody > tr > th.danger:hover,
.twbs .table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.twbs .table > thead > tr > td.warning,
.twbs .table > tbody > tr > td.warning,
.twbs .table > tfoot > tr > td.warning,
.twbs .table > thead > tr > th.warning,
.twbs .table > tbody > tr > th.warning,
.twbs .table > tfoot > tr > th.warning,
.twbs .table > thead > tr.warning > td,
.twbs .table > tbody > tr.warning > td,
.twbs .table > tfoot > tr.warning > td,
.twbs .table > thead > tr.warning > th,
.twbs .table > tbody > tr.warning > th,
.twbs .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.twbs .table-hover > tbody > tr > td.warning:hover,
.twbs .table-hover > tbody > tr > th.warning:hover,
.twbs .table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
@media (max-width: 768px) {
.twbs .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd;
}
.twbs .table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.twbs .table-responsive > .table > thead > tr > th,
.twbs .table-responsive > .table > tbody > tr > th,
.twbs .table-responsive > .table > tfoot > tr > th,
.twbs .table-responsive > .table > thead > tr > td,
.twbs .table-responsive > .table > tbody > tr > td,
.twbs .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.twbs .table-responsive > .table-bordered {
border: 0;
}
.twbs .table-responsive > .table-bordered > thead > tr > th:first-child,
.twbs .table-responsive > .table-bordered > tbody > tr > th:first-child,
.twbs .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.twbs .table-responsive > .table-bordered > thead > tr > td:first-child,
.twbs .table-responsive > .table-bordered > tbody > tr > td:first-child,
.twbs .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.twbs .table-responsive > .table-bordered > thead > tr > th:last-child,
.twbs .table-responsive > .table-bordered > tbody > tr > th:last-child,
.twbs .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.twbs .table-responsive > .table-bordered > thead > tr > td:last-child,
.twbs .table-responsive > .table-bordered > tbody > tr > td:last-child,
.twbs .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.twbs .table-responsive > .table-bordered > thead > tr:last-child > th,
.twbs .table-responsive > .table-bordered > tbody > tr:last-child > th,
.twbs .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.twbs .table-responsive > .table-bordered > thead > tr:last-child > td,
.twbs .table-responsive > .table-bordered > tbody > tr:last-child > td,
.twbs .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.twbs fieldset {
padding: 0;
margin: 0;
border: 0;
}
.twbs legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.twbs label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
.twbs input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.twbs input[type="radio"],
.twbs input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9; line-height: normal;
}
.twbs input[type="file"] {
display: block;
}
.twbs select[multiple],
.twbs select[size] {
height: auto;
}
.twbs select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit;
}
.twbs input[type="file"]:focus,
.twbs input[type="radio"]:focus,
.twbs input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.twbs input[type="number"]::-webkit-outer-spin-button,
.twbs input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
.twbs .form-control:-moz-placeholder {
color: #999999;
}
.twbs .form-control::-moz-placeholder {
color: #999999;
}
.twbs .form-control:-ms-input-placeholder {
color: #999999;
}
.twbs .form-control::-webkit-input-placeholder {
color: #999999;
}
.twbs .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 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;
}
.twbs .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.twbs .form-control[disabled],
.twbs .form-control[readonly],
fieldset[disabled] .twbs .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.twbs .form-control {
height: auto;
}
.twbs .form-group {
margin-bottom: 15px;
}
.twbs .radio,
.twbs .checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
vertical-align: middle;
}
.twbs .radio label,
.twbs .checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.twbs .radio input[type="radio"],
.twbs .radio-inline input[type="radio"],
.twbs .checkbox input[type="checkbox"],
.twbs .checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.twbs .radio + .radio,
.twbs .checkbox + .checkbox {
margin-top: -5px;
}
.twbs .radio-inline,
.twbs .checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.twbs .radio-inline + .radio-inline,
.twbs .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.twbs input[type="radio"][disabled],
.twbs input[type="checkbox"][disabled],
.twbs .radio[disabled],
.twbs .radio-inline[disabled],
.twbs .checkbox[disabled],
.twbs .checkbox-inline[disabled],
fieldset[disabled] .twbs input[type="radio"],
fieldset[disabled] .twbs input[type="checkbox"],
fieldset[disabled] .twbs .radio,
fieldset[disabled] .twbs .radio-inline,
fieldset[disabled] .twbs .checkbox,
fieldset[disabled] .twbs .checkbox-inline {
cursor: not-allowed;
}
.twbs .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.twbs .input-sm {
height: 30px;
line-height: 30px;
}
textarea.twbs .input-sm {
height: auto;
}
.twbs .input-lg {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.twbs .input-lg {
height: 45px;
line-height: 45px;
}
textarea.twbs .input-lg {
height: auto;
}
.twbs .has-warning .help-block,
.twbs .has-warning .control-label {
color: #c09853;
}
.twbs .has-warning .form-control {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.twbs .has-warning .form-control:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.twbs .has-warning .input-group-addon {
color: #c09853;
border-color: #c09853;
background-color: #fcf8e3;
}
.twbs .has-error .help-block,
.twbs .has-error .control-label {
color: #b94a48;
}
.twbs .has-error .form-control {
border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.twbs .has-error .form-control:focus {
border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.twbs .has-error .input-group-addon {
color: #b94a48;
border-color: #b94a48;
background-color: #f2dede;
}
.twbs .has-success .help-block,
.twbs .has-success .control-label {
color: #468847;
}
.twbs .has-success .form-control {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.twbs .has-success .form-control:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.twbs .has-success .input-group-addon {
color: #468847;
border-color: #468847;
background-color: #dff0d8;
}
.twbs .form-control-static {
margin-bottom: 0;
padding-top: 7px;
}
.twbs .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.twbs .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.twbs .form-inline .form-control {
display: inline-block;
}
.twbs .form-inline .radio,
.twbs .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.twbs .form-inline .radio input[type="radio"],
.twbs .form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
.twbs .form-horizontal .control-label,
.twbs .form-horizontal .radio,
.twbs .form-horizontal .checkbox,
.twbs .form-horizontal .radio-inline,
.twbs .form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.twbs .form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.twbs .form-horizontal .form-group:before,
.twbs .form-horizontal .form-group:after {
content: " "; display: table; }
.twbs .form-horizontal .form-group:after {
clear: both;
}
.twbs .form-horizontal .form-group:before,
.twbs .form-horizontal .form-group:after {
content: " "; display: table; }
.twbs .form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.twbs .form-horizontal .control-label {
text-align: right;
}
}
.twbs .btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.twbs .btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.twbs .btn:hover,
.twbs .btn:focus {
color: #333333;
text-decoration: none;
}
.twbs .btn:active,
.twbs .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.twbs .btn.disabled,
.twbs .btn[disabled],
fieldset[disabled] .twbs .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.twbs .btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.twbs .btn-default:hover,
.twbs .btn-default:focus,
.twbs .btn-default:active,
.twbs .btn-default.active,
.open .dropdown-toggle.twbs .btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.twbs .btn-default:active,
.twbs .btn-default.active,
.open .dropdown-toggle.twbs .btn-default {
background-image: none;
}
.twbs .btn-default.disabled,
.twbs .btn-default[disabled],
fieldset[disabled] .twbs .btn-default,
.twbs .btn-default.disabled:hover,
.twbs .btn-default[disabled]:hover,
fieldset[disabled] .twbs .btn-default:hover,
.twbs .btn-default.disabled:focus,
.twbs .btn-default[disabled]:focus,
fieldset[disabled] .twbs .btn-default:focus,
.twbs .btn-default.disabled:active,
.twbs .btn-default[disabled]:active,
fieldset[disabled] .twbs .btn-default:active,
.twbs .btn-default.disabled.active,
.twbs .btn-default[disabled].active,
fieldset[disabled] .twbs .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.twbs .btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.twbs .btn-primary:hover,
.twbs .btn-primary:focus,
.twbs .btn-primary:active,
.twbs .btn-primary.active,
.open .dropdown-toggle.twbs .btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.twbs .btn-primary:active,
.twbs .btn-primary.active,
.open .dropdown-toggle.twbs .btn-primary {
background-image: none;
}
.twbs .btn-primary.disabled,
.twbs .btn-primary[disabled],
fieldset[disabled] .twbs .btn-primary,
.twbs .btn-primary.disabled:hover,
.twbs .btn-primary[disabled]:hover,
fieldset[disabled] .twbs .btn-primary:hover,
.twbs .btn-primary.disabled:focus,
.twbs .btn-primary[disabled]:focus,
fieldset[disabled] .twbs .btn-primary:focus,
.twbs .btn-primary.disabled:active,
.twbs .btn-primary[disabled]:active,
fieldset[disabled] .twbs .btn-primary:active,
.twbs .btn-primary.disabled.active,
.twbs .btn-primary[disabled].active,
fieldset[disabled] .twbs .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.twbs .btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.twbs .btn-warning:hover,
.twbs .btn-warning:focus,
.twbs .btn-warning:active,
.twbs .btn-warning.active,
.open .dropdown-toggle.twbs .btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.twbs .btn-warning:active,
.twbs .btn-warning.active,
.open .dropdown-toggle.twbs .btn-warning {
background-image: none;
}
.twbs .btn-warning.disabled,
.twbs .btn-warning[disabled],
fieldset[disabled] .twbs .btn-warning,
.twbs .btn-warning.disabled:hover,
.twbs .btn-warning[disabled]:hover,
fieldset[disabled] .twbs .btn-warning:hover,
.twbs .btn-warning.disabled:focus,
.twbs .btn-warning[disabled]:focus,
fieldset[disabled] .twbs .btn-warning:focus,
.twbs .btn-warning.disabled:active,
.twbs .btn-warning[disabled]:active,
fieldset[disabled] .twbs .btn-warning:active,
.twbs .btn-warning.disabled.active,
.twbs .btn-warning[disabled].active,
fieldset[disabled] .twbs .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.twbs .btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.twbs .btn-danger:hover,
.twbs .btn-danger:focus,
.twbs .btn-danger:active,
.twbs .btn-danger.active,
.open .dropdown-toggle.twbs .btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.twbs .btn-danger:active,
.twbs .btn-danger.active,
.open .dropdown-toggle.twbs .btn-danger {
background-image: none;
}
.twbs .btn-danger.disabled,
.twbs .btn-danger[disabled],
fieldset[disabled] .twbs .btn-danger,
.twbs .btn-danger.disabled:hover,
.twbs .btn-danger[disabled]:hover,
fieldset[disabled] .twbs .btn-danger:hover,
.twbs .btn-danger.disabled:focus,
.twbs .btn-danger[disabled]:focus,
fieldset[disabled] .twbs .btn-danger:focus,
.twbs .btn-danger.disabled:active,
.twbs .btn-danger[disabled]:active,
fieldset[disabled] .twbs .btn-danger:active,
.twbs .btn-danger.disabled.active,
.twbs .btn-danger[disabled].active,
fieldset[disabled] .twbs .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.twbs .btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.twbs .btn-success:hover,
.twbs .btn-success:focus,
.twbs .btn-success:active,
.twbs .btn-success.active,
.open .dropdown-toggle.twbs .btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.twbs .btn-success:active,
.twbs .btn-success.active,
.open .dropdown-toggle.twbs .btn-success {
background-image: none;
}
.twbs .btn-success.disabled,
.twbs .btn-success[disabled],
fieldset[disabled] .twbs .btn-success,
.twbs .btn-success.disabled:hover,
.twbs .btn-success[disabled]:hover,
fieldset[disabled] .twbs .btn-success:hover,
.twbs .btn-success.disabled:focus,
.twbs .btn-success[disabled]:focus,
fieldset[disabled] .twbs .btn-success:focus,
.twbs .btn-success.disabled:active,
.twbs .btn-success[disabled]:active,
fieldset[disabled] .twbs .btn-success:active,
.twbs .btn-success.disabled.active,
.twbs .btn-success[disabled].active,
fieldset[disabled] .twbs .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.twbs .btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.twbs .btn-info:hover,
.twbs .btn-info:focus,
.twbs .btn-info:active,
.twbs .btn-info.active,
.open .dropdown-toggle.twbs .btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.twbs .btn-info:active,
.twbs .btn-info.active,
.open .dropdown-toggle.twbs .btn-info {
background-image: none;
}
.twbs .btn-info.disabled,
.twbs .btn-info[disabled],
fieldset[disabled] .twbs .btn-info,
.twbs .btn-info.disabled:hover,
.twbs .btn-info[disabled]:hover,
fieldset[disabled] .twbs .btn-info:hover,
.twbs .btn-info.disabled:focus,
.twbs .btn-info[disabled]:focus,
fieldset[disabled] .twbs .btn-info:focus,
.twbs .btn-info.disabled:active,
.twbs .btn-info[disabled]:active,
fieldset[disabled] .twbs .btn-info:active,
.twbs .btn-info.disabled.active,
.twbs .btn-info[disabled].active,
fieldset[disabled] .twbs .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.twbs .btn-link {
color: #428bca;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.twbs .btn-link,
.twbs .btn-link:active,
.twbs .btn-link[disabled],
fieldset[disabled] .twbs .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.twbs .btn-link,
.twbs .btn-link:hover,
.twbs .btn-link:focus,
.twbs .btn-link:active {
border-color: transparent;
}
.twbs .btn-link:hover,
.twbs .btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.twbs .btn-link[disabled]:hover,
fieldset[disabled] .twbs .btn-link:hover,
.twbs .btn-link[disabled]:focus,
fieldset[disabled] .twbs .btn-link:focus {
color: #999999;
text-decoration: none;
}
.twbs .btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.twbs .btn-sm,
.twbs .btn-xs {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.twbs .btn-xs {
padding: 1px 5px;
}
.twbs .btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.twbs .btn-block + .btn-block {
margin-top: 5px;
}
.twbs input[type="submit"].btn-block,
.twbs input[type="reset"].btn-block,
.twbs input[type="button"].btn-block {
width: 100%;
}
.twbs .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.twbs .fade.in {
opacity: 1;
}
.twbs .collapse {
display: none;
}
.twbs .collapse.in {
display: block;
}
.twbs .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//design-jr.uk/wp-content/plugins/fonts/glyphicons-halflings-regular.eot);
src: url(//design-jr.uk/wp-content/plugins/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//design-jr.uk/wp-content/plugins/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//design-jr.uk/wp-content/plugins/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//design-jr.uk/wp-content/plugins/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}
.twbs .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.twbs .glyphicon-asterisk:before {
content: "\2a";
}
.twbs .glyphicon-plus:before {
content: "\2b";
}
.twbs .glyphicon-euro:before {
content: "\20ac";
}
.twbs .glyphicon-minus:before {
content: "\2212";
}
.twbs .glyphicon-cloud:before {
content: "\2601";
}
.twbs .glyphicon-envelope:before {
content: "\2709";
}
.twbs .glyphicon-pencil:before {
content: "\270f";
}
.twbs .glyphicon-glass:before {
content: "\e001";
}
.twbs .glyphicon-music:before {
content: "\e002";
}
.twbs .glyphicon-search:before {
content: "\e003";
}
.twbs .glyphicon-heart:before {
content: "\e005";
}
.twbs .glyphicon-star:before {
content: "\e006";
}
.twbs .glyphicon-star-empty:before {
content: "\e007";
}
.twbs .glyphicon-user:before {
content: "\e008";
}
.twbs .glyphicon-film:before {
content: "\e009";
}
.twbs .glyphicon-th-large:before {
content: "\e010";
}
.twbs .glyphicon-th:before {
content: "\e011";
}
.twbs .glyphicon-th-list:before {
content: "\e012";
}
.twbs .glyphicon-ok:before {
content: "\e013";
}
.twbs .glyphicon-remove:before {
content: "\e014";
}
.twbs .glyphicon-zoom-in:before {
content: "\e015";
}
.twbs .glyphicon-zoom-out:before {
content: "\e016";
}
.twbs .glyphicon-off:before {
content: "\e017";
}
.twbs .glyphicon-signal:before {
content: "\e018";
}
.twbs .glyphicon-cog:before {
content: "\e019";
}
.twbs .glyphicon-trash:before {
content: "\e020";
}
.twbs .glyphicon-home:before {
content: "\e021";
}
.twbs .glyphicon-file:before {
content: "\e022";
}
.twbs .glyphicon-time:before {
content: "\e023";
}
.twbs .glyphicon-road:before {
content: "\e024";
}
.twbs .glyphicon-download-alt:before {
content: "\e025";
}
.twbs .glyphicon-download:before {
content: "\e026";
}
.twbs .glyphicon-upload:before {
content: "\e027";
}
.twbs .glyphicon-inbox:before {
content: "\e028";
}
.twbs .glyphicon-play-circle:before {
content: "\e029";
}
.twbs .glyphicon-repeat:before {
content: "\e030";
}
.twbs .glyphicon-refresh:before {
content: "\e031";
}
.twbs .glyphicon-list-alt:before {
content: "\e032";
}
.twbs .glyphicon-flag:before {
content: "\e034";
}
.twbs .glyphicon-headphones:before {
content: "\e035";
}
.twbs .glyphicon-volume-off:before {
content: "\e036";
}
.twbs .glyphicon-volume-down:before {
content: "\e037";
}
.twbs .glyphicon-volume-up:before {
content: "\e038";
}
.twbs .glyphicon-qrcode:before {
content: "\e039";
}
.twbs .glyphicon-barcode:before {
content: "\e040";
}
.twbs .glyphicon-tag:before {
content: "\e041";
}
.twbs .glyphicon-tags:before {
content: "\e042";
}
.twbs .glyphicon-book:before {
content: "\e043";
}
.twbs .glyphicon-print:before {
content: "\e045";
}
.twbs .glyphicon-font:before {
content: "\e047";
}
.twbs .glyphicon-bold:before {
content: "\e048";
}
.twbs .glyphicon-italic:before {
content: "\e049";
}
.twbs .glyphicon-text-height:before {
content: "\e050";
}
.twbs .glyphicon-text-width:before {
content: "\e051";
}
.twbs .glyphicon-align-left:before {
content: "\e052";
}
.twbs .glyphicon-align-center:before {
content: "\e053";
}
.twbs .glyphicon-align-right:before {
content: "\e054";
}
.twbs .glyphicon-align-justify:before {
content: "\e055";
}
.twbs .glyphicon-list:before {
content: "\e056";
}
.twbs .glyphicon-indent-left:before {
content: "\e057";
}
.twbs .glyphicon-indent-right:before {
content: "\e058";
}
.twbs .glyphicon-facetime-video:before {
content: "\e059";
}
.twbs .glyphicon-picture:before {
content: "\e060";
}
.twbs .glyphicon-map-marker:before {
content: "\e062";
}
.twbs .glyphicon-adjust:before {
content: "\e063";
}
.twbs .glyphicon-tint:before {
content: "\e064";
}
.twbs .glyphicon-edit:before {
content: "\e065";
}
.twbs .glyphicon-share:before {
content: "\e066";
}
.twbs .glyphicon-check:before {
content: "\e067";
}
.twbs .glyphicon-move:before {
content: "\e068";
}
.twbs .glyphicon-step-backward:before {
content: "\e069";
}
.twbs .glyphicon-fast-backward:before {
content: "\e070";
}
.twbs .glyphicon-backward:before {
content: "\e071";
}
.twbs .glyphicon-play:before {
content: "\e072";
}
.twbs .glyphicon-pause:before {
content: "\e073";
}
.twbs .glyphicon-stop:before {
content: "\e074";
}
.twbs .glyphicon-forward:before {
content: "\e075";
}
.twbs .glyphicon-fast-forward:before {
content: "\e076";
}
.twbs .glyphicon-step-forward:before {
content: "\e077";
}
.twbs .glyphicon-eject:before {
content: "\e078";
}
.twbs .glyphicon-chevron-left:before {
content: "\e079";
}
.twbs .glyphicon-chevron-right:before {
content: "\e080";
}
.twbs .glyphicon-plus-sign:before {
content: "\e081";
}
.twbs .glyphicon-minus-sign:before {
content: "\e082";
}
.twbs .glyphicon-remove-sign:before {
content: "\e083";
}
.twbs .glyphicon-ok-sign:before {
content: "\e084";
}
.twbs .glyphicon-question-sign:before {
content: "\e085";
}
.twbs .glyphicon-info-sign:before {
content: "\e086";
}
.twbs .glyphicon-screenshot:before {
content: "\e087";
}
.twbs .glyphicon-remove-circle:before {
content: "\e088";
}
.twbs .glyphicon-ok-circle:before {
content: "\e089";
}
.twbs .glyphicon-ban-circle:before {
content: "\e090";
}
.twbs .glyphicon-arrow-left:before {
content: "\e091";
}
.twbs .glyphicon-arrow-right:before {
content: "\e092";
}
.twbs .glyphicon-arrow-up:before {
content: "\e093";
}
.twbs .glyphicon-arrow-down:before {
content: "\e094";
}
.twbs .glyphicon-share-alt:before {
content: "\e095";
}
.twbs .glyphicon-resize-full:before {
content: "\e096";
}
.twbs .glyphicon-resize-small:before {
content: "\e097";
}
.twbs .glyphicon-exclamation-sign:before {
content: "\e101";
}
.twbs .glyphicon-gift:before {
content: "\e102";
}
.twbs .glyphicon-leaf:before {
content: "\e103";
}
.twbs .glyphicon-eye-open:before {
content: "\e105";
}
.twbs .glyphicon-eye-close:before {
content: "\e106";
}
.twbs .glyphicon-warning-sign:before {
content: "\e107";
}
.twbs .glyphicon-plane:before {
content: "\e108";
}
.twbs .glyphicon-random:before {
content: "\e110";
}
.twbs .glyphicon-comment:before {
content: "\e111";
}
.twbs .glyphicon-magnet:before {
content: "\e112";
}
.twbs .glyphicon-chevron-up:before {
content: "\e113";
}
.twbs .glyphicon-chevron-down:before {
content: "\e114";
}
.twbs .glyphicon-retweet:before {
content: "\e115";
}
.twbs .glyphicon-shopping-cart:before {
content: "\e116";
}
.twbs .glyphicon-folder-close:before {
content: "\e117";
}
.twbs .glyphicon-folder-open:before {
content: "\e118";
}
.twbs .glyphicon-resize-vertical:before {
content: "\e119";
}
.twbs .glyphicon-resize-horizontal:before {
content: "\e120";
}
.twbs .glyphicon-hdd:before {
content: "\e121";
}
.twbs .glyphicon-bullhorn:before {
content: "\e122";
}
.twbs .glyphicon-certificate:before {
content: "\e124";
}
.twbs .glyphicon-thumbs-up:before {
content: "\e125";
}
.twbs .glyphicon-thumbs-down:before {
content: "\e126";
}
.twbs .glyphicon-hand-right:before {
content: "\e127";
}
.twbs .glyphicon-hand-left:before {
content: "\e128";
}
.twbs .glyphicon-hand-up:before {
content: "\e129";
}
.twbs .glyphicon-hand-down:before {
content: "\e130";
}
.twbs .glyphicon-circle-arrow-right:before {
content: "\e131";
}
.twbs .glyphicon-circle-arrow-left:before {
content: "\e132";
}
.twbs .glyphicon-circle-arrow-up:before {
content: "\e133";
}
.twbs .glyphicon-circle-arrow-down:before {
content: "\e134";
}
.twbs .glyphicon-globe:before {
content: "\e135";
}
.twbs .glyphicon-tasks:before {
content: "\e137";
}
.twbs .glyphicon-filter:before {
content: "\e138";
}
.twbs .glyphicon-fullscreen:before {
content: "\e140";
}
.twbs .glyphicon-dashboard:before {
content: "\e141";
}
.twbs .glyphicon-heart-empty:before {
content: "\e143";
}
.twbs .glyphicon-link:before {
content: "\e144";
}
.twbs .glyphicon-phone:before {
content: "\e145";
}
.twbs .glyphicon-usd:before {
content: "\e148";
}
.twbs .glyphicon-gbp:before {
content: "\e149";
}
.twbs .glyphicon-sort:before {
content: "\e150";
}
.twbs .glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.twbs .glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.twbs .glyphicon-sort-by-order:before {
content: "\e153";
}
.twbs .glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.twbs .glyphicon-sort-by-attributes:before {
content: "\e155";
}
.twbs .glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.twbs .glyphicon-unchecked:before {
content: "\e157";
}
.twbs .glyphicon-expand:before {
content: "\e158";
}
.twbs .glyphicon-collapse-down:before {
content: "\e159";
}
.twbs .glyphicon-collapse-up:before {
content: "\e160";
}
.twbs .glyphicon-log-in:before {
content: "\e161";
}
.twbs .glyphicon-flash:before {
content: "\e162";
}
.twbs .glyphicon-log-out:before {
content: "\e163";
}
.twbs .glyphicon-new-window:before {
content: "\e164";
}
.twbs .glyphicon-record:before {
content: "\e165";
}
.twbs .glyphicon-save:before {
content: "\e166";
}
.twbs .glyphicon-open:before {
content: "\e167";
}
.twbs .glyphicon-saved:before {
content: "\e168";
}
.twbs .glyphicon-import:before {
content: "\e169";
}
.twbs .glyphicon-export:before {
content: "\e170";
}
.twbs .glyphicon-send:before {
content: "\e171";
}
.twbs .glyphicon-floppy-disk:before {
content: "\e172";
}
.twbs .glyphicon-floppy-saved:before {
content: "\e173";
}
.twbs .glyphicon-floppy-remove:before {
content: "\e174";
}
.twbs .glyphicon-floppy-save:before {
content: "\e175";
}
.twbs .glyphicon-floppy-open:before {
content: "\e176";
}
.twbs .glyphicon-credit-card:before {
content: "\e177";
}
.twbs .glyphicon-transfer:before {
content: "\e178";
}
.twbs .glyphicon-cutlery:before {
content: "\e179";
}
.twbs .glyphicon-header:before {
content: "\e180";
}
.twbs .glyphicon-compressed:before {
content: "\e181";
}
.twbs .glyphicon-earphone:before {
content: "\e182";
}
.twbs .glyphicon-phone-alt:before {
content: "\e183";
}
.twbs .glyphicon-tower:before {
content: "\e184";
}
.twbs .glyphicon-stats:before {
content: "\e185";
}
.twbs .glyphicon-sd-video:before {
content: "\e186";
}
.twbs .glyphicon-hd-video:before {
content: "\e187";
}
.twbs .glyphicon-subtitles:before {
content: "\e188";
}
.twbs .glyphicon-sound-stereo:before {
content: "\e189";
}
.twbs .glyphicon-sound-dolby:before {
content: "\e190";
}
.twbs .glyphicon-sound-5-1:before {
content: "\e191";
}
.twbs .glyphicon-sound-6-1:before {
content: "\e192";
}
.twbs .glyphicon-sound-7-1:before {
content: "\e193";
}
.twbs .glyphicon-copyright-mark:before {
content: "\e194";
}
.twbs .glyphicon-registration-mark:before {
content: "\e195";
}
.twbs .glyphicon-cloud-download:before {
content: "\e197";
}
.twbs .glyphicon-cloud-upload:before {
content: "\e198";
}
.twbs .glyphicon-tree-conifer:before {
content: "\e199";
}
.twbs .glyphicon-tree-deciduous:before {
content: "\e200";
}
.twbs .glyphicon-briefcase:before {
content: "\1f4bc";
}
.twbs .glyphicon-calendar:before {
content: "\1f4c5";
}
.twbs .glyphicon-pushpin:before {
content: "\1f4cc";
}
.twbs .glyphicon-paperclip:before {
content: "\1f4ce";
}
.twbs .glyphicon-camera:before {
content: "\1f4f7";
}
.twbs .glyphicon-lock:before {
content: "\1f512";
}
.twbs .glyphicon-bell:before {
content: "\1f514";
}
.twbs .glyphicon-bookmark:before {
content: "\1f516";
}
.twbs .glyphicon-fire:before {
content: "\1f525";
}
.twbs .glyphicon-wrench:before {
content: "\1f527";
}
.twbs .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 0 dotted;
content: "";
}
.twbs .dropdown {
position: relative;
}
.twbs .dropdown-toggle:focus {
outline: 0;
}
.twbs .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.twbs .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.twbs .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.twbs .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.twbs .dropdown-menu > li > a:hover,
.twbs .dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #428bca;
}
.twbs .dropdown-menu > .active > a,
.twbs .dropdown-menu > .active > a:hover,
.twbs .dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.twbs .dropdown-menu > .disabled > a,
.twbs .dropdown-menu > .disabled > a:hover,
.twbs .dropdown-menu > .disabled > a:focus {
color: #999999;
}
.twbs .dropdown-menu > .disabled > a:hover,
.twbs .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.twbs .open > .dropdown-menu {
display: block;
}
.twbs .open > a {
outline: 0;
}
.twbs .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.twbs .dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.twbs .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.twbs .dropup .caret,
.twbs .navbar-fixed-bottom .dropdown .caret {
border-top: 0 dotted;
border-bottom: 4px solid #000000;
content: "";
}
.twbs .dropup .dropdown-menu,
.twbs .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.twbs .navbar-right .dropdown-menu {
right: 0;
left: auto;
}
}
.btn-default .twbs .caret {
border-top-color: #333333;
}
.btn-primary .twbs .caret,
.btn-success .twbs .caret,
.btn-warning .twbs .caret,
.btn-danger .twbs .caret,
.btn-info .twbs .caret {
border-top-color: #fff;
}
.twbs .dropup .btn-default .caret {
border-bottom-color: #333333;
}
.twbs .dropup .btn-primary .caret,
.twbs .dropup .btn-success .caret,
.twbs .dropup .btn-warning .caret,
.twbs .dropup .btn-danger .caret,
.twbs .dropup .btn-info .caret {
border-bottom-color: #fff;
}
.twbs .btn-group,
.twbs .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.twbs .btn-group > .btn,
.twbs .btn-group-vertical > .btn {
position: relative;
float: left;
}
.twbs .btn-group > .btn:hover,
.twbs .btn-group-vertical > .btn:hover,
.twbs .btn-group > .btn:focus,
.twbs .btn-group-vertical > .btn:focus,
.twbs .btn-group > .btn:active,
.twbs .btn-group-vertical > .btn:active,
.twbs .btn-group > .btn.active,
.twbs .btn-group-vertical > .btn.active {
z-index: 2;
}
.twbs .btn-group > .btn:focus,
.twbs .btn-group-vertical > .btn:focus {
outline: none;
}
.twbs .btn-group .btn + .btn,
.twbs .btn-group .btn + .btn-group,
.twbs .btn-group .btn-group + .btn,
.twbs .btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.twbs .btn-toolbar:before,
.twbs .btn-toolbar:after {
content: " "; display: table; }
.twbs .btn-toolbar:after {
clear: both;
}
.twbs .btn-toolbar:before,
.twbs .btn-toolbar:after {
content: " "; display: table; }
.twbs .btn-toolbar:after {
clear: both;
}
.twbs .btn-toolbar .btn-group {
float: left;
}
.twbs .btn-toolbar > .btn + .btn,
.twbs .btn-toolbar > .btn-group + .btn,
.twbs .btn-toolbar > .btn + .btn-group,
.twbs .btn-toolbar > .btn-group + .btn-group {
margin-left: 5px;
}
.twbs .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.twbs .btn-group > .btn:first-child {
margin-left: 0;
}
.twbs .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.twbs .btn-group > .btn:last-child:not(:first-child),
.twbs .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.twbs .btn-group > .btn-group {
float: left;
}
.twbs .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.twbs .btn-group > .btn-group:first-child > .btn:last-child,
.twbs .btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.twbs .btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.twbs .btn-group .dropdown-toggle:active,
.twbs .btn-group.open .dropdown-toggle {
outline: 0;
}
.twbs .btn-group-xs > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
padding: 1px 5px;
}
.twbs .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.twbs .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.twbs .btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.twbs .btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.twbs .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.twbs .btn .caret {
margin-left: 0;
}
.twbs .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.twbs .dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.twbs .btn-group-vertical > .btn,
.twbs .btn-group-vertical > .btn-group {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.twbs .btn-group-vertical > .btn-group:before,
.twbs .btn-group-vertical > .btn-group:after {
content: " "; display: table; }
.twbs .btn-group-vertical > .btn-group:after {
clear: both;
}
.twbs .btn-group-vertical > .btn-group:before,
.twbs .btn-group-vertical > .btn-group:after {
content: " "; display: table; }
.twbs .btn-group-vertical > .btn-group:after {
clear: both;
}
.twbs .btn-group-vertical > .btn-group > .btn {
float: none;
}
.twbs .btn-group-vertical > .btn + .btn,
.twbs .btn-group-vertical > .btn + .btn-group,
.twbs .btn-group-vertical > .btn-group + .btn,
.twbs .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.twbs .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.twbs .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.twbs .btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.twbs .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.twbs .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.twbs .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.twbs .btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.twbs .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.twbs .btn-group-justified .btn {
float: none;
display: table-cell;
width: 1%;
}
.twbs [data-toggle="buttons"] > .btn > input[type="radio"],
.twbs [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.twbs .input-group {
position: relative;
display: table;
border-collapse: separate;
}
.twbs .input-group.col {
float: none;
padding-left: 0;
padding-right: 0;
}
.twbs .input-group .form-control {
width: 100%;
margin-bottom: 0;
}
.twbs .input-group-lg > .form-control,
.twbs .input-group-lg > .input-group-addon,
.twbs .input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.twbs .input-group-lg > .form-control,
select.twbs .input-group-lg > .input-group-addon,
select.twbs .input-group-lg > .input-group-btn > .btn {
height: 45px;
line-height: 45px;
}
textarea.twbs .input-group-lg > .form-control,
textarea.twbs .input-group-lg > .input-group-addon,
textarea.twbs .input-group-lg > .input-group-btn > .btn {
height: auto;
}
.twbs .input-group-sm > .form-control,
.twbs .input-group-sm > .input-group-addon,
.twbs .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.twbs .input-group-sm > .form-control,
select.twbs .input-group-sm > .input-group-addon,
select.twbs .input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.twbs .input-group-sm > .form-control,
textarea.twbs .input-group-sm > .input-group-addon,
textarea.twbs .input-group-sm > .input-group-btn > .btn {
height: auto;
}
.twbs .input-group-addon,
.twbs .input-group-btn,
.twbs .input-group .form-control {
display: table-cell;
}
.twbs .input-group-addon:not(:first-child):not(:last-child),
.twbs .input-group-btn:not(:first-child):not(:last-child),
.twbs .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.twbs .input-group-addon,
.twbs .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.twbs .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.twbs .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.twbs .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.twbs .input-group-addon input[type="radio"],
.twbs .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.twbs .input-group .form-control:first-child,
.twbs .input-group-addon:first-child,
.twbs .input-group-btn:first-child > .btn,
.twbs .input-group-btn:first-child > .dropdown-toggle,
.twbs .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.twbs .input-group-addon:first-child {
border-right: 0;
}
.twbs .input-group .form-control:last-child,
.twbs .input-group-addon:last-child,
.twbs .input-group-btn:last-child > .btn,
.twbs .input-group-btn:last-child > .dropdown-toggle,
.twbs .input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.twbs .input-group-addon:last-child {
border-left: 0;
}
.twbs .input-group-btn {
position: relative;
white-space: nowrap;
}
.twbs .input-group-btn > .btn {
position: relative;
}
.twbs .input-group-btn > .btn + .btn {
margin-left: -4px;
}
.twbs .input-group-btn > .btn:hover,
.twbs .input-group-btn > .btn:active {
z-index: 2;
}
.twbs .nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.twbs .nav:before,
.twbs .nav:after {
content: " "; display: table; }
.twbs .nav:after {
clear: both;
}
.twbs .nav:before,
.twbs .nav:after {
content: " "; display: table; }
.twbs .nav:after {
clear: both;
}
.twbs .nav > li {
position: relative;
display: block;
}
.twbs .nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.twbs .nav > li > a:hover,
.twbs .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.twbs .nav > li.disabled > a {
color: #999999;
}
.twbs .nav > li.disabled > a:hover,
.twbs .nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.twbs .nav .open > a,
.twbs .nav .open > a:hover,
.twbs .nav .open > a:focus {
background-color: #eeeeee;
border-color: #428bca;
}
.twbs .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.twbs .nav > li > a > img {
max-width: none;
}
.twbs .nav-tabs {
border-bottom: 1px solid #dddddd;
}
.twbs .nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.twbs .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.twbs .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.twbs .nav-tabs > li.active > a,
.twbs .nav-tabs > li.active > a:hover,
.twbs .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.twbs .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.twbs .nav-tabs.nav-justified > li {
float: none;
}
.twbs .nav-tabs.nav-justified > li > a {
text-align: center;
}
@media (min-width: 768px) {
.twbs .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
}
.twbs .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
margin-right: 0;
}
.twbs .nav-tabs.nav-justified > .active > a {
border-bottom-color: #ffffff;
}
.twbs .nav-pills > li {
float: left;
}
.twbs .nav-pills > li > a {
border-radius: 5px;
}
.twbs .nav-pills > li + li {
margin-left: 2px;
}
.twbs .nav-pills > li.active > a,
.twbs .nav-pills > li.active > a:hover,
.twbs .nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.twbs .nav-stacked > li {
float: none;
}
.twbs .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.twbs .nav-justified {
width: 100%;
}
.twbs .nav-justified > li {
float: none;
}
.twbs .nav-justified > li > a {
text-align: center;
}
@media (min-width: 768px) {
.twbs .nav-justified > li {
display: table-cell;
width: 1%;
}
}
.twbs .nav-tabs-justified {
border-bottom: 0;
}
.twbs .nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
margin-right: 0;
}
.twbs .nav-tabs-justified > .active > a {
border-bottom-color: #ffffff;
}
.twbs .tabbable:before,
.twbs .tabbable:after {
content: " "; display: table; }
.twbs .tabbable:after {
clear: both;
}
.twbs .tabbable:before,
.twbs .tabbable:after {
content: " "; display: table; }
.twbs .tabbable:after {
clear: both;
}
.twbs .tab-content > .tab-pane,
.twbs .pill-content > .pill-pane {
display: none;
}
.twbs .tab-content > .active,
.twbs .pill-content > .active {
display: block;
}
.twbs .nav .caret {
border-top-color: #428bca;
border-bottom-color: #428bca;
}
.twbs .nav a:hover .caret {
border-top-color: #2a6496;
border-bottom-color: #2a6496;
}
.twbs .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.twbs .navbar {
position: relative;
z-index: 1000;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.twbs .navbar:before,
.twbs .navbar:after {
content: " "; display: table; }
.twbs .navbar:after {
clear: both;
}
.twbs .navbar:before,
.twbs .navbar:after {
content: " "; display: table; }
.twbs .navbar:after {
clear: both;
}
@media (min-width: 768px) {
.twbs .navbar {
border-radius: 4px;
}
}
.twbs .navbar-header:before,
.twbs .navbar-header:after {
content: " "; display: table; }
.twbs .navbar-header:after {
clear: both;
}
.twbs .navbar-header:before,
.twbs .navbar-header:after {
content: " "; display: table; }
.twbs .navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.twbs .navbar-header {
float: left;
}
}
.twbs .navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.twbs .navbar-collapse:before,
.twbs .navbar-collapse:after {
content: " "; display: table; }
.twbs .navbar-collapse:after {
clear: both;
}
.twbs .navbar-collapse:before,
.twbs .navbar-collapse:after {
content: " "; display: table; }
.twbs .navbar-collapse:after {
clear: both;
}
.twbs .navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.twbs .navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.twbs .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.twbs .navbar-collapse.in {
overflow-y: visible;
}
.twbs .navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left: -15px;
}
.twbs .navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
.twbs .navbar-collapse .navbar-text:last-child {
margin-right: 0;
}
}
.twbs .container > .navbar-header,
.twbs .container > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.twbs .container > .navbar-header,
.twbs .container > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.twbs .navbar-static-top {
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.twbs .navbar-static-top {
border-radius: 0;
}
}
.twbs .navbar-fixed-top,
.twbs .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.twbs .navbar-fixed-top,
.twbs .navbar-fixed-bottom {
border-radius: 0;
}
}
.twbs .navbar-fixed-top {
z-index: 1030;
top: 0;
}
.twbs .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
}
.twbs .navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.twbs .navbar-brand:hover,
.twbs .navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .twbs .navbar-brand {
margin-left: -15px;
}
}
.twbs .navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 4px;
}
.twbs .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.twbs .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.twbs .navbar-toggle {
display: none;
}
}
.twbs .navbar-nav {
margin: 7.5px -15px;
}
.twbs .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.twbs .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.twbs .navbar-nav .open .dropdown-menu > li > a,
.twbs .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.twbs .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.twbs .navbar-nav .open .dropdown-menu > li > a:hover,
.twbs .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.twbs .navbar-nav {
float: left;
margin: 0;
}
.twbs .navbar-nav > li {
float: left;
}
.twbs .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 768px) {
.twbs .navbar-left {
float: left !important;
}
.twbs .navbar-right {
float: right !important;
}
}
.twbs .navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.twbs .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.twbs .navbar-form .form-control {
display: inline-block;
}
.twbs .navbar-form .radio,
.twbs .navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.twbs .navbar-form .radio input[type="radio"],
.twbs .navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.twbs .navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.twbs .navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.twbs .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.twbs .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.twbs .navbar-nav.pull-right > li > .dropdown-menu,
.twbs .navbar-nav > li > .dropdown-menu.pull-right {
left: auto;
right: 0;
}
.twbs .navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.twbs .navbar-text {
float: left;
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.twbs .navbar-text {
margin-left: 15px;
margin-right: 15px;
}
}
.twbs .navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.twbs .navbar-default .navbar-brand {
color: #777777;
}
.twbs .navbar-default .navbar-brand:hover,
.twbs .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.twbs .navbar-default .navbar-text {
color: #777777;
}
.twbs .navbar-default .navbar-nav > li > a {
color: #777777;
}
.twbs .navbar-default .navbar-nav > li > a:hover,
.twbs .navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.twbs .navbar-default .navbar-nav > .active > a,
.twbs .navbar-default .navbar-nav > .active > a:hover,
.twbs .navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.twbs .navbar-default .navbar-nav > .disabled > a,
.twbs .navbar-default .navbar-nav > .disabled > a:hover,
.twbs .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.twbs .navbar-default .navbar-toggle {
border-color: #dddddd;
}
.twbs .navbar-default .navbar-toggle:hover,
.twbs .navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.twbs .navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.twbs .navbar-default .navbar-collapse,
.twbs .navbar-default .navbar-form {
border-color: #e6e6e6;
}
.twbs .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.twbs .navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.twbs .navbar-default .navbar-nav > .open > a,
.twbs .navbar-default .navbar-nav > .open > a:hover,
.twbs .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
.twbs .navbar-default .navbar-nav > .open > a .caret,
.twbs .navbar-default .navbar-nav > .open > a:hover .caret,
.twbs .navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.twbs .navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
@media (max-width: 767px) {
.twbs .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.twbs .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.twbs .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.twbs .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.twbs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.twbs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.twbs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.twbs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.twbs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.twbs .navbar-default .navbar-link {
color: #777777;
}
.twbs .navbar-default .navbar-link:hover {
color: #333333;
}
.twbs .navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.twbs .navbar-inverse .navbar-brand {
color: #999999;
}
.twbs .navbar-inverse .navbar-brand:hover,
.twbs .navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.twbs .navbar-inverse .navbar-text {
color: #999999;
}
.twbs .navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.twbs .navbar-inverse .navbar-nav > li > a:hover,
.twbs .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.twbs .navbar-inverse .navbar-nav > .active > a,
.twbs .navbar-inverse .navbar-nav > .active > a:hover,
.twbs .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.twbs .navbar-inverse .navbar-nav > .disabled > a,
.twbs .navbar-inverse .navbar-nav > .disabled > a:hover,
.twbs .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.twbs .navbar-inverse .navbar-toggle {
border-color: #333333;
}
.twbs .navbar-inverse .navbar-toggle:hover,
.twbs .navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.twbs .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.twbs .navbar-inverse .navbar-collapse,
.twbs .navbar-inverse .navbar-form {
border-color: #101010;
}
.twbs .navbar-inverse .navbar-nav > .open > a,
.twbs .navbar-inverse .navbar-nav > .open > a:hover,
.twbs .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
.twbs .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.twbs .navbar-inverse .navbar-nav > .dropdown > a .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.twbs .navbar-inverse .navbar-nav > .open > a .caret,
.twbs .navbar-inverse .navbar-nav > .open > a:hover .caret,
.twbs .navbar-inverse .navbar-nav > .open > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.twbs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.twbs .navbar-inverse .navbar-link {
color: #999999;
}
.twbs .navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.twbs .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.twbs .breadcrumb > li {
display: inline-block;
}
.twbs .breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.twbs .breadcrumb > .active {
color: #999999;
}
.twbs .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.twbs .pagination > li {
display: inline;
}
.twbs .pagination > li > a,
.twbs .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.twbs .pagination > li:first-child > a,
.twbs .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.twbs .pagination > li:last-child > a,
.twbs .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.twbs .pagination > li > a:hover,
.twbs .pagination > li > span:hover,
.twbs .pagination > li > a:focus,
.twbs .pagination > li > span:focus {
background-color: #eeeeee;
}
.twbs .pagination > .active > a,
.twbs .pagination > .active > span,
.twbs .pagination > .active > a:hover,
.twbs .pagination > .active > span:hover,
.twbs .pagination > .active > a:focus,
.twbs .pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
cursor: default;
}
.twbs .pagination > .disabled > span,
.twbs .pagination > .disabled > a,
.twbs .pagination > .disabled > a:hover,
.twbs .pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.twbs .pagination-lg > li > a,
.twbs .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.twbs .pagination-lg > li:first-child > a,
.twbs .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.twbs .pagination-lg > li:last-child > a,
.twbs .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.twbs .pagination-sm > li > a,
.twbs .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.twbs .pagination-sm > li:first-child > a,
.twbs .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.twbs .pagination-sm > li:last-child > a,
.twbs .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.twbs .pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.twbs .pager:before,
.twbs .pager:after {
content: " "; display: table; }
.twbs .pager:after {
clear: both;
}
.twbs .pager:before,
.twbs .pager:after {
content: " "; display: table; }
.twbs .pager:after {
clear: both;
}
.twbs .pager li {
display: inline;
}
.twbs .pager li > a,
.twbs .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.twbs .pager li > a:hover,
.twbs .pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.twbs .pager .next > a,
.twbs .pager .next > span {
float: right;
}
.twbs .pager .previous > a,
.twbs .pager .previous > span {
float: left;
}
.twbs .pager .disabled > a,
.twbs .pager .disabled > a:hover,
.twbs .pager .disabled > a:focus,
.twbs .pager .disabled > span {
color: #999999;
background-color: #ffffff;
cursor: not-allowed;
}
.twbs .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.twbs .label[href]:hover,
.twbs .label[href]:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.twbs .label:empty {
display: none;
}
.twbs .label-default {
background-color: #999999;
}
.twbs .label-default[href]:hover,
.twbs .label-default[href]:focus {
background-color: #808080;
}
.twbs .label-primary {
background-color: #428bca;
}
.twbs .label-primary[href]:hover,
.twbs .label-primary[href]:focus {
background-color: #3071a9;
}
.twbs .label-success {
background-color: #5cb85c;
}
.twbs .label-success[href]:hover,
.twbs .label-success[href]:focus {
background-color: #449d44;
}
.twbs .label-info {
background-color: #5bc0de;
}
.twbs .label-info[href]:hover,
.twbs .label-info[href]:focus {
background-color: #31b0d5;
}
.twbs .label-warning {
background-color: #f0ad4e;
}
.twbs .label-warning[href]:hover,
.twbs .label-warning[href]:focus {
background-color: #ec971f;
}
.twbs .label-danger {
background-color: #d9534f;
}
.twbs .label-danger[href]:hover,
.twbs .label-danger[href]:focus {
background-color: #c9302c;
}
.twbs .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #999999;
border-radius: 10px;
}
.twbs .badge:empty {
display: none;
}
.twbs a.badge:hover,
.twbs a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.twbs .btn .badge {
position: relative;
top: -1px;
}
.twbs a.list-group-item.active > .badge,
.twbs .nav-pills > .active > a > .badge {
color: #428bca;
background-color: #ffffff;
}
.twbs .nav-pills > li > a > .badge {
margin-left: 3px;
}
.twbs .jumbotron {
padding: 30px;
margin-bottom: 30px;
font-size: 21px;
font-weight: 200;
line-height: 2.1428571435;
color: inherit;
background-color: #eeeeee;
}
.twbs .jumbotron h1 {
line-height: 1;
color: inherit;
}
.twbs .jumbotron p {
line-height: 1.4;
}
.container .twbs .jumbotron {
border-radius: 6px;
}
@media screen and (min-width: 768px) {
.twbs .jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .twbs .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.twbs .jumbotron h1 {
font-size: 63px;
}
}
.twbs .thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
display: block;
}
.twbs .thumbnail > img {
display: block;
max-width: 100%;
height: auto;
}
.twbs a.thumbnail:hover,
.twbs a.thumbnail:focus {
border-color: #428bca;
}
.twbs .thumbnail > img {
margin-left: auto;
margin-right: auto;
}
.twbs .thumbnail .caption {
padding: 9px;
color: #333333;
}
.twbs .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.twbs .alert h4 {
margin-top: 0;
color: inherit;
}
.twbs .alert .alert-link {
font-weight: bold;
}
.twbs .alert > p,
.twbs .alert > ul {
margin-bottom: 0;
}
.twbs .alert > p + p {
margin-top: 5px;
}
.twbs .alert-dismissable {
padding-right: 35px;
}
.twbs .alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.twbs .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.twbs .alert-success hr {
border-top-color: #c9e2b3;
}
.twbs .alert-success .alert-link {
color: #356635;
}
.twbs .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.twbs .alert-info hr {
border-top-color: #a6e1ec;
}
.twbs .alert-info .alert-link {
color: #2d6987;
}
.twbs .alert-warning {
background-color: #fcf8e3;
border-color: #fbeed5;
color: #c09853;
}
.twbs .alert-warning hr {
border-top-color: #f8e5be;
}
.twbs .alert-warning .alert-link {
color: #a47e3c;
}
.twbs .alert-danger {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}
.twbs .alert-danger hr {
border-top-color: #e6c1c7;
}
.twbs .alert-danger .alert-link {
color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.twbs .progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twbs .progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.twbs .progress-striped .progress-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.twbs .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.twbs .progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .twbs .progress-bar-success {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.twbs .progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .twbs .progress-bar-info {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.twbs .progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .twbs .progress-bar-warning {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.twbs .progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .twbs .progress-bar-danger {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.twbs .media,
.twbs .media-body {
overflow: hidden;
zoom: 1;
}
.twbs .media,
.twbs .media .media {
margin-top: 15px;
}
.twbs .media:first-child {
margin-top: 0;
}
.twbs .media-object {
display: block;
}
.twbs .media-heading {
margin: 0 0 5px;
}
.twbs .media > .pull-left {
margin-right: 10px;
}
.twbs .media > .pull-right {
margin-left: 10px;
}
.twbs .media-list {
padding-left: 0;
list-style: none;
}
.twbs .list-group {
margin-bottom: 20px;
padding-left: 0;
}
.twbs .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.twbs .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.twbs .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.twbs .list-group-item > .badge {
float: right;
}
.twbs .list-group-item > .badge + .badge {
margin-right: 5px;
}
a.twbs .list-group-item {
color: #555555;
}
a.twbs .list-group-item .list-group-item-heading {
color: #333333;
}
a.twbs .list-group-item:hover,
a.twbs .list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
.twbs .list-group-item.active,
.twbs .list-group-item.active:hover,
.twbs .list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.twbs .list-group-item.active .list-group-item-heading,
.twbs .list-group-item.active:hover .list-group-item-heading,
.twbs .list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
.twbs .list-group-item.active .list-group-item-text,
.twbs .list-group-item.active:hover .list-group-item-text,
.twbs .list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.twbs .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.twbs .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.twbs .panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.twbs .panel-body {
padding: 15px;
}
.twbs .panel-body:before,
.twbs .panel-body:after {
content: " "; display: table; }
.twbs .panel-body:after {
clear: both;
}
.twbs .panel-body:before,
.twbs .panel-body:after {
content: " "; display: table; }
.twbs .panel-body:after {
clear: both;
}
.twbs .panel > .list-group {
margin-bottom: 0;
}
.twbs .panel > .list-group .list-group-item {
border-width: 1px 0;
}
.twbs .panel > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.twbs .panel > .list-group .list-group-item:last-child {
border-bottom: 0;
}
.twbs .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.twbs .panel > .table {
margin-bottom: 0;
}
.twbs .panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.twbs .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.twbs .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}
.twbs .panel-title > a {
color: inherit;
}
.twbs .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.twbs .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
overflow: hidden;
}
.twbs .panel-group .panel + .panel {
margin-top: 5px;
}
.twbs .panel-group .panel-heading {
border-bottom: 0;
}
.twbs .panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd;
}
.twbs .panel-group .panel-footer {
border-top: 0;
}
.twbs .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.twbs .panel-default {
border-color: #dddddd;
}
.twbs .panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.twbs .panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd;
}
.twbs .panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd;
}
.twbs .panel-primary {
border-color: #428bca;
}
.twbs .panel-primary > .panel-heading {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.twbs .panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca;
}
.twbs .panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca;
}
.twbs .panel-success {
border-color: #d6e9c6;
}
.twbs .panel-success > .panel-heading {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.twbs .panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6;
}
.twbs .panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.twbs .panel-warning {
border-color: #fbeed5;
}
.twbs .panel-warning > .panel-heading {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.twbs .panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #fbeed5;
}
.twbs .panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #fbeed5;
}
.twbs .panel-danger {
border-color: #eed3d7;
}
.twbs .panel-danger > .panel-heading {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.twbs .panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #eed3d7;
}
.twbs .panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #eed3d7;
}
.twbs .panel-info {
border-color: #bce8f1;
}
.twbs .panel-info > .panel-heading {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.twbs .panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1;
}
.twbs .panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1;
}
.twbs .well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.twbs .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.twbs .well-lg {
padding: 24px;
border-radius: 6px;
}
.twbs .well-sm {
padding: 9px;
border-radius: 3px;
}
.twbs .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.twbs .close:hover,
.twbs .close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.twbs .close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.twbs .modal-open {
overflow: hidden;
}
body.twbs .modal-open,
.twbs .modal-open .navbar-fixed-top,
.twbs .modal-open .navbar-fixed-bottom {
margin-right: 15px;
}
.twbs .modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
}
.twbs .modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.twbs .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.twbs .modal-dialog {
margin-left: auto;
margin-right: auto;
width: auto;
padding: 10px;
z-index: 1050;
}
.twbs .modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: none;
}
.twbs .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
background-color: #000000;
}
.twbs .modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.twbs .modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.twbs .modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.428571429px;
}
.twbs .modal-header .close {
margin-top: -2px;
}
.twbs .modal-title {
margin: 0;
line-height: 1.428571429;
}
.twbs .modal-body {
position: relative;
padding: 20px;
}
.twbs .modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.twbs .modal-footer:before,
.twbs .modal-footer:after {
content: " "; display: table; }
.twbs .modal-footer:after {
clear: both;
}
.twbs .modal-footer:before,
.twbs .modal-footer:after {
content: " "; display: table; }
.twbs .modal-footer:after {
clear: both;
}
.twbs .modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.twbs .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.twbs .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media screen and (min-width: 768px) {
.twbs .modal-dialog {
left: 50%;
right: auto;
width: 600px;
padding-top: 30px;
padding-bottom: 30px;
}
.twbs .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.twbs .tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.twbs .tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.twbs .tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.twbs .tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.twbs .tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.twbs .tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.twbs .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.twbs .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.twbs .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.twbs .tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.twbs .tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.twbs .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.twbs .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.twbs .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.twbs .tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.twbs .tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.twbs .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.twbs .popover.top {
margin-top: -10px;
}
.twbs .popover.right {
margin-left: 10px;
}
.twbs .popover.bottom {
margin-top: 10px;
}
.twbs .popover.left {
margin-left: -10px;
}
.twbs .popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.twbs .popover-content {
padding: 9px 14px;
}
.twbs .popover .arrow,
.twbs .popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.twbs .popover .arrow {
border-width: 11px;
}
.twbs .popover .arrow:after {
border-width: 10px;
content: "";
}
.twbs .popover.top .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.twbs .popover.top .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.twbs .popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.twbs .popover.right .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.twbs .popover.bottom .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.twbs .popover.bottom .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.twbs .popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.twbs .popover.left .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.twbs .carousel {
position: relative;
}
.twbs .carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.twbs .carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.twbs .carousel-inner > .item > img,
.twbs .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
.twbs .carousel-inner > .active,
.twbs .carousel-inner > .next,
.twbs .carousel-inner > .prev {
display: block;
}
.twbs .carousel-inner > .active {
left: 0;
}
.twbs .carousel-inner > .next,
.twbs .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.twbs .carousel-inner > .next {
left: 100%;
}
.twbs .carousel-inner > .prev {
left: -100%;
}
.twbs .carousel-inner > .next.left,
.twbs .carousel-inner > .prev.right {
left: 0;
}
.twbs .carousel-inner > .active.left {
left: -100%;
}
.twbs .carousel-inner > .active.right {
left: 100%;
}
.twbs .carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.twbs .carousel-control.left {
background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.twbs .carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.twbs .carousel-control:hover,
.twbs .carousel-control:focus {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.twbs .carousel-control .icon-prev,
.twbs .carousel-control .icon-next,
.twbs .carousel-control .glyphicon-chevron-left,
.twbs .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
display: inline-block;
}
.twbs .carousel-control .icon-prev,
.twbs .carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.twbs .carousel-control .icon-prev:before {
content: '\2039';
}
.twbs .carousel-control .icon-next:before {
content: '\203a';
}
.twbs .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.twbs .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
}
.twbs .carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.twbs .carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.twbs .carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.twbs .carousel-control .icon-prev,
.twbs .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.twbs .carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.twbs .carousel-indicators {
bottom: 20px;
}
}
.twbs .clearfix:before,
.twbs .clearfix:after {
content: " "; display: table; }
.twbs .clearfix:after {
clear: both;
}
.twbs .pull-right {
float: right !important;
}
.twbs .pull-left {
float: left !important;
}
.twbs .hide {
display: none !important;
}
.twbs .show {
display: block !important;
}
.twbs .invisible {
visibility: hidden;
}
.twbs .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.twbs .affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
@media screen and (max-width: 400px) {
@-ms-viewport {
width: 320px;
}
}
.twbs .hidden {
display: none !important;
visibility: hidden !important;
}
.twbs .visible-xs {
display: none !important;
}
tr.twbs .visible-xs {
display: none !important;
}
th.twbs .visible-xs,
td.twbs .visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.twbs .visible-xs {
display: block !important;
}
tr.twbs .visible-xs {
display: table-row !important;
}
th.twbs .visible-xs,
td.twbs .visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .visible-xs.visible-sm {
display: block !important;
}
tr.twbs .visible-xs.visible-sm {
display: table-row !important;
}
th.twbs .visible-xs.visible-sm,
td.twbs .visible-xs.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .visible-xs.visible-md {
display: block !important;
}
tr.twbs .visible-xs.visible-md {
display: table-row !important;
}
th.twbs .visible-xs.visible-md,
td.twbs .visible-xs.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.twbs .visible-xs.visible-lg {
display: block !important;
}
tr.twbs .visible-xs.visible-lg {
display: table-row !important;
}
th.twbs .visible-xs.visible-lg,
td.twbs .visible-xs.visible-lg {
display: table-cell !important;
}
}
.twbs .visible-sm {
display: none !important;
}
tr.twbs .visible-sm {
display: none !important;
}
th.twbs .visible-sm,
td.twbs .visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.twbs .visible-sm.visible-xs {
display: block !important;
}
tr.twbs .visible-sm.visible-xs {
display: table-row !important;
}
th.twbs .visible-sm.visible-xs,
td.twbs .visible-sm.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .visible-sm {
display: block !important;
}
tr.twbs .visible-sm {
display: table-row !important;
}
th.twbs .visible-sm,
td.twbs .visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .visible-sm.visible-md {
display: block !important;
}
tr.twbs .visible-sm.visible-md {
display: table-row !important;
}
th.twbs .visible-sm.visible-md,
td.twbs .visible-sm.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.twbs .visible-sm.visible-lg {
display: block !important;
}
tr.twbs .visible-sm.visible-lg {
display: table-row !important;
}
th.twbs .visible-sm.visible-lg,
td.twbs .visible-sm.visible-lg {
display: table-cell !important;
}
}
.twbs .visible-md {
display: none !important;
}
tr.twbs .visible-md {
display: none !important;
}
th.twbs .visible-md,
td.twbs .visible-md {
display: none !important;
}
@media (max-width: 767px) {
.twbs .visible-md.visible-xs {
display: block !important;
}
tr.twbs .visible-md.visible-xs {
display: table-row !important;
}
th.twbs .visible-md.visible-xs,
td.twbs .visible-md.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .visible-md.visible-sm {
display: block !important;
}
tr.twbs .visible-md.visible-sm {
display: table-row !important;
}
th.twbs .visible-md.visible-sm,
td.twbs .visible-md.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .visible-md {
display: block !important;
}
tr.twbs .visible-md {
display: table-row !important;
}
th.twbs .visible-md,
td.twbs .visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.twbs .visible-md.visible-lg {
display: block !important;
}
tr.twbs .visible-md.visible-lg {
display: table-row !important;
}
th.twbs .visible-md.visible-lg,
td.twbs .visible-md.visible-lg {
display: table-cell !important;
}
}
.twbs .visible-lg {
display: none !important;
}
tr.twbs .visible-lg {
display: none !important;
}
th.twbs .visible-lg,
td.twbs .visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.twbs .visible-lg.visible-xs {
display: block !important;
}
tr.twbs .visible-lg.visible-xs {
display: table-row !important;
}
th.twbs .visible-lg.visible-xs,
td.twbs .visible-lg.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .visible-lg.visible-sm {
display: block !important;
}
tr.twbs .visible-lg.visible-sm {
display: table-row !important;
}
th.twbs .visible-lg.visible-sm,
td.twbs .visible-lg.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .visible-lg.visible-md {
display: block !important;
}
tr.twbs .visible-lg.visible-md {
display: table-row !important;
}
th.twbs .visible-lg.visible-md,
td.twbs .visible-lg.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.twbs .visible-lg {
display: block !important;
}
tr.twbs .visible-lg {
display: table-row !important;
}
th.twbs .visible-lg,
td.twbs .visible-lg {
display: table-cell !important;
}
}
.twbs .hidden-xs {
display: block !important;
}
tr.twbs .hidden-xs {
display: table-row !important;
}
th.twbs .hidden-xs,
td.twbs .hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
.twbs .hidden-xs {
display: none !important;
}
tr.twbs .hidden-xs {
display: none !important;
}
th.twbs .hidden-xs,
td.twbs .hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .hidden-xs.hidden-sm {
display: none !important;
}
tr.twbs .hidden-xs.hidden-sm {
display: none !important;
}
th.twbs .hidden-xs.hidden-sm,
td.twbs .hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .hidden-xs.hidden-md {
display: none !important;
}
tr.twbs .hidden-xs.hidden-md {
display: none !important;
}
th.twbs .hidden-xs.hidden-md,
td.twbs .hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.twbs .hidden-xs.hidden-lg {
display: none !important;
}
tr.twbs .hidden-xs.hidden-lg {
display: none !important;
}
th.twbs .hidden-xs.hidden-lg,
td.twbs .hidden-xs.hidden-lg {
display: none !important;
}
}
.twbs .hidden-sm {
display: block !important;
}
tr.twbs .hidden-sm {
display: table-row !important;
}
th.twbs .hidden-sm,
td.twbs .hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
.twbs .hidden-sm.hidden-xs {
display: none !important;
}
tr.twbs .hidden-sm.hidden-xs {
display: none !important;
}
th.twbs .hidden-sm.hidden-xs,
td.twbs .hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .hidden-sm {
display: none !important;
}
tr.twbs .hidden-sm {
display: none !important;
}
th.twbs .hidden-sm,
td.twbs .hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .hidden-sm.hidden-md {
display: none !important;
}
tr.twbs .hidden-sm.hidden-md {
display: none !important;
}
th.twbs .hidden-sm.hidden-md,
td.twbs .hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.twbs .hidden-sm.hidden-lg {
display: none !important;
}
tr.twbs .hidden-sm.hidden-lg {
display: none !important;
}
th.twbs .hidden-sm.hidden-lg,
td.twbs .hidden-sm.hidden-lg {
display: none !important;
}
}
.twbs .hidden-md {
display: block !important;
}
tr.twbs .hidden-md {
display: table-row !important;
}
th.twbs .hidden-md,
td.twbs .hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
.twbs .hidden-md.hidden-xs {
display: none !important;
}
tr.twbs .hidden-md.hidden-xs {
display: none !important;
}
th.twbs .hidden-md.hidden-xs,
td.twbs .hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .hidden-md.hidden-sm {
display: none !important;
}
tr.twbs .hidden-md.hidden-sm {
display: none !important;
}
th.twbs .hidden-md.hidden-sm,
td.twbs .hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .hidden-md {
display: none !important;
}
tr.twbs .hidden-md {
display: none !important;
}
th.twbs .hidden-md,
td.twbs .hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.twbs .hidden-md.hidden-lg {
display: none !important;
}
tr.twbs .hidden-md.hidden-lg {
display: none !important;
}
th.twbs .hidden-md.hidden-lg,
td.twbs .hidden-md.hidden-lg {
display: none !important;
}
}
.twbs .hidden-lg {
display: block !important;
}
tr.twbs .hidden-lg {
display: table-row !important;
}
th.twbs .hidden-lg,
td.twbs .hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
.twbs .hidden-lg.hidden-xs {
display: none !important;
}
tr.twbs .hidden-lg.hidden-xs {
display: none !important;
}
th.twbs .hidden-lg.hidden-xs,
td.twbs .hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.twbs .hidden-lg.hidden-sm {
display: none !important;
}
tr.twbs .hidden-lg.hidden-sm {
display: none !important;
}
th.twbs .hidden-lg.hidden-sm,
td.twbs .hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.twbs .hidden-lg.hidden-md {
display: none !important;
}
tr.twbs .hidden-lg.hidden-md {
display: none !important;
}
th.twbs .hidden-lg.hidden-md,
td.twbs .hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.twbs .hidden-lg {
display: none !important;
}
tr.twbs .hidden-lg {
display: none !important;
}
th.twbs .hidden-lg,
td.twbs .hidden-lg {
display: none !important;
}
}
.twbs .visible-print {
display: none !important;
}
tr.twbs .visible-print {
display: none !important;
}
th.twbs .visible-print,
td.twbs .visible-print {
display: none !important;
}
@media print {
.twbs .visible-print {
display: block !important;
}
tr.twbs .visible-print {
display: table-row !important;
}
th.twbs .visible-print,
td.twbs .visible-print {
display: table-cell !important;
}
.twbs .hidden-print {
display: none !important;
}
tr.twbs .hidden-print {
display: none !important;
}
th.twbs .hidden-print,
td.twbs .hidden-print {
display: none !important;
}
}.label-wrap.wapl-ribbon{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-ribbon .product-label{position:absolute;width:10px;color:#fff;text-align:center;padding:10px 10px 0px 10px;transform-origin:top;height:auto;word-break:break-all;top:0;box-sizing:content-box}.wapl-ribbon .product-label:after{content:"";position:absolute;bottom:-20px;border:15px solid #e74c3c;border-top-width:5px;border-bottom-color:rgba(0,0,0,0) !important;left:0;width:0}.wapl-ribbon.wapl-alignleft .product-label{float:left;left:10px}.wapl-ribbon.wapl-alignright .product-label{float:right;right:10px}.wapl-ribbon.wapl-aligncenter .product-label{margin:0 auto;display:block;position:relative}.wapl-ribbon .product-label{line-height:.7em;writing-mode:vertical-lr;text-orientation:upright}.wapl-ribbon .label-red{background-color:#e74c3c}.wapl-ribbon .label-red.product-label:after{border-color:#e74c3c}.wapl-ribbon .label-blue{background-color:#3498db}.wapl-ribbon .label-blue.product-label:after{border-color:#3498db}.wapl-ribbon .label-green{background-color:#39a539}.wapl-ribbon .label-green.product-label:after{border-color:#39a539}.wapl-ribbon .label-yellow{background-color:#ffe312;color:#444}.wapl-ribbon .label-yellow.product-label:after{border-color:#ffe312}.wapl-ribbon .label-orange{background-color:#ffa608}.wapl-ribbon .label-orange.product-label:after{border-color:#ffa608}.wapl-ribbon .label-gray{background-color:#999}.wapl-ribbon .label-gray.product-label:after{border-color:#999}.wapl-ribbon .label-black{background-color:#444}.wapl-ribbon .label-black.product-label:after{border-color:#444}.wapl-ribbon .label-white{background-color:#fff;color:#444}.wapl-ribbon .label-white.product-label:after{border-color:#fff}.label-wrap.wapl-ribbon2{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-ribbon2 .product-label{position:absolute;width:10px;color:#fff;text-align:center;padding:10px 10px 0 10px;transform-origin:top;height:auto;word-break:break-all;top:0;box-sizing:content-box}.wapl-ribbon2 .product-label:after{content:"";position:absolute;bottom:-15px;border-color:#e74c3c;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-width:15px 15px 0 15px;border-style:solid;left:0}.wapl-ribbon2.wapl-alignleft .product-label{float:left;left:10px}.wapl-ribbon2.wapl-alignright .product-label{float:right;right:10px}.wapl-ribbon2.wapl-aligncenter .product-label{margin:0 auto;display:block;position:relative}.wapl-ribbon2 .product-label{line-height:.7em;writing-mode:vertical-lr;text-orientation:upright}.wapl-ribbon2 .label-red{background-color:#e74c3c}.wapl-ribbon2 .label-red.product-label:after{border-top-color:#e74c3c}.wapl-ribbon2 .label-blue{background-color:#3498db}.wapl-ribbon2 .label-blue.product-label:after{border-top-color:#3498db}.wapl-ribbon2 .label-green{background-color:#39a539}.wapl-ribbon2 .label-green.product-label:after{border-top-color:#39a539}.wapl-ribbon2 .label-yellow{background-color:#ffe312;color:#444}.wapl-ribbon2 .label-yellow.product-label:after{border-top-color:#ffe312}.wapl-ribbon2 .label-orange{background-color:#ffa608}.wapl-ribbon2 .label-orange.product-label:after{border-top-color:#ffa608}.wapl-ribbon2 .label-gray{background-color:#999}.wapl-ribbon2 .label-gray.product-label:after{border-top-color:#999}.wapl-ribbon2 .label-black{background-color:#444}.wapl-ribbon2 .label-black.product-label:after{border-top-color:#444}.wapl-ribbon2 .label-white{background-color:#fff;color:#444}.wapl-ribbon2 .label-white.product-label:after{border-top-color:#fff}.label-wrap.wapl-diagonal-bar{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-diagonal-bar .product-label{overflow:hidden;white-space:nowrap;position:absolute;left:-60px;top:20px;width:200px;color:#fff;text-align:center;padding:3px;-webkit-transform:rotate(-42deg);-moz-transform:rotate(-42deg);-ms-transform:rotate(-42deg);-o-transform:rotate(-42deg);transform:rotate(-42deg)}.wapl-diagonal-bar .label-product[href]:hover,.wapl-diagonal-bar .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.wapl-diagonal-bar.wapl-alignright .product-label{float:right;right:-60px;left:inherit;top:20px;-webkit-transform:rotate(42deg);-moz-transform:rotate(42deg);-ms-transform:rotate(42deg);-o-transform:rotate(42deg);transform:rotate(42deg)}.label-wrap.wapl-diagonal-bar.wapl-alignleft .product-label{float:left;left:-60px;top:20px}.wapl-diagonal-bar .label-red{background-color:#e74c3c}.wapl-diagonal-bar .label-blue{background-color:#3498db}.wapl-diagonal-bar .label-green{background-color:#39a539}.wapl-diagonal-bar .label-yellow{background-color:#ffe312;color:#444}.wapl-diagonal-bar .label-orange{background-color:#ffa608}.wapl-diagonal-bar .label-gray{background-color:#999}.wapl-diagonal-bar .label-black{background-color:#444}.wapl-diagonal-bar .label-white{background-color:#fff;color:#444}.wapl-flash{position:absolute;top:-13px;font-size:12px;font-weight:700;line-height:50px;height:50px;width:50px}.wapl-flash .product-label{text-align:center;border-radius:100%;border:3px solid #fff;color:#fff;font-size:12px;font-weight:700;line-height:50px;display:block;height:50px;width:50px}.wapl-flash .product-label{position:relative;z-index:999}.wapl-flash.label-red .product-label{background-color:#d9534f}.wapl-flash.label-blue .product-label{background-color:#0e44b6}.wapl-flash.label-green .product-label{background-color:#39a539}.wapl-flash.label-yellow .product-label{background-color:#ffe312;color:#444}.wapl-flash.label-orange .product-label{background-color:#ffa608}.wapl-flash.label-gray .product-label{background-color:#999}.wapl-flash.label-black .product-label{background-color:#444}.wapl-flash.label-white .product-label{background-color:#fff;color:#444;border-color:#444}.wapl-flash.wapl-alignleft{left:-13px}.wapl-flash.wapl-alignnone,.wapl-flash.wapl-alignright{right:-13px}.wapl-flash.wapl-aligncenter{left:50%;margin-left:-25px !important}.label-wrap.wapl-corner{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-corner .product-label{overflow:hidden;white-space:nowrap;position:absolute;left:-66px;top:-27px;color:#fff;text-align:center;padding:3px;height:60px;width:200px;transform-origin:bottom center;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.wapl-corner .label-product[href]:hover,.wapl-corner .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.wapl-corner.wapl-alignright .product-label{float:right;left:initial;right:-66px;top:-30px;height:60px;width:200px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wapl-corner .wapl-label-text{position:absolute;width:100%;display:block;bottom:5px}.label-wrap.wapl-corner.wapl-alignleft .product-label{float:left;left:-66px;top:-27px}.wapl-corner .label-red{background-color:#e74c3c}.wapl-corner .label-blue{background-color:#3498db}.wapl-corner .label-green{background-color:#39a539}.wapl-corner .label-yellow{background-color:#ffe312;color:#444}.wapl-corner .label-orange{background-color:#ffa608}.wapl-corner .label-gray{background-color:#999}.wapl-corner .label-black{background-color:#444}.wapl-corner .label-white{background-color:#fff;color:#444}.label-wrap:not(.wapl-custom) .product-label{background-image:none !important}.wapl-custom{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-custom .product-label{width:100%;height:100%;background-repeat:no-repeat;display:inline-block;position:relative}.wapl-custom.wapl-alignleft .product-label{background-position:top left}.wapl-custom.wapl-alignnone .product-label,.wapl-custom.wapl-alignright .product-label{background-position:top right}.wapl-custom.wapl-aligncenter .product-label{background-position:top center}.onsale{display:none}.single-product .wapl-label{margin-top:8px}.single-product .images{position:relative}.wapl-label .product-label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;position:relative}.wapl-label .label-product[href]:hover,.wapl-label .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.wapl-label .label-red{background-color:#d9534f}.wapl-label .label-blue{background-color:#0e44b6}.wapl-label .label-green{background-color:#39a539}.wapl-label .label-yellow{background-color:#ffe312;color:#444}.wapl-label .label-orange{background-color:#ffa608}.wapl-label .label-gray{background-color:#999}.wapl-label .label-black{background-color:#444}.wapl-label .label-white{background-color:#fff;color:#444}.label-wrap.wapl-alignleft{float:left}.label-wrap.wapl-alignright{float:right}.label-wrap.wapl-aligncenter{margin-left:auto;margin-right:auto}.label-wrap{pointer-events:none;z-index:99}.label-product del{color:#fff}.product-label:empty{display:none}