/*
 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
 */

@charset "UTF-8";

/* preload images */
body:after{
    display: none;
    content: url("../graphics/images/navi_star_12_dis.png") url("../graphics/images/navi_star_12_hov.png") url("../graphics/images/navi_star_12_dis.png");
}

.star-rating-wrapper {
    float: left;
    margin-right: 8px;
    padding-left: 10px;
	font-size: 14px;
	margin-top: -2px;
}

.star-rating-wrapper #rate-text-info {
    float: left;
    text-align: right;
    padding-top: 3px;
    /*font-size: 90%;*/
}

.star-rating-wrapper #stars {
    float: right;
    padding-left: 5px;
	padding-top: 5px;
    margin-top: 12px\9; /* IE 8 and earlier */
    margin-top: 12px\0; /* IE 9 and IE 10 */
}

.star-rating-wrapper ul#star-rating {
    display: inline-block;
    list-style-position: inside;
    margin: 0px;
    height: 20px;
    width: auto;
    padding: 0px;
}

.star-rating-wrapper li {
    cursor: pointer;
    display: inline;
    padding-left: 17px;
    padding-bottom: 5px;
    margin: 0px;

}

.star-rating-wrapper li.star-empty {
    background: url("../graphics/images/navi_star_12_dis.png") no-repeat;
    height: 17px;
    width: 17px;
}

.star-rating-wrapper li.star-full {
    background: url("../graphics/images/navi_star_12_hov.png") no-repeat;
    height: 17px;
    width: 17px;
}

.star-rating-wrapper li.star-disable {
	background: url("../graphics/images/navi_star_12_dis.png") no-repeat;
}

/* feedback form */

.star-rating-form-wrapper {
    /*position: fixed;*/
    z-index: 1000;
    /*right: 0;*/
    font-size: 0.85em;
    float: right;
    width: 1px;
    height: 1px;
}

.star-rating-form-wrapper .star-rating-form-envelope {
  position: relative;
  left: -322px; /* shifted 20px left form star-rating right edge */
  top: 36px;
}

.star-rating-form-wrapper #star-rating-form,
.star-rating-form-wrapper #star-rating-form-thanks,
.star-rating-form-wrapper #star-rating-form-unsupported  {
   position: relative;
    width: 290px;
    /*height: auto;*/
    bottom: 18px;
    right: -100px;
    margin-right: 15px;
    padding: 15px 30px 20px 20px;
    background: #F9F9F9;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .45);
    border: 1px solid #C4CED7;
    border-radius:1px;
    font-family: Helvetica, Luxi-sans,Nimbus Sans L, sans-serif;
    font-size: 100%;
    z-index: 1000;
}

.star-rating-form-wrapper #arrow {
    position: relative;
    top: -18px;
    left: 228px;
    /* left: 33px; /* alignment to first star*/
    /* bottom: 53px; /* alignment to first star*/
    z-index: 1001;
}

.star-rating-form-wrapper #close-cross {
    float: right;
    position: relative;
    left: 20px;
    top: -5px;
    width: 20px;
    cursor: pointer;
    z-index: 1001;
}

.star-rating-form-wrapper .star-rating-checkbox {
    margin: 5px;
    cursor: pointer;
}

.star-rating-form-wrapper .star-rating-textarea {
    width: 100%;
    background-color: #fcfdfe;
    border-width: 1px;
    border-style: solid;
    border-color: #dfe4e7;
    border-radius: 2px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px; 
}

.star-rating-form-wrapper #feedback_comment {
    height: 6em; /* corresponds to 4 rows */
}

.star-rating-form-wrapper .clear {
  clear: both;
}

.star-rating-form-wrapper .star-rating-dropdown {
    margin: 5px;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #333;
    background-color: #FCFDFE;
    border-width: 1px;
    border-style: solid;
    border-color: #DFE4E7;
    border-radius: 2px;
    padding: 5px;
}

.star-rating-form-wrapper .star-rating-button {
    margin: 5px;
    padding:5px;
    background-color: #e4e8ea;
    background: linear-gradient (bottom, #e3e7e9 0%, #e7ebed 50%, #f1f3f3 100%);
    border: 1px solid #c4ced7;
    border-radius: 2px;
}


.star-rating-form-wrapper #legal-notices {
    font-size: 80%;
    margin-top: 10px;
    margin-left: 5px;
}
.star-rating-form-wrapper #legal-notices a{
    color: grey;
}


.star-rating-form-wrapper #form-text h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

.char-counter {
    float: right;
    font-size: 80%;
}


/* other */
.star-rating-form-wrapper .hide-form {
    display: none;
}

.star-rating-form-wrapper .show-form {
    display: block;
}
