.tuc-review-manager-wrap{
    display: block;
    position: relative;
    margin: 48px auto;
    padding: 48px 24px;
    width: auto;
    max-width: 640px;
    background: #FAFAFA;
}

.tuc-review-manager-h2{
    font-size: 24px;
}

.tuc-review-manager-select-wrap{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: auto;
    background: transparent;
    border-bottom: 2px solid #2196F3;
    border-radius: 0;
}
.tuc-review-manager-select-wrap label{
    display: block;
    position: relative;
    margin: 8px 0;
    height: auto;
    width: 100%;
    max-width: 300px;
}
.tuc-review-manager-select-wrap select{
    display: block;
    position: relative;
    margin: 8px 0 0;
    height: 48px;
    width: 100%;
    min-width: 300px;
    background: #FAFAFA;
    border: 0;
    box-shadow: none;
}

.tuc-review-manager-table{
    background: transparent;
}
.tuc-review-manager-table tr{
    display: inline-block;
    margin:0 0 24px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}
.tuc-review-manager-table tr:nth-child(2n+1){
    background: transparent;
}
.tuc-review-manager-table tr td:first-child {
    text-align: left;
    padding-left: 0;
}
.tuc-review-manager-table tr td {
    display: inline-block;
    padding: 8px 0;
    border: 0;
    font-weight: 400;
    line-height: inherit;
}

.tuc-review-manager-rating-submit{
    margin-top: 24px;
    background-color: #2196F3;
}
.tuc-review-manager-rating-submit:hover, .tuc-review-manager-rating-submit:focus{
    background-color: #1976D2;
}
.tuc-review-manager-rating-submit:active{
    background-color: #0D47A1;
}

.tuc-review-manager-success-urls{

margin:24px 0;

}

.tuc-review-manager-success-urls li{

    margin:0 auto 16px;

}

.tuc-review-manager-display {

}

.tuc-review-manager-display-hide {
    display: none;
}

.tuc-review-manager-display ul {
    list-style: none;
}

.tuc-review-manager-rating-label {
    width:100%;
}

.tuc-review-manager-rating-indicators-disabled {
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute; 
    top: 0;
    right: 0;
    text-align: center;
}

.tuc-review-manager-rating-indicators-disabled > div {
    background: rgba(250,250,250,0.8);
    padding: 16px 12px 8px;
    font-size: 12px;
    display: inline-block;
    margin: 2px 0 0 0;
    border: 0;
    border-radius: 2px;
    color: gray;
    width: 100%;
    height: 16px;
}

.tuc-review-manager-rating-indicators  {
    width: auto;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.tuc-review-manager-rating-indicators:not(:checked) > input {
    position: absolute;
    /*top: -9999px;*/
    clip: rect(0,0,0,0);
}

.tuc-review-manager-rating-indicators:not(:checked) > label {
    width: 32px;
    height: 32px;
    background-image: url(../img/star_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: right;
    cursor: pointer;
    margin-bottom: 0;
}

.tuc-review-manager-rating-indicators:not(:checked) > label:before {
    content: ' ';
}

.tuc-review-manager-rating-indicators > input:checked ~ label {
    background-position: 0 -64px;
}

.tuc-review-manager-rating-indicators:not(:checked) > label:hover,
.tuc-review-manager-rating-indicators:not(:checked) > label:hover ~ label {
    background-position: 0 -32px;
}

.tuc-review-manager-rating-indicators .tooltiptext,
.tuc-review-manager-rating-optional .tooltiptext {
    visibility: hidden;
    background-color: #a9a9a9;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 80%;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top:40px;
}

.tuc-review-manager-rating-indicators label:hover .tooltiptext,
.tuc-review-manager-rating-optional:hover .tooltiptext {
    visibility: visible;

}

tr.tuc-review-manager-feedback-row  {
    /*display: none;*/
}

.tuc-review-manager-feedback-col label {
    font-size: 80%;
}

#feedback {
    resize: none; 
}

.tuc-review-manager-wrap label {
     font-weight: normal;
 }

.tuc-review-manager-wrap #user-email {
    width: 300px;
}

.tuc-review-manager-wrap input::placeholder {
    color: #d3d3d3;
}


.tuc-review-manager-rating-indicators > input:checked + label:hover,
.tuc-review-manager-rating-indicators > input:checked + label:hover ~ label,
.tuc-review-manager-rating-indicators > input:checked ~ label:hover,
.tuc-review-manager-rating-indicators > input:checked ~ label:hover ~ label,
.tuc-review-manager-rating-indicators > label:hover ~ input:checked ~ label {
    background-position: 0 -32px;
}

.tuc-review-manager-rating-indicators > label:active {
    position: relative;
    top: -1px;
}

.tuc-review-manager-results {
    display: none;
}

.tuc-review-manager-rating-optional {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: right;
}

.tuc-review-manager-rating-optional div:first-child {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background-image: url(../img/optional_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -32px;
    cursor: pointer;
}

.tuc-review-manager-na-tip {
    position: absolute;
    font-size: 12px;
    color: gray;
    background: white;
    opacity: 0;
    padding: 1px 3px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    top: 12px;
    left: 26px;
    transition: all 0.25s ease-in;
    z-index: 99;
    white-space: nowrap;
}

.tuc-review-manager-na-tip-shown {
    opacity: 1;
    left: 36px;
    transition: all 0.25s ease-out;
}

.tuc-review-manager-rating-disabled .tuc-review-manager-rating-label {
    color: #cccccc;
}

.tuc-review-manager-rating-disabled .tuc-review-manager-rating-optional div {
    background-position: 0 0;
}

.tuc-review-manager-rating-disabled .tuc-review-manager-rating-indicators-disabled {
    display: block;
}

.tuc-review-manager-error {
    display: inline-block;
    margin-left: 20px;
    color: #ba0404;
    font-size: 14px;
}

@media screen and (min-width: 680px){
    .tuc-review-manager-table tr td {

    }

    .tuc-review-manager-rating-label {
        width:60%;
    }

    .tuc-review-manager-rating-optional {
        width: 8%;
        float: none;
    }
    .tuc-review-manager-rating-indicators  {
        width: 30%;
        position: relative;
    }

}