﻿#review-module textarea {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    outline: none;
    overflow: auto;
    min-height: 40px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.form-actions .btn {
    margin:auto;
    margin-bottom: 20px;
}

.btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #6EB4A0!important;
    border-radius: 3px!important;
    font-size: 20px!important;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
      cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 1;
    will-change: opacity, transform;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}

#review-module button, select {
    text-transform: none;
}

#review-module button {
    overflow: visible;
}

#review-module .input-group {
    display: table;
}

#copy-action {
    position: relative;
    margin: 15px 0 0;
    padding: 39px 19px 14px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
    z-index: 2;
    background: #E4E5E6; padding: 20px;
    padding: 20px;
}
#review-module #stars {
    font-size: 170%;
    margin-right: 15px;
    padding-bottom: 5px;
    width: 327px;
}

#review-module input, textarea, select{
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    outline: none;
    max-width: 655px;
    padding: 5px;}

#review-module input {padding:15px;}
#review-module input[type=submit] {
    background: #009AFF!important;
    border-radius: 3px!important;
    font-size: 25px!important;
    padding: 24px;
    font-weight: bold;
    color: #fff!important;
    margin-top: 25px;box-shadow: 2px 2px 10px #999;transition: all .3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 3px 2px 8px rgba(0,0,0,.19);
}

#review-module input[type=submit]:hover {
    background: #6EB4A0!important;box-shadow: none;}
.btn:hover {
    background: #009AFF!important;}
#review-area{
    
}

#review-module {background: #E4E5E6; padding: 20px;}

h5 {
    font-size: 16.5px;
}
.rating-stars {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating-stars:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating-stars:not(:checked) > label {
float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 10px #999;transition: all .3s cubic-bezier(.25,.8,.25,1);

}

.rating-stars:not(:checked) > label:before {
    content: '★ ';
}

.rating-stars > input:checked ~ label {text-shadow:none;
    color: gold;
}

.rating-stars:not(:checked) > label:hover,
.rating-stars:not(:checked) > label:hover ~ label {
    box-shadow: none;text-shadow:none;
    color: gold;
}

.rating-stars > input:checked + label:hover,
.rating-stars > input:checked + label:hover ~ label,
.rating-stars > input:checked ~ label:hover,
.rating-stars > input:checked ~ label:hover ~ label,
.rating-stars > label:hover ~ input:checked ~ label {
    color: #ea0;box-shadow: none;text-shadow:none;
}

.rating-stars > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating h3{color:#009AFF}

.error {color: #FF0000;}